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 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 Sudoku solver is a command line python project. Sudoku solver solves the Sudoku puzzle using backtracking and prints the solution.