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/
Ibm
  
  IBM Developer
  IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.
  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
  Learn IP Address Concepts With Python's ipaddress Module – Real Python
https://realpython.com/python-ipaddress-module/
  
  https://realpython.com/python-ipaddress-module/
Realpython
  
  Learn IP Address Concepts With Python's ipaddress Module – Real Python
  In this step-by-step tutorial, you'll learn how to inspect and manipulate IP addresses as Python objects with Python's ipaddress module, improving your understanding of IP address mechanics and patterns used by the module.
  Python Global, Local and Non-Local Variables
https://wtmatter.com/python-global-local-non-local-variables/
  
  https://wtmatter.com/python-global-local-non-local-variables/
Top724
  
  
  
  Pandas Project: Make a Gradebook With Python & Pandas
https://realpython.com/pandas-project-gradebook/
  
  https://realpython.com/pandas-project-gradebook/
Realpython
  
  pandas Project: Make a Gradebook With Python & pandas – Real Python
  With this follow-along Python project, you'll build a script to calculate grades for a class using pandas. The script will quickly and accurately calculate grades from a variety of data sources. You'll see examples of loading, merging, and saving data with…