Tag: PYTHON

Flask - when I don't need all of Django
PYTHON

Flask - when I don't need all of Django

Flask is a lightweight yet powerful web framework for Python that enables developers to build web applications quickly and efficiently. Unlike Django, Flask follows a minimalistic approach, providing the essential tools without enforcing a specific project structure. This flexibility makes it a popular choice for beginners and advanced developers alike.

davide
Django - the framework that makes boring decisions for me
PYTHON

Django - the framework that makes boring decisions for me

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, allowing developers to focus on writing their applications instead of reinventing the wheel. Whether you're a beginner or

davide
Python for beginners - a practical guide
PYTHON

Python for beginners - a practical guide

A lot of people ask me how to get started with Python, probably because I use it every day and I won't shut up about it. So here's my attempt at a beginner's guide, written by someone who actually remembers what it was like

davide
Data science with Python - lessons from actually doing it
PYTHON

Data science with Python - lessons from actually doing it

In today's data-driven world, extracting meaningful insights from complex data sets is essential for informed decision-making. Python has emerged as a powerful tool for data science, offering a rich ecosystem of libraries and frameworks for data analysis and visualization. In this article, we will explore how Python can

davide
Python tips I actually use
PYTHON

Python tips I actually use

After writing Python for years, I've collected a bunch of small things that make my life easier. Nothing groundbreaking here, just practical stuff I use regularly. Some of these I learned the hard way, some I picked up from colleagues, some from Stack Overflow at 2am when something

davide
YoloV5
AI-ML

YoloV5

Here I'm gonna describe the best way I've found to run YoloV5 training and inference. First of all my machine has an RTX 3060 so I had to do some changes to the YoloV5 dockerfile. The following is a Dockerfile that should work with RTX 3000

davide
Creating Jupyterlab extensions
PYTHON

Creating Jupyterlab extensions

JupyterLab, the next-generation web-based interface for Jupyter Notebooks, provides a powerful platform for interactive computing and data exploration. One of the key features of JupyterLab is its extensibility, allowing developers to customize and enhance its functionality through extensions. In this article, we will explore the process of creating JupyterLab extensions

davide
The Python libraries I actually use
PYTHON

The Python libraries I actually use

There are approximately one million articles about Python libraries out there, and most of them read like they were written by someone who read the documentation but never actually used the thing. So here's my take — these are the Python libraries I actually use in my day-to-day work,

davide
Generative Adversarial Networks
AI-ML

Generative Adversarial Networks

Hi there, it's been a while from the last time a posted something. Recently, during the last Easter holiday I was playing with Generative Adversarial Networks, a type of neural networks used to produce new data. Basically a GAN is composed by 2 networks: a generator and a

davide
Use face-api.js on node js
AI-ML

Use face-api.js on node js

Face-api.js is a great library that uses tensorflowjs to do face recognition, face detection, face landmarks, and other stuff with faces... The problem is that is complicated, the code is complicated, the examples are complicated and the documentation is complicated. The dude writing here likes simple things, he is

davide
ESC
// awaiting input_