Category: allcategorites
Iterate over a string in Python
Output for all methods: C o p y A s s i g n m e n t
Python | upper() and lower() methods | Convert a string to uppercase or lowercase letters
Output: copyassignment COPYASSIGNMENT
Python | join() | Join list of strings
Output: str1 str2 str3 str1 and str2 and str3
Python | isalnum() method | check if a string consists only of alphabetical characters or numerical digits
Output: True False
Python | isupper() and islower() methods to check if a string is in all uppercase or lowercase letters
Output: True False True False
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…
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
Python | Convert a String to list using list() method
Output: [‘a’, ‘S’, ‘t’, ‘r’, ‘i’, ‘n’, ‘g’]
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…
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…
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…
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…
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…
Phone Book in Java
In this article, we will build a Phone Book in Java with MySQL. The GUI is designed with the help of Swing and the database…
Brick Breaker Game in Python
Introduction In this article, we will develop a Brick Breaker game in Python. We will use Pygame to develop this Brick Breaker game. Pygame is…
Email Application in Java
Introduction In this tutorial, we will learn how to create a simple Email Application in Java with Swing and the JavaMail API. Email is an…
Python | Slice operator | List | String | Tuple
Introduction In this tutorial, we are going to study how to use the slice operator in python. The slice operator is used to slice the…
Inventory Management System Project in Java
In this article, we will build an Inventory Management System project in Java with MySQL. The GUI is designed with the help of Swing and…