Mastering Intermediate Python: Dive Deeper into the Language
- Description
- Curriculum
- FAQ
- Reviews
-
Ready to take your Python programming skills to the next level? Look no further than our Intermediate Python Course. Designed for beginners eager to take the next step. This comprehensive course will propel you forward in the world of programming. empower you with the knowledge and skills needed to tackle more complex projects and challenges.
-
Dive deep into advanced topics like object-oriented programming(OOP), exceptions, generators ,closures, lambda function, modules, list comprehensions and students will also learn about reading and writing to files and more. With hands-on exercises and real-world examples, you’ll gain the confidence to write efficient, elegant Python code like a pro. Don’t miss out on this opportunity to level up your programming game, and unlock endless possibilities with Python! Enroll now!
-
The intermediate course in Python programming language focuses on building on the fundamentals of the language and introducing more advanced topics. Students who complete this course will have a solid understanding of the language and will be able to create more complex programs and applications. This course is recommended for individuals with some prior experience with Python or programming in general.
-
I as you instructor will guide you through practical exercises and real-world projects, giving you the hands-on experience you need to become a proficient Python programmer with skills and knowledge
-
1end & sep keywordsVideo lesson
-
2Incorporate the end keyword within your string data typeQuiz
-
3Separate a text with the sep keywordQuiz
-
4n newline characterVideo lesson
-
5Solve the puzzle by using the new line characterQuiz
-
6and, or statementsVideo lesson
-
7Guess the correct answerQuiz
-
83. float data type ,shortcut operator &,commentsVideo lesson
-
9input() functionVideo lesson
-
10Regular div, integar div & modulo operatorVideo lesson
-
11Simple calculatorQuiz
-
12Inner list : copy & independent copyVideo lesson
-
13SlicingVideo lesson
-
14Independence with little bit of slicingQuiz
-
15We can apply the for loop on a stringVideo lesson
-
16What operators & methods we can and can't use on stringsVideo lesson
-
17capitalize(), center(), endswith(), find(), isalnum()Video lesson
-
18isalpha(), islower(), isspace(), isupper(), lower(), lstrip()Video lesson
-
19replace(), rfind(), rstrip()Video lesson
-
20upper(), title(), swapcase(), strip(), startswith(), split()Video lesson
-
21upper-case & lower-casaQuiz
-
22Find a specific character and check if it's a string valueQuiz
-
23Back to originalQuiz
-
24split() part 2Video lesson
-
25join()Video lesson
-
26How to combine stringsQuiz
-
27Introduction to encodingVideo lesson
How computers and other devices use encoding such as ASCII to process strings as well as single characters
-
28ASCIIVideo lesson
-
29UTF- 8Video lesson
Outside of ASCII we also have another encoding format called UTF-8
-
30ord(), chr functionsVideo lesson
How to use both ord & chr functions to get value represented in encoding
-
31Find the correct representationQuiz
-
32min(), max(), list(), index(), count()Video lesson
-
33How many ?Quiz
-
44Introduction to modules & packagesVideo lesson
-
45import keywordVideo lesson
How to access a module using the import keyword
-
46from, as keywordsVideo lesson
Different ways we can access a module and import its properties by using the from, as keywords
-
47randrange(), choice()Video lesson
In this lesson you'll learn how to access the properties of a module and utilize them
-
48dir() functionVideo lesson
How and why dir() function is used in python
-
49platform moduleVideo lesson
-
50How to import a module and utilize its contentsQuiz
-
51path variableVideo lesson
Learn how to python conducts a search for a module, and how you can modify the path variable, so when import instruction is placed inside your code python can directly search for the module you would like to import, and not skip it
-
52How to create a moduleVideo lesson
-
53PackageVideo lesson
Introduction to a package, how to access a package, __init__.py file
-
54Introduction to exceptionsVideo lesson
-
55List of exceptionsVideo lesson
Exceptions you might encounter during your programming career in python programming language, their location & their task
-
56Practical example of an exceptionVideo lesson
-
57try, except blockVideo lesson
How to handle a raised exception
-
58General exception vs specific exceptionVideo lesson
-
59else blockVideo lesson
How to incorporate the else block in try & except block
-
602 except blocksVideo lesson
We can use 2 except blocks to handle more than one exception if we are not exactly sure what exception to expect from the code
-
61finallyVideo lesson
In this lesson you will be introduced to a keyword called finally , and you will learn how to incorporate it along with the try, except block
-
62Exception is a classVideo lesson
In this lesson you will learn how to use the 'as' keyword in order to catch an exception as an object to access its properties
-
63args propertyVideo lesson
You'll learn about the args property which is apart of BaseExveption, and how we can access this specific property
-
64raise instructionVideo lesson
-
65Empty raise instructionVideo lesson
How can we use the raise instruction without placing exception name next to it
Also how we can distribute the error handing duties
-
66assertVideo lesson
-
67Prevent python from terminating your codeQuiz
-
68Handle more than 1 exceptionQuiz
External Links May Contain Affiliate Links read more