Join us

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

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.

Explore the fascinating world of Artificial Intelligence and solve real-world problems!

In this practical guide, you will build intelligent real-world applications using GPT-3, DALL-E, Whisper, CLIP, and more tools from the OpenAI and ML ecosystem.

Rest assured, you don't need to be a data scientist or machine learning engineer to follow this guide!

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.
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