Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.
This article discusses the preprocessing steps of tokenization, stemming, and lemmatization in natural language processing. It explains the importance of formatting raw text data and provides examples of code in Python for each procedure.
Master the argparse module in Python with this comprehensive tutorial, covering command-line applications, argument parsing, real-world examples, integration with other libraries, and best practices to create user-friendly interfaces and powerful command-line tools.
Learn how to build a simple alarm clock app using tkinter and playsound libraries in Python.
Learn how to perform dimensionality reduction with feature selection such as recursively eliminating features, handling highly correlated features, and more using Scikit-learn in Python.
Learn how you can build a simple authentication system (sign up, login, and logout) using the Django framework and Bootstrap in Python.
Learn how you can split text in Python using the .split() str method.
Learn how to build a nice GUI dictionary app with audio pronounciation using the Tkinter library 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 build a tic tac toe game using the Pygame library from scratch in Python.
Learn how to do Automatic Speech Recognition (ASR) using APIs and/or directly performing Whisper inference on Transformers in Python
Learn how to create a news site API from scratch using the Django and Django Rest Framework libraries in Python.
Learn how to build a GUI real-time spelling checker using nltk and tkinter libraries in Python.
Learn how to utilize cssutils library to minimize CSS files in a web project in Python.