Articles by Per Wagner Nielsen

  1. Asyncio basic I

    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.

    Concepts

    Concurrency, parallelism and multitasking …

    Tagged as : asyncio python
  2. Django on the cheap

    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.

    Prerequisites

    I will not be free, but my aim is …

    Tagged as : django
  3. K Nearest Neighbor

    We will look into the basics of K Nearest Neighbor

    Prerequisites

    We will be using Jupyter lab, so make sure you have that installed

    What is KNN (K Nearest Neighbor)

    KNN is a classification algorithm meaning we are trying to determine if an instance belongs to a specific group or …

    Tagged as : machine learning
  4. Django logging

    Tutorial on how to use logging with Django.

    Prerequisites

    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 …

    Tagged as : django logging
  5. Django Forms 2 Validation

    Tutorial on how to use form validation in Django

    This story will show how to use form validation in Django.

    Prerequisites

    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 …

    Tagged as : django forms
  6. Django Forms 1

    Tutorial on how to use forms in Django

    This story will show how to use forms in Django.

    Prerequisites

    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 …

    Tagged as : django forms

Page 1 / 2