0% found this document useful (0 votes)
5 views1 page

Python Course

The document outlines a comprehensive Python course covering various topics such as environment setup, data types, control flow, functions, exceptions, object-oriented programming, and advanced topics like web scraping and API calls. It includes sections on primitive and structured data types, conditional statements, loops, and debugging techniques. The course aims to provide a thorough understanding of Python programming from basics to advanced concepts.

Uploaded by

bolasan191
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Python Course

The document outlines a comprehensive Python course covering various topics such as environment setup, data types, control flow, functions, exceptions, object-oriented programming, and advanced topics like web scraping and API calls. It includes sections on primitive and structured data types, conditional statements, loops, and debugging techniques. The course aims to provide a thorough understanding of Python programming from basics to advanced concepts.

Uploaded by

bolasan191
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

What is Python

Setup Your Environment

Comments
1. Introduction
Print

Variables

Input

Intro to Data Types

String Functions
2. Primitive Data Types
int

Numbers float

complex

Boolean Functions

Comparision Operators ==, !=, <, <=, >, >=

and

Logical Operators or
Boolean Expressions
not

in
Membership Operators
not in

is
Identity Operators
is not

if

else

elif
Conditional Statements
3. Control Flow nested if

independent ifs

inline if
special cases
match case

Basics

Break

Loop Control Continue


for
Pass

Else in Loops
Loops
Nested Loops
Python Course by Baraa while

list

tuple

4. Structured Data Types dictionary

set

array

Defining Functions

5. Functions Variable Scope & Lifetime

Advanced Function Concepts

Understanding Exceptions

6. Exceptions Exception Handling

Debugging Techniques

OOP Fundamentals

7. Classes (OOP) Advanced OOP Concepts

Beyond Basics

8. Standard Library

9. Modules & Packages

10. File & Data Handling

11. Basic Testing

Calling API

reqular Expressions
12. Advanced Topics
Decorators

Web Scraping

You might also like