Essential Django Training Course: Hands-On!
What you'll learn
- Understand the Django app architecture
- Build practical real-world web app with Django
- Learn to use the model-view-template design
- Handle GET and POST HTTP requests
- Learn and understand advanced URLconf tips and tricks
- Build RESTful APIs for your applications
- Learn to create admin interfaces
- Learn to create HTML forms
- Learn about template filters and template inheritance
- Define models and use the database API to create, retrieve, update, and delete records
Requirements
- Basic Python programming knowledge is helpful
Description
Welcome to this Django course. Do you want to develop reliable and secure applications which stand out from the crowd, rather than spending hours on boilerplate code? Then the Django framework is where you should begin. Django is a powerful Python web framework designed to develop web applications quickly, from simple prototypes to large-scale projects. It was designed to strike a balance between rapid web development and high performance. Django encourages clean, pragmatic design, and provides developers with a comprehensive set of tools to build scalable web applications.
This practical course will help you understand practices, blueprints, and design decisions to put Django to work the way you want it to. You’ll learn various ways in which data can be rendered onto a page and discover the power of Django for large-scale production applications. As you progress, you’ll learn various practical skills, including how to serve static files to add CSS, JavaScript, and images to your application, how to implement forms to accept user input, and how to manage sessions to ensure a reliable user experience.
In this course, you'll learn:
Understand the Django app architecture
Build practical real-world web app with Django
Learn to use the model-view-template design
Handle GET and POST HTTP requests
Learn and understand advanced URLconf tips and tricks
Build RESTful APIs for your applications
Learn to create admin interfaces
Learn to create HTML forms
Learn about template filters and template inheritance
Define models and use the database API to create, retrieve, update, and delete records
Who this course is for:
- Python Developers
- Web Designers
- Programmers
Instructor
Hi. I am a programmer, a teacher, and have worked with technologies such as iOS, Android, Django, and Python. I started programming in Python 20 years ago, when it was an obscure academic language. I had limited access to training resources back then. Whilst I learned to code, I also realized the need to change the way that people learn to code. That’s when I took up teaching. Throughout my career, I have worked with many Python web development frameworks, including Zope, TurboGears, web2py, and Flask, although I still prefer Django.