Собрали в одном месте самые важные ссылки
читайте нас в Twitter
The Scrapy crawl stat logs are useful for tracking and monitoring the performance of a spider. If you want to keep them longer rather than just see the console printout, you can have them written to a database.
This post talks about the __all__ attribute and how it declares the public interface to a module, but does not enforce access.
A straightforward tutorial on adding SSO via SAML to a Django application, which can otherwise be a complex process.
When playing with generators in asynchronous code, Sam ran into some things he didn’t quite expect with how and when resources get cleaned up. This article shows you what you can and can’t control, and in some cases whether you should.
This tutorial looks at how use HTMX with FastAPI by creating a simple todo web app and deploying it on Render.