6 Python Packages you should be using in every Django Web App
https://www.ordinarycoders.com/blog/article/django-python-packages
https://www.ordinarycoders.com/blog/article/django-python-packages
Develop a blockchain application from scratch in Python
https://developer.ibm.com/technologies/blockchain/tutorials/develop-a-blockchain-application-from-scratch-in-python/
https://developer.ibm.com/technologies/blockchain/tutorials/develop-a-blockchain-application-from-scratch-in-python/
Unicode in Python: Working With Character Encodings – Real Python
https://realpython.com/courses/python-unicode/
https://realpython.com/courses/python-unicode/
Realpython
Unicode in Python: Working With Character Encodings – Real Python
In this course, you'll get a Python-centric introduction to character encodings and Unicode. Handling character encodings and numbering systems can at times seem painful and complicated, but this guide is here to help with easy-to-follow Python examples.
Creating a Portable Python Environment from Imports
https://labs.quansight.org/blog/2020/06/portable-python-env/
https://labs.quansight.org/blog/2020/06/portable-python-env/
Quansight Labs
Creating a Portable Python Environment from Imports
Python environments provide sandboxes in which packages can be added.
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Conda helps us deal with the requirements and dependencies of those packages.
Occasionally we find ourselves working in a constrai
Get Started With Django Part 2: Django User Management – Real Python
https://realpython.com/django-user-management/
https://realpython.com/django-user-management/
Realpython
Get Started With Django User Management – Real Python
In this step-by-step tutorial, you'll learn how to extend your Django application with a user management system.
How to Build and Train Linear and Logistic Regression ML Models in Python
https://www.freecodecamp.org/news/how-to-build-and-train-linear-and-logistic-regression-ml-models-in-python/
https://www.freecodecamp.org/news/how-to-build-and-train-linear-and-logistic-regression-ml-models-in-python/
freeCodeCamp.org
How to Build and Train Linear and Logistic Regression ML Models in Python
By Nick McCullum Linear regression and logistic regression are two of the most popular machine learning models today. In the last article, you learned about the history and theory behind a linear regression machine learning algorithm. This tutorial w...
How to Write a Makefile - Automating Python Setup, Compilation, and Testing
https://stackabuse.com/how-to-write-a-makefile-automating-python-setup-compilation-and-testing/
https://stackabuse.com/how-to-write-a-makefile-automating-python-setup-compilation-and-testing/
Stack Abuse
How to Write a Makefile - Automating Python Setup, Compilation, and Testing
In this tutorial, we'll go over the basics of Makefiles - regex, target notation and bash scripting. We'll write a makefile for a Python project and then execute it with the make utility.
Speed up your Numpy and Pandas with NumExpr Package
https://www.kdnuggets.com/2020/07/speed-up-numpy-pandas-numexpr-package.html
https://www.kdnuggets.com/2020/07/speed-up-numpy-pandas-numexpr-package.html
KDnuggets
Speed up your Numpy and Pandas with NumExpr Package - KDnuggets
We show how to significantly speed up your mathematical calculations in Numpy and Pandas using a small library.
Flask project setup: TDD, Docker, Postgres and more - Part 1
https://www.thedigitalcatonline.com/blog/2020/07/05/flask-project-setup-tdd-docker-postgres-and-more-part-1/
https://www.thedigitalcatonline.com/blog/2020/07/05/flask-project-setup-tdd-docker-postgres-and-more-part-1/
Thedigitalcatonline
Flask project setup: TDD, Docker, Postgres and more - Part 1
A step-by-step tutorial on how to setup a Flask project with TDD, Docker and Postgres
Flask project setup: TDD, Docker, Postgres and more
https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
Thedigitalcatonline
Flask project setup: TDD, Docker, Postgres and more - Part 2
A step-by-step tutorial on how to setup a Flask project with TDD, Docker and Postgres