Python – Learn step by step
Python – Learn step by step, available at $44.99, has an average rating of 4.6, with 436 lectures, based on 32 reviews, and has 4056 subscribers.
You will learn about Introduction to Python, Arithmetic Operations, Concatenation, Boolean Condition, Comparison Operators, Logical Operators String, String methods Lists, List of numbers, List of strings, List methods, two-dimensional list Tuple, positive indexing and negative indexing of tuples, slicing of tuples Indexing, indexing of number, indexing of string, positive indexing and negative indexing Function, assigning input function, data type conversion if statement, if-else statement, if-elif-else statement, nested statement for loop, while loop, nested loop Indentation: Global scope & Local scope indentations Factorial, Range functions Dictionaries: Nested dictionaries, applications of dictionary Exception Handling and its applications Regular expression: Matching & Extraction, Fine-tuning extraction, greedy and non greedy extraction, parsing and escaping This course is ideal for individuals who are Beginner Python developers or Beginners of Python developers curious about data science It is particularly useful for Beginner Python developers or Beginners of Python developers curious about data science.
Enroll now: Python – Learn step by step
Summary
Title: Python – Learn step by step
Price: $44.99
Average Rating: 4.6
Number of Lectures: 436
Number of Published Lectures: 386
Number of Curriculum Items: 436
Number of Published Curriculum Objects: 386
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Introduction to Python, Arithmetic Operations, Concatenation, Boolean Condition,
- Comparison Operators, Logical Operators
- String, String methods
- Lists, List of numbers, List of strings, List methods, two-dimensional list
- Tuple, positive indexing and negative indexing of tuples, slicing of tuples
- Indexing, indexing of number, indexing of string, positive indexing and negative indexing
- Function, assigning input function, data type conversion
- if statement, if-else statement, if-elif-else statement, nested statement
- for loop, while loop, nested loop
- Indentation: Global scope & Local scope indentations
- Factorial, Range functions
- Dictionaries: Nested dictionaries, applications of dictionary
- Exception Handling and its applications
- Regular expression: Matching & Extraction, Fine-tuning extraction, greedy and non greedy extraction, parsing and escaping
Who Should Attend
- Beginner Python developers
- Beginners of Python developers curious about data science
Target Audiences
- Beginner Python developers
- Beginners of Python developers curious about data science
Learn Python from scratch, the course includes video explanation with introductions(basics) and plenty of solved programs. Some daily life applications have been solved by using the Python language. Downloadable files of Python codes have been attached to all the lectures. The lectures are appealing, fancy and fast. They take less time to walk you through the whole content. Each and every topic has been taught extensively in depth to cover all the possible areas starting from a simple program to a complex one to understand the concept in most possible easy way. It’s highly recommended for the students who don’t know the fundamental of Python language studying at college and university level.
The objective of this course is to explain the Python programming language in a very simple and easy way to understand. I strive for simplicity and accuracy with every definition, detail and codes. All the codes have been conducted through colab which is an online editor. Python remains a popular choice among numerous companies and organization. Python has a reputation as a beginner-friendly language, replacing Java as the most widely used introductory language because it handles much of the complexity for the user, allowing beginners to focus on fully grasping programming concepts rather than minute details.
Below is the list of topics that have been covered:
-
Introduction to Python
-
Arithmetic Operations
-
Boolean Conditions
-
Concatenation
-
Comparison Operators
-
Logical Operators
-
Indentation
-
Strings
-
List
-
2-D List
-
Tuples
-
Dictionaries
-
Nested dictionaries
-
Indexing
-
Functions
-
Def or defined functions
-
if statement
-
if-else statement
-
if-elif-else statement
-
Nested statement
-
for loops
-
while loops
-
Nested loops
-
Range Functions
-
Factorial
-
Exception Handling
-
Regular Expressions
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Chapter 2: Simple Statement execution in Python
Lecture 1: Execution of a simple word
Lecture 2: Execution of a sentence
Lecture 3: Print of a special symbolic pattern
Lecture 4: Execution of a program is a step-wise process. Learn how it happens?
Lecture 5: Some important notes before to write any program in Python
Lecture 6: Coding: Colab file and python file
Chapter 3: Identifiers
Lecture 1: What is identifier?
Lecture 2: Identifier of a number
Lecture 3: Identifier of a string
Lecture 4: Multiple identifiers in a single program
Lecture 5: Accurate way to write a variable/identifier/place holder. Learn how it effects?
Lecture 6: Identifier is case sensitive. Check how it works?
Lecture 7: Swapping of the equations
Lecture 8: Step-wise execution of multiple identifiers with the same name
Lecture 9: Coding: Colab file and python file
Chapter 4: Arithmetic Operations – Types of Arithmetic operators
Lecture 1: What is arithmetic operations? List of arithmetic operators
Lecture 2: Arithmetic Operator
Lecture 3: Subtraction Operator
Lecture 4: Multiplication Operator
Lecture 5: Division Operator
Lecture 6: Modulus Operator
Lecture 7: Exponential Operator
Lecture 8: Augmented Operator
Lecture 9: Coding: Colab file and python file
Chapter 5: Arithmetic Operations – Arithmetic Precedence
Lecture 1: Precedence of the operational operators. Check their levels
Lecture 2: Precedence of Addition and Multiplication operators
Lecture 3: Precedence of Addition, Multiplication and Exponential operators
Lecture 4: Precedence of Addition and Subtraction operators
Lecture 5: Precedence of Addition, Multiplication & Exponential operators with parenthesis
Lecture 6: Coding: Colab file and python file
Chapter 6: Arithmetic Operations – Arithmetic Functions
Lecture 1: Approximate math functions.Learn about round, ceil and floor functions in Python
Lecture 2: Absolute math functions. How to use positive and negative math functions?
Lecture 3: Conversion of data. Convert integer into float and float into integer
Lecture 4: Coding: Colab file and python file
Chapter 7: Concatenation
Lecture 1: What is concatenation?
Lecture 2: Concatenation of numbers
Lecture 3: Concatenation of strings
Lecture 4: Coding: Colab file and python file
Chapter 8: Indentation – Global & Local scope indentation
Lecture 1: Introduction to indentation. Learn local & Global scope indentations in depth
Lecture 2: Identify the Global indentations
Lecture 3: Identify the Local scope and Global scope indentations in a single program
Lecture 4: Multiple Local and Global scope indentations in a program
Chapter 9: Input Function – Introduction
Lecture 1: What we mean by the input function in Python?
Lecture 2: Find the output of a program by assigning a simple input function
Lecture 3: How to put a gap between the two expressions?
Lecture 4: How to identify the class of an expression?
Lecture 5: Assign an input function to a simple expression by passing a number in output
Lecture 6: Coding: Colab file and python file
Chapter 10: Input Function – Data type conversion
Lecture 1: What is data type conversion?
Lecture 2: Using of int function along with input function to convert float into integer
Lecture 3: Using of float function along with input function to convert float into integer
Lecture 4: Subtraction of a string from number by applying the data conversion
Lecture 5: Coding: Colab file and python file
Chapter 11: Input Function – Applications of input functions in daily life
Lecture 1: Write a program in Python to ask a person's name, language with a final message
Lecture 2: Write a program in Python to know the time period by using data type conversion
Lecture 3: Write a program to ask the user's height in meters. Convert height into feet
Lecture 4: Coding: Colab file and python file
Chapter 12: String – Introduction
Lecture 1: What is string?
Lecture 2: String enclosed in double quotes
Lecture 3: String enclosed in single quotes
Lecture 4: String of a single word
Lecture 5: Check why the single quotes don't work?
Lecture 6: Check why the double quotes must be used?
Lecture 7: What are the stages where single quotes don't work?
Lecture 8: What are the stages where double quotes work?
Lecture 9: Triple quotes for multiple lines of strings
Lecture 10: Coding: Colab file and python file
Chapter 13: String – Formatted Strings
Lecture 1: Introduction to formatted string
Lecture 2: Concatenate first name & last name with a space by using formatted string
Lecture 3: Concatenate city with the country by using the formatted string technique
Lecture 4: Concatenate two strings by formatted string technique by calling the identifier
Lecture 5: How to format the two statements having multiple lines?
Lecture 6: Coding: Colab file and python file
Chapter 14: String – String Methods
Lecture 1: Upper method: Upper case method, how it doesn't effect the original string?
Lecture 2: Lower method: Lower case method, how it doesn't effect the original string?
Lecture 3: Replace method: It's case sensitive, how to replace a word or a character?
Lecture 4: Find method: Find the character and word of a string by returning index number
Lecture 5: 'in' method: Existence of a character or word in a string returning Boolean form
Lecture 6: Coding: Colab file and python file
Chapter 15: Indexing & Slicing – Introduction
Lecture 1: What is indexing and slicing?
Lecture 2: Find the positive index of a number
Lecture 3: Find the negative index of a number
Lecture 4: Find the index of a number out of the sub list of a list
Lecture 5: Find the positive index of a character in a string
Instructors
-
Moein Ud Din
Engineer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 3 votes
- 4 stars: 11 votes
- 5 stars: 17 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024