Listly by prachisharma210721
Learn and explore latest technologies
Learn about Python dictionaries, their properties, accessing & modifying the values, methods, functions, and operations with examples.
Learn about Python tuples, accessing elements of tuples, their immutability property, etc. See functions and methods on tuples in Python.
Learn about Python variables and the rules for naming them. See different data types in Python & their conversion from one type to another.
Have you ever imagined what if we can paint on air just by waving our hands? Build an air canvas using OpenCV and Python.
Gesture recognition is active research field in Human-Computer Interaction technology.Build Hand Gesture Recognition Project in Python OpenCV
Learn about Python List comprehensions & their properties using conditionals with examples. See List comprehension vs lambda function.
Learn about Python lists, their properties, built-in functions & methods to modify & access the list elements. See Python list comprehensions
Build a face detection and recognition system using python OpenCV face_recognition library to perform the different tasks.
Tree is non-linear data structure that is very efficient while dealing with large data. See different types of trees & their applications
Binary Search Tree is a fast and efficient algorithm with many real-world applications and advantages. Learn its working and implementation.
Binary tree is one of the types of tree data structure. It is one of the widely used abstract data structures. Learn more about it.
Learn about the features that C Language offers which make it unique and useful. Learn about the popularity of the C programming language.
Learn about pointers in C. Learn Address in C, Pointer to Pointer, Array to pointer, Passing pointer to a function & Applications of pointer.
Learn about Structures in C. It is a user defined data type like arrays. You can create a collection of all related information with its help
Learn about sets in python with creation, accessing and modifying the sets. See methods, functions, and operations on sets & frozen sets.
Build Python Expense Tracker - Inflow Outflow record of money can be easily kept with the help of expense tracker.
Learn about Python booleans, their declaration, boolean values of data types using bool() function & operations that give boolean values.
Image Steganography is hiding information within images. Develop Python Image Steganography project with Tkinter & Stegano modules.
Create a simple Extract Song Lyrics project using Python modules like tkinter, google api client, beautifulsoup and requests.
Create Rock Paper and Scissor game using Python and its libraries like Tkinter for GUI and Random library to generate random number.
Implement the face detection and counting Project using OpenCV & MediaPipe framework in python. Easy steps are given for fast implementation.
Learn the steps to develop random password generator project in Python using three modules: tkinter, string, and random
Learn what are lists and tuples in Python. Understand the difference between List and Tuple in Python and their similarities.
Learn How to create a Web Browser using Python and PyQt5 module. we can use this simple web browser to visit different websites
Create File Explorer project using the Tkinter, OS, & shutil modules of Python. File Manager manages files on your computer.