Post Overview
Viewing 3 posts
Sorting By
Date ▼
-
Review
8 years ago0 1 1Django 1.11 goes live
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for at least the next three years. Read more >>> http://djangostars.com/blog/django-1-11-goes-live/
-
How-to
8 years ago-1 1 2How to Create and Deploy a Telegram Bot?
In this tutorial, we’re going to build a very simple bot using Python and deploy it on Heroku server. In upcoming paragraphs, I am going to provide some insights what bots actually are and why it may be interesting for you to create them. Continue Re ...
-
How-to
8 years ago0 1 1Docker Tutorial — Getting Started with Python, Redis, and Nginx.
Docker is an open source tool that automates the deployment of the application inside software container. The easiest way to get the idea behind Docker is to compare it to, well… standard shipping containers.