Notes and resources to get started with the Python programming language.
Go to the python's official wesite and install the python interpreter.
It is a high-level programming language used widely in Data Science, Machine Learning, etc. It is quite popular due to:
- its easy syntax,
- It being cross-platform,
- Its dynamic typing, and
- No need to declare the type of variable.
As python is an interpreted language, you don't need to compile your code. You can run your code line by line.
These are few IDEs that can be used.
- PyCharm
- Spyder
- Jupyter