Packages of Python : Python popular packages
- Pandas
- Numpy
- Matplotlib
- SciPy
- Statsmodel
- SciKit-Learn
Python Deprecated :
- 2001 - SciPy
- 2003 - Matplotlib
- 2006 - Numpy
- 2009 - Pandas
Python Data Types :
Boolean - True, False
Int (Integer) - -1,0,1 (32 bits precision)
Long - 1234 (Unlimited precision)
Float - 3.21456, 6.3
Complex - 2 +9i (numbers with real & imaginary part)
String - "This is a string"
Dictionary - {'A':'item1', 'B':'item2'}
File - f=open(path/file name', 'rb')
List - [1,2,3,4,5,7]
Set - set(1,'ML',2]
Tuple - [1,2,3,5]
Python practice tools : Known best IDE (Integrated Development Environment) for python is anaconda. Mac and Linux operating system may already have installed python by default. For windows computer we can use any kinds of code editor or IDE software development application.
For me, as I am totally new to coding I would like to use https://anaconda.org. I feel very easy to use this software and this software is ready to code without installing any third party plugins. This software has supported version for all operating systems.
Screenshot of Anaconda environment for Spyder for Python.
N.B : All of the above mentioned information is written for personal notes keeping only. Please don't take it seriously if any of the information looks similar to any other websites or books or videos or audios content. And I am seeking your help, suggestions if need any correction and or any other changes.
Thanks in advance
MI