Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
164 views

Python Course Content

The document outlines the content of a Python course, including basic concepts like variables, data types, operators, and control flow statements. It also covers advanced topics such as modules, object-oriented programming, debugging, and data visualization libraries. The course aims to build a real-time fraud detection project and provide additional learning resources.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views

Python Course Content

The document outlines the content of a Python course, including basic concepts like variables, data types, operators, and control flow statements. It also covers advanced topics such as modules, object-oriented programming, debugging, and data visualization libraries. The course aims to build a real-time fraud detection project and provide additional learning resources.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

“All you need in this life is ignorance and confidence, and then success is sure.

PYTHON COURSE CONTENT


BASIC PYTHON CONCEPTS
➢ PYTHON OVERVIEW
➢ PYTHON-3 & PYTHON-2
➢ ADVANTAGES & DISADVANTAGES
➢ PYTHON VERSIONS
➢ PYTHON TYPES
• JPython (Jython)
• CPython
• IronPython
• RubyPython
• AnacondaPython
➢ MUTABILITY & IMMUTABILITY **
➢ IMPORTANT CHARACTERS
➢ COMMAND LINE ARGUMENTS
• Single Line
• Multiline
➢ VARIABLES
• Local Variables
• Global Variables
➢ INDEXING**
• Positive Index
• Negative Index
➢ SLICING**
➢ DATA TYPES
• Int
• Float
• Str
• Bool
• Complex
➢ TYPE CASTING
➢ INPUT AND OUTPUT STATEMENTS

Ph: +91-9380282724 Mail: arjun.py92@gmail.com


“All you need in this life is ignorance and confidence, and then success is sure. “

➢ OPERATORS
• Arithmetic Operators
• Logical Operators
• Membership Operators
• Identity Operators
➢ CONDITIONAL STATEMENTS
• If
• If-else
• If-elif-else
➢ SPECIAL STATEMENTS
• Continue
• Break
• Pass
➢ ITERATIVE STATEMENTS
• For Loop
• While Loop
➢ DATA STRUCTURES **
• List
• Tuple
• Set
• Frozen Set
• Dict
➢ LINKED LISTS
➢ GROUP BY()
➢ STRING FORMATTING **
➢ STRING METHODS
➢ DATA STRUCTURES IMPORTANT ELEMENTS**
➢ DATA STRUCTURES COMPRESHESIONS
➢ TUPLE PACKING AND UNPACKAING
➢ LIST PACKING AND UNPACKING
➢ FUNCTIONS **
• Built-in-Functions
• User Defined Functions(UDFs)

Ph: +91-9380282724 Mail: arjun.py92@gmail.com


“All you need in this life is ignorance and confidence, and then success is sure. “

➢ KEY WORD ARGUMENTS


• *arguments
• **keyword arguments
➢ DECORATORS**
• Single Form Decorator
• Multi Form Decorator
➢ GENERATORS**

ADVANCED CONCEPTS
➢ MODULES UTILIZATION AND BUILDING**
➢ BUILT –IN MODULES
➢ USER DEFINED MODULES
➢ SYS MODULE
➢ OS MODULE
➢ MATH MODULE
➢ RANDOM MODULE
➢ JSON MODULE
➢ SQLITE3 MODULE
➢ LOCAL MODULE
➢ COLLECTION MODULE
➢ PYTHON DEBUGGING METHODS
➢ FILE OPERATIONS
➢ EXCEPTION HANDLING
➢ OPPS CONCEPTS
• Class
• Object
• Method
• Inheritance
▪ Multilevel Inheritance
▪ Multiple Inheritance
• Polymorphism
• Encapsulation

➢ METHOD OVERLOADING
➢ METHOD OVERRIDING

Ph: +91-9380282724 Mail: arjun.py92@gmail.com


“All you need in this life is ignorance and confidence, and then success is sure. “

➢ MULTITHREADING
➢ MULTING PROCESSING
➢ IMPORT STATEMENTS
➢ PACKAGES
➢ WITH STATEMENT
➢ WORKING with TEXT FILES
➢ WORKING with CSV FILES
➢ PICKING AND UNPICKING OBJECTS

ELITE CONCEPTS
➢ NUMPY
➢ PANDAS
➢ MATPLOTLIB
➢ DATA VISUALIZATION WITH PYTHON
➢ GIT HUB
➢ PYLINT
➢ UNITTEST
➢ PYTHON DEBUGGER –PDB
➢ REGULAR EXPRESSIONS
➢ MONKEY PATCHING
➢ DEEP COPY AND SWALLOW COPY
➢ MEMORY MANAGEMENT

PROJECT INFORMATION:
REAL TIME PROJECT ON FRAUD DETECTION IN BANKING
SYSTEM

ADDITIONAL INFORMATION:
SENARIO QUESTIONS

INTERVIEW QUESTIONS

Ph: +91-9380282724 Mail: arjun.py92@gmail.com


“All you need in this life is ignorance and confidence, and then success is sure. “

IMPORTANT NOTES:
• SESSION RECORDED VIDEO EVERYDAY
• PRACTICE FILE
• STANDARD MATERIAL
• PLATINUM POINTS ON PYTHON
• EXCELLENT INTERVIEW QUESTIONS BOOKLET
• PROJECT ARCHITECTURE
• MOCK TESTS FOR TELEPHONE INTERVIEW

@@@ ALL THE VERY BEST @@@

Ph: +91-9380282724 Mail: arjun.py92@gmail.com

You might also like