How to speed up Python application startup time - DEV Community 👩💻👨💻
https://dev.to/methane/how-to-speed-up-python-application-startup-time-nkf
https://dev.to/methane/how-to-speed-up-python-application-startup-time-nkf
DEV Community
How to speed up Python application startup time
Introduction of Python 3.7's new feature to measure import time
What Is Pip? A Guide for New Pythonistas – Real Python
https://realpython.com/what-is-pip/
https://realpython.com/what-is-pip/
Realpython
Using Python's pip to Manage Your Projects' Dependencies – Real Python
What is pip? In this beginner-friendly tutorial, you'll learn how to use pip, the standard package manager for Python, so that you can install and manage packages that aren't part of the Python standard library.
How to Save Extra Data to a Django REST Framework Serializer
https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html
https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html
Simple is Better Than Complex
How to Save Extra Data to a Django REST Framework Serializer
In this tutorial you are going to learn how to pass extra data to your serializer, before saving it to the database.
Python modules management for newbies
https://wkulikowski.com/2019/programming-environments/wkulikowski.com/2019/programming-environments/
https://wkulikowski.com/2019/programming-environments/wkulikowski.com/2019/programming-environments/
Getting Python and wxPython apps into the Ubuntu app store
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
Medium
Getting Python and wxPython apps into the Ubuntu app store
Have you ever dreamt of getting your own apps in the Ubuntu app store? Here’s how.
Episode #206 Running Django in Production - [Talk Python To Me Podcast]
https://talkpython.fm/episodes/show/206/running-django-in-production
https://talkpython.fm/episodes/show/206/running-django-in-production
talkpython.fm
Running Django in Production
Let's talk about running Django in production. On this episode, you'll meet Michael Herman who used to work on realpython.com and today is running testdriven.io. We also cover some of the tradeoffs of a set of microservices and a monolith and a round trip…