Why learn 🐍 Python 🐍❔❓

  1. Simple and  Easy to Use

      • High-level
      • Interpreted
      • Blessed with large community
      • Standard Libraries

            2. Portable  that means you can use C/C++ libraries

            3. Used in :

            • Artificial Intelligence
            • Data Science      
            • Machine Learning
            • Computer Graphics
            • Coding      
              4. Some common Libraries 
            • TensorFlow
            • Scikit-Learn
            • Numpy
            • Keras
            • SciPy
            • Pandas
            • Matplotlib
            • OpenCV

            How to install python
            
            Go to https://www.python.org/downloads/  and download the python setup


           

           Set  Environment variable 

          • Click on This PC
          • Click on properties
          • Select Advanced system settings
          • Select Environment variables
          • Select New
          • Create a Variable name 
          • And paste the directory of your python file saved (in my system )
                  C:\Users\HP\AppData\Local\Programs\Python\Python36\Scripts\

                      
              

            


               You can check if Python is set properly or not in command prompt by typing python 


             


               

             How you can convert the theme of your Python  shell             

          • Open Python Shell  Go to Options.
          • Click on Configure IDLE.
          • Click on the Highlight option.
          • Right-hand side there will be an option IDLE classic. 
          • Click here and enable your Dark theme 😎😀                       







           Now we are ready to code, we will be coding in Shell for basic programs.

           For better experience and further use,  you can use Text Editors  like
          • Pycharm
          • Visual Studio Code
          • Or you can download Anaconda python. And use Jupyter notebook or Spyder

          • Sublime Text

          • OR any other text editor.

           I personally use Spyder and Visual Studio code.

          You can download Visual Studio Code from this Link https://code.visualstudio.com/download

           Our setup is ready to learn Python. LET'S START 

          2 Comments

          Post a Comment

          Previous Post Next Post