0% found this document useful (0 votes)
120 views1 page

Python PDF

This document outlines a Python curriculum covering 9 core topics: 1) Introduction to Python, 2) Python Data Types, 3) Python Program Flow Control, 4) Python Functions, Modules and Packages, 5) Python String, List and Dictionary Manipulations, 6) Python File Operation, 7) Python Object Oriented Programming, 8) Python Regular Expressions, and 9) Python Exception Handling. The curriculum aims to teach fundamental Python concepts like variables, data types, functions, modules and object-oriented programming, as well as more advanced topics such as file input/output, regular expressions, and exception handling.

Uploaded by

vinodjames
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
120 views1 page

Python PDF

This document outlines a Python curriculum covering 9 core topics: 1) Introduction to Python, 2) Python Data Types, 3) Python Program Flow Control, 4) Python Functions, Modules and Packages, 5) Python String, List and Dictionary Manipulations, 6) Python File Operation, 7) Python Object Oriented Programming, 8) Python Regular Expressions, and 9) Python Exception Handling. The curriculum aims to teach fundamental Python concepts like variables, data types, functions, modules and object-oriented programming, as well as more advanced topics such as file input/output, regular expressions, and exception handling.

Uploaded by

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

Python

Curriculum
1: Introduction to Python 6: Python File Operation
 Installation and Working with Python  Reading config files in python
 Understanding Python variables  Writing log files in python
 Python basic Operators  Understanding read functions, read(),
 Understanding python blocks readline() and readlines()
 Understanding write functions, write() and
2: Python Data Types write lines()
 Declaring and using Numeric data types:  Manipulating file pointer using seek
int, float, complex  Programming using file operations
 Using string data type and string
operations 7: Python Object Oriented Programing –
 Defining list and list slicing Oops
 Use of Tuple data type  Concept of class, object and instances
 Constructor, class attributes and
3: Python Program Flow Control destructors
 Conditional blocks using if, else and elif  Real time use of class in live projects
 Simple for loops in python  Inheritance , overlapping and overloading
 For loop using ranges, string, list and operators
dictionaries  Adding and retrieving dynamic attributes
 Use of while loops in python of classes
 Loop manipulation using pass, continue,  Programming using Oops support
break and else
 Programming using Python conditional 8: Python Regular Expression
and loops block  Powerful pattern matching and searching
Power of pattern searching using regex in
4: Python Functions, Modules And python
Packages  Real time parsing of networking or system
 Organizing python codes using functions data using regex
 Organizing python projects into modules  Password, email, URL validation using
 Importing own module as well as external regular expression
modules  Pattern finding programs using regular
 Understanding Packages expression
 Powerful Lamda function in python
 Programming using functions, modules 9: Python Exception Handling
and external packages  Avoiding code break using exception
handling
5: Python String, List And Dictionary  Safe guarding file operation using
Manipulations exception handling
 Building blocks of python programs  Handling and helping developer with error
 Understanding string in build methods code
 List manipulation using in build methods  Programming using Exception handling
 Dictionary manipulation
 Programming using string, list and
dictionary in build functions

NETCRAFTZ
Craft Your Future With The Experts

You might also like