#Python
READ
All Python readings
Read all Python related articles
Total 5
Events
.sub()
.sub()
CreatedTodoEvent
{ "id": "IAJSIDJAS", "title": "Resize image with Python"}
RxJS Subject in Python
Implementing the Subject and Observer pattern in Python.
Testing
- Case
- Case
# given, when# then →assert true
API Unit Testing
Learn how to Unit test your API
Make Post From Draft
SendEmailThatPostIsPublished(
MakePostFromDraftService(draft_repo=PostDraftRepository(), post_repo=PostRepository())
).publish(post_draft_id="put_real_post_draft_id_here")
# decorator# pattern
Flask API with services
Learn how, why and when to use services with Flask and easy to test architecture.
Get Post
Request
Request
Response 200
{
"title": "Resize image with Python",
"content": "Learn how to resize image with Python",
"author_id": "user_OAIJSDOIJ"
"created_at": "2021-10-28T00:00:00.000Z"
}
Flask JSON CRUD API
Get to know how to easily build json API with Flask and easy to test architecture.
200x200
400x400

Resize img with Python
Get to know how to use PIL library for Python img resize solution.
LEARN
What is Python
Python is a programming language that lets you work quickly and integrate systems more effectively.
Python is known for easy syntax and easy learning curve.