#Real Python

Reading and Writing WAV Files in Python

In this tutorial, you'll learn how to work with WAV audio files in Python using the standard-library wave module. Along the way, you'll synthesize sounds from scratch, visualize waveforms in the time domain, animate real-time spectrograms, and apply special effects to widen the stereo field.
#intermediate
By | Mar 27, 2024


Prompt Engineering: A Practical Example

Learn prompt engineering techniques with a practical, real-world project to get better results from large language models. This tutorial covers zero-shot and few-shot prompting, delimiters, numbered steps, role prompts, chain-of-thought prompting, and more. Improve your LLM-assisted projects today.
#intermediate #data-science
By | Mar 25, 2024



#PyCoders

Issue #622 – Space Invaders, Using help(), Every Dunder Method, and More

By | Mar 26, 2024



#testdriven.io

Handling Database Migrations with Alembic

This article looks at the high-level architecture of how Alembic works, how to add it to your project, and some common workflows you’ll encounter.
#Flask #Python
By Paul Esch-Laurent | Mar 28, 2024



#Django Stars

Working with Django Models in Python: Best Practices

#Python & Django #Backend #Web Development
By Oleksandr Filonenko | Mar 26, 2024


Django vs Flask: Which Is Better for Web Development

#Python & Django #Backend
By Alex Ryabtsev | Mar 26, 2024


Configuring Django Settings: Best Practices

#Python & Django #Backend
By Alex Ryabtsev | Mar 26, 2024


How to Optimize Python Code Performance

#Python & Django #Backend
By Alex Ryabtsev | Mar 26, 2024


Unit and Integration Testing of React/Redux Forms

#Python & Django #Frontend #Testing
By Alyona Pysarenko | Mar 25, 2024


Web Frameworks: All You Should Know about It

#Backend #Web Development
By Alex Ryabtsev | Mar 26, 2024


How to Develop APIs with Django REST Framework [Step-by-Step Guide]

#Python & Django #API #Backend
By Oleg Kovalyov | Mar 26, 2024


Top 9 Django Compatible Hosting Services + Deploying Steps

#Python & Django #Backend #DevOps
By Alex Ryabtsev | Mar 26, 2024


Top 4 Benefits of React Native for Mobile App Development

#Python & Django #Frontend
By Mykyta Mazur | Mar 25, 2024


Top 14 Pros of Using Django for Python Web Development

#Python & Django #Web Development
By Alex Ryabtsev | Mar 26, 2024


Testing Third-Party Integration Using Mock Data

#Python & Django #API #Testing
By Serhii Bolilyi | Mar 26, 2024


Python 2 to Python 3 Migration

#Python & Django #Backend
By Volodymyr Danylevskyi | Mar 26, 2024


Python for Web Development: Pros and Cons

#Python & Django #Web Development
By Julia Korsun | Mar 26, 2024


Best Python IDE for Development

#Python & Django #Backend
By Alex Ryabtsev | Mar 26, 2024


Unit Testing in React: Full Guide on Jest and Enzyme Testing

#Python & Django #Frontend #Testing
By Alyona Pysarenko | Mar 25, 2024


Top 16 Python Frameworks for Web Development

#Python & Django #Web Development
By Julia Korsun | Mar 26, 2024


Bootstrapping Django App with Cognito: Personal Experience

#Python & Django #Backend
By Gleb Pushkov | Mar 26, 2024


The Python Celery Cookbook: Small Tool, Big Possibilities

#Python & Django #Backend
By Vadym Zakovinko | Mar 26, 2024


Python or Node.Js: Which Is Better for Your Project?

#Python & Django #Backend
By Alex Ryabtsev | Mar 26, 2024


Python Telegram Bot: How to Create and Deploy Telegram Bot with Python

#Python & Django #Backend #Case Study
By Serhii Kubrak | Mar 27, 2024



#Photon Designer

Create a quiz app with HTMX and Django in 8 mins ☑️

Build multi-stage forms with HTMX and Django very quickly.
By Photon Designer | Mar 29, 2024


How to create ChatGPT with Django and HTMX in 4 minutes 🦾

Add AI to your web apps, simply and quickly (including GPT4)
By Photon Designer | Mar 28, 2024



#406 – Matthias

The Django admin is a CMS

The Django admin is a CMSThe post Why is the Django Admin “Ugly”? and the discussion on
Mastodon around it finally motivated me to write down my
thoughts regarding the recurring theme in Django land that the Django
administration interface isn’…
By Matthias Kestenholz | Mar 27, 2024



#Python Software Foundation

DjangoCon Africa Grant Process Retrospective

By Marie Nordin | Mar 29, 2024



#Fly.io

ASGI deployment options for Django

Asynchronous support in Django is constantly improving and each version introduces new
features. With already implemented:

asynchronous views
and middlewares,
asynchronous ORM interface,
asynchronous support for decorators
and signal dispatchers,
By Mariusz Felisiak | Mar 27, 2024