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 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 Dict comprehension is useful in creating new dictionaries from existing dictionaries and iterables. Data are stored in key value pairs.
Introduction Language learner app is a GUI based python tkinter project. Language learner is very useful for learning different country languages.
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 Tkinter menu bar is a place where menu items are placed for performing a special tasks. Such as add, new, save, print, etc. It is a very useful bar that is mostly used.
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 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.
Introduction Blur loading is a web-based project. It is coded in HTML5, CSS, and JavaScript. This tutorial deals with creating a blur loading image with the counter.