Python

We were on PyCon Colombia 2019!

When I was just starting to work as a developer, I had the opportunity to go to a software event ...

How to configure virtualenvwrapper with python3 in OSX Mojave

If you are a developer working with python, you should be using VirtualEnv to manage requirements for your projects and ...

Introduction to machine learning and pytorch

First thing first, I am no expert on machine learning. But I am studying it and I am very interested ...

Creating a basic artificial neural network on python using keras

With the popularity that deep learning has acquired recently, artificial neural networks have become very relevant in the world of ...

Speed up experiments with Jupyter

Quick iterations are essential to test concepts, discard bad ideas and get focused on what  may actually solve our problem. ...

How to do a Wizard Form with Django

Many times, we have a form with a lot of fields and we need to use it, but we don't ...

Diagnosing bottlenecks on your python program

I had an application that required loading some images and performing operations on them. Depending on the size of the ...

Testing Files with Python/Django

One of the most important moments when writing a python application is testing. It could be boring, tedious and {{ ...

Simply Django: Announcements

Django, a simple application that help us with Global Announcements.   Once you have a site on production, new needs ...

How to create a Django Application using Cookiecutter

The Django Cookiecutter created by Pydanny allow us to create a Django application with a great structure and best practices ...