Python Programming Beyond The Basics & Intermediate Training

Learn, Think and Hands-on Python Intermediate concepts and Boost your Python Development Career in short time!

4.11 (990 reviews)
Udemy
platform
English
language
Programming Languages
category
Python Programming Beyond The Basics & Intermediate Training
176,754
students
2.5 hours
content
Jun 2021
last update
$54.99
regular price

What you will 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.

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.


Content

Introduction to the Training

Welcome to the training
Introduction to the training topics

Hands-On Iterators

iterator from iterable tuple
iterator from sequence
Looping Through an Iterator
Building an Iterator 1
Building Iterator 2
StopIteration

Global and Local scope

variable inside a function is available inside that function
Function Inside Function
global scope and naming variables
the global keyword

Sequence of characters formatting

String format
Add more values to the format
Index Numbers
Named Indexes

Special generators

Building a simple generator function
generator function cannot include the return
Generator Function with For Loop
yield the square of a number
traverse the elements over the generator
generator expression which is a shorter and passed into function

RegEx in depth

Intro to RegEx in Python
returning a list containing all matches
no matches are found
Search for the first white-space character in the string
If no matches are found, the value None is returned
returning list where the string has been split at each match
replacing the matches with the text of your choice
control the number of replacements
Displaying start and end position of the first match occurrence
string passed and group

SL Collections

return a tuple-like object with named fields
remember the order of the keys
deque object

building packages

package named
from package to main
available when the package is imported
Install a Package Globally

Mathematics and Statistics

Mathematics and Statistics 1
Mathematics and Statistics 2
Mathematics and Statistics 3
Mathematics and Statistics 4

Decorators in depth

Prior of mastering decorators
higher order functions
can return another function
decorator takes in a function, adds some functionality
symbol along with the name of the decorator function and place it
ZeroDivisionError problem
Decorating Functions with Parameters

Reviews

Mustafa
July 1, 2023
it could be a little more well made, expecially your explanations about the itterable objects. Maybe you could've gave more examples or explained it with all the possible circumstances
Stefano
June 19, 2023
Here, we touch the "basic" in too many videos. And what about the intermediate level? There's something but nothing at the end. Btw, the videos are hearable at least at 1.4x ... and the multiple explanations of the same statement are really irritating. The Certification in this case is completely useless for me
Wanderson
June 14, 2023
The instructor have a good way to pass the information through the class, but i would like more examples to practice and see maybe a possible errors that we can get it
Ana
May 12, 2023
I truly believe that the instructor is very gifted in tutoring. I liked the approach and the way he is teaching. Although I am not an expert in Python programming, he made me feel like I want to learn more and more about it. He is engaging and effective! I am certainly going to continue to follow his courses. Way to go!
Asma
October 25, 2022
For me its a good course. I had learned new concept. But I wish the instructor enhance his way of teaching to attract the student and make him interesting with information
Shahad
September 20, 2022
First of all, I would like to thank the course professor and Udemy for this opportunity. It is my first course in the Python language and I have learned a lot from all scientific and theoretical aspects. Thank you very much for all the useful information. ???✨
Nebiyou
April 29, 2022
I like the way the instructor presents the course. I recommend it to anyone who has interest in python.
Popa
October 20, 2021
It would be nice to get a extra few seconds at the end of every video with why or when we would use what we learned, not the same boring message that is 15 - 20 seconds long.
Nicolas
September 21, 2021
I expected more from this course, but the way its given is more than ok. The instructor is very clear.
Giuseppe
July 18, 2021
The english of the instructor is incredibly bad, content almost useless. You can find better resources online for free
John
July 9, 2021
Some of the code doesn't work and he has no explanation on why. Even imported his source code and it doesn't seem it works for every IDE. He should explain more
Federico
April 9, 2021
Creo que podría plantear ejemplos y luego pedirme que hiciera algo con esos ejemplos para desarrollar mis habilidades. Como desafios.
Dhamotharan
November 24, 2020
English is too bad but slow and study that good so I'm giving 2.5 stars .Try to pronounce English in a American or Canadian or Australian way thank you .

Coupons

DateDiscountStatus
10/25/2020100% OFF
expired
10/30/2020100% OFF
expired
11/16/202092% OFF
expired
3/17/2021100% OFF
expired
4/3/2021100% OFF
expired
4/14/2021100% OFF
expired
4/24/2021100% OFF
expired
5/12/2021100% OFF
expired
5/19/2021100% OFF
expired
6/2/2021100% OFF
expired
6/21/2021100% OFF
expired
7/5/2021100% OFF
expired
7/17/2021100% OFF
expired
7/26/2021100% OFF
expired
8/24/2021100% OFF
expired
9/4/2021100% OFF
expired
9/17/2021100% OFF
expired
10/11/2021100% OFF
expired
11/3/2021100% OFF
expired
12/12/2021100% OFF
expired
12/21/2021100% OFF
expired
12/28/2021100% OFF
expired
1/4/2022100% OFF
expired
1/15/2022100% OFF
expired
2/3/2022100% OFF
expired
2/22/2022100% OFF
expired
3/15/2022100% OFF
expired
3/23/2022100% OFF
expired
3/29/2022100% OFF
expired
4/12/2022100% OFF
expired
4/22/2022100% OFF
expired
4/26/2022100% OFF
expired
5/5/2022100% OFF
expired
5/19/2022100% OFF
expired
5/27/2022100% OFF
expired
6/7/2022100% OFF
expired
6/14/2022100% OFF
expired
6/21/2022100% OFF
expired
7/5/2022100% OFF
expired
7/20/2022100% OFF
expired
7/26/2022100% OFF
expired
8/15/2022100% OFF
expired
8/24/2022100% OFF
expired
8/29/2022100% OFF
expired
9/14/2022100% OFF
expired
9/20/2022100% OFF
expired
9/26/2022100% OFF
expired
10/4/2022100% OFF
expired
10/19/2022100% OFF
expired
10/24/2022100% OFF
expired
11/16/2022100% OFF
expired
11/19/2022100% OFF
expired
11/23/2022100% OFF
expired
12/27/2022100% OFF
expired
12/28/2022100% OFF
expired
1/25/2023100% OFF
expired
2/21/2023100% OFF
expired
2/27/2023100% OFF
expired
3/9/2023100% OFF
expired
3/22/2023100% OFF
expired
3/29/2023100% OFF
expired
4/5/2023100% OFF
expired
4/11/2023100% OFF
expired
4/27/2023100% OFF
expired
5/9/2023100% OFF
expired
5/18/2023100% OFF
expired
6/11/2023100% OFF
expired
6/18/2023100% OFF
expired
7/11/2023100% OFF
expired
8/24/2023100% OFF
expired
10/5/2023100% OFF
expired
11/25/2023100% OFF
expired
12/10/2023100% OFF
expired
12/18/2023100% OFF
expired
1/8/2024100% OFF
expired
1/29/2024100% OFF
expired
2/6/2024100% OFF
expired
2/14/2024100% OFF
expired
2/27/2024100% OFF
expired
3/12/2024100% OFF
expired

Charts

Price

Python Programming Beyond The Basics & Intermediate Training - Price chart

Rating

Python Programming Beyond The Basics & Intermediate Training - Ratings chart

Enrollment distribution

Python Programming Beyond The Basics & Intermediate Training - Distribution chart

Related Topics

3571361
udemy ID
10/15/2020
course created date
10/25/2020
course indexed date
Angelcrc Seven
course submited by