0% found this document useful (0 votes)
65 views

Introduction To Python and Python Libraries

Python is a relatively simple, free, and open-source programming language with a large standard library. It allows developers to run code anywhere and easily extend it with modules implemented in other languages. Python has a large community and is used by many big companies for web development, data science, machine learning, and more. To learn Python in-depth, one can start with online tutorials, take a certification course, and participate in coding contests.

Uploaded by

Mirant
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Introduction To Python and Python Libraries

Python is a relatively simple, free, and open-source programming language with a large standard library. It allows developers to run code anywhere and easily extend it with modules implemented in other languages. Python has a large community and is used by many big companies for web development, data science, machine learning, and more. To learn Python in-depth, one can start with online tutorials, take a certification course, and participate in coding contests.

Uploaded by

Mirant
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

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

You might also like