Tutorial on how to use Asyncio in Python
This story will show the basic of using Asyncio in Python
Prerequisites
Using Python 3.10. Need to install a few packages via pip along the way, but that will be obvious once we get to that.
Tutorial on how to use Asyncio in Python
This story will show the basic of using Asyncio in Python
Using Python 3.10. Need to install a few packages via pip along the way, but that will be obvious once we get to that.
Story on how to setup Django as cheaply as possible.
NB: Still work in progress.
This story will show how to create a Django application and deploy it to a hosting provider as cheaply as I could possible do it.
I will not be free, but my aim is …
Story on how to use Wiremock to run CI on Github with Github Actions
This story setup a basic Django project using Docker and Docker Compose and then use Wiremock to run tests against a stubbed external API, both locally and on Github via Github Actions.
I won't be …
Story on how to use Docker and Docker Compose and deploy a Django app to Heroku
This story setup a basic Django project using Docker and Docker Compose and then deploy said application to Heroku.
I'm working on an Ubuntu 20.04, Django 3.1.3.
This will not …
We will look into the basics of K Nearest Neighbor
We will be using Jupyter lab, so make sure you have that installed
KNN is a classification algorithm meaning we are trying to determine if an instance belongs to a specific group or …
How does logistic regression work in Python. This is the story.
We are going to look into the theory and application of logistic regression. This story will follow the outline of the course from lazy programmer here: https://lazyprogrammer.me/deep-learning-courses/.
We are still using the formula for from …
Tutorial on how to use logging with Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero tutorial, rather I'll assume that you know enough basic Django to be …
Story on how to use Sqlite as a database when deploying Django with Zappa
I'm working on an Ubuntu 20.04, Django 3.1.1 and zappa 0.5.2 and django-extensions 3.0.9 for good measure.
I'm also assuming that you are setup with an AWS account …
Tutorial on how to use form validation in Django
This story will show how to use form validation in Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero …
Tutorial on how to use forms in Django
This story will show how to use forms in Django.
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure.
This will not be a complete from zero to hero tutorial, rather …