0% found this document useful (0 votes)
4 views2 pages

Python

This document outlines various topics related to Python programming, including basics like syntax, variables, and data types, as well as advanced concepts such as functions, modules, and error handling. It serves as a comprehensive guide for beginners and intermediate learners to understand and implement Python effectively. Each section provides essential information and examples to facilitate learning.

Uploaded by

Vison and C rule
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)
4 views2 pages

Python

This document outlines various topics related to Python programming, including basics like syntax, variables, and data types, as well as advanced concepts such as functions, modules, and error handling. It serves as a comprehensive guide for beginners and intermediate learners to understand and implement Python effectively. Each section provides essential information and examples to facilitate learning.

Uploaded by

Vison and C rule
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

1)​ Python Home

2)​ Python intro


3)​ Python get started
4)​ Python syntax - syntax , statements
5)​ Python output - print text , print numbers
6)​ Python comments - comments
7)​ Python variable - python variable , variable names , assign multiple values , output
variables , global variables, variables exercises
8)​ Python data types - data types
9)​ Python numbers- numbers
10)​Python casting - casting
11)​Python string - python string , slicing strings, modify strings, concatenate strings , format
string , escape characters , string methods
12)​Python booleans - booleans
13)​Python operators- python operators, arithmetic operator , assignment operator , ternary
operator , comparison , operator , logical operators , identity operators , membership
operators , bitwise operators, operator precedence
14)​Python list - python list , access list item , change list items , remove list items , loop
items, list comprehension , sort list , copy list , join list , list methods
15)​Python tuples - python tuples , access tuples , update tuples , unpack tuples , loop
tuples , join tuples , tuples methods
16)​Python sets - access set items , add set items , remove set items , loop sets , join sets ,
frozenset , set methods
17)​Python dictionaries- python dictionaries , access items , change items , add items ,
remove items , loop dictionaries , copy dictionaries , nested dictionaries , dictionaries
methods.
18)​Python if..else - python if , python elif , python else , shorthand if , logical operator ,
nested if , pass statement
19)​Python match - match
20)​Python while loops - while loops
21)​Python for loops - for loops
22)​Python functions - functions , python arguments , python * args/**kwargs , python scope
, python decorators , python lambda , python recursion , python generators
23)​Python range - range
24)​Python arrays - arrays
25)​Python iterators - iterators
26)​Python modules - modules
27)​Python dates - dates
28)​Python math - math
29)​Python json - json
30)​Python regex- regex
31)​Python pip
32)​Python try …. Except - try … except
33)​Python string formatting - string formatting
34)​Python none - none
35)​Python user input
36)​Python virtual Env

You might also like