https://github.com/kareimgazer/session-2-python
https://github.com/kareimgazer/session-2-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kareimgazer/session-2-python
- Owner: KareimGazer
- Created: 2024-11-28T22:18:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:25:42.000Z (10 months ago)
- Last Synced: 2025-03-25T12:51:14.300Z (7 months ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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*