HOME > Development > Complete Web development with Python, Django and MongoDB

Complete Web development with Python, Django and MongoDB

  • Development
  • May 01, 2025
SynopsisComplete Web development with Python, Django and MongoDB, ava...
Complete Web development with Python, Django and MongoDB  No.1

Complete Web development with Python, Django and MongoDB, available at $74.99, has an average rating of 4.25, with 117 lectures, 9 quizzes, based on 12 reviews, and has 96 subscribers.

You will learn about Learn to use Python 3 professionally Learn advanced Python features, such as the collections module Learn to use Object Oriented Programming with classes. Understand how to use both the Jupyter Notebook and create .py files Learn file handling by making an marks database project Learn about functions by making an advanced calculator Learn to use Googles API for speech recognition using python. Learn to build your own QR Code Scanner using Computer Vision. Learn to build blog post website with Django Learn to build Google forms Clone with Django and MongoDB This course is ideal for individuals who are Beginners who are getting into programming for the first time or Beginners who want to start a career in Artificial Intelligence/ Data Science/ Machine Learning/ Robotics or Programmers who want to switch to Python or Programmer who want to learn backend development or Everyone who wants to learn how to code and apply the knowledge in real life It is particularly useful for Beginners who are getting into programming for the first time or Beginners who want to start a career in Artificial Intelligence/ Data Science/ Machine Learning/ Robotics or Programmers who want to switch to Python or Programmer who want to learn backend development or Everyone who wants to learn how to code and apply the knowledge in real life.

Enroll now: Complete Web development with Python, Django and MongoDB

Summary

Title: Complete Web development with Python, Django and MongoDB

Price: $74.99

Average Rating: 4.25

Number of Lectures: 117

Number of Quizzes: 9

Number of Published Lectures: 117

Number of Published Quizzes: 9

Number of Curriculum Items: 126

Number of Published Curriculum Objects: 126

Number of Practice Tests: 2

Number of Published Practice Tests: 2

Original Price: ?1,199

Quality Status: approved

Status: Live

