Introduction
to
Python
&
Python Libraries
mhmeducations.com
Some point need
to know about
Python
MHMEDUCATIONS.COM
Relatively Simple
Free and Open-Source
Python is processed at runtime by the interpreter. There is no need to
compile your program before executing it.
In Python, the last line of an error message indicates the error's type.
Read error messages carefully, as they often tell you how to fix a program!
Large Standard Library
mhmeducations.com
Allows developer to run the code anywhere, including Windows, Mac OS X,
UNIX, and Linux.
In Python, it is also simple to extend the code by appending new modules
that are implemented in other compiled language like C++ or C.
The interactive mode of Python makes its simple to test codes.
GUI
IOT Opportunities
mhmeducations.com
Why to Learn Python???
mhmeducations.com
Big Companies Using Python
Disqus
NASA
Hike
Google Spotify
Nokia Udemy
IBM Shutterstock
Yahoo! Maps Uber
Walt Disney Amazon
Mozilla
Facebook
Dropbox
Netflix
Pinterest
Expedia Youtube
Reddit mhmeducations.com MIT
mhmeducations.com
How do I learn
Python in depth?
If you want to gain in-depth knowledge of Python
programming. You can follow the simple steps.
First download and install python
Start with online free tutorials/resources
opt for a Certification course in python
Participate in online Python Contest
mhmeducations.com
mhmeducations.com
What next
after learning
Python ?
MHMEDUCATIONS.COM
1. Do you want to use Python to Analyse Data ?
Learn Python data science libraries like Numpy & Pandas
2. Do you want to build websites with Python ?
Learn Flask, Django or Tornado
3. Do you want to be an ML engineer?
Learn about ML concepts
mhmeducations.com
4. Do you want to build desktop software with Python?
Learn PyQT or Tkinter
5. Do you want to automate tests using Python?
Learn Selenium and automation
6. Do you want make AI System ?
Learn Implementation of AI Concept with Python
mhmeducations.com
mhmeducations.com
Python
IDLE
Jupyter
Python Notebook
IDEs For
Data
Science
Spyder
Pycharm
Python Library
mhmeducations.com
Python Libraries for Data Processing and Modeling
Pandas Numpy Scipy Scikit Keras Tensor
Learn Flow
mhmeducations.com
Python Libraries for Data Visualization
Seaborn Matplotlib Plotly
mhmeducations.com
mhmeducations.com