Course Overview :
The Core Python technologies and application programming interfaces (APIs)
are the foundation of the Python Platform. They are used in
all classes of Python programming, from desktop applications
to Django and Flask applications.
After completing this module you are ready to:
§ Appear exams on python under any technical university of India.
§ Develop Desktop applications, Networking & Multi-threaded programs in Python.
§ Appear Real-Time Challenging exams
§ Update yourself with Advance frameworks of Python.
Why Python With Me
§ Industry Compliant Syllabus
§ Multi-Platform Demonstration
§ Product Based Training
§ Real-Time Case Studies
§ Use of Latest Tools & Technology
§ LCD equipped class room
§ Unlimited Lab facility
§ Faculties drawn from Industries
§ Lab Exercise
§ Workshops on New Technologies
§ SCJP Orientation Classes
Course Designed For:
Any Individual Who Wants To Move Towards Automation, Python Testing,
Aritificial Intelligence, Machine Learning, Web Development.
Our Python Syllabus Starts From below Topics:-
Python Syllabus:
1: Introduction To Python
Installation and Working with Python
Understanding Python variables
Python basic Operators
Understanding python blocks
2: Python Data Types
Declaring and using Numeric data types: int, float, complex
Using string data type and string operations
Defining list and list slicing
Use of Tuple data type
Python Program Flow Control
Conditional blocks using if, else and elif
Simple for loops in python
For loop using ranges, string, list and dictionaries Use of while loops in python
Loop manipulation using pass, continue, break and else Programming using Python conditional and loops block
Python Functions, Modules And Packages
Organizing python codes using functions
Organizing python projects into modules Importing own module as well as external modules Understanding Packages
Powerful Lamda function in python
Programming using functions, modules and external packages
Python String, List And Dictionary Manipulations
Building blocks of python programs
Understanding string in build methods
List manipulation using in build methods
Dictionary manipulation
Programming using string, list and dictionary in build functions
Python File Operation Reading config files in python
Writing log files in python
Understanding read functions, read(), readline() and readlines()
Understanding write functions, write() and writelines()
Manipulating file pointer using seek
Programming using file operations