• maiweb v0.1.0
  • ★
  • Feedback

Pyplane

active · last success 2026-06-19 22:50

Visit site ↗ · Feed ↗

  • Pyplane youtube.com channel tutorial video youtube 2025-12-27 21:33
    ↗

    How to run background tasks in Django using celery presented on a practical example #djangoframework #pythonanddjangofullstackwebdeveloper #coding #webdevelopment

    ▶ Watch on YouTube Opens in a new tab
    How to run background tasks in Django using celery presented on a practical example #djangoframework #pythonanddjangofullstackwebdeveloper #coding #webdevelopment
  • Pyplane youtube.com channel tutorial video youtube 2025-12-22 21:45
    ↗

    Learn how to paginate in n8n using pokeapi How to paginate presented in simple steps in under 1 minute #n8nautomation

    ▶ Watch on YouTube Opens in a new tab
    Learn how to paginate in n8n using pokeapi How to paginate presented in simple steps in under 1 minute #n8nautomation
  • Pyplane youtube.com channel tutorial video youtube 2025-12-21 22:20
    ↗

    3 ideas to use Google Antigravity in Django projects: - security audit - documentation - tests This way ai agents take cate of the boring parts of development for you #ai #googleantigravity #djangoproject #python3 #programming #shortsfeed #shortsvideo

    ▶ Watch on YouTube Opens in a new tab
    3 ideas to use Google Antigravity in Django projects: - security audit - documentation - tests This way ai agents take cate of the boring parts of development for you #ai #googleantigravity #djangoproject #python3 #programming #shortsfeed #shortsvideo
  • Pyplane youtube.com channel tutorial video youtube 2025-12-20 16:21
    ↗

    How to create a simple AI Agent you can Add to your website or application as a chatbot. We will use flowise AI to create a simple agent flow in just 2-3 minutes. As the next step we can export (embed) this chatbot to website or app created in django, react and more. #ai #chatbots

    ▶ Watch on YouTube Opens in a new tab
    How to create a simple AI Agent you can Add to your website or application as a chatbot. We will use flowise AI to create a simple agent flow in just 2-3 minutes. As the next step we can export (embed) this chatbot to website or app created in django, react and more. #ai #chatbots
  • Pyplane youtube.com channel tutorial video youtube 2025-12-18 20:50
    ↗

    Run n8n directly from Python using the requests module and webhook trigger. In this simple automation example we execute n8n workflow from Python code, send data via post request to n8n, process data using Ai Agent & OpenAI GPT model, then we clean the response using markdown...

    ▶ Watch on YouTube Opens in a new tab
    Run n8n directly from Python using the requests module and webhook trigger. In this simple automation example we execute n8n workflow from Python code, send data via post request to n8n, process data using Ai Agent & OpenAI GPT model, then we clean the response using markdown node and store everything in Google sheets
  • Pyplane youtube.com channel tutorial video youtube 2025-06-16 14:35
    ↗

    🚀 Django with PostgreSQL - Want to connect Django with PostgreSQL in a fast and effective way? In this quick-start guide, I’ll show you how to set up PostgreSQL with Django on macOS using psql, Homebrew, and some pro tips — all in under 15 minutes. What you’ll learn: -...

    ▶ Watch on YouTube Opens in a new tab
    🚀 Django with PostgreSQL - Want to connect Django with PostgreSQL in a fast and effective way? In this quick-start guide, I’ll show you how to set up PostgreSQL with Django on macOS using psql, Homebrew, and some pro tips — all in under 15 minutes. What you’ll learn: - Installing PostgreSQL the right way - Creating users and databases using psql - Connecting Django to PostgreSQL - Creating backups of databases - How to restore a database 📌 Perfect for: - Django beginners - Backend devs switching to PostgreSQL Link to the article: https://medium.com/@pyplane/postgresql-django-a-practical-setup-guide-with-psql-86841a0ab2b6 #djangoframework #djangotutorials #pythonanddjangofullstackwebdeveloper django for beginners, django postgres, django sql, django backup, django restore db, learn django, django tutorial, django 5, django postgresql, psql cli, psql tips, django database backup, connect django to postgres
  • Pyplane youtube.com channel tutorial video youtube 2025-06-05 15:25
    ↗

    - How to integrate Langchain with Django tutorial 2025 - Let's build our own OpenAI powered chatbot Learn how to create an intelligent AI chatbot using LangChain (Langchain framework tutorial), OpenAI, and Django in this step-by-step tutorial. This video walks you through the...

    ▶ Watch on YouTube Opens in a new tab
    - How to integrate Langchain with Django tutorial 2025 - Let's build our own OpenAI powered chatbot Learn how to create an intelligent AI chatbot using LangChain (Langchain framework tutorial), OpenAI, and Django in this step-by-step tutorial. This video walks you through the entire process — from setting up the backend with Django to integrating LangChain for dynamic, conversational AI. 🎯 Perfect for: Python developers, Django enthusiasts, and anyone curious about integrating AI into real-world web applications. 🛠️ What You’ll Learn: - Setting up a Django project for chatbot functionality - Integrating LangChain with OpenAI models - Handling chat history - Rendering Markdown - And more 📦 Technologies Used: - Django (Python web framework) - LangChain (AI chaining library) - OpenAI API (ChatGPT) - HTML & Bootstrap (frontend) 💡 By the end of this tutorial, you'll have a working AI chatbot that remembers conversation history, responds contextually, and can be extended with RAG or vector search. 👉 Don’t forget to like, comment, and subscribe for more full-stack AI tutorials! #djangotutorial #langchain #openai langchain, django tutorial 2025, django llm, django openai, openai 2025, langchain 2025, llm 2025, large language models, python tutorial, django chat-gpt, django ai, python web llm, large language models 2025, ai with django, langchain tutorial python, langchain chatbot, langchain framework tutorial, langchain demo
  • Pyplane youtube.com channel tutorial video youtube 2025-05-31 14:53
    ↗

    🧠 Build an AI-Powered Poetic Machine App with FastAPI + React + N8N + OpenAI | PART 1 Ready to bring creativity and code together? In this tutorial series, we’re building a Poethic Machine — an AI-powered app that takes your words and transforms them into beautiful,...

    ▶ Watch on YouTube Opens in a new tab
    🧠 Build an AI-Powered Poetic Machine App with FastAPI + React + N8N + OpenAI | PART 1 Ready to bring creativity and code together? In this tutorial series, we’re building a Poethic Machine — an AI-powered app that takes your words and transforms them into beautiful, algorithmically generated poetry using FastAPI, React, n8n, and OpenAI. 🎬 In Part 1, we'll cover: - Overview of the project - How to set up n8n locally for FREE - Build your first automation workflow 🔧 Whether you're into AI, automation, or just want to build something poetic and unique, this is where the journey begins. Tech Stack Covered: 🧠 OpenAI (for generating poetic language) ⚙️ FastAPI (backend magic) 💻 React (interactive frontend) 🔄 n8n (for automation + workflows) In the upcoming parts we will setup both backend and frontend as well as show you how to integrate n&n with Python (fastAPI) and React Js apps. Chapters: 00:00:00 - Intro 00:00:50 - Overview 00:01:08 - What is n8n 00:02:10 - how to install n8n for free 00:03:27 - n8n setup and how to obtain FREE license key + change the theme to dark 00:06:05 - create your first n8n workflow with openAI 00:06:40 - add on chat message trigger in n8n 00:07:13 - add Basic LLM cjain in n8n #n8ntutorial #pythonanddjangofullstackwebdeveloper #reactjs n8n, n8n tutorial, openai n8n, n8n integration, n8n app, react js n8n, python n8n, how to setup n8n, n8n for free, n8n worklfow, ai worklflow, n8n tutorial 2025, ai app tutorial, chatgpt n8n, n8n automation, ai agents, fastapi n8n, reactjs n8n
  • Pyplane youtube.com channel tutorial video youtube 2025-05-27 18:29
    ↗

    🎓 Django REST Framework Crash Course – Part 2: Serializers Explained In this part of the DRF crash course, we take a closer look at how serializers work and how to customize them for real-world APIs. 🔍 What’s covered in this video: - Using commonly used serializer fields -...

    ▶ Watch on YouTube Opens in a new tab
    🎓 Django REST Framework Crash Course – Part 2: Serializers Explained In this part of the DRF crash course, we take a closer look at how serializers work and how to customize them for real-world APIs. 🔍 What’s covered in this video: - Using commonly used serializer fields - Creating nested serializers, including many=True for handling related objects - Adding custom validation to your fields - Understanding read-only and write-only fields - Using serializer context to access request data inside your serializer Whether you’re learning Django REST Framework for a personal project or to improve your skills as a backend developer, this video will give you a solid understanding of serializer behavior and best practices. 📌 This is part 2 of the series. If you missed part 1, check it out here: 📚 Blog artcile with source code: https://medium.com/@pyplane/django-rest-framework-crash-course-part-1-2-9e6bd045c9d1 #djangorestframework #djangotutorial #pythondjango django rest framework, django api, django5, drf serializers, drf serialization, modelserializers, drf crash course, drf tutorial 2025, django tutorial 2025, django rest framework 2025, python api course, python web framewor, django rest framework basics, drf basics, learn drf
  • Pyplane youtube.com channel tutorial video youtube 2025-04-30 14:25
    ↗

    🚀 How to create API in Python using Django REST Framework (Full Crash Course). In Part 1: Setup, Serializers, ViewSets & Routers Explained! 🔥 Welcome to Part 1 of our Django REST Framework (DRF) crash course! In this beginner-friendly tutorial, we guide you through the...

    ▶ Watch on YouTube Opens in a new tab
    🚀 How to create API in Python using Django REST Framework (Full Crash Course). In Part 1: Setup, Serializers, ViewSets & Routers Explained! 🔥 Welcome to Part 1 of our Django REST Framework (DRF) crash course! In this beginner-friendly tutorial, we guide you through the essential foundations of building powerful RESTful APIs with Django. 🎯 What You’ll Learn in This Video: - Installing Django REST Framework the right way - Creating your first DRF serializers step by step - Building your first ViewSet to expose data cleanly - Using SimpleRouter for modular app routing - Setting up DefaultRouter for centralized API entry points By the end of this video, you'll have a working API that’s clean, scalable, and production-ready — perfect for building modern web and mobile apps! 🔥 Why this video is worth watching: - No fluff, just practical, project-ready DRF skills - Beginner to intermediate friendly - Great for Django developers transitioning to APIs - Follows best practices for scalable architecture #djangotutorial #djangorestframework #djangoproject django rest framework, drf tutorial, django api, django tutorial 2025, django course 2025, drf crash course, learn drf, learn django,python api, rest framework, django rest framework project, drf full course, serializers drf, viewsets drf, routers drf
  • Pyplane youtube.com channel tutorial video youtube 2025-04-19 15:26
    ↗

    Tutorial on Django DateTime + Timezones for Beginners (Real-World Project Inside) Are you struggling with date and time in Django? Wondering how to work across different timezones, or how to properly store and display datetime data? You're not alone—and this course will...

    ▶ Watch on YouTube Opens in a new tab
    Tutorial on Django DateTime + Timezones for Beginners (Real-World Project Inside) Are you struggling with date and time in Django? Wondering how to work across different timezones, or how to properly store and display datetime data? You're not alone—and this course will change the game. In this ultimate Django DateTime & Timezones tutorial, we’ll unlock everything you need to know about handling time like a pro. Whether you're building task trackers, productivity apps, or global SaaS tools, precise time handling is critical. ✅ What You'll Learn: 🐍 Python datetime operations (naive vs aware) 🧠 How to autodetect user timezone from the browser 🌍 Manual option to change default timezone in-app 🔄 Store datetime in UTC, display in local time 🔥 Convert between timezones (with pytz) ⏱️ Build your own start/stop task timer (track time like a pro!) 🧪 Format and parse datetimes with strftime and strptime 🧮 Use divmod to calculate time durations 📤 Export data (XLS, CSV, JSON) in local time using Django Import-Export 🧱 Work with Django Tabular Inline for nested admin views This is a full project-based course designed to take your Python + Django skills to the next level. Perfect for: - Developers looking to master time handling across apps - Entrepreneurs creating timezone-aware web applications - Anyone confused by Django’s timezone magic! 🎓 Prerequisites: - Basic understanding of Python - Some experience with Django is helpful but not required 🔔 Subscribe and hit the bell so you don’t miss the next deep-dive Django lesson! django tutorial 2025, python timezone, django datetime, pytz, django full course, django project for beginners, django real project, django import export, django tutorial for beginners in vscode, create django app, python web, django 5
  • Pyplane youtube.com channel tutorial video youtube 2025-04-18 09:41
    ↗

    Learn how to send emails in Django using the built-in send_mail() function and SMTP configuration. Perfect for beginners! 💡 Works with Zoho, Gmail, and more. #djangotutorial #django #coding django send email, django tutorial 2025, django explained, send email python, django...

    ▶ Watch on YouTube Opens in a new tab
    Learn how to send emails in Django using the built-in send_mail() function and SMTP configuration. Perfect for beginners! 💡 Works with Zoho, Gmail, and more. #djangotutorial #django #coding django send email, django tutorial 2025, django explained, send email python, django coding, django sendmail tutorial, django for beginners
  • Pyplane youtube.com channel tutorial video youtube 2025-04-17 10:50
    ↗

    Still hardcoding your Django SECRET_KEY or API keys? 😬 That’s risky, messy, and not how pros build Django apps. In this 20 second Django tip, I’ll show you how to use python-dotenv to: ✅ Securely load environment variables ✅ Keep your settings.py clean ✅ Avoid pushing secrets...

    ▶ Watch on YouTube Opens in a new tab
    Still hardcoding your Django SECRET_KEY or API keys? 😬 That’s risky, messy, and not how pros build Django apps. In this 20 second Django tip, I’ll show you how to use python-dotenv to: ✅ Securely load environment variables ✅ Keep your settings.py clean ✅ Avoid pushing secrets to GitHub ✅ Boost your dev game instantly 💪 #djangotutorial #pythondjango #djangoframework python dotenv, django 5, django secrets, django .env, environment variables, api keys, django security, secure django projects, django for beginners, django tutorial 2025, django tips 2025
  • Pyplane youtube.com channel tutorial video youtube 2025-04-16 13:36
    ↗

    🤔 Class-Based Views or Function-Based Views? If you’ve ever stared at Django code wondering “Which one should I use?!”, this Short is for you! #pythonanddjangofullstackwebdeveloper #django #djangoframework django 5, django views, django function views, django class based...

    ▶ Watch on YouTube Opens in a new tab
    🤔 Class-Based Views or Function-Based Views? If you’ve ever stared at Django code wondering “Which one should I use?!”, this Short is for you! #pythonanddjangofullstackwebdeveloper #django #djangoframework django 5, django views, django function views, django class based views, django tutorial 2025, django explained, django views explained, which views to use in django, learn django, django basics, django MVT, django for beginners
  • Pyplane youtube.com channel tutorial video youtube 2025-04-15 12:04
    ↗

    What are the 3 most ADVANCED Django packages (according to my personal ranking)? 3) Django REST Framework Want to build APIs fast with Django? DRF turns your models into powerful REST endpoints in minutes 2) Django Channels Need real-time chat or live updates in Django?...

    ▶ Watch on YouTube Opens in a new tab
    What are the 3 most ADVANCED Django packages (according to my personal ranking)? 3) Django REST Framework Want to build APIs fast with Django? DRF turns your models into powerful REST endpoints in minutes 2) Django Channels Need real-time chat or live updates in Django? Channels brings WebSocket support and async power 1) Django Tenants Building a SaaS app? Django Tenants + PostgreSQL = one codebase, multiple isolated clients. Clean and scalable #django #djangotutorial #pythonanddjangofullstackwebdeveloper
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits