AMQP 0-9-1 Model ExplainedOverview This guide provides an overview of the AMQP 0-9-1 protocol, one of the protocols supported by RabbitMQ.High-level Overview of AMQP 0-9-1…
AMQP 0-9-1 Model ExplainedOverview This guide provides an overview of the AMQP 0-9-1 protocol, one of the protocols supported by RabbitMQ.High-level Overview of AMQP 0-9-1…
So I just finished the course, Mobile App Development With Kivy & Python – From scratch. I was good and covered alot, but it missed…
Python 3 is default, type python3 or python (for v 2) https://docs.python-guide.org/dev/virtualenvs/ virtualenv is a tool to create isolated Python environments. virtualenv creates a folder…
Since the bootable USB drive is not persistent (yet) how to code and develop from a location to store it. First go to other locations…
https://www.django-rest-framework.org/community/tutorials-and-resources/ This tutorial was used for 50%, the rest is my own demo: https://tests4geeks.com/django-rest-framework-tutorial/ Set up django: mkvirtualenv dapi navigate to your folder, then mkdir…
https://pythonprogramming.net/introduction-and-basics-cython-tutorial/ The purpose of Cython is to act as an intermediary between Python and C/C++. At its heart, Cython is a superset of the Python…
A class decorator is provided which inspects a class definition for variables with type annotations as defined in PEP 526, “Syntax for Variable Annotations”. In…
https://realpython.com/python-development-visual-studio-code/ (Real Python and Jon Fincher tutorial) In this article, you’ll learn about Python development in Visual Studio Code, including how to: Install Visual Studio…
https://www.postgresql.org/docs/9.4/datatype-json.html JSON data types are for storing JSON (JavaScript Object Notation) data, as specified in RFC 7159. Such data can also be stored as text,…
This post follows up the first one Flask and Apache Solr 7.5. Now we are going to several user inputs for returning values in from…