Python core syllabus for beginners or advanced learners.
Python is a programming language developed in 1991. It has more than 200,000 libraries. These days, Python has become famous due to its wide range of general-purpose features. Python is popular because it is used in nearly every field of the IT sector. With Python, you can work on:
- Web development using Python frameworks like Flask and Django
- API development with libraries like PyQT5
- Data Science
- Machine learning
- Deep learning
- Data Analytics and many more
Before exploring these advanced topics, it's essential to cover the basics of Python, which form the core syllabus.
INTRODUCTION TO PYTHON
- What Is Python
- What Is The History Of Python?
- Unique Features Of Python
- Python-2 And Python-3 Differences
- Install Python And Environment Setup
- First Python Program
- Python Identifiers, Keywords, And Indentation
- Comments And Document Interlude In Python
- Command Line Arguments
- Getting User Input
- Python Data Types
- What Are Variables
- Python Core Objects And Functions
- Number And Math
CONTROL STATEMENTS
- If-Else
- If-Elif-Else
- While Loop
- For Loop
- Break
- Continue
- Assert
- Pass
- Return
Python Basic Data Structures
LIST, RANGES & TUPLES IN PYTHON
- Introduction
- Lists In Python
- List CRUD Functions
- Understanding Iterators
- Generators, Comprehensions
- Lambda Expressions
- Lambda Use Case - Map, Filter, Reduce
- Understanding And Using
- Ranges
- Difference Between Tuple And List
- Type Casting
PYTHON DICTIONARIES AND SETS
- Introduction To The Set
- Python Dictionaries
- Dictionaries CRUD Operations
- Dictionary And JSON
- Sets
- Python Sets Operations
- Difference Between Set And Dictionary
FILE HANDLING WITH PYTHON
- How To Deal With Text File With Python
- Reading And Writing Text Files
- Writing Text Files
- Appending To Files And Challenge
Tags:
Leave a comment
You must be logged in to post a comment.