Loading...

Backend with Python

...
BackendDevelopment Django Flask Python RESTAPI

Level: Intermediate

Starts: Tue, Jul 8, 2025, 01:00 PM (UTC)

Duration: 16 sessions, 2hrs each

  • Project-based learning
  • Peer reviewed learning

$275

About this course

This intermediate-level course is designed for developers looking to enhance their backend development skills using Python microservices. You’ll explore key frameworks like Flask and Django, learning how to build RESTful APIs, implement authentication, and optimize applications for deployment. Through hands-on projects, you’ll gain experience in modular application design, error handling, testing, and CI/CD integration. By the end of the course, you’ll have built and deployed a fully functional microservices-based application.

After Completing this course you’ll be able to

  • Set up and configure Python environments for backend development
  • Build web applications and APIs using Flask and Django
  • Implement authentication, authorization, and middleware
  • Work with databases and ORM for efficient data management
  • Create modular applications using Blueprints in Flask
  • Handle errors and logging in production-ready applications
  • Write unit tests and documentation for APIs
  • Deploy and optimize applications using CI/CD pipelines

Modules

Flask Fundamentals

Creating apps, routes, templates, and styling

Middleware & Authentication

Database connections, authentication, and authorization

RESTful APIs

Building and testing APIs with Flask and Django REST Framework (DRF)

Django Essentials

Models, templates, forms, and ORM for database management

Error Handling & Logging

Debugging and maintaining backend stability

CRUD & Security

Implementing CRUD operations and securing endpoints

Testing & Deployment

Writing tests, documentation, CI/CD setup, and optimization