Learn how to add a static photo to an audio file to form a video file using MoviePy library in Python.
Learn how to perform data analysis and make predictive models to predict customer churn effectively in Python using sklearn, seaborn and more.
Learn how to record a specific opened window in your Windows machine using pyautogui and pygetwindow libraries in Python.
Learn the best way to print variable name and value in Python using F-strings.
Learn how to build a platformer game from scratch using PyGame library in Python.
Learn how to build a web-based chat room application using Flask and Flask-SocketIO libraries in Python.
Learn how to build a web assistant application using Django framework and OpenAI's ChatGPT API in Python.
Learn what daemon threads are with toy examples as well as real world examples and how to set daemon threads in Python
Learn how to build the frontend of a CRUD application using Flask, Jinja2, Bootstrap and SQLAlchemy libraries in Python.
Learn how to build a GUI app that downloads audio (MP3) files from YouTube videos using Pytube and Tkinter libraries in Python.
Learn how to work with files in Python using os and shutil modules including creating, renaming, moving, removing files and directories, listing all current files and directories and more.
Learn how to get started with programming hardware in Python by viewing the broad overview of the skills and processes needed to pair Python with hardware.
Learn how to use Google Custom Search Engine API to get the keyword position ranking of a specific page in Python.
Learn how you can extract Google Trends Data such as interest by region, suggested searches, and more using pytrends unofficial library in Python.
Top python libraries and modules that every data scientist and machine learning engineer must know, learn and master.
Learn how to make an interactive plot that shows the temperatures forecast in a given city with matplotlib and requests libraries in Python.