Explore different libraries for detecting natural languages such as langdetect, langid, googletrans, and language-detector in Python.
Learn how to make a simple python code editor that supports running the code and simple syntax highlighting using Tkinter in Python.
Learn how to make a simple rich text editor where we can set a number of predefined styles for parts of the text via a Graphical User Interface (GUI) using Tkinter in Python.
Learn how you can clean your dataset in Python using pandas, like dealing with missing values, inconsistency, out of range and duplicate values.
Learn how to interact with Ethereum blockchain like retrieving blocks, check for validation, making transactions and more using Python.
Learn how you can build a Django website showing weather of any city in the world using OpenWeatherMap API in Python.
Learn how to make a simple spreadsheet app like Excel, where cells can reference each other and make calculations using Tkinter library in Python.
Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.
Learn how to build a GUI currency converter using ExchangeRate API and Tkinter library in Python.
Learn how to use the GADM API to make SVG maps of all world countries in Python.
Learn how to build a CRUD Book store app using Django web framework and Bootstrap, with the ability to create, read, update, and delete books with ease.
Learn how you can create a markdown editor using the Tkinter library and regular expressions in Python.
Learn how to make an interactive plot that shows the temperatures forecast in a given city with matplotlib and requests libraries in Python.
Learn how to benefit from the encoding/decoding process of an autoencoder to extract features and also apply dimensionality reduction using Python and Keras all that by exploring the hidden values of the latent space.
Learn how to make plots with Python and matplotlib by checking texts for their word frequency distributions.
Learn how to make a simple text adventure game with Python using the os, json, and pyinputplus modules.