All Blog Posts
- The Agency-Agents Repository: Your Complete AI Team in a Box
π April 02, 2026Explore agency-agents, an open-source repository of 157 specialized AI agents across 17 professional divisions, ready to transform how you work, create, and solve problems.
- Claude Opus 4.6 vs Qwen3.6 Plus Preview: A Comprehensive Comparison
π April 02, 2026A detailed comparison between Anthropic's Claude Opus 4.6 and Alibaba's Qwen3.6 Plus Preview, analyzing their performance across 48 different tests including reasoning, creativity, and web design.
- MiroFish - AI Swarm Intelligence Engine for Predicting the Future
π April 01, 2026Explore MiroFish, an open-source multi-agent AI prediction engine that simulates thousands of intelligent agents to predict future outcomes. Learn how to build digital sandboxes for scenario simulation.
- Claude Code - Complete Guide to AI-Powered Coding Assistant
π March 31, 2026Master Claude Code in a weekend. Learn slash commands, memory, skills, subagents, MCP servers, and hooks with this comprehensive guide.
- Claude Code Hooks - Complete Event-Driven Automation Guide
π March 31, 2026Master Claude Code hooks for event-driven automation. Learn all 25 hook events, 4 hook types, and practical examples for validation, logging, and automation.
- Claude Code MCP Guide - Complete Model Context Protocol Reference
π March 31, 2026Master MCP (Model Context Protocol) with Claude Code. Connect to GitHub, databases, Slack, and 20+ external services with OAuth, stdio, HTTP, and WebSocket transports.
- Claude Code Memory Guide - Persistent Context with CLAUDE.md
π March 31, 2026Learn how to use Claude Code memory system with CLAUDE.md files. Persistent context across sessions for better AI assistance.
- Claude Code Skills Guide - Build Reusable AI Workflows
π March 31, 2026Learn to create Claude Code skills - reusable AI workflows that specialize Claude for your domain. Complete guide with examples.
- Claude Code Slash Commands - Complete Reference Guide
π March 31, 2026Master Claude Code slash commands with this complete reference. Learn built-in commands, custom commands, and best practices.
- Claude Code Subagents - Specialized AI Assistants
π March 31, 2026Learn to create and use Claude Code subagents - specialized AI assistants for different tasks. Complete guide with examples.
- PS Smart Agent - AI-Powered Autonomous Coding Assistant for VS Code
π March 22, 2026PS Smart Agent is a powerful VS Code extension that provides an autonomous AI coding assistant with MCP support, multi-provider LLM integration including local Ollama models, and intelligent workflow automation for agentic coding.
- PS Smart Agent - FREE Local Agentic Coding with RTX 4060 Ti
π March 22, 2026FREE offline agentic coding with PS Smart Agent, Ollama on RTX 4060 Ti 16GB using Qwen3.5:9B. No API costs, complete privacy.
- PS Smart Agent - Checkpoints and Version Control
π March 22, 2026Learn how to use PS Smart Agent's checkpoint system to safely experiment with code changes and restore when needed.
- PS Smart Agent - Codebase Indexing for Fast Search
π March 22, 2026Learn how to use PS Smart Agent's codebase indexing feature for fast semantic search across your project.
- PS Smart Agent - Custom Modes Guide
π March 22, 2026Create custom modes in PS Smart Agent for specialized workflows like TDD, security auditing, and documentation writing.
- PS Smart Agent - Getting Started with API Providers
π March 22, 2026Learn how to connect PS Smart Agent to various AI providers including Ollama, OpenAI, Anthropic, DeepSeek, and more.
- PS Smart Agent - MCP Integration Guide
π March 22, 2026Learn how to extend PS Smart Agent with MCP (Model Context Protocol) servers for database connections, API integrations, and custom tools.
- PS Smart Agent - Ollama Local and Remote Models Guide
π March 22, 2026Learn how to use local and remote Ollama models with PS Smart Agent, including tool support detection for agentic coding workflows.
- PS Smart Agent - Slash Commands and Skills
π March 22, 2026Learn how to use slash commands and skills in PS Smart Agent to automate common tasks and extend functionality.
- PS Smart Agent - Troubleshooting Shell Integration
π March 22, 2026Fix common issues with PS Smart Agent terminal and command execution, including shell integration problems.
- PS Smart Agent - Using Modes for Different Tasks
π March 22, 2026Learn how to use different modes in PS Smart Agent for coding, architecture planning, debugging, and more.
- Context Length in AI Agents - Understanding AI Working Memory
π February 28, 2026Understanding context length in AI agents and LLMs. Learn what context window means, how tokens work, and practical examples for developers.
- Advanced Snake Game with Sound Effects and Boost Mechanic
π February 21, 2026Learn to build a feature-rich Snake game with Tkinter, procedural sound generation, and boost mechanics.
- Model-Based RL - Learning Environment Models for Planning
π February 19, 2026Learn Model-Based Reinforcement Learning. Understand how to learn environment models for planning, explore popular algorithms, and implement toy examples with code.
- Reinforcement Learning for Robotics - Real-World Robot Control
π February 18, 2026Learn how Reinforcement Learning is revolutionizing robotics. Explore real-world robot control, sim-to-real transfer, and practical applications with code examples.
- Spring-Mass System Simulation with Pygame - Hooke's Law Physics
π February 17, 2026Learn to create an interactive spring-mass system simulation using Pygame. Understand Hooke's Law, physics parameters, and real-time visualization with mouse interaction.
- Top 10 AI Models You Need to Know in 2026 - Complete Guide
π February 16, 2026Explore the top 10 AI models dominating the tech landscape in 2026. From GPT-4 to Claude, learn about the most powerful AI systems and their applications.
- Part 12: Advanced Topics & Future Directions in RL - Series Conclusion
π February 12, 2026Explore advanced topics and future directions in Reinforcement Learning. Complete guide with cutting-edge research and practical tips.
- Part 11: Game AI with Reinforcement Learning - Build Intelligent Game Agents
π February 11, 2026Learn Game AI with Reinforcement Learning - build intelligent game agents. Complete guide with game environments, self-play, and PyTorch implementation.
- Part 10: Trading Bot with Reinforcement Learning - Build an AI Trader
π February 10, 2026Learn to build a Trading Bot using Reinforcement Learning. Complete guide with market environment, reward design, and PyTorch implementation.
- Part 9: Multi-Agent Reinforcement Learning - Training Multiple Agents Together
π February 09, 2026Learn Multi-Agent Reinforcement Learning - training multiple agents in shared environments. Complete guide with MADDPG and PyTorch implementation.
- Part 8: Soft Actor-Critic (SAC) - Maximum Entropy Reinforcement Learning
π February 08, 2026Learn Soft Actor-Critic (SAC) - a maximum entropy reinforcement learning algorithm. Complete guide with automatic temperature adjustment and PyTorch implementation.
- Part 7: Proximal Policy Optimization (PPO) - State-of-the-Art RL Algorithm
π February 07, 2026Learn Proximal Policy Optimization (PPO) - a state-of-the-art reinforcement learning algorithm. Complete guide with clipped objective and PyTorch implementation.
- Part 6: Actor-Critic Methods - Combining Policy and Value Learning
π February 06, 2026Learn Actor-Critic Methods - combining policy gradients with value functions. Complete guide with A2C algorithm and PyTorch implementation.
- Part 5: Policy Gradient Methods - Learning Policies Directly
π February 05, 2026Learn Policy Gradient Methods - directly optimizing policies in Reinforcement Learning. Complete guide with REINFORCE algorithm and PyTorch implementation.
- Part 4: Deep Q-Networks (DQN) - Neural Networks for Reinforcement Learning
π February 04, 2026Learn Deep Q-Networks (DQN) - extending Q-learning with neural networks. Complete PyTorch implementation with experience replay and target networks.
- Part 3: Q-Learning from Scratch - Complete Implementation Guide
π February 03, 2026Learn Q-Learning from scratch with complete Python implementation. Understand Q-table, Bellman equation, exploration-exploitation, and practical examples.
- Part 2: Markov Decision Processes Explained - Mathematical Foundation of RL
π February 02, 2026Deep dive into Markov Decision Processes (MDPs) - the mathematical foundation of Reinforcement Learning. Learn states, actions, transitions, rewards, and Bellman equations.
- Deep Reinforcement Learning Series - Complete Roadmap and Guide
π February 01, 2026Complete roadmap for learning Deep Reinforcement Learning from scratch. Covering theory, frameworks, mathematical foundations, and practical implementations.
- Part 1: Introduction to Reinforcement Learning - Core Concepts and Fundamentals
π February 01, 2026Learn fundamentals of Reinforcement Learning from scratch. Understand agents, environments, rewards, and RL loop with practical examples and mathematical foundations.
- Building a Snake Game in Python with Tkinter
π January 28, 2026A beginner-friendly tutorial explaining how to build a classic Snake game using Python and Tkinter.
- PyShine clipboard App for two PCs
π January 27, 2026A free App that lets you connect two computers and copy paste text and transfer files over the network
- Visualizing Pascal's Law with Python and Pygame
π January 10, 2026A detailed beginner-to-intermediate tutorial explaining Pascalβs Law using an interactive Pygame hydraulic press simulation.
- Interactive 3D PSO with a Draggable Target in Python
π December 23, 2025A beginner-friendly tutorial explaining how to build an interactive 3D Particle Swarm Optimization (PSO) demo using Matplotlib, keyboard & mouse events, and inter-process communication via CSV.
- Automatically Free a Busy Port in Python Using psutil
π December 13, 2025How to detect and safely terminate processes occupying a TCP port in Python using psutil. A beginner-friendly, real-world tutorial.
- AnimeGANv3 ONNX GUI β Complete Beginner's Guide
π November 27, 2025Step-by-step beginner-friendly tutorial to use AnimeGANv3 ONNX with a Tkinter GUI for transforming images into anime style.
- High-Resolution ASCII Image Converter in Python β Beginner's Guide
π November 26, 2025Learn how to convert images to high-resolution ASCII art in Python. Step-by-step beginner-friendly guide to build a pixel-aligned full-color ASCII converter.
- Convert Images to Animated ASCII Art in Python β Beginner's Guide
π November 25, 2025Learn how to convert any image into animated ASCII art using Python and OpenCV. Perfect for beginners exploring image processing and terminal graphics.
- FastAPI Lab 3 β Build a Simple To-Do List API
π November 23, 2025Lab 3 beginner-friendly tutorial to create a Simple To-Do List API using FastAPI and Pydantic. Step-by-step guide for beginners.
- Python Avatars β Generate Random SVG Avatars for Beginners
π November 21, 2025Beginner-friendly tutorial to create random avatars in Python using python_avatars. Step-by-step guide to generate personalized SVG avatars.
- FastAPI Lab2 β Personalized Jokes API with Categories
π November 20, 2025FastAPI Lab 2 β Build a Personalized Jokes API with categories using FastAPI and PyJokes. Beginner-friendly step-by-step tutorial.
- FastAPI Lab1 β Build Your First Joke API
π November 17, 2025A complete beginner-friendly FastAPI tutorial. Learn how to build a simple API that returns random jokes using FastAPI and PyJokes.
- Creating Epic Text in Python with PyFiglet
π November 15, 2025A beginner-friendly tutorial on using PyFiglet to create stylized ASCII text in Python, with examples, use cases, and importance explained.
- Listening and Talking Clock
π November 14, 2025Step-by-step beginner-friendly guide to create a voice-enabled PyGame wall clock with tick sound, date display, TTS time announcement, and STT voice recognition using Vosk.
- Talking Clock Tutorial with Text-to-Speech
π November 13, 2025Step-by-step beginner-friendly guide to create a live-updating PyGame wall clock with tick sound, date display, and TTS time announcement feature.
- Wall Clock Tutorial with Tick Sound and Date Display
π November 12, 2025Step-by-step beginner-friendly guide to create a live-updating PyGame wall clock with tick sound and date display.
- Garden Data Live Chart Tutorial with Python
π November 11, 2025Learn how to create a live-updating Excel chart in Python using Pandas, Matplotlib, and Watchdog. Step-by-step beginner-friendly guide for real-time data vis...
- Real-Time Excel Chart Updater with Python and Watchdog
π November 10, 2025Step-by-step beginner-friendly guide to create a live-updating Excel chart using Python's pandas, matplotlib, and watchdog libraries.
- Create Excel Files with Python and pandas
π November 09, 2025Step-by-step beginner-friendly tutorial to create Excel workbooks with multiple sheets using Python's pandas library.
- Matrix Rain Animation in Python β Complete Beginner's Guide
π November 08, 2025Learn how to create a terminal-based Matrix rain animation in Python. Step-by-step beginner-friendly guide to build the iconic green digital rain effect.
- Create Excel Files with Python β Complete Beginner's Guide
π November 07, 2025Learn how to create Excel workbooks with multiple sheets using Python's openpyxl library. Step-by-step tutorial for absolute beginners.
- Animated Flower Tree with Python Turtle β Growing &...
π November 06, 2025Learn how to create a beautiful animated tree with growing and falling flowers using Python's Turtle graphics module. Step-by-step tutorial with physics simu...
- Matrix Multiplication Performance Comparison Python vs...
π November 05, 2025Learn how to compare matrix multiplication speeds using naive Python, compiled C++, and optimized NumPy.
- Make a Tree with falling Flowers
π November 04, 2025Python Turtle Graphics Tutorial to animate falling cherry blossoms
- Make a Tree with Blossoms in Python
π November 04, 2025Python Turtle Graphics Tutorial to quickly draw a Tree
- Run C++ Code from Python β Step-by-Step Guide
π November 03, 2025Learn how to compile and execute C++ code directly from Python using subprocess and tempfile modules.
- Fractal Tree Generator in Python with Turtle
π November 02, 2025Learn how to build a beautiful recursive fractal tree using Pythonβs turtle graphics module with randomness for natural effects.
- Music Maker with Save Load Clear & Slider
π November 01, 2025A deeply detailed beginner-friendly guide to building a complete interactive music maker in Python with Pygame, featuring waveform visualization, save/load, ...
- Mini Paint (Smooth Circular Brush) in Python
π October 31, 2025Build a simple interactive painting app with smooth circular brushes using Python and Pygame.
- Music Maker with Save/Load in Python
π October 31, 2025Step-by-step beginner-friendly tutorial on building an interactive music maker with Pygame, including save/load functionality.
- Gravitational Time Dilation Simulation in Python
π October 30, 2025Interactive simulation showing Earth Clock vs Gravity Clock and how gravity affects time.
- AC to DC conversion Simulation in Python
π October 29, 2025This tutorial walks through building a **Full Wave Bridge Rectifier Simulation** using **Python and Pygame**. The simulation visually demonstrates how **AC (...
- How to make a GPS Satellite Simulation in Python
π October 24, 2025Gps satellite simulation and visualization in python
- Recursive function to grow TREE in Python
π October 24, 2025> A detailed, step-by-step tutorial explaining a Pygame program that draws a Fibonacci-based tree. This tutorial shows how the original recursive growth work...
- How to Make a Zombie Shooter Game in Pygame (Beginner Tutorial)
π February 07, 2025Learn how to build a simple Zombie Shooter game step-by-step using Pygame. Perfect for beginners who want to start making games in Python!
- Top AI Coding Assistant Frameworks: Build Your Own Intelligent Coding Assistant (2026)
π January 27, 2025Discover the top 16 AI coding assistant frameworks that enable developers to build intelligent coding assistants. Learn about CLINE, TRAE, Superpowers, GitHub Copilot SDK, Microsoft AutoGen, CrewAI, OpenHands, OpenCode, and more powerful frameworks for 2026.
- Building an Intelligent Pong Game with Pygame and AI
π January 23, 2025In this tutorial, we'll build a complete Pong game using Pygame with intelligent AI opponents.
- Python Cheatsheet Every Learner Must Know - Save Hours of Time
π January 17, 2025Master Python programming with this comprehensive cheatsheet. From basic syntax to advanced concepts, save hours of time with quick reference tables and code examples.
- Displaying Remote Application Windows Locally Using SSH...
π June 08, 2024In this tutorial, we'll walk you through the steps to display graphical applications running on a remote server on your local machine. This is especially use...
- Let's build a copter game
π May 31, 2024Learn how to let's build a copter game with this comprehensive Python tutorial.
- Let's build a simple "word game inspired by Scrabble"
π May 30, 2024In this tutorial, we'll create a simple word game inspired by Scrabble that you can play via the command line. The game will allow two players to take turns ...
- Let's build a simple "Battleship" game
π May 30, 2024In this tutorial, we'll create a simple Battleship game that you can play via the command line. Battleship is a classic two-player game where players take tu...
- Building a Simple Chess Game in Python
π May 26, 2024In this tutorial, we'll create a basic chess game using Python. The game will have a simple text-based interface where players can input their moves. We'll e...
- What is a Circular or Ring mapper function
π May 25, 2024The function is a utility designed to generate a list of numbers based on a given index () within a circular range (). This function is particularly useful ...
- Let's build a simple "Rock, Paper, Scissors" game
π May 25, 2024Let's create a simple "Rock, Paper, Scissors" game where the user can play against the computer. This is a classic game that demonstrates user input, random ...
- How to make a simple guess a number game
π May 24, 2024Let's create a simple game where the user and the computer can play "Guess the Number". The computer will randomly select a number within a given range, and ...
- Building a Tic-Tac-Toe Game in Python!
π May 23, 2024In this tutorial, we'll create a simple Tic-Tac-Toe game in Python where a user can play against the computer. The computer will make random moves.
- Python Tips and Tricks You Must Know - 10 Essential Techniques
π May 21, 2024Master Python with these 10 essential tips and tricks. Learn indexing, variable swapping, generators, f-strings, and more to write better Python code.
- Creating a Guess Country from Flag Game in Python (Part 7)
π March 20, 2024In this tutorial, we'll create a graphical user interface (GUI) application using PySide6, a Python binding for the Qt toolkit. Our application will display ...
- Creating a ComboBox-Based GUI with PySide6 (Part 3)
π March 12, 2024In this tutorial, we'll explore how to create a graphical user interface (GUI) with PySide6 that utilizes combo boxes. Combo boxes are dropdown menus that allow
- Interacting with Output Widgets Using Input Widgets in...
π March 12, 2024Control the Progress bar with Slider widget and more
- Getting Started with PySide6 Part 1 - Build Your First GUI Application
π March 12, 2024Learn PySide6 from scratch! Build your first GUI application with buttons and message boxes. Complete beginner's tutorial with code examples.
- Exploring Tab Widgets in PySide6 (Part 4)
π March 12, 2024In this tutorial, we'll delve into the usage of tab widgets in PySide6 to create a multi-tabbed graphical user interface (GUI). Tab widgets allow us to organ...
- Exploring Input Widgets in PySide6 (Part 5)
π March 12, 2024In this tutorial, we'll dive into the usage of various input widgets in PySide6 to allow users to interact with our GUI applications. Input widgets provide u...
- Building a Calculator Application with PySide6 Part 2 - Complete Tutorial
π March 12, 2024Learn to build a fully functional calculator GUI with PySide6. Handle user input, perform calculations, and create a clean calculator interface.
- Exploring Output Widgets in PySide6 (Part 6)
π March 12, 2024In this tutorial, we'll delve into the usage of various output widgets in PySide6 to display information to users in graphical user interface (GUI) applicati...
- How to make PySide6 based GUI
π March 11, 2024In the realm of Python GUI (Graphical User Interface) development, libraries play a pivotal role in simplifying the creation of visually appealing and intera...
- How to Earn Money Online Using Python Programming Skills - 10 Proven Ways
π January 30, 2024Discover 10 proven ways to monetize your Python programming skills online. From freelancing to building products, learn how to make money with Python.
- Maximizing Solar Panel Efficiency at Home with Python
π January 30, 2024In today's world, where sustainable living and cost-effective energy solutions are gaining paramount importance, harnessing the power of solar panels has bec...
- Python Application Frameworks That Boost Your Job Prospects
π January 30, 2024Python is a versatile programming language, and its popularity continues to grow. If you're aiming for a rewarding career in software development, mastering ...
- 40 Essential Tips to Write Better Python Code
π March 28, 202340 essential tips to write better Python code. Learn best practices for IDE setup, debugging, code quality, and performance optimization.
- What is Singular Value Decomposition (SVD) in Python
π March 02, 2023Learn Singular Value Decomposition (SVD) in Python with step-by-step tutorial. Understand matrix factorization and dimensionality reduction.
- How to Make a ChatGPT-like Application with FlexGen - Complete Tutorial
π February 23, 2023Learn to build your own ChatGPT-like application using FlexGen for model compression. Step-by-step guide with installation, setup, and running your AI chatbot.
- Python Programming Interview Questions and Answers
π February 16, 2023Prepare for Python programming job interviews with common questions and answers. Learn Python concepts and technical interview tips.
- Python Performance Tips - Write Faster and More Efficient Code
π February 14, 2023Write faster Python code with these optimization tips and best practices. Learn to use built-in functions, avoid global variables, optimize loops, and improve Python performance.
- NP Problems - Traveling Salesman, Knapsack, and SAT in Python
π February 12, 2023Understand NP problems in computer science with Python examples. Learn about Traveling Salesman Problem, Knapsack Problem, and SAT Problem with practical implementations.
- 75+ Good Python Coding Examples for Software Development - Best Practices
π February 12, 2023Master Python coding with 75+ practical examples covering best practices, PEP 8 standards, and professional development patterns. Improve your code quality today.
- Quicksort Algorithms in Python - Complete Guide with Multiple Schemes
π February 10, 2023Learn Quicksort algorithms in Python with multiple partition schemes. Understand Hoare, Lomuto, randomized, and tail recursive quicksort implementations with code examples.
- How to make an image to text classifier application
π September 17, 2022This tutorial is about language classification based gui development with PyQt5 and Pytesseract
- How to extract text from image in Python
π September 04, 2022This tutorial is about gui development with PyQt5 and Pytesseract
- How to stream two videos in PyQt5 GUI
π September 03, 2022This tutorial is about gui development with PyQt5 and OpenCV
- A simple autofocus application in Python
π August 05, 2022This tutorial is about using socket programming to set focus of a webcam
- Learn Python Tips and Tricks Part 03
π July 25, 2022Hello friends! Installing any version of Python on any platform is easy. But this easy task becomes cumbersome when you need to work on cross-platforms, for ...
- Python File Handling - Batch Rename Files and Change Extensions
π July 14, 2022Learn Python file handling tips: list files in directory, batch rename file extensions, and automate file management with glob and os modules. Practical Python automation tutorial.
- Learn Python Part 01 - Complete Beginner's Guide with Examples
π May 28, 2022Start your Python journey with this comprehensive beginner's guide. Learn Python installation, variables, data types, strings, and basic operations with practical examples.
- UDP Single server to multiple clients
π May 09, 2022This tutorial is about streaming real-time video to multiple clients over UDP
- How to send video over UDP socket and save it as MP4 at...
π May 03, 2022This tutorial is about using OpenCv and UDP sockets for server-client video transfer and saving MP4 at client
- Video streaming and Car Control in Python
π May 03, 2022This tutorial is about running Flask Application and Controlling car from Clients' webpage
- FAQs about PyQt5
π April 19, 2022You can find important issues and their solutions related to PyQt5 here
- Transfer video over sockets from multiple clients and...
π April 17, 2022Videos over Sockets
- How to install TVM on MAC OS
π February 27, 2022A quick tutorial for beginners to build from source the TVM in Mac OS
- PyQt5 Terminal Console - Build a Command Line Interface in Python
π February 03, 2022Learn to build a terminal console GUI using PyQt5. Create a command-line interface with command history, drag-and-drop support, and custom styling.
- PytQt5 Video and Audio GUI with start and stop buttons
π January 17, 2022How to plot audio and video from opencv matplotlib and PyQt5
- Test your audible frequency range in Python
π December 12, 2021A quick tutorial to generate audio tones of various frequencies and plot FFT
- How to Split a PDF into Pages in Python with PyPDF2
π August 04, 2021Split and cut PDF files into individual pages in Python using PyPDF2. Extract specific pages, divide large PDFs, and automate PDF manipulation with this step-by-step tutorial.
- How to parse XML file and save the data as CSV
π July 08, 2021A quick tutorial to parse XML files using XML Element Tree
- Video and Text chat in Python
π July 07, 2021A quick tutorial to make server-client video and text chat
- How to perform online video processing from the client's...
π June 06, 2021This tutorial is about obtaining live frames of a client's camera, process it and provide result back to the client
- How to stream multiple videos on an HTML webpage
π May 14, 2021This tutorial is about streaming multiple videos on a webpage using PyShine server
- How to stream video and bidirectional text in socket...
π May 04, 2021This tutorial is about streaming video over UDP and text messages over TCP between server and client
- How to easily stream picamera video over wifi with...
π April 16, 2021This tutorial is about streaming RPi pi camera video to an HTML page without Flask
- How to easily stream webcam video over wifi with...
π April 14, 2021This tutorial is about streaming webcam video to an HTML page without Flask
- How to configure Raspberry Pi in Ad hoc wifi mode
π April 14, 2021This tutorial is about configuring RPi in Ad hoc interface
- How to open and show the SQL database file in a PyQt5 GUI
π April 08, 2021This tutorial is about using sqlite3 to open, and show the data inside db file
- How to make a simple webcam video recorder GUI in PyQt5
π April 08, 2021This tutorial is about using opencv to capture video of webcam in Python
- SQL Database Basics in Python - Complete SQLite3 Tutorial
π April 05, 2021Learn SQL database basics in Python using sqlite3. Create tables, insert data, update records, and build database-driven applications with this comprehensive SQLite tutorial.
- Interactive Matplotlib GUI with Data Cursors - PyQt5 Tutorial
π April 05, 2021Build interactive data visualization GUIs with Matplotlib and PyQt5 using mpldatacursor. Click on plots to see data values with clickable annotations.
- How to make an image to text GUI in Python
π March 26, 2021Extract full text of various languages by using the trained model of the specific language
- How to easily install OpenCv in Raspberry Pi boards
π March 17, 2021This tutorial is about installing Open CV library in Raspberry Pi
- How to send audio data using socket programming in Python
π February 24, 2021This tutorial is about using PyAudio and TCP sockets for server-client transfer of audio stream
- How to send audio and video using socket programming in...
π February 20, 2021This tutorial is about using OpenCV, UDP and TCP sockets for server-client transfer of audio-video streams
- How to send video using UDP socket in Python
π February 17, 2021This tutorial is about using OpenCv and UDP sockets for server-client video transfer
- How to make a Matplotlib and PyQt5 based GUI to plot a...
π January 31, 2021Making a drag drop CSV file based matplotlib GUI with multiple themes and adding axis selection options
- Play Rock Paper Scissors Game using PyQt5 GUI
π January 29, 2021This tutorial is about making a GUI in PyQt5 using OpenCV and Keras to play Rock Paper Scissors Game.
- Virtual Lipstick Try-On App with PyQt5, Dlib and OpenCV
π January 21, 2021Build a virtual lipstick try-on app in PyQt5 using Dlib and OpenCV. Detect facial landmarks, apply lipstick colors in real-time, and create an interactive beauty app.
- How to send audio from a client computer to a server over...
π January 17, 2021This tutorial is about using socket programming to send audio data from Microphone of client to the server.
- Visualize Real-Time Worldwide Earthquakes in Python with Folium
π January 16, 2021Visualize real-time worldwide earthquakes in Python using Folium and QuakeFeed API. Create interactive maps with data.
- Faster Video Transfer Over WiFi Using ZeroMQ - Python Tutorial
π January 01, 2021Learn how to transfer video over WiFi at 30+ FPS using ZeroMQ Publish/Subscribe pattern. Complete Python tutorial with server and client code.
- How to send and receive live audio using socket...
π December 23, 2020This tutorial is about sending and receiving audio data over wifi between server and client.
- Get Audio Frames from Microphone in Python - 5 Lines of Code
π December 14, 2020Get audio frames from microphone in Python with 5 lines of code using PyShine library. Simple audio capture tutorial.
- Deploy Flask Video Processing App on PythonAnywhere
π December 03, 2020Deploy a Flask video processing application on PythonAnywhere. Learn to build web-based video filters with OpenCV, Flask, and host your Python web app online.
- Working with Multiple Threads in PyQt5 - Complete QThread Guide
π November 21, 2020Learn to work with multiple threads in PyQt5 using QThread. Build responsive GUIs with parallel processing, thread synchronization, and proper thread management techniques.
- PyQt5 Live Audio GUI with Start and Stop Thread Management
π November 19, 2020Create a PyQt5 live audio GUI with start and stop buttons. Learn QThread management, thread pooling, and how to properly stop threads in PyQt5 applications.
- PyQt5 GUI to Plot Live Audio from Microphone in Real-Time
π November 13, 2020Build a PyQt5 GUI to plot live audio from microphone in real-time. Learn Matplotlib with PyQt5 for audio visualization.
- PyQt5 GUI Design and Video Processing with OpenCV
π November 07, 2020Create a professional video processing GUI with PyQt5 and OpenCV in Python. Build apps for video editing and real-time processing.
- OpenCV and Real time streaming protocol (RTSP)
π November 01, 2020How to obtain video frames from an RTSP stream of video
- Build a Cache Server to Broadcast Drone Video in Python
π October 29, 2020Build a cache server to broadcast drone video to multiple clients in Python. Learn video streaming and socket programming.
- Interactive Particle Swarm Optimization Algorithm in Python
π October 22, 2020Build an interactive Particle Swarm Optimization algorithm in Python with Matplotlib. Drag targets and watch particles optimize.
- Transfer Video Over Sockets from Multiple Clients in Python
π October 16, 2020Learn socket programming with multiple clients in Python. Transfer video over sockets from multiple clients to a server.
- Add Text with Transparent Rectangle Background in OpenCV
π October 10, 2020Add text with transparent rectangle background on images using OpenCV in Python. Perfect for object detection labels.
- Multi-Language OCR GUI with Pytesseract and PyQt5
π October 08, 2020Build a multi-language OCR GUI in Python using Pytesseract and PyQt5. Extract text from images in 30+ languages with this tutorial.
- Drag and Drop CSV File GUI with Matplotlib and PyQt5
π October 01, 2020Create a drag-and-drop CSV file GUI with Matplotlib and PyQt5. Load data files and visualize with multiple plot themes.
- How to Make a Matplotlib and PyQt5 GUI - Complete Tutorial
π October 01, 2020Learn to build interactive data visualization GUIs with Matplotlib and PyQt5. Load CSV files, create plots with multiple themes, and customize your data visualization.
- How to Make an OpenCV and PyQt5 GUI for Image Processing
π October 01, 2020Build an OpenCV and PyQt5 GUI application for image processing. Learn to adjust brightness, apply blur effects, and create interactive photo editing tools in Python.
- How to make a calculator GUI in python with PyQt5
π September 22, 2020Hi friends! this tutorial is about making a calculator application in PyQt5. The calc.ui file contains information about the gui and main.py is all about the...
- Free Audio Video Screen Recorder for Windows 10
π September 02, 2020Free audio and video screen recorder for Windows 10. Record screen with system audio and microphone using PyShine Recorder.
- Pandas dataframe with hexadecimal and ascii values
π September 02, 2020This code will demonstrate how to convert pandas data to numeric form
- How to Track Mario Game Character with OpenCV and Python
π September 01, 2020Learn to track Mario game character using OpenCV and Python. Build a real-time object tracking system with computer vision techniques for game automation and analysis.
- Faster and accurate object tracking in Python
π September 01, 2020This code will demonstrate opencv based object tracking using the CSRT
- Socket programming to send and receive webcam video
π September 01, 2020This code will demonstrate the server client modules to transmit and receive video over wifi
- Difference Between Yield and Return in Python - Complete Guide
π August 01, 2020Understand the key differences between yield and return statements in Python. Learn how generators work, when to use yield vs return, with practical code examples.
- Automatically Clean and Organize Windows Desktop with Python
π April 18, 2020Automatically organize and clean your Windows desktop with Python. Sort files by extension and remove clutter.
- Plot Real-Time Frame Rate of Webcam in Python with OpenCV
π April 08, 2020Plot real-time frame rate of webcam in Python using OpenCV and Matplotlib. Detect faces and monitor FPS performance.
- How to Make a Screen Recorder in Python with PyQt5 - Complete Tutorial
π April 01, 2020Build a professional audio and video screen recorder using Python, PyQt5, and FFmpeg. Learn to capture screen, record audio, and save videos on Windows 10.
- How to Make a Piano Application in Python with Pygame
π March 03, 2020Create a fully functional piano application in Python using Pygame. Learn to handle keyboard events, play sounds, and build an interactive music app with step-by-step tutorial.
- Real-Time Voice Plot in Python with Matplotlib
π March 03, 2020Create a real-time voice plot in Python using matplotlib and PyAudio. Learn to capture audio from microphone and visualize sound waves with live plotting.
- Making a Python GUI for Sine and Cosine Plots with Pyqtgraph
π February 20, 2020Build a Python GUI application with Pyqtgraph for real-time plotting of sine and cosine waves. Learn PyQt5 integration, animations, and interactive graphs.
- How to Read and Write Excel XLSX Files in Python
π February 03, 2020Learn how to read, write, and manipulate Excel .xlsx files in Python using pandas, openpyxl, and xlwings. Complete guide with code examples for data analysis.
- How to Play Piano with Python - Twinkle Twinkle Little Star Tutorial
π February 02, 2020Learn how to play piano music using Python and pygame. This tutorial teaches you to play Twinkle Twinkle Little Star with multi-threading and audio files.
- Lab4 Training regression model and Epochs
π August 14, 2019Hi there! today we will build a multilayer model. Lets import the necessary components.
- Lab3 Train and Test Keras Model
π August 13, 2019Hi there! today we will build a multilayer model that should be like this: .
- Lab2 How to make a basic multilayer Keras model
π August 10, 2019Hi there! today we will build a multilayer model that should be like this figure: .
- With Speech, control the MS Power Point Presentation
π September 17, 2018A simple AI application tutorial to control PPTX slides with speech using python
- Basic Coding in TensorFlow
π September 17, 2018Before we proceed the basic coding, please note that according to the tensorflow 1.0.0 release notes, tf.mul, tf.sub and tf.neg are deprecated in favor of tf...
- Lab1 Keras Basic Model
π September 17, 2018Today i am going to start a tutorial series about Keras library. Lets visit website of this Deep learning library https://keras.io. Keras is a high-level neu...
- TensorFlow Basics
π September 13, 2018Hi everybody, today i will write about a little introduction to Tensorflow API. Tensorflow is a standard open source library released in 2015 by Google for b...
- Installing Pytorch in Windows (GPU version)
π September 06, 2018A fastest way to install PyTorch in Windows without Conda
- Installing Pytorch in Windows (CPU version)
π September 05, 2018A fastest way to install PyTorch in Windows without Conda
- Importance of One Hot Encoding
π September 03, 2018Why One Hot Encoding is important for Neural Netwoks
- How to install OpenCV and Python in Windows
π September 01, 2018Complete guide to install OpenCV and Python on Windows 7, 10, and 11. Step-by-step instructions with environment setup, pip installation, and verification.
- How to Install Protocol Buffers (Protobuf) on macOS - Complete Guide
π August 21, 2018Step-by-step tutorial to install Google Protocol Buffers (Protobuf) on macOS. Fix common brew installation errors and get protoc working in minutes.