Completed
How to use chatGPT with Python 🔥 | Create a chatbot with open AI and Django
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Practical Django - Complete Tutorial Series with Real-World Projects
Automatically move to the next video in the Classroom when playback concludes
- 1 Simple two factor authentication in Django with SMS verification code | basic 2fa using Twilio
- 2 How to send / receive SMS in a Django Project | SMS in Python with Twilio
- 3 Django barcode generator | How to create barcodes in Django
- 4 Introduction to async views in Django | async/await in Django views
- 5 How to create objects in the Django database from a CSV file upload
- 6 Django signals for beginners | How to use signals in Django
- 7 PDF in Django | How to create PDF files in a Django project (with images)
- 8 Django with Chart js | How to create charts with Django and Chart js
- 9 Django QR code tutorial | How to create QR codes in Django
- 10 Background tasks in Django | How to create tasks in the background in Django - Quick & easy
- 11 Django database backup and restore + periodic backups
- 12 Django forms | How to create beautiful forms in django with materialize css
- 13 How to create pandas dataframe from django querysets
- 14 How to follow users in Django | follow users like on Twitter
- 15 How to improve the performance in Django apps with ASYNC views
- 16 How to build referral links using Django | recommendation system Django - part 1/2
- 17 How to build referral links using Django | recommendation system Django - part 2/2
- 18 How to create a like button with counter in django
- 19 How to create custom management commands in Django | Django custom commands
- 20 Tutorial on amazing interactive charts using Plotly integrated with Python web Framework Django
- 21 This is the package that almost every Python Django Developer needs to learn in 2022 !
- 22 How to add dark / light mode toggle in Django & Tailwind CSS 👨💻
- 23 Django wifi QR code generator | Connect to wifi by scanning the code
- 24 How to use chatGPT with Python 🔥 | Create a chatbot with open AI and Django
- 25 How to use annotate and aggregate on Django querysets
- 26 Optimize Your Django queries with select related, prefetch related and Django Debug Toolbar 👨🏻💻
- 27 Build Real-Time Live Dashboards with Django Channels: A Step-by-Step Tutorial 👨🏻💻
- 28 Securing your Python Django App with One Time Passwords | How to set OTP in Django
- 29 GitHub Actions Introduction Tutorial: How to Automate Python Django Framework 🚀
- 30 🔥 Create amazing animations for Python Django projects using GreenSock Animation Platform (GSAP) 🔥
- 31 Switching Username to Email in Django Authentication | Django User Model Customization
- 32 🔥 Introduction to Python Django and Three.js for Web Development 🔥
- 33 How to connect Django with React 🔥 Django + React js integration tutorial (easy to follow)
- 34 Build a Analytics Dashboard in Streamlit with Django and Django Rest framework
- 35 How to send data from React js to Django app with Django Rest Framework on a simple example
- 36 How to style Django Admin
- 37 How to create a Django project step by step - Cheat sheet for beginners
- 38 🚀 API in Django under 1 minute with Django Rest Framework
- 39 🚀 3 most ADVANCED Django packages
- 40 🔥 Battle of VIEWS in Django - Class vs Function based views, WHO wins ? 🥊 (Spoiler: It Depends)
- 41 🛑 STOP Hardcoding settings.py in Django! Use python-dotenv Like a Pro 🔐🔥
- 42 🚀 How to send E-MAILs in Django — FAST & SIMPLE #pythonanddjangofullstackwebdeveloper
- 43 🌍 Django Tutorial 2025 : DateTime + Timezones for Beginners (with Real-World Project Inside)
- 44 🚀 How to integrate Langchain with Django (2025) | Build your own OpenAI powered chatbot 🤖
- 45 Django with PostgreSQL in under 15 Minutes + PSQL Tips 🔥 Including how to backup & restore