• Post category:StudyBullet-5
  • Reading time:7 mins read


What you will learn

An in-depth discussion about every topic of programming in Python

Be able to write your own Python programs efficiently

Description

Python is a general-purpose coding language and one of the best programming languages for beginners. The syntax of python is easy to learn as compare to other programming languages (C, C++, Java, etc). Python is used in various fields such as Machine Learning, Automation, Web Development, Game Development, Graphical User Interface, etc.Β  In this course, you will learn in-depth every topic of Python and its core concepts with examples. This course is for beginners who are new to a programming language or in python. In this course, I also create quizzes for each section so that you can also check your progress. I will also be updating this course on time and also add more topics and projects for this course.

Here are the topics we cover in this course are:-

1.Β Python Print Statement

2. Python Comments

3. Python Variables

4. Python Type Conversion

5. Python Input Function

6. Python Operator

7. Python IF/ELSE

8. Python For Loop

9. Python While Loop

10. Python Break and Continue Statement

11. Python Numbers


Get Instant Notification of New Courses on our Telegram channel.


12. Python List

13. Python Tuple

14. Python String

15. Python Set

16. Python Dictionary

17. Python Functions

18. Python Lambda Functions

19. Python Global and Local Variables

What you’ll learn in this course

1) An in-depth discussion about every topic of programming in Python

2) Be able to write your own Python programs efficiently

ΰ€Ήΰ€Ώΰ€¨ΰ₯ΰ€¦ΰ₯€
language

Content

Python Introduction

Intro to Python Programing

Python Print Statement and Comments

“Hello World” in python
Python Comments
QUIZ: Python Print Statement and Comments

Python Variables and Intro To Data Types

Python Variables
Rules and Naming Convention for Variables
Python Data Types
QUIZ: Python Variables and Intro To Data Types

Python Type Conversion & Input Function

Python Type Conversion
Python Input()
QUIZ: Python Type Conversion & Input Function

Python Operator

Python Operator
Python Operator: Arithmetic Operator
Python Operator: Comparison Operator
Python Operator: Logical Operator
Python Operator: Assignment Operator
QUIZ: Python Operator

Python If/Else

Python if/else statement
Python Program to Check if a number is Odd or Even (IF/ELSE)
QUIZ: Python If/Else

For Loop and While Loop in Python

Python for loop
Python while loop
QUIZ: For Loop and While Loop in Python

Python Break and Continue Statements

Python Break & Continue Statement
QUIZ: Python Break & Continue Statement

Python Numbers

Python Numbers
QUIZ: Python Numbers

Python List

Python List
Python List Methods
QUIZ: Python List

Python Tuple

Python Tuple
QUIZ: Python Tuple

Python String

Python String
QUIZ: Python String

Python Set

Python Set
QUIZ: Python Set

Python Dictionary

Python Dictionary
QUIZ: Python Dictionary

Python Function and Types of Functions

Python function()
Types Of Functions
QUIZ: Python Function and Types of Functions

Python Global and Local Variables

Global and Local Variables
QUIZ: Python Global and Local Variables

Python Lambda & Anonymous Function

Python Lambda & Anonymous Function
QUIZ: Python Lambda & Anonymous Function