MASTER PYTHON PROGRAMMING COMPLETE PYTHON BOOTCAMP
Python Online Institute
Graduates and Technology Aspirants
Both Classroom and Online Classes
Week Days and Week Ends
1.5 hrs in weekdays and 3hrs during Weekend
•How to Properly Install Python.
•Learn to manage application state with Python.
•How to create an Python project from scratch.
•A introductory understanding of how to program in Python.
•The Concepts Of Python Language From Basic To advance
•Learn how to model in Python with no previous experience
•Learn A to Z of Python from Basic to ADVANCE level.
•Learn Python. Become Developer in Test and Kick-start your Career in IT.
•Python -Learn how to use one component inside an other i.e complex components.
•
•You Get Real Time Project to practice
•Course has been framed by Industry experts
•Accessibility of adequate training resources
•Immersive hands-on training on Python Programming
•60+ Hours of Intensive Classroom & Online Sessions
•We provide you with your recorded session for further Reference
•Our trainers have experience in training End Users & Students & Corporate employees.
•The course is all about familiarizing the trainees with simpler and smarter ways to develop the skills required for Implementation.
•
•Artificial Intelligence, Data Science, Block Chain, Iot, Cloud Computing, Ux Design, Mobile Application Development, Natural Language Processing, Business
•Java Developer, Mainframes Developer, Sap Consultant, Qa, Network Operations, C++ Developer, Wintel Admin
•Magento, Java, Adfs, Mule Esb, Dell Boomi, Backend Developer, Sap Bo, Sap Apo, .Net, L2 Deveoper, Python Developer, Quality Assurance Engineering, Etl
•OBIEE, Oracle Fusion Middleware, Oracle Database, Oracle apps DBA, Oracle core DBA, Apex Developer, Java/J2EE developer, Data Architect, Orcale Fusion
•Software Development, Software Testing, Solution Design, software, Blueprism Developer, Rpa Developer
•
Course Introduction
•Why Python Programming? Why Now?
•IMPORTANT. Please read!
•How to Get the Most of This Course
•How to Get Better and Faster Support? JOIN OUR ONLINE COMMUNITY!
•Setup the Programming Environment
•Section Introduction
•Installing Python 3 on Windows
•Installing Python 3 on Linux and Mac
•Installing PyCharm IDE on Windows
•Installing PyCharm IDE on Linux and Mac
•Running Python Code using the Python Interpreter
•Running Python Scripts using PyCharm
•Running Python Scripts using the Command Line
•Test Your Knowledge: Running Python Scripts using the Command Line
•Python Basics
•Variables
•Coding – Variables
•Comments
•Coding – Comments
•Constants
•Dynamic vs. Static Typing
•Built-in Types
•Coding – Built-in Types
•Test Your Knowledge: Variables, Comments and Constants
•Variable Basics
•1 question
•Coding Exercise Solution
•Numbers and Math Operators
•Coding – Numbers and Math Operators
•Math Operators
•Conversions
•Comparison and Identity Operators. Mutability vs. Immutability
•Coding – Comparison and Identity Operators
•Solving the Float Problem. Writing Bugs-Free Code
•Test Your Knowledge: Math Operators
•Boolean Variables
•Coding – Boolean Variables
•Boolean Operators
•Coding – Boolean Operators
•Test Your Knowledge: Booleans
•Booleans Expressions
•Strings in Python
•Intro to Strings
•Coding – Intro to Strings
•Printing Special Characters
•Get User Input
•Type Casting
•Coding – User Input and Casting
•String Indexing and Operations
•String Slicing
•String Slicing 1
•String Slicing 2
•String Slicing 3
•Test Your Knowledge: String Basics
•Formatting Strings
•Recap – Printing Strings
•Coding – String Indexing, Operations, Slicing and Formatting
•String Methods
•Coding – String Methods
•Test Your Knowledge: Formatting Strings and String Methods
•Program Flow Control in Python
•If Elif and Else Statements
•Coding – If Elif and Else Statements
•Test Your Knowledge: If Elif and Else Statements
•For Loops
•Ranges In Depth
•Ranges
•For and Continue Statement
•For and Break Statement
•Coding – For, Ranges, Continue and Break
•While Loops
•While and Continue Statement
•While and Break Statement
•Coding – While, Continue and Break
•Test Your Knowledge: For and While Loops
•Lists in Python
•Intro to Lists
•List Operations
•Coding – Intro to Lists and Operations
•Test Your Knowledge: Intro to Lists and Operations
•List Basics
•List Methods Part 1: Append, Extend, Insert, Copy
•List Methods Part 2: Clear, Pop, Index, Count
•List Methods Part 3: Sort, Max, Min and Sum
•String to List and List to String: Split and Join Methods
•Coding – List Methods
•Test Your Knowledge: List Methods
•String to List and List to String
•List Methods
•List Comprehension
•Coding – List Comprehension
•Tuples in Python
•Intro to Tuples
•Tuple Operations
•Tuple Methods
•Tuples vs. Lists
•Coding – Tuples
•Test Your Knowledge: Tuples
•Tuples
•Sets and Frozensets in Python
•Intro to Sets
•Lists, Tuples and Sets
•Set Methods Part 1: Add, Clear, Copy, Remove, Discard, Pop
•Coding – Intro to Sets and Set Methods
•Test Your Knowledge: Intro to Sets and Set Methods
•Set Methods Part 2: Difference, Symmetric Difference, Union, Intersection
•Set Methods
•Fronzensets
•Coding – Set Operations and Frozensets
•Test Your Knowledge: Set Operations and Frozensets
•Dictionaries in Python
•Intro to Dictionaries
•Working with Dictionaries
•Coding – Working with Dictionaries
•Test Your Knowledge: Working with Dictionaries
•Dictionary Creation
•Dictionary Operations and Methods
•Coding – Dictionary Operations and Methods
•Test Your Knowledge: Dictionary Operations and Methods
•Dictionary Operations
•Set and Dictionary Comprehension
•Coding – Zip, Set and Dictionary Comprehension
•Dictionary Comprehension
•Coding Challenges – Strings, Lists, Sets, Dictionaries and Flow Control
•Challenges – Strings, Lists, Sets, Dictionaries and Flow Control
•Functions in Python
•Intro to Functions
•Your First Function
•The return Keyword
•Returning a Result
•Functions Arguments: Positional, Default, Keyword, *args and **kwargs
•Coding – Intro to Functions, Return Keyword and Arguments
•Test Your Knowledge: Intro to Functions, Return Keyword and Arguments
•Scopes and Namespaces
•One More Detail about Scope and Namespace
•Coding – Scopes and Namespaces
•Test Your Knowledge: Scopes and Namespaces
•The Special Constant None
•Lambda Expressions
•Coding -Lambda Expressions
•Test Your Knowledge: Lambda Expressions
•Reverse a String
•Count Vowels in a String
•Number of Vowels and Consonants in a String
•Coding Challenges – Functions
•Challenges – Functions
•Working with Text Files in Python
•Opening and Reading Files
•Reading Files: Tell, Seek and Cursors
•Opening and Reading Text Files using seek() and read()
•The With Keyword
•Reading Files into a List
•Test Your Knowledge: Reading a File into a List
•Writing to Text Files
•Test Your Knowledge: Writing Text Files
•Appending to Text Files
•Coding – Working with Files
•Assignment: File Processing
•Assignment Answer: File Processing
•Coding Challenges – Working With Text Files
•Challenges – Working With Text Files
•Errors and Exception Handling
•Intro to Exceptions
•Exception Handling: Try…Except…Else…Finall
•Coding – Exception Handling
•Test Your Knowledge: Errors and Exceptions Handling
•Object Oriented Programming: Classes and Objects
•Intro to Object Oriented Programming
•Defining Classes and Objects
•The __init__ Method
•The __del__ Method
•Test Your Knowledge: OOP Basics
•Creating Classes and Objects
•Instance Attributes and Class Attributes
•Magic Methods
•Coding – Object Oriented Programming
•Test Your Knowledge: OOP Attributes and Magic Methods
•RECAP: General Python Programming – Coding and Complete E-Book – Part 1
•Congratulations!
•Complete Python Programming E-Book – Part 1
•Complete Coding – Python Programming – Part 1
•MASSIVE SECTION OF CODING CHALLENGE EXERCISES
•Number of Digits in the Total Number of IPv6
•Updating Dictionaries
•Accessing List Elements
•List Slicing
•Lists and Ranges
•Inserting into a List
•List Comprehension Challenge
•Set Intersection
•Set Union
•String Methods and List Operations
•Functions and Type Casting
•Remove Duplicates from a List Using a Foor Loop
•Remove Duplicates from a List Using List Comprehension
•List of Palindromes using List Comprehension
•Function that Removes all Occurrences of an Item from a List
•Operations on Lists: Removing Duplicates and Sorting
•Parsing and Processing a Text File (show arp)
•Lambda that Calculates the Area of a Square
•Formatting Numbers
•Print the Values in a Dictionary Sorted by Keys
•Working with Python Modules
•Intro to Python Modules
•Importing Modules
•Custom Modules. __name__ and “__main___”
•Coding – Importing Python Modules
•Test Your Knowledge: Working with Python Modules
•Manage External Modules with Pip
•Test Your Knowledge: Manage External Modules with Pip
•Very Useful Python Built-in Modules
•System-specific Parameters and Functions: The Sys Module
•Script’s Arguments: sys.argv
•Coding – The Sys module
•Test Your Knowledge: The Sys Module
•Operating System Interfaces: The Os Module
•Project: File Renaming Automation Using Sys and Os Module
•Coding – The Os Module
•Test Your Knowledge: The Os Module
•High-level File Operations: The Shutil Module
•Coding – The Shutil Module
•Test Your Knowledge: The Shutil Module
Freetrainings is a training powerhouse offering trainings on varied IT Technologies, Technology services on IT technologies, As an Independent Verification & Validation service provider.
Subscribe to our newsletter to get the latest news, tips, and advice.
Ravindra Bharathi School, 1st Ln, Opposite ANR Shopping Mall, Dwaraka Nagar, Visakhapatnam, Andhra Pradesh 530016.