Python

Banner lenguajes

Languages: from speech to programming

Languages are the passion of many who want to travel, learn about cultures and grow professionally. And programming languages?   ...

Store Django static assets with Amazon S3

For some projects we serve a lot of images, videos, and documents. This can overload your site and make it ...

Quick start with Django ORM

As a web developer, using databases may be a pain, you must ensure that all your queries are pretty well ...

Working with nested forms with Django

One of the biggest advantages of Django is its ability to create CRUDs applications with no effort. You just need ...

How to integrate your Python App with Slack using Bots

At Swapps, we use Slack daily to communicate with the other members of the work team; from sayting good morning, ...

Monkey patching in Python

A monkey patch, as defined in wikipedia, is a way for a program to extend or modify supporting system software ...

Pytesseract: Get started with OCR

Optical Character Recognition (OCR) is a system that provides a full alphanumeric character recognition on an image. The system allows ...

Speed it up! Recommendations to make your Django app faster

Let's admit it, Django rules. It is simple, trustworthy, fast and it is written in Python. What else do you ...

Beeware: Write Apps with Python!

Writing apps is not a Python strength and there are not many tools doing this. For this reason, you don’t ...

Getting your Toggl times with Python-toggl library

Toggl is one of the best time trackers in the market. It is simple, easy to learn and reliable. We ...