Series: Django Bootcamp (4 posts)
-
Part 1 Getting Started with Python for Web Development January 9, 2026
This beginner-friendly guide covers the basics of Python, setting up virtual environments, installing pip, and why Django is the best choice for building powerful web applications.
-
Part 2 Creating Your First Django Project March 9, 2026
In this beginner-friendly guide, we create our first Django project, explore its file structure, and build our first view to display a page in the browser.
-
Part 3 Models & the Django Admin March 30, 2026
In this beginner-friendly guide, we define our bookmark model, run database migrations, and explore Django's built-in admin panel to manage our data.
-
Part 4 Django Views & Templates April 7, 2026
In this beginner-friendly guide, we build out the views and templates for our bookmark manager — listing bookmarks, viewing details, creating new ones, and deleting them.