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
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\
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1RkgrpqC6Gu4_hnIts943CuxnO4HVunCTvvBy4ZXhyphenhyphen2Pts-YoRUwv2o5EEKYO8ZfqeQouDwngNUUiO7VPsSLcRH8Hy0RXeCOqaM4llZ-_XHmnrsAJ-XePFZZuGahea9OMrHV0Yslxqs/w640-h360/EnvVariable3.png)
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
Really helpfull. 🙌
ReplyDeleteReally helpfull. 🙌
ReplyDeletePost a Comment