Django

Установка веб-фреймворка Django в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка веб-фреймворка Django в Ubuntu 18.04

Django — это полноценный веб-фреймворк, написанный на Python и предназначенный для разработки динамических веб-сайтов и приложений. Используя Django, вы сможете быстро создать веб-приложения на Python и выполнить большую часть сложной работы с…

Read more
How To Build a Weather App in Django — step-by-step Python tutorial on Progressive Robot

How To Build a Weather App in Django

In this article, you will build a simple Django app that displays the current weather for various cities. To get the current weather data, you will use the Open Weather Map API. You will work with a database and create a form, so the concepts used here are applicable to more complicated projects.

Read more
CHAT