python

Django

Back to glosary A collection of libraries written in Python that provide a framework for building dynamic websites. django django ...

Agile Software Development

Back to glosary Agile software development refers to a group of software development methodologies based on iterative development, where requirements ...

Python

Back to glosary Python is a high-level programming language designed to be easy to read and simple to implement. It ...

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 ...

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 ...