0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python180 forks (180 forks)github user discovery
course materialdiscussiongood first issuehelp wanted
Repository metrics
- Stars
- 1,520 stars (1,520 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Previously #92
The main things that come to mind are:
- Comments
- While loops
- pdb, ideally I'd like to provide an enhanced version such as https://github.com/cansarigol/pdbr
- Exceptions
- Dicts
- Tuples
- Sets
- More detail on functions (some stuff mentioned in #93)
Contributor guide
- Research direction
- Review the existing course structure in the repository, particularly how previous chapters are organized (e.g., in the 'course' directory), then create new files for each listed topic following the same pattern, including code examples and explanations.
- Tech stack
- python
- Domain
- documentation
- Issue type
- Feature
- Prerequisites
- GitPython