What You Will Learn

  • Learn to use Python 3 professionally
  • Learn advanced Python features, such as the collections module
  • Learn to use Object Oriented Programming with classes.
  • Understand how to use both the Jupyter Notebook and create .py files
  • Learn file handling by making an marks database project
  • Learn about functions by making an advanced calculator
  • Learn to use Googles API for speech recognition using python.
  • Learn to build your own QR Code Scanner using Computer Vision.
  • Learn to build blog post website with Django
  • Learn to build Google forms Clone with Django and MongoDB
  • Who Should Attend

  • Beginners who are getting into programming for the first time
  • Beginners who want to start a career in Artificial Intelligence/ Data Science/ Machine Learning/ Robotics
  • Programmers who want to switch to Python
  • Programmer who want to learn backend development
  • Everyone who wants to learn how to code and apply the knowledge in real life
  • Target Audiences

  • Beginners who are getting into programming for the first time
  • Beginners who want to start a career in Artificial Intelligence/ Data Science/ Machine Learning/ Robotics
  • Programmers who want to switch to Python
  • Programmer who want to learn backend development
  • Everyone who wants to learn how to code and apply the knowledge in real life
  • Become a Django Developer and learn one of the employer’s most requested skills of 2023!

    This is a crisp, clear and comprehensive course for learning backend web development with Django and MongoDB! Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of web development with Python and Django, this course is for you! In this course, we will teach you complete backend web development with Python, Django, and MongoDB.

    With over 100 lectures and more than 12 hours of high-quality video, this refresher course leaves no stone unturned! This course includes a lot of interesting quizzes, and homework assignments as well as 6 major projects including a Super Blog and Google Forms Clone to create your own portfolio right away!

    This course will teach you backend web development with Python and Django in a practical manner, with every lecture comes a full coding screen-cast, corresponding code notebook, exciting quizzes, and homework assignments! Learn in whatever way is best for you!

    We will start by helping you get Python and Django installed on your computer, regardless of your operating system, whether it’s Linux, macOS, or Windows, we’ve got you covered!

    We cover a wide variety of topics, including:

  • Command Line Basics

  • Installing Python

  • Running Python Code

  • Strings

  • Lists

  • Dictionaries

  • Tuples

  • Sets

  • Number Data Types

  • Print Formatting

  • Functions

  • args/kwargs

  • Debugging and Error Handling

  • Modules

  • Object Oriented Programming

  • File I/O

  • Creating web applications with Django

  • Rendering templates

  • Installing and using MongoDB with Python

  • Generating UUID and using it as the primary key in Django

  • Sending and receiving Asynchronous requests, to show updated information without refreshing the page.

  • Building absolute URLs

  • Creating fake data

  • Creating sitemap to make your website more visible to search engines.

  • and more lectures will be added as required to keep the course updated!

  • You will get lifetime access to over 100 lectures plus corresponding Notebooks for the lectures!

    In case you don’t believe me This course comes with a 30-day money-back guarantee! If you are not satisfied in any way, you’ll get your money back. No questions asked!!

    So what are you waiting for? Learn Django in a way that will advance your career and increase your knowledge, all in a fun and practical way!

    Course Curriculum

    Chapter 1: Course Overview

    Lecture 1: Course Introduction

    Lecture 2: Course Curriculum Overview

    Chapter 2: Python Setup

    Lecture 1: Installing Python (Step By Step)

    Lecture 2: Starting Command Line

    Lecture 3: Command Line Basics

    Lecture 4: Running Python Code

    Lecture 5: Working on Assignments

    Chapter 3: Python Object and Data Structure (Level – I)

    Lecture 1: Variable Assignments

    Lecture 2: Data Types

    Lecture 3: Type Casting

    Lecture 4: Strings – I

    Lecture 5: Strings – II

    Lecture 6: Booleans

    Lecture 7: Operators

    Lecture 8: List – I

    Lecture 9: List – II

    Lecture 10: Sets

    Lecture 11: Tuples

    Lecture 12: Dictionary

    Chapter 4: User Interaction (Level – II)

    Lecture 1: User Input

    Lecture 2: String Formatting

    Chapter 5: Decision Making And Looping In Python (Level – III)

    Lecture 1: If Elif and Else Statement in Python

    Lecture 2: While Loops in Python

    Lecture 3: For Loops in Python

    Lecture 4: Useful Operators in Python

    Lecture 5: Assignments

    Chapter 6: File Handling (Level – IV)

    Lecture 1: Opening, writing and closing a file

    Lecture 2: Reading a file

    Lecture 3: Appending a file

    Lecture 4: Assignments

    Chapter 7: Functions (Level – V)

    Lecture 1: Functions with *args and **kwargs

    Lecture 2: Variable Scope

    Lecture 3: Lambda Function

    Lecture 4: Assignments

    Chapter 8: Object Oriented Programming (Level – VI)

    Lecture 1: Python Classes and Objects – I

    Lecture 2: Python Classes and Objects – II

    Lecture 3: Inheritance

    Lecture 4: Iterators

    Lecture 5: Assignments

    Chapter 9: Handling Errors and Working with Modules (Level – VII)

    Lecture 1: Errors and Exceptions Handling

    Lecture 2: Installing Modules

    Lecture 3: Modules and Packages

    Lecture 4: Creating Modules with Jupyter Notebook

    Lecture 5: Assignments

    Chapter 10: Advance Modules in Python

    Lecture 1: Python Random

    Lecture 2: Python JSON

    Lecture 3: Python Math

    Lecture 4: Python Dates and Time

    Chapter 11: Projects

    Lecture 1: Problem Statement: Project Calculator

    Lecture 2: Solution: Project Calculator

    Lecture 3: Problem Statement: Project Student Database

    Lecture 4: Solution: Project Student Database

    Lecture 5: Speech Recognition Using Python

    Lecture 6: QR Code Scanner Using Python

    Chapter 12: Super Blog Project – Django + ORM

    Lecture 1: Introduction

    Lecture 2: Installing Django and Virtual Environment

    Lecture 3: Django Applications and How Django Works

    Lecture 4: Django Models

    Lecture 5: Customizing Admin Interface

    Lecture 6: How QuerySet Works

    Lecture 7: Custom Model Manager

    Lecture 8: How to create List View

    Lecture 9: How to create Detail View

    Lecture 10: How to Build Absolute URL

    Lecture 11: How to use Pagination

    Lecture 12: How to use Django Forms

    Lecture 13: How to send Emails

    Lecture 14: How to create comment system

    Lecture 15: Django Model Forms

    Lecture 16: Using For Loop in Django Template

    Lecture 17: How to Implement Tagging Feature

    Lecture 18: Creating fake data with ease

    Lecture 19: How to show related posts

    Lecture 20: How to create simple tags

    Lecture 21: Inclusion Tags

    Lecture 22: Sitemap

    Lecture 23: How to create RSS feed

    Lecture 24: How to implement Search Feature

    Chapter 13: Google Forms Clone Project – Django + MongoDB

    Instructors

  • Complete Web development with Python, Django and MongoDB  No.2
    Harshvardhan Anand
    Artificial Intelligence Engineer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 2 votes
  • 3 stars: 0 votes
  • 4 stars: 3 votes
  • 5 stars: 7 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!