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

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

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: |