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

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

     15.11.2024       Выпуск 570 (11.11.2024 - 17.11.2024)       Видео

NanoDjango - single-file Django apps | uv integration

A dive into NanoDjango, a package that lets you build small scripts using all the power of Django, and also supports django-ninja for APIs.

     02.11.2024       Выпуск 568 (28.10.2024 - 03.11.2024)       Видео

Building a Data Harmonization Engine on top of Django - The Good, the Bad, and the Ugly

The story of Data Hub, a research project in epidemiology that integrated data processing pipelines in Django, fought with the documentation to build, deployed, and tried to make reusable for use-cases in other domains.

     02.11.2024       Выпуск 568 (28.10.2024 - 03.11.2024)       Видео

Modern web apps with (almost) no JavaScript: Enhancing user experience with HTMX in Django

Learn how to significantly enhance user experience with HTMX, covering practical examples like click-to-edit interfaces, infinite scrolling, and real-time search, demonstrating how HTMX can simplify development and improve performance.

     25.10.2024       Выпуск 567 (21.10.2024 - 27.10.2024)       Видео
     27.09.2024       Выпуск 563 (23.09.2024 - 29.09.2024)       Видео
     28.06.2024       Выпуск 550 (24.06.2024 - 30.06.2024)       Видео

React + Django + Ninja Video Tutorial

Quickly build a Django app with django-ninja and React in under 15 minutes.

     24.11.2023       Выпуск 518 (20.11.2023 - 26.11.2023)       Видео

Django Ninja 1.0 - What's new

Django Ninja v1.0 just released! It is a web framework for building APIs with Django and Python 3.6+ type hints.

     20.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Видео

Как провести техническое собесед. и не сойти с ума?

Техническое собеседование должно выявлять компетенции, как не попасть на когнитивные искажения? Резюме — человек или chat GPT, как выявить истину. Разница между языком, инструментом и предметной областью. Слайды: https://speakerdeck.com/moscowdjango/moscow-python-meetup-84-maksim-biezrukov-vk-backend-developer-kak-proviesti-tiekhnichieskoie-sobiesiedovaniie-i-nie-soiti-sviesti-s-uma

     20.10.2023       Выпуск 513 (16.10.2023 - 22.10.2023)       Видео

Сложности реализации JSON:API на FastAPI + Pydantic

Проблемы, с которыми мы столкнулись при реализации JSON:API на FastAPI. Что удалось реализовать, что пришлось подпереть костылями, а что осталось нерешенным. Слайды: https://speakerdeck.com/moscowdjango/moscow-python-meetup-84-surien-khorienian-slozhnosti-riealizatsii-json-api-na-fastapi-plus-pydantic

     09.02.2022       Выпуск 425 (07.02.2022 - 13.02.2022)       Видео

Deploy Django into Production with Kubernetes, Docker, & Github Actions. Complete Tutorial Series

Kubernetes is a tool to manage containers. This type of management is called orchestration because it does more than just manage the containers such as it will scale up and scale down resources as needed (among many other things). Since Kubernetes is a massive tool, we're going to be covering a practical implementation using a Docker-based Django application.

     28.12.2017       Выпуск 210 (25.12.2017 - 31.12.2017)       Видео
     08.09.2017       Выпуск 194 (04.09.2017 - 10.09.2017)       Видео
     04.07.2017       Выпуск 185 (03.07.2017 - 09.07.2017)       Видео
     27.05.2017       Выпуск 179 (22.05.2017 - 28.05.2017)       Видео

PyCon: Django Admin - основы и еще чуть-чуть

Доклад Kenneth Love про Django Admin. Как с ней жить и что делать

     11.01.2017       Выпуск 160 (09.01.2017 - 15.01.2017)       Видео
     18.08.2016       Выпуск 139 (15.08.2016 - 21.08.2016)       Видео
     09.06.2016       Выпуск 129 (06.06.2016 - 12.06.2016)       Видео

Django Test Driven Development Cookbook Django unittest pytest tests

Martin Brochhaus покажет как запустить первый test-сценарий на py.test в Django.  Как вы можете создавать фикстуры с помощью mixer и как потом измерить coverage

     01.02.2016       Выпуск 111 (01.02.2016 - 07.02.2016)       Видео

Django tutorial

Дельные видосы от sentdex по питону на английском языке. Недавно стартовала серия уроков по джанго. Уровень 0+

     10.09.2015       Выпуск 90 (07.09.2015 - 13.09.2015)       Видео
     04.09.2015       Выпуск 89 (31.08.2015 - 06.09.2015)       Видео

Почему большинству новых проектов надо использовать Custom User Model (django)

Стандартная User-модель показаться пугающей. Я покажу вам 3 простых шага-способа способа реализации Custom User Model для нового проекта, которые на самом деле довольно легко сделать, и расскажу какие преимущества в гибкости и кастомизации это дает..