Using Django ORM only without web server
Apply Django ORM to handle db operation in your project without using its web server function
Apr 20, 20243 min read839

Search for a command to run...
Series
Introduce different possibilities in using Python in various areas and also see how far Python can go
Apply Django ORM to handle db operation in your project without using its web server function

Introduction of list to dictionary, dictionary "get" method and Counter class in Python

Brief Introduction of List Comprehension, Map & Filter, Sort, zip and precaution when generating a list of single item

f-string implementation and printing variable with name and value, applying destructing in multiple variable assignment and ignore value with "_"

Implement grpc with Python with examples and tips

A simple introduction of gRPC concept and development process using Python
