Posted in allcategorites programs in python python simple programs python-short-tutorial

Python | isupper() and islower() methods to check if a string is in all uppercase or lowercase letters

Output: True False True False

Continue Reading
Posted in allcategorites gui python projects python projects

Portfolio Management System in Python

In this article, we will build a simple Portfolio Management System in Python with the help of Tkinter and SQLite. Portfolio Management is a system…

Continue Reading
Posted in allcategorites programs in python python simple programs python-short-tutorial

Python | count substring in a String | count() method

Output: 2 2 1

Continue Reading
Posted in allcategorites programs in python python simple programs python-short-tutorial

Python | enumerate() on String | Get index and element

Output: <–Index–> VS <–Element–> 0 a 1 S 2 t 3 r 4 i 5 n 6 g

Continue Reading
Posted in allcategorites programs in python python simple programs python-short-tutorial

Python | Convert a String to list using list() method

Output: [‘a’, ‘S’, ‘t’, ‘r’, ‘i’, ‘n’, ‘g’]

Continue Reading
Euler's Number in Python
Posted in allcategorites programs in python python-short-tutorial

Euler’s Number in Python

Today, we will throw light on Euler’s Number in Python. You must have used constants while dealing with Mathematics, Chemistry, Physics, etc. Constant in terms…

Continue Reading
Stickman Game in Python
Posted in allcategorites game in python gui python projects python projects

Stickman Game in Python

Today, we will make Stickman Game in Python. Stickman is a video game in which the player controls a stickman character and the stickman must…

Continue Reading
Contact Book project in Python
Posted in allcategorites gui python projects python projects

Contact Book project in Python

Today, we will develop a Contact Book project in Python. A contact book is software that helps anyone to efficiently manage and track contacts. It…

Continue Reading
Loan Management System Project in Python
Posted in allcategorites gui python projects python projects

Loan Management System Project in Python

Today, we are going to build Loan Management System Project in Python. A loan management system is a software that helps organizations efficiently manage and…

Continue Reading
Cab Booking System in Python
Posted in allcategorites gui python projects python projects

Cab Booking System in Python

Introduction In this article, we are going to build a Cab Booking System in Python with the help of Tkinter. Tkinter is a Python library…

Continue Reading