Python
Python is an useful language for programmers to create ML based algorithms, Deep Learning algorithms, Data analysis or do just simple coding.
Python is being used by many renowned companies including Google and Netflix.
Python IDLE
IDLE which stands for Integrated DeveLopment Environment or Integrated Development and Learning Environment is an useful platform to develop Python Projects.
Installation of Python IDLE (with images)
Installing IDLE is very easy. Just follow the steps and you are ready to develop your project.
- Go to this link. (https://www.python.org/downloads/)
-
Click on Download Python 3.8.1(Version Name).
The downloading should start the second you click.
If you have any other platform than windows then just select the one you are having.
3. Open the downloaded file and click on run.
Click on Download Python 3.8.1(Version Name).
Congratulations!
You have taken first step towards becoming a programmer and are now ready to dive in deeper into ML and Deep Learning and in turn building an AI based program.
Limitations of IDLE
- You have to install many packages manually
- Program cannot be shared to others
However if you are just doing casual coding then IDLE wouldn't require extra packages and hence would be friendly to use.
I personally recommend to use Jupyter Notebook and Anaconda Spyder.
On next blog I would be sharing more about Anaconda and Jupyter.
Please do give your valuable feedback in this feedback form.
Comments
Post a Comment