Python is a general purpose programming language. Python has a simple, easy-to-use syntax. It is used in machine learning, web development, desktop applications, and many other fields.
Below are the list of topics that will cover all the fundamental concepts of Python. And by the end, you will be comfortable creating projects in Python.
Python Introduction | |
---|---|
What is a programming language? | |
Python interpreter | |
Python versions | |
Advantages of Python language | |
Uses & applications of Python in different domains | |
Installation of Anaconda | |
Different ways to run Python code | |
Write your first Python program | |
Multiline Print Statement and Comments in Python | |
Python Variables, Data types, and Operators | |
Comments in Python | |
Variables | |
Data Types | |
User-Input | |
Operators | |
Python Control Statements | |
Introduction to Conditional statement | |
Conditional statement Types | |
Introduction to Loops | |
Types of Loops | |
For Loop | |
While Loop | |
Loops with a conditional statement | |
Infinite Loop | |
Nested Loop | |
Break and continue statement | |
Python Strings | |
Introduction to strings in Python | |
Indexing | |
Slicing | |
Iteration | |
String functions | |
Python Lists | |
Introduction to lists | |
Iteration | |
Slicing | |
List Functions | |
Python Sets | |
Introduction to sets | |
Iterations | |
Set methods | |
Python Tuples | |
Introduction to tuples | |
Iterations | |
Function | |
Making tuples mutable | |
Python Dictionary | |
Creation of Dictionaries | |
Iterations | |
Dictionary Functions | |
Nested Dictionaries |