IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
читайте нас в Telegram

     12.01.2024       Выпуск 525 (08.01.2024 - 14.01.2024)       Статьи
     07.01.2024       Выпуск 524 (01.01.2024 - 07.01.2024)       Статьи

Legal and Stripe - Building SaaS with Python and Django #179

In this episode, we took care of the legal obligations of the site by setting up Terms of Service and a Privacy Policy page. Then we moved on to the next portion of signup, which is to configure Stripe to create customers and prepare, ultimately, to accept subscription payments.

     05.01.2024       Выпуск 524 (01.01.2024 - 07.01.2024)       Статьи
     05.01.2024       Выпуск 524 (01.01.2024 - 07.01.2024)       Статьи
     05.01.2024       Выпуск 524 (01.01.2024 - 07.01.2024)       Статьи
     03.01.2024       Выпуск 524 (01.01.2024 - 07.01.2024)       Статьи
     29.12.2023       Выпуск 523 (25.12.2023 - 31.12.2023)       Статьи

Fine Tuning Python WSGI and ASGI applications for Flask, Django, and FastAPI

Exploring strategies for optimal Gunicorn, Uvicorn and Hypercorn configurations for Flask, Django, and FastAPI.

     24.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Sign Up - Building SaaS with Python and Django #178

In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature flag tool.

     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Create a Subscription SaaS Application With Django and Stripe

All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

How to Deploy Reflex Apps to Fly.io

Reflex is a recent entrant to the world of Python web frameworks. Fly.io is a hosting provider that lets you host your applications in production really quickly. This articles shows you how to deploy Reflex applications on Fly.io.

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Pytest Daemon: 10X Local Test Iteration Speed

Discord has a large Python monolith with lots of imports, which now takes 13 seconds to start up. On the server that’s not a problem but to run a test it is. Ruby’s solution is to have a daemon that hot loads a test on a process that already has the imports completed.

     19.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Database generated columns⁽³⁾: GeoDjango & PostGIS

An introduction to database generated columns, using PostgGIS, GeoDjango and the new GeneratedField added in Django 5.0.

     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи
     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Build a Scalable Flask Web Project From Scratch

In this tutorial, you'll explore the process of creating a boilerplate for a Flask web project. It's a great starting point for any scalable Flask web app that you wish to develop in the future, from basic web pages to complex web applications.

     13.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Building a Small REPL in Python

Learn how to write your own REPL by building on top of the one that comes with Python. With a few lines of code you can customize Python’s REPL environment as your own.

     12.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи