https://github.com/prashanth-sams/python-workshop
Exercise yourself with basic Python snippets
https://github.com/prashanth-sams/python-workshop
basics beginners interview learn-programming python python-snippets python3 workshop
Last synced: 3 months ago
JSON representation
Exercise yourself with basic Python snippets
- Host: GitHub
- URL: https://github.com/prashanth-sams/python-workshop
- Owner: prashanth-sams
- Created: 2020-04-28T08:43:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T11:01:56.000Z (over 2 years ago)
- Last Synced: 2025-03-16T23:21:26.511Z (3 months ago)
- Topics: basics, beginners, interview, learn-programming, python, python-snippets, python3, workshop
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# python-dumps
> Exercise yourself with basic Python snippets| Exercise | Status | Exercise | Status | Exercise | Status | Exercise | Status |
| -------------- | --------- | -------------- | --------- | -------------- | --------- | -------------- | --------- |
| [Variables](https://github.com/prashanth-sams/python-dumps/tree/master/variables) | :white_check_mark: | [Functions](https://github.com/prashanth-sams/python-dumps/tree/master/functions) | :white_check_mark: | Dictionary | :white_check_mark: | [Pytest](https://github.com/prashanth-sams/python-dumps/tree/master/pytest) | :white_check_mark: |
| Strings | :white_check_mark: | [Arrays](https://github.com/prashanth-sams/python-dumps/tree/master/arrays) | :white_check_mark: | [Inheritance](https://github.com/prashanth-sams/python-dumps/tree/master/inheritance) | :white_check_mark: | [Abstraction](https://github.com/prashanth-sams/python-dumps/tree/master/abstraction) | :white_check_mark: |
| Numbers | :white_check_mark: | Sets | :white_check_mark: | [Iterators](https://github.com/prashanth-sams/python-dumps/tree/master/iterators) | :white_check_mark: | [Lambda](https://github.com/prashanth-sams/python-dumps/tree/master/lambda) | :white_check_mark: |
| Boolean | :white_check_mark: | Tuple | :white_check_mark: | [Generators](https://github.com/prashanth-sams/python-dumps/tree/master/yield%20generator) | :white_check_mark: | [Projects](https://github.com/prashanth-sams/python-dumps/tree/master/projects) | :white_check_mark: |
| [Loops](https://github.com/prashanth-sams/python-dumps/tree/master/loop) | :white_check_mark: | If else | :white_check_mark: | Operators | :white_check_mark: | Exception | :white_check_mark: |
| Datatype | :white_check_mark: | [Decorators](https://github.com/prashanth-sams/python-dumps/tree/master/decorators) | :white_check_mark: | [Closure](https://github.com/prashanth-sams/python-dumps/tree/master/closure) | :white_check_mark: | [Built-ins](https://github.com/prashanth-sams/python-dumps/tree/master/builtins) | :white_check_mark: |
| Methods | :white_check_mark: | Best Practices | :white_check_mark: | Data structures | :white_check_mark: |