Learn, Think and Hands-on Python Intermediate concepts and Boost your Python Development Career in short time!
Note: Course Free for limited time and limited users(500 limit) so Enroll ASAP. If not free it means you are late. Scroll Down and click Enroll Now button to get enrolled
This course includes:
- 2.5 hours on-demand video
- 1 article
- 8 downloadable resources
- Access on mobile and TV
- Full lifetime access
- Certificate of completion
Scroll Down and click Enroll Now Button to get enrolled into the Free Course
What you’ll learn
- Using and Building Iterators
- Block of statements Scopes
- Formatting strings
- Using and Building Generators
- Hands-On Regular Expressions
- Collections and Containers with functions
- Creating, installing and using Packages
- Mathematics and Statistics based on SL with function
- Working with Decorators and solving Problem
- A true understanding of how Intermediate Python topics work behind the scenes.
- Get professional, friendly and fast support in the course Q&A for any kind of problems during this course.
Show less
Course content
11 sections • 51 lectures • 2h 31m total lengthCollapse all sections
Introduction to the Training2 lectures • 7min
- Welcome to the trainingPreview01:21
- Introduction to the training topicsPreview05:10
Hands-On Iterators6 lectures • 24min
- iterator from iterable tuple06:24
- iterator from sequence03:09
- Looping Through an Iterator04:01
- Building an Iterator 103:17
- Building Iterator 203:23
- StopIteration04:14
Global and Local scope4 lectures • 10min
- variable inside a function is available inside that function02:00
- Function Inside Function02:09
- global scope and naming variables02:47
- the global keyword03:17
Sequence of characters formatting4 lectures • 12min
- String format03:05
- Add more values to the format02:37
- Index Numbers03:25
- Named Indexes02:34
Special generators6 lectures • 19min
- Building a simple generator function03:45
- generator function cannot include the return01:45
- Generator Function with For Loop03:28
- yield the square of a number04:06
- traverse the elements over the generator02:04
- generator expression which is a shorter and passed into function04:19
RegEx in depth10 lectures • 29min
- Intro to RegEx in PythonPreview03:56
- returning a list containing all matches05:51
- no matches are found02:18
- Search for the first white-space character in the string02:15
- If no matches are found, the value None is returned02:12
- returning list where the string has been split at each match02:43
- replacing the matches with the text of your choice02:38
- control the number of replacements01:28
- Displaying start and end position of the first match occurrence03:22
- string passed and group02:12
SL Collections3 lectures • 10min
- return a tuple-like object with named fields03:40
- remember the order of the keys02:43
- deque object03:13
building packages4 lectures • 11min
- package named02:30
- from package to main02:34
- available when the package is imported03:25
- Install a Package Globally02:45
Mathematics and Statistics4 lectures • 6min
- Mathematics and Statistics 101:43
- Mathematics and Statistics 201:21
- Mathematics and Statistics 300:57
- Mathematics and Statistics 401:52
Decorators in depth7 lectures • 23min
- Prior of mastering decorators03:46
- higher order functions03:52
- can return another function02:19
- decorator takes in a function, adds some functionality04:02
- symbol along with the name of the decorator function and place it02:35
- ZeroDivisionError problem02:16
- Decorating Functions with Parameters04:21
BONUS SECTION1 lecture • 1min
- Bonus lecture00:14
Requirements
- Python basics and Python installed.
- Computer and any Text Editor or IDE
Description
Hi, Welcome to the Python Programming Beyond The Basics And Intermediate Training.
In this course, you will get a hands-on Many important topics that need to be mastered in order to create applications of multiple scales and purposes in Python programming language.
By the end of this course, you’ll have the Intermediate concepts that every Python developer should have, and know how to use them practically in all the fields of the Python language.
Even if you are in any field such as data science, web development or machine learning, it is very necessary to know all the concepts that we will talk about in this course, as well as how to use them in a theoretical and practical way as we will do, and this is in order to facilitate the creation of programs in the correct way as you want it without wasting time or complication.
We created this course for you if you want to boost your Python career to become a productive Python programmer .
What are the topics that we will discuss in this course?
First, we will talk about iterators in the Python language, how to use them, the concepts and functions related to them, how to create them, and what is the purpose of creating them easily.
Simply, Iterator in Python is simply an object that can be iterated upon. An object which will return data, one element at a time.
This is a brief and simple definition of Python iterator.
Let’s go to the second section, which we will talk about.
In the second section we will talk about The Python scope Of all kinds and how to deal with them.
Not all variables or functions can be accessed from anywhere in a program. The part of a program where a variable or function is accessible is called its scope.
The section that next, we’ll talk about the string formatting To make sure a string will display as expected . and You’ll learn about these formatting techniques in detail and add them to your Python string formatting toolkit.
And in the fourth section we will know all about:
What generators in Python are and how to use them
How to build generator functions and expressions
How the Python yield statement works and the difference between yield and return.
How to use multiple Python yield statements in a generator function.
How to use advanced generator methods in your apps.
The section that next, you’ll learn everything about regular expressions in Python.
This is a very important topic, and we will talk about it in a detailed and practical way and with deep clarification. Actually, You’ll have all power of regular expressions, You will work with the re library, deal with pattern matching, and many more.
Basically, Regular Expressions are a tool for matching patterns in text. This is a brief and simple definition of Regular Expressions.
In the next section, you’ll master the most commonly used data structures from the Python collections module.
Basically, Collections in Python are containers that are used to store collections of data, for example, lists and dictionaries. These are built-in collections. Several modules have been developed that provide additional data structures to store collections of data. One such module is the Python collections module.
The collections module is used to improve the functionalities of the built-in collection containers.
The next section walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, how to build the package, and how to use this Package.
In the next section, you’ll master all about math and statistics modules practically, and the functions that are used with them.
Simply, the math module provides access to the mathematical functions defined by the C standard. and The statistics module provides functions for calculating mathematical statistics of numeric data.
Finally, In the last part of this course you will learn something very important, which is decoration.
In this section on decorators, we’ll look at what they are and how to create and use them in detail.
Simply and By definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it. that’s it . We will simplify this topic very without complication, and with practical examples to illustrate.
Who this course is for:
- Python Intermediate Developers
- Anyone who wants to dive deeply into Python v3.9 Intermediate Topics without wasting time
- Anyone who has finished the basics of Python and does not know where to go
- Python developers who want to master new features of modern python
Show less
Note: The course is free for a limited time and limited to 500 users. Enroll as soon as possible. If it is no longer free, it means you are late, and it has already exceeded its limits.




