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

https://github.com/amerkurev/python-study

Study Python in-depth through concise and interesting posts. Get one post per day, taking only a couple of minutes to read
https://github.com/amerkurev/python-study

examples-python learning python python3 study

Last synced: 4 months ago
JSON representation

Study Python in-depth through concise and interesting posts. Get one post per day, taking only a couple of minutes to read

Awesome Lists containing this project

README

        

# Python Study
> Study Python in-depth through concise and interesting posts. Get one post per day, taking only a couple of minutes to read.

This is the repository of [the Python Study website](https://python.study/). It contains all the content and code of the website. You can also add your own post here.

## Add your post

Writing your own post on the Python Study website is very easy! Here's a brief guide:

1. Clone the Python Study repository at https://github.com/amerkurev/python-study
2. Navigate to the ```content/post/``` directory
3. Create your own subdirectory and within it, create an ```index.md``` file where you can place your post (you can use any [other post as a template](https://github.com/amerkurev/python-study/tree/master/content/post))
4. Create a [Pull Request on GitHub](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) and submit it to us
5. We will gladly accept it!

That's it! We warmly welcome you as a co-author and valuable member of our team.

## Subscribe to us

We would be delighted if you subscribe to us. This will allow you to receive new posts as soon as they are published, and you won't miss anything interesting!
Here are the places where you can subscribe to us:

- [Telegram Channel](https://t.me/pystudy) (the most convenient way)
- [RSS](https://python.study/index.xml)

## List of posts

### 2023-09
- [Creating a Powerful Interactive CLI App with ChatGPT in Python](https://python.study/p/creating-interactive-cli-app-with-chatgpt-in-python/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Subtle Aspects of Python's Generator Function](https://python.study/p/subtle-aspects-of-pythons-generator-function/) (posted by [amerkurev](https://github.com/amerkurev/))

### 2023-07
- [Don't forget about \_\_slots__ in Python!](https://python.study/p/dont-forget-about-slots-in-python/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Exploring Python Collections with ABC and Goose Typing](https://python.study/p/exploring-python-collections-with-abc-goose-typing/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Download large file in Python with beautiful progress bar](https://python.study/p/download-large-file-in-python-with-progress-bar/) (posted by [amerkurev](https://github.com/amerkurev/))

### 2023-06
- [Dataclasses in Python](https://python.study/p/dataclasses-in-python/) (posted by [amerkurev](https://github.com/amerkurev/))

### 2023-05
- [String methods to remove prefixes and suffixes](https://python.study/p/string-methods-to-remove-prefixes-suffixes/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Union Type Expression](https://python.study/p/union-type-expr-in-python/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Function Overloading in Python](https://python.study/p/function-overloading-in-python/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Keyword-Only and Positional-Only Parameters in Function](https://python.study/p/keyword-and-positional-only-params-in-func/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Python Variable Scopes: Understanding Local, Global, and Nonlocal](https://python.study/p/variable-scopes-local-global-nonlocal/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Parameterized Decorators](https://python.study/p/parameterized-decorators/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Union Operators To dict](https://python.study/p/union-operators-to-dict/) (posted by [amerkurev](https://github.com/amerkurev/))
- [Generator Expressions](https://python.study/p/generator-expressions/) (posted by [amerkurev](https://github.com/amerkurev/))

## License

[MIT](LICENSE)