Last updated 2/2023Course Language EnglishCourse Caption English [Auto]Course Length 05:48:57 to be exact 20937 seconds!Number of Lectures 82
This course includes:
5 hours hours of on-demand video
7 article
Full lifetime access
Access on mobile and TV
Certificate of completion
The basics of Python programming, including data types, variables, strings, and user input.
How to make decisions using conditional statements such as "if", "elif", and "else"
Hands-on coding exercises to solidify understanding and practice new skills
How to work with different data types such as numbers, strings, lists, and tuples
How to use variables and manipulate strings
How to use user input and conditional statements to control the flow of a program
How to become a professional Python developer with the guidance and support of the instructor.
Much more...
Welcome to the Learning Python for Beginners Step-by-Step & Coding Exercises course! This comprehensive course is designed to take you from zero programming experience to a professional developer, all while using the powerful and versatile Python programming language.Throughout the course, you will be taught the fundamentals of Python programming, including data types, variables, strings, and user input. You will also learn how to make decisions using conditional statements, such as "if", "elif", and "else". Additionally, you will be provided with hands-on coding exercises to help you solidify your understanding of the material and practice your new skills.The course begins with installing Python and Anaconda, and then moves on to writing your first Python program. From there, you will learn about the different data types in Python, including numbers, strings, lists, and tuples. You will also learn how to use variables, and how to manipulate strings.As you progress through the course, you will learn about user input and conditional statements, which will allow you to make decisions in your code. This is a crucial aspect of programming, as it allows you to control the flow of your program and respond to different inputs.The course also includes a section on "if" statements, which are used to make decisions based on certain conditions. You will also learn about "elif" statements, which allow you to make multiple decisions, and "else" statements, which provide a default option.By the end of this course, you will have a solid understanding of the Python programming language, and be able to confidently write your own programs. With the hands-on coding exercises, you will have the opportunity to practice your new skills, and the guidance and support of the instructor, you will be well on your way to becoming a professional developer. Enroll now and start your journey to becoming a Python developer today!"Who this course is for:Beginning Python ProgrammersSystem AdministratorsAutomation TechnitiansBeginning DevOps
Course Content:
Sections are minimized for better readability, click the section title to view the course content
20 Lectures | 01:18:33
Getting Installed
03:25
Adding Comments. Data Types
03:59
Adding Comments in Python
1 question
Data Types cont.
03:29
Working with different data types in Python
1 question
Adding Variables
03:15
Variables cont.
04:02
Creating and Using Variables in a Sentence
1 question
Working with Strings
03:53
Strings cont.
03:53
Strings cont.
03:37
Simple Python Program with Strings and Comments
1 question
Working with User Input. Type Converting
03:16
Type Converting cont.
03:16
User Input and Type Conversion
1 question
IF Statement and Comparison Operators
03:44
Comparison Operators Coding Exercise
1 question
If Statement Checker Task
1 question
Logical Operators
04:19
Checking Number Range with Logical Operators
1 question
ELIF Statement
05:09
ESLE Statement
02:41
Determining Variable Relationships with If-Elif-Else Statements
1 question
Essential Reading: Adding Comments in Python
01:45
Essential Reading: Data Types in Python
03:17
Essential Reading: Understanding Variables in Python
01:51
Essential Reading: Strings in Python
04:39
Essential Reading: User Input and Type Conversion
06:29
Essential Reading: IF Statement and Comparison Operators
08:31
12 Lectures | 47:54
Strings
02:42
Int, Variables and Data Types
04:21
Type() Function
02:36
Addition: Numbers and Strings
02:08
Addition: Variables
03:35
Errors are Your Friend. Handling Errors.
06:55
User Input and Input Prompts
05:35
Comma separated string printing and printing numbers with strings using comma
04:57
Quotes in Quotes and Boolean Strings Tests
05:50
String Format Methods
03:00
Input. String Formating
03:05
Boolean 'in' keyword
03:10
5 Lectures | 41:05
Intro to Lists
11:35
For Loops
07:55
While Loops
03:45
Working with Lists
09:55
Essential Reading: Lists in Python
07:55
21 Lectures | 01:47:30
Create the simpliest function
05:05
Function Parameters & Function Return
05:05
Function Multi Parameters & Obeject Sequence
03:38
Conditionals: Boolean
04:55
Conditionals: String Compare
05:26
Basic Math. Nested Conditionals
05:11
Escape sequences and 'while' loops
04:43
Incrementing variables. while loop with Boolean comparisons
08:14
String indexing
07:01
String slicing
08:16
Strings iteration
05:24
Strings: methods
09:37
Lists. Part 1
05:29
Lists. Overwriting. Inserting
05:57
Lists. Part 2
09:15
Creating a function to iterate through lists
01:44
Function to Check Visited Cities and Iteration to Check City List
1 question
Using Range (Stop)
02:31
Calculating the sum of a range of integers in Python
1 question
Range (Start,Stop)
01:29
Range (Start,Stop,Step)
02:58
Counting Sequences and List Iteration in Python
1 question
List Combination Examples with Extend and Concatenation
02:57
List Combination in Python Quiz
1 question
List Combination in Python
3 questions
In this assignment, you will write Python code to combine lists using different methods.
Instructions
Using Extend: Write a Python function called combine_lists_extend(list1, list2) that takes two lists as arguments and returns a combined list using the extend method.
Using List Addition: Write a
Reversing Lists in Python using the Reverse Method
02:35
Reversing Lists in Python using the Reverse Method
2 questions
This assignment aims to test your understanding of how to reverse a list in Python using the reverse() method. In this assignment, you will create a list of your top 5 favorite books and store it in a variable. You will then print the original list of your favorite books, reverse the order of the li
6 Lectures | 38:32
Getting Installed
01:03
OS module: files, paths, etc
07:14
Handling Absolute and Relative Paths. Checking Path Validity
11:23
Working with Files: Read, Write, Append Methods
07:05
Working with Files: shutil
07:05
Types and Variables
04:42
18 Lectures | 35:22
Hands-On Examples: Using Comments in Code
01:23
Hands-On Examples: Data Types in Python
02:44
Hands-On Examples: Variables in Python
02:27
Hands-On Examples: Adding Variables in Python
03:15
Hands-On Examples: Working with Strings. Example 1
02:26
Hands-On Examples: Working with Strings. Example 2
01:49
Hands-On Examples: Working with Strings. Example 3
02:11
Hands-On Examples: Working with Strings. Example 4
02:21
Hands-On Examples: Working with User's Inpu. Example 1
01:39
Hands-On Examples: Working with User's Inpu. Example 2
01:28
Hands-On Examples: Working with User's Input. Example 3
01:32
Hands-On Examples: Working with Type Convering. Example 1
01:45
Hands-On Examples: Working with Type Convering. Example 2
01:35
Hands-On Examples: Working with IF Statements. Example 1
01:48
Hands-On Examples: Working with IF Statements. Example 2
01:42
Hands-On Examples: Working with Logical Operators. Example 1
01:54
Hands-On Examples: Working with Logical Operators. Example 2
01:47
Hands-On Examples: Working with ELIF. Example 1
01:36
0 Lectures | 00:00
Using Comments
5 questions
4.5
(88 course ratings)
1
3/88
2
4/88
3
8/88
4
26/88
5
47/88
JOIN OUR WHATSAPP GROUP TO GET LATEST COUPON AS SOON AS UPDATED
If you like to get inspired by great web projects, you should check out Made with Javascript. If you have a project that you wish to share with the world, feel free to submit your project on Made with Javascript Club website.
Free Online Tools And Converters for your use
URL Encoder
Input a string of text or a URL and encode the entered string
FAQ: Udemy Free course Most frequent questions and answers
Does Udemy offer Free Udemy coupons?
Yes, Udemy is the largest online education platform, with the broadest selection of video-on-demand courses and qualified instructors available to meet your needs. At theprogrammingbuddy.club we curate the latest udemy coupons, their expiry, and the number of uses left of these udemy coupons.
How to get free Udemy courses?
There are two ways to get free Udemy courses:
Go to udemy.com and search for your desired course category. Then select free from the filter options.
You can also get paid courses for free if you have a coupon. You can head to theprogrammingbuddy.club, where you can get a daily udemy paid course for free.
How to get Udemy Certificates for free?
Udemy offers certification on completion of each course. In order to receive a certificate of completion from Udemy, you need to complete your course 100%. There is a simple hack, you can open a video and jump on the timeline to complete a lecture.
To download the certificate from Udemy, you need to head over to your account on a desktop browser. Udemy certificates can't be accessed on the mobile app.
Do Udemy courses expire?
No, once you enroll, you will have lifetime access to the course. You can complete the course on your schedule.
Why are the Udemy instructors giving away free Udemy Coupons?
Every instructor has worked for hours on each of their courses. As new courses get launched, the instructors have no way to get their course in front of an audience to get some feedback. So, instructors share free coupons for their courses to get feedback from the students. We attheprogrammingbuddy.club work with these instructors to get their courses available to our buddies.
Is Udemy safe to use?
Yes, payments on Udemy are safe. It is no different than paying for other services on an application or website and inputting your payment information before receiving your goods. Just be sure to keep your account secure, do not share your udemy accounts.
Can Udemy courses get you a job?
Earning a skill is more valuable than earning a job these days. Skills are your most valuable asset. They can help you qualify for jobs you want and get promoted to more advanced positions within your organization. Unfortunately, it is difficult for many people to balance taking courses with work and family obligations. We have had many students, who have taken just Udemy courses, started a job as well as started freelancing with the skills they have learned.