Join us

heart Posts from the community tagged with Django...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read AI/M Weekly

AI Weekly Newsletter, Kala. Curated AI news, tutorials, tools and more - Join thousands of other readers, 100% free, unsubscribe anytime.

Story
@davide_pollicino shared a post, 2 years, 2 months ago
Software Engineer

Django App deployment on Azure — Azure Plugin, CI/CD, security configurations, and data persistence

Deploying and configuring a Django application has never been so easy with azure, and below, I will show how to set up and configure your own Django app.

Story
@jaguar48 shared a post, 2 years, 6 months ago
Software Engineer, motionstudio.io

Best practices for learning basic python syntax

Python has a wonderfully simple syntax, deceptively so, however do not mistake its simplicity for lack of power, for Python is a powerful language, but there are a few rules and your author is a very opinionated developer, at first do things his way, then, as you gain experience, you can develop your own ways and become just as opinionated, but if nothing else informed about the opinions of other developers and you can be an informed, opinionated developer!

First thing any developer new to Python must know, spaces in Python is significant and indentation controls the flow of the program, four space indentation, or one tab, but always insert spaces.

basic.jpg