Codex WordPress theme
Introduction Codex is a simple, fast and multi-purpose WordPress theme. It looks attractive and responsive. This theme is mostly useful for blogging purposes.
Introduction Codex is a simple, fast and multi-purpose WordPress theme. It looks attractive and responsive. This theme is mostly useful for blogging purposes.
Introduction Sudoku solver is a command line python project. Sudoku solver solves the Sudoku puzzle using backtracking and prints the solution.
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 Exception handling is the process of handling errors when the program runs. It is the process of responding to the occurrence of the exceptions.
Kanye quotes generator is a python Tkinter based project. It generates quotes while clicking a button. It is easy to use and implement.
Introduction Password manager is a python Tkinter based project. Password manager is useful for managing the password that can be saved and retrieved. It is easy to use and implement.
Introduction Clock timer is a python tkinter based project. Clock timer is a timer app that displays some task based on time. It is easy to use and implement.
Introduction Dict comprehension is useful in creating new dictionaries from existing dictionaries and iterables. Data are stored in key value pairs.
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 Unit converter program is a python Tkinter based project. It generally converts one type of unit to another unit. Such as m to km, cm to m, …etc.