Python Programming | Fundamentals of Python Programming

Page 1


Top Reason To Learn Python

What is Python? Python is general purpose, dynamic, highlevel, interpreted and an Object Oriented Programming Language.


Top Reason To Learn Python

Why Learn Python?


Top Reason To Learn Python

Advantages vs Disadvantages?


Top Reason To Learn Python Difference between Python Version 2.x vs 3.x ?


Top Reason To Learn Python

History of Python? Python Programming was invented by Guido van Rossum in 1991 at CWI in Netherland. The idea of Python programming has taken from the ABC programming language. Fact behind the choosing name Python – Guido van Rossum was a fan of the popular BBC comedy show of that time, "Monty Python's Flying Circus".


Top Reason To Learn Python So he decided to pick the name Python for his newly created programming language.


Top Reason To Learn Python Features of Python Programming?


Top Reason To Learn Python Where is used Python Programming? •

Data Science

Data Mining

Desktop Applications

Console-based Applications

Mobile Applications

Software Development

Artificial Intelligence

Web Applications

Enterprise Applications

3D CAD Applications

Machine Learning

Computer Vision

Image Processing Applications.

Speech Recognitions


Top Reason To Learn Python Python Popular Frameworks and Libraries Web development (Server-side) - Django, Flask, Pyramid, CherryPy GUIs based applications - Tk, PyGTK, PyQt, PyJs, etc. Machine Learning - TensorFlow, PyTorch Scikit-learn, Matplotlib, Scipy, etc. Mathematics - Numpy, Pandas, etc.


Top Reason To Learn Python Taking Input to the User input() function, which is used to take input from the user. print() function, which is used to display the output on screen. For Example:

-----------------------------------------------------------------------------X = input(“Input function takes the value as a string”) print(X)

-----------------------------------------------------------------------------Output: Input function takes the value as a string


Top Reason To Learn Python What is Data type in Python? Basically, Data Type represents the characteristics of data. Data Type: Text Type String str Numeric Type Integer, Float, Complex int, float, complex Sequence Types List, Tuple, Range list, tuple, range Mapping Type Dictionary dict Set Types Set, Frozen Set set, frozenset Boolean Type ---------------bool Binary Type ---------------bytes, bytearray, memoryview

--- Thank You ---


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.