Kabaki's articles
Learn about static files in Django, how to manage them efficiently, and their purpose in web apps, while setting up a demo project.
Learn about signals in Django: what they are, how to use them, define custom signals, use built-in signals, along with real-world use cases.
Learn how to structure Python code by creating modules, defining functions and classes, creating packages, importing modules, and more.
Learn about URL routing in Flask: defining routes, handling URL patterns, supporting HTTP methods, managing redirects and errors, and more.
This deep dive into Flask templates covers rendering, inheritance, layouts, variables, control structures, forms, filters, files, and more.
Learn how to install and set up an app with Flask, a popular microframework for Python that offers an alternative to the much larger Django.