List comprehension in python
Introduction List comprehension is an effective way to create lists by writing a single line of code. It offers a shorter syntax for creating lists.
Introduction List comprehension is an effective way to create lists by writing a single line of code. It offers a shorter syntax for creating lists.
Introduction Dict comprehension is useful in creating new dictionaries from existing dictionaries and iterables. Data are stored in key value pairs.
Introduction Kanye quotes generator is a python Tkinter based project. It generates quotes while clicking a button. It is easy to use and implement.
Introduction Language learner app is a GUI based python tkinter project. Language learner is very useful for learning different country languages.
Introduction Exception handling is the process of handling errors when the program runs. It is the process of responding to the occurrence of the exceptions.
Introduction Music app project is a web-based site. It is a front-end project. The music app project is coded in Bootstrap, Jquery, HTML5, CSS3, and JavaScript.
Introduction Snake game project is a c programming game-based project. This game executes with a command-line interface. It is a beginner’s project.
Introduction Minesweeper is a single player puzzle game made in python. The objective of the game is to clear the board without exploding any of the hidden bombs.
Introduction Connect dots game is a multi-player puzzle game made in python. The objective of this game is to connect four dots and win.
Introduction Light and dark mode is a web based JavaScript project. The app is useful for changing the dark theme from light theme.