Full Stack Web Development with Python and Django (TTPS4860)
Modern Skills for Robust Web Development | Core Python, Classes, Django Architecture, Views, Querying, Templates, Testing & More
Geared for experienced web developers new to Python, Introduction to Full Stack Web Development with Python and Django is a five-day hands-on course that teaches students how to develop Web applications using the Django framework. Students will explore the basics of creating basic applications using the MVC (model-view-controller) design pattern, as well as more advanced topics such as administration, session management, authentication, and automated testing. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world.
Course Topics: This is the high-level list of topics covered in the course. See below for detailed sessions, lessons and labs:
- The Python Environment
- Getting Started
- Flow Control
- Lists and Tuples
- Working with Files
- Dictionaries and Sets
- Functions
- Errors and Exception Handling
- Using Modules
- Classes
- Django Architecture<
- Configuring a Project
- Adding an Application
- Login for Nothing and Admin for free<
- Basic Views (AKA Controllers and Templates)
- Querying the Models
- Working with Templates
- Forms
- Automated Testing