Learn Python from Scratch
- Description
- Curriculum
- FAQ
- Reviews
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 way that is easy to understand. I strive for simplicity and accuracy with every definition, code I publish. 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
-
2Execution of a simple wordVideo lesson
-
3Execution of a sentenceVideo lesson
-
4Print of a special symbolic patternVideo lesson
-
5Execution of a program is a step-wise process. Learn how it happens?Video lesson
-
6Some important notes before to write any program in PythonVideo lesson
-
7Coding: Colab file and python fileText lesson
-
8What is identifier?Video lesson
-
9Identifier of a numberVideo lesson
-
10Identifier of a stringVideo lesson
-
11Multiple identifiers in a single programVideo lesson
-
12Accurate way to write a variable/identifier/place holder. Learn how it effects?Video lesson
-
13Identifier is case sensitive. Check how it works?Video lesson
-
14Swapping of the equationsVideo lesson
-
15Step-wise execution of multiple identifiers with the same nameVideo lesson
-
16Coding: Colab file and python fileText lesson
-
17What is arithmetic operations? List of arithmetic operatorsVideo lesson
-
18Arithmetic OperatorVideo lesson
-
19Subtraction OperatorVideo lesson
-
20Multiplication OperatorVideo lesson
-
21Division OperatorVideo lesson
-
22Modulus OperatorVideo lesson
-
23Exponential OperatorVideo lesson
-
24Augmented OperatorVideo lesson
-
25Coding: Colab file and python fileText lesson
-
26Precedence of the operational operators. Check their levelsVideo lesson
-
27Precedence of Addition and Multiplication operatorsVideo lesson
-
28Precedence of Addition, Multiplication and Exponential operatorsVideo lesson
-
29Precedence of Addition and Subtraction operatorsVideo lesson
-
30Precedence of Addition, Multiplication & Exponential operators with parenthesisVideo lesson
-
31Coding: Colab file and python fileText lesson
-
32Approximate math functions.Learn about round, ceil and floor functions in PythonVideo lesson
-
33Absolute math functions. How to use positive and negative math functions?Video lesson
-
34Conversion of data. Convert integer into float and float into integerVideo lesson
-
35Coding: Colab file and python fileText lesson
-
40What we mean by the input function in Python?Video lesson
-
41Find the output of a program by assigning a simple input functionVideo lesson
-
42How to put a gap between the two expressions?Video lesson
-
43How to identify the class of an expression?Video lesson
-
44Assign an input function to a simple expression by passing a number in outputVideo lesson
-
45Coding: Colab file and python fileText lesson
-
46What is data type conversion?Video lesson
-
47Using of int function along with input function to convert float into integerVideo lesson
-
48Using of float function along with input function to convert float into integerVideo lesson
-
49Subtraction of a string from number by applying the data conversionVideo lesson
-
50Coding: Colab file and python fileText lesson
-
51Write a program in Python to ask a person's name, language with a final messageVideo lesson
-
52Write a program in Python to know the time period by using data type conversionVideo lesson
-
53Write a program to ask the user's height in meters. Convert height into feetVideo lesson
-
54Coding: Colab file and python fileText lesson
-
55What is string?Video lesson
-
56String enclosed in double quotesVideo lesson
-
57String enclosed in single quotesVideo lesson
-
58String of a single wordVideo lesson
-
59Check why the single quotes don't work?Video lesson
-
60Check why the double quotes must be used?Video lesson
-
61What are the stages where single quotes don't work?Video lesson
-
62What are the stages where double quotes work?Video lesson
-
63Triple quotes for multiple lines of stringsVideo lesson
-
64Coding: Colab file and python fileText lesson
-
65Introduction to formatted stringVideo lesson
-
66Concatenate first name & last name with a space by using formatted stringVideo lesson
-
67Concatenate city with the country by using the formatted string techniqueVideo lesson
-
68Concatenate two strings by formatted string technique by calling the identifierVideo lesson
-
69How to format the two statements having multiple lines?Video lesson
-
70Coding: Colab file and python fileText lesson
-
71Upper method: Upper case method, how it doesn't effect the original string?Video lesson
-
72Lower method: Lower case method, how it doesn't effect the original string?Video lesson
-
73Replace method: It's case sensitive, how to replace a word or a character?Video lesson
-
74Find method: Find the character and word of a string by returning index numberVideo lesson
-
75'in' method: Existence of a character or word in a string returning Boolean formVideo lesson
-
76Coding: Colab file and python fileText lesson
-
77What is indexing and slicing?Video lesson
-
78Find the positive index of a numberVideo lesson
-
79Find the negative index of a numberVideo lesson
-
80Find the index of a number out of the sub list of a listVideo lesson
-
81Find the positive index of a character in a stringVideo lesson
-
82Find the negative index of a character in a stringVideo lesson
-
83Find the index of a stringVideo lesson
-
84Coding: Colab file and python fileText lesson
External Links May Contain Affiliate Links read more