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

Python Fundamentals

Uploaded by

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

Python Fundamentals

Uploaded by

Yellow Square
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Fundamentals

Iteration
for loop
ranges
strings
lists
dictionaries
file
while loop
Loop manipulation
pass
continue
break
else
Conditionals
if-else
nested if-else
if-elif-else
Modules and Clients
Docstrings
Exception handling
Safeguard during user input
Safeguard during file operation
Documentation
Comments
Docstrings
Doctest
Errors
Syntax Errors
Semantic Error
Python packages
dateutil
openpyxl
matplotlib / plotly
requests
mongodb
wxpython
pillow
requests
flask
py2exe / py2app
pygame
pyganim
path.py
File Operation
Read config files
Write log files
Read functions
read()
readline()
readlines()
Write functions
write()
writelines()
File Pointer using seek()
Collections
Strings
List
List Comprehension
2D List
Sorting
Bubble Sort
Selection Sort
Tuples
Dictionaries
Sets
Functions
Local / Global Variables
Fruitless functions
Creating Menu
Fruitful functions
Recursion
Binary Search
Mergesort
Quicksort
Fractal drawing
Variables
Data Type

You might also like