Optimizing Django Queries with select_related and prefetch_related.
https://medium.com/@baradiyasatish/optimizing-django-queries-with-select-related-and-prefetch-related-22ee02015f72
https://medium.com/@baradiyasatish/optimizing-django-queries-with-select-related-and-prefetch-related-22ee02015f72
Medium
Optimizing Django Queries with select_related and prefetch_related.
One of the key feature of django is Object Relational Mapping(ORM) system, which simplifies database operations. However, as application…
Situated Participatory Design: A New Method for Designing Assistive Robots for Older Adults
https://medium.com/@saadnoorafridi/situated-participatory-design-a-new-method-for-designing-assistive-robots-for-older-adults-b98e787bdc22
https://medium.com/@saadnoorafridi/situated-participatory-design-a-new-method-for-designing-assistive-robots-for-older-adults-b98e787bdc22
Medium
Situated Participatory Design: A New Method for Designing Assistive Robots for Older Adults
Assistive robots have the potential to improve the lives of older adults, but it is important to design them in a way that meets the needs and preferences of their users. One way to do this is…
Don’t Make These Mistakes with Try-Excepts in Python
https://medium.com/@dreamferus/dont-make-these-mistakes-with-try-excepts-in-python-ef4211084d88
https://medium.com/@dreamferus/dont-make-these-mistakes-with-try-excepts-in-python-ef4211084d88
Medium
Don’t Make These Mistakes with Try-Excepts in Python
It can have dire consequences…
Angular: Modern Web Application Development
https://sparkouttechsolutions.medium.com/angular-modern-web-application-development-ac2b3acdc878
https://sparkouttechsolutions.medium.com/angular-modern-web-application-development-ac2b3acdc878
Medium
Angular: Modern Web Application Development
Python’s Speed Comparisons with Other Languages
https://medium.com/@dennisyd/pythons-speed-comparisons-with-other-languages-95856c1f2bef
https://medium.com/@dennisyd/pythons-speed-comparisons-with-other-languages-95856c1f2bef
Medium
Python’s Speed Comparisons with Other Languages
Python vs. The World: A Performance Showdown
Chat Communication Using GRPC Python
https://medium.com/@rohithkumar593/chat-communication-using-grpc-python-ab78361c3acb
https://medium.com/@rohithkumar593/chat-communication-using-grpc-python-ab78361c3acb
Medium
Chat Communication Using GRPC Python
I have been writing code for a while using REST API, but recently I encountered GRPC, So I decided to invest some time in learning more…
Understanding Python’s itertools Module
https://cleverzone.medium.com/understanding-pythons-itertools-module-acfff830e45b
https://cleverzone.medium.com/understanding-pythons-itertools-module-acfff830e45b
Medium
Understanding Python’s itertools Module
In this article, we’ll delve into the itertools module in Python, exploring its powerful tools for handling iterable data types like lists…
[VIDEO] 7 Levels Of Creating Python Classes
https://zlliu.medium.com/video-7-levels-of-creating-python-classes-2add4ee91d78
https://zlliu.medium.com/video-7-levels-of-creating-python-classes-2add4ee91d78
Medium
[VIDEO] 7 Levels Of Creating Python Classes
# Easy to Difficult to Ridiculous
Python Project — Convert JSON File into CSV File
https://datascienceflood.com/python-project-convert-json-file-into-csv-file-769edbdfc020
https://datascienceflood.com/python-project-convert-json-file-into-csv-file-769edbdfc020
Medium
Python Project — Convert JSON File into CSV File
What is a JSON File?