Loading repository data…
Loading repository data…
milaan9 / repository
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
Python is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.
Mac OS X and Linux comes pre installed with python. Windows users can download
To install IPython run,
pip install ipython[all]
This will install all the necessary dependencies for the notebook, qtconsole, tests etc.
Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary python libraries and also IPython.
Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.9 options are available.
From the terminal
ipython notebook
In Anaconda, Open the respective terminals and execute the above.
| No. | Name |
|---|---|
| 000 | **[What_is_Programming](https://github.com/milaan9/01_Python_Introductio |