Собрали в одном месте самые важные ссылки
консультируем про IT, Python
The problem started when I had two classes that needed to talk to each other. Sometimes, classes need to talk to each other in both directions. The following example is made up, but mostly behaves like the original problem. Let’s say I have a Director and an Actor. The Director tells the Actor to do_action(). In order to do the action, the Actor needs to get_data() from the Director. Here’s our director.
There is an area of Python that many developers have problems with. This is an area that has seen many different solutions pop up over the years, with many different opinions, wars, and attempts to solve it. Many have complained about the packaging ecosystem and tools making their lives harder. Many beginners are confused about virtual environments. But does it have to be this way?
Как Polars обеспечивает "ленивую" работу с данными и экономит на памяти больше чем Pandas
Настройте pre-commit Yelp/detect-secrets в своем проекте, чтобы не пополнить список
Как написать desktop приложение с Django