An open API service indexing awesome lists of open source software.

https://github.com/kareimgazer/session-2-python


https://github.com/kareimgazer/session-2-python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Session-2 Python

## Content

- Lists
- methods
- indexing
- concatenation
- nested lists
- list comprehension
- slicing
- range
- Loops
- for loop
- nested loops
- *while loop*
- *break and continue*
- pass
- *else*
- Errors
- syntax errors
- usage errors
- logic errors
- *exception handling*