Industrial Training Python Programming
Industrial Training Python Programming
PROGRAMMING
SUBMITTED BY: URMILA KANWAR
SUBMITTED TO: RISHIRAJ VYAS SIR
TRAINING DETAILS
1. Google makes extensive use of Python in web search system and employs
python creator.
2. Intel, Cisco , Hewlett-Packard , Seagate , Qualcomm, and IBM use Python for
hardware testing.
3. ESRI uses Python for end user customization tool for its popular GIS mapping
products.
4. The youtube video sharing service is largely written in python .
WHY DO PEOPLE USE PYTHON?
• Python is object oriented
structure supports such concepts as polymorphism, operation overloading and multiple inheritance .
• It’s free(open source)
Downloading and installing Python is free and easy source code is easily accessible.
• It’s powerful
1. Dynamic typing
2. Built-in types and tools
3. Library utilities
4. Third party utilities(eg: Numeric,NumPython and SciPy)
5. Automatic memory Management
• It’s portable
1. Python runs virtually every major platform used today
2. As long as you have a compatible Python interpreter installed , python programs will run in exactly same manner , irrespective of
platform.
DATA TYPES
• String “whoop!”
• Integer 42
• Float 3.14151
• List [ “George”,”Paul”,”John”,”Ringo”]
• Tuple (1,2,3,4,5);
VARIABLES
• Arithmetic operators:
+,-,*,/,* *
• Comparison operators:
>,<,>=,<=,==,!=
• Logic operator:
and,or, not
TUPLES
• Function block begins with the keyword def followed by the function
name and parentheses (( )).
• Syntax:
def function name( parameters );
“function_docstring”
function_suite
return [expression]
WHAT CAN WE DO WITH PYTHON?
• System programming
• Graphical User Interface programming
• Internal scripting
• Component integration
• Database programming
• Gaming,Imaging,XML,Robot and more
THANK YOU
For watching this ppt