Course Overview
Welcome to the Advanced Python Programming course! This course is designed for those who already have a foundation in Python and want to take their skills to the next level by mastering advanced concepts and techniques in Python 3.
Here’s what you’ll explore:
Functions: Learn advanced function techniques, including lambda functions, decorators, and higher-order functions.
Data Structures: Dive deep into complex data types like lists, tuples, and dictionaries, and learn how to manage data effectively.
File Handling: Work with files in Python 3, including reading, writing, and managing files efficiently.
Error Handling: Master error handling and debugging to make your programs more robust and error-resistant.
By the end of this course, you’ll be well-equipped to tackle complex Python projects and have the confidence to develop efficient, real-world applications.
Curriculum
- 1 Section
- 24 Lessons
- 5 Weeks
- Lessons24
- 1.0Functions – Defining Functions In Python3
- 1.1Functions Local and GlobalVariables
- 1.2Functions Coding Guess The Number Program
- 1.3Functions Reverse A String Function
- 1.4Functions Calculate Area Of a Circle Program
- 1.5Functions Simple Python Calculator
- 1.6Functions Removing Vowels From String Program
- 1.7Functions Find The Largest Number Out Of Three
- 1.8Lists Tuples Dictionaries Python3 Lists
- 1.9Lists Tuples Dictionaries Creating Smaller Out Of Bigger List
- 1.10Lists Tuples Dictionaries Manipulating Lists And Elements
- 1.11Lists Tuples Dictionaries append insert remove sort
- 1.12Lists Tuples Dictionaries Tuples
- 1.13Lists Tuples Dictionaries – Introduction To Dictionaries
- 1.14Lists Tuples Dictionaries values keys items get
- 1.15Lists Tuples Dictionaries Dictionary Comprehension Part 1
- 1.16Lists Tuples Dictionaries Dictionary Comprehension – Part 2
- 1.17Lists Tuples Dictionaries Upper lower is upper is lower
- 1.18python Lists Tuples Dictionaries Split Strip Join Starts with Ends wit
- 1.19Files In Python3 Reversing Text From a File
- 1.20Files In Python3 Reading And Writing To Files
- 1.21Files In Python3 Navigating Through System With OS Library
- 1.22Error Handling Try and Finally
- 1.23Error Handling Try and Except