Understand Group by in Django with SQL
Aggregation is a source of confusion in any type of ORM and Django is no different. The ...
https://hakibenita.com/django-group-by-sql
Aggregation is a source of confusion in any type of ORM and Django is no different. The ...
https://hakibenita.com/django-group-by-sql
Hakibenita
Understand Group by in Django with SQL
Django QuerySets and SQL side by side
Automated Machine Learning using Python3.7: Improving Efficiency in Model Development
https://towardsdatascience.com/automated-machine-learning-using-python3-7-improving-efficiency-in-model-development-8c3574febc0b
https://towardsdatascience.com/automated-machine-learning-using-python3-7-improving-efficiency-in-model-development-8c3574febc0b
Understanding best-practice Python tooling by comparing popular project templates
https://medium.com/@jonas.r.kemper/understanding-best-practice-python-tooling-by-comparing-popular-project-templates-6eba49229106
https://medium.com/@jonas.r.kemper/understanding-best-practice-python-tooling-by-comparing-popular-project-templates-6eba49229106
Upgrading Python lists
Adding useful functionalities to Python lists
https://towardsdatascience.com/upgrading-python-lists-35440096ec36
Adding useful functionalities to Python lists
https://towardsdatascience.com/upgrading-python-lists-35440096ec36
The Parallelism Blues: when faster code is slower
When you’re doing computationally intensive calculations with NumPy, you’ll want to use ...
https://pythonspeed.com/articles/parallelism-slower/
When you’re doing computationally intensive calculations with NumPy, you’ll want to use ...
https://pythonspeed.com/articles/parallelism-slower/
Python⇒Speed
The Parallelism Blues: when faster code is slower
By default NumPy uses multiple CPUs for certain operations. But sometimes parallelism can actually slow down your code.
OpenCV ‘dnn’ with NVIDIA GPUs: 1549% faster YOLO, SSD, and Mask R-CNN
In this tutorial, you’ll learn how to use OpenCV’s “dnn” module ...
https://www.pyimagesearch.com/2020/02/10/opencv-dnn-with-nvidia-gpus-1549-faster-yolo-ssd-and-mask-r-cnn/
In this tutorial, you’ll learn how to use OpenCV’s “dnn” module ...
https://www.pyimagesearch.com/2020/02/10/opencv-dnn-with-nvidia-gpus-1549-faster-yolo-ssd-and-mask-r-cnn/
My software muCLIar is a YouTube Automator that plays your music right from your Command-Line so that your development flow is not interrupted. Link: github.com/aayush1205/muCLIar
https://www.reddit.com/r/Python/comments/eyb3de/my_software_mucliar_is_a_youtube_automator_that/
https://www.reddit.com/r/Python/comments/eyb3de/my_software_mucliar_is_a_youtube_automator_that/
GitHub
GitHub - aayush1205/muCLIar: YouTube automator bringing you your music right on your CLI.
YouTube automator bringing you your music right on your CLI. - GitHub - aayush1205/muCLIar: YouTube automator bringing you your music right on your CLI.
A Data Scientist’s Perspective on the Wuhan Coronavirus
An EDA on the coronavirus dataset by John…
https://towardsdatascience.com/a-data-scientists-perspective-on-the-wuhan-coronavirus-4d1110446478
An EDA on the coronavirus dataset by John…
https://towardsdatascience.com/a-data-scientists-perspective-on-the-wuhan-coronavirus-4d1110446478
emeryberger / scalene
a high-performance, high-precision CPU and memory profiler for Python
https://github.com/emeryberger/scalene
a high-performance, high-precision CPU and memory profiler for Python
https://github.com/emeryberger/scalene
GitHub
GitHub - emeryberger/scalene: Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python - emeryberger/scalene
Reducing Pandas memory usage #3: Reading in chunks
Sometimes your data file is so large you can’t load it into memory at all, even with ...
https://pythonspeed.com/articles/chunking-pandas/
Sometimes your data file is so large you can’t load it into memory at all, even with ...
https://pythonspeed.com/articles/chunking-pandas/
Python⇒Speed
Reducing Pandas memory usage #3: Reading in chunks
Reduce Pandas memory usage by loading and then processing a file in chunks rather than all at once, using Pandas’ chunksize option.
Stop copy-pasting notebooks, embrace Jupyter templates!
Introducing jupytemplate: configurable…
https://towardsdatascience.com/stop-copy-pasting-notebooks-embrace-jupyter-templates-6bd7b6c00b94
Introducing jupytemplate: configurable…
https://towardsdatascience.com/stop-copy-pasting-notebooks-embrace-jupyter-templates-6bd7b6c00b94
sys.getsizeof is not what you want
This week at work, an engineer mentioned that they were looking at the sizes
of data returned by an ...
https://nedbatchelder.com//blog/202002/sysgetsizeof_is_not_what_you_want.html
This week at work, an engineer mentioned that they were looking at the sizes
of data returned by an ...
https://nedbatchelder.com//blog/202002/sysgetsizeof_is_not_what_you_want.html
Nedbatchelder
sys.getsizeof is not what you want
This week at work, an engineer mentioned that they were looking at the sizes of data returned by an API, and it was always coming out the same, which seemed strange. It turned out the data was a dict, and they were looking at the size with sys.getsizeof.
Machine Learning: Step-By-Step
A Step-By-Step Guide To Machine Learning Classification In Python Using…
https://towardsdatascience.com/machine-learning-step-by-step-6fbde95c455a
A Step-By-Step Guide To Machine Learning Classification In Python Using…
https://towardsdatascience.com/machine-learning-step-by-step-6fbde95c455a
pallets / werkzeug
The comprehensive WSGI web application library.
https://github.com/pallets/werkzeug
The comprehensive WSGI web application library.
https://github.com/pallets/werkzeug
GitHub
GitHub - pallets/werkzeug: The comprehensive WSGI web application library.
The comprehensive WSGI web application library. Contribute to pallets/werkzeug development by creating an account on GitHub.
Building an IVR System with Python, Django and Twilio
Last year my team and I worked on a very challenging IVR system. After almost a year in production ...
https://hakibenita.com/python-django-twilio-ivr
Last year my team and I worked on a very challenging IVR system. After almost a year in production ...
https://hakibenita.com/python-django-twilio-ivr
Hakibenita
Building an IVR System with Python, Django and Twilio
Last year my team and I worked on a very challenging IVR system. After almost a year in production and thousands of processed transactions, I teamed up with the great people over at the Twilio blog to write an introductory tutorial for developing IVR systems…
tiangolo / full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
https://github.com/tiangolo/full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
https://github.com/tiangolo/full-stack-fastapi-postgresql
GitHub
GitHub - fastapi/full-stack-fastapi-template: Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL…
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. - fastapi/full-stack-fastapi-template