Learn how to replace text in Word document files (.docx) using python-docx library in Python.
Learn how to make a simple math quiz game in Python utilizing the PyInputPlus module to verify the user input.
Learn how to add and remove watermarks to/from PDF files with PyPDF4 and reportlab libraries in Python.
Learn what is Word Error Rate (WER) metric that is widely used in Automatic Speech Recognition (ASR) and how to implement it in Python along with using third-party libraries like jiwer and evaluate.
Learn the best way to print variable name and value in Python using F-strings.
Learn how to leverage Celery library, Redis database and SocketIO library to build synchronous and asynchronous tasks with Flask in Python.
Learn how to record a specific opened window in your Windows machine using pyautogui and pygetwindow libraries in Python.
Learn how to build a checkers game from scratch with the help of Pygame library in Python.
Learn what is transfer learning and how to use pre trained MobileNet model for better performance to classify flowers using TensorFlow 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 add a static photo to an audio file to form a video file using MoviePy library 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 full-stack notes web app using FastAPI, ReactJS, SQLAlchemy and SQLite.
Learn how you can generate similar images with depth estimation (depth2img) using stable diffusion with huggingface diffusers and transformers 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 build a web assistant application using Django framework and OpenAI's ChatGPT API in Python.