Don't Start with a Database
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore a fresh approach to project initiation in this EuroPython 2019 conference talk. Learn how to prioritize business logic over traditional starting points like database design, migration systems, and user registration. Discover the benefits of clean architecture and its application in real-world scenarios. Gain practical insights into leveraging new Python features such as typings, mypy, and dataclasses in long-term production projects. Drawing from years of hands-on experience, this talk offers valuable knowledge beyond basic examples, focusing on real-life applications that stand the test of time in production environments.
Syllabus
Grzegorz Kocjan - Don't start with a database
Taught by
EuroPython Conference
Related Courses
Stanford Seminar - Optional Static Typing for PythonStanford University via YouTube Python Typing - Type Hints & Annotations
Tech with Tim via YouTube Learning the Ropes - Understanding Python Generics
EuroPython Conference via YouTube Protocols - Static Duck Typing for Decoupled Code
EuroPython Conference via YouTube Writing Good Python
EuroPython Conference via YouTube