0% found this document useful (0 votes)
3 views

Basic Topics

Uploaded by

sriramsara7385
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Basic Topics

Uploaded by

sriramsara7385
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Basic Topics:

Introduction to Python

What is Python?

Installing Python

Python Shell s. Scripting

Python IDEs

2. Data Types and Variables

Integers, Floats, Strings, Booleans

Type Conversion

Variables and Assignment

3. Basic Operators

Arithmetic Operators

Comparison Operators

Logical Operators

4. Control Structures

Conditional Statements (if, elif, else)

Loops (for, while)

break, continue, and pass

5. Basic Data Structures

Lists

Tuples

Sets

Dictionaries

6. Functions

Defining and Calling Functions

Arguments and Return Values

Local and Global Variables

7. Modules and Packages

Importing Modules

Exploring the Standard Library

Intermediate Topics:
List Comprehensions

Functions (continued)

Lambda Functions

*args and **kwargs

Decorators

Generators

3. File Handling

Reading and Writing Files

Working with Directories

Exception Handling during I/O

4. Error and Exception Handling

try, except, finally

Custom Exceptions

5. Classes and Object-Oriented Programming (OOP)

Classes and Objects

Inheritance

Polymorphism

Encapsulation

6. Intermediate Data Structures

Stacks, Queues, Linked Lists (using collections module)

7. Regular Expressions

8. Working with External Libraries

pip and Package Management

Common Libraries: requests, numpy, pandas

You might also like