top of page


Pythons Project for beginners - Post 41: Email Slicer
Let's build a simple Email Slicer. This is a classic beginner project that's fantastic for practicing and understanding string manipulation, specifically how to find characters and slice strings.
Anubhav Somani
Sep 82 min read


Pythons Project for beginners - Post 31: Acronym Generator
Let's build a simple Acronym Generator. This is a great beginner project for practicing fundamental string manipulation skills, including splitting strings and working with loops.
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 23: Palindrome Checker
Let's build a Palindrome Checker. This is a classic computer science problem that is excellent for beginners to practice string manipulation and logical comparison.
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 17: Caesar Cipher Encryption
Let's build a Caesar Cipher Encryption/Decryption Tool. This project is a fascinating introduction to the world of cryptography and a great way to practice string manipulation, loops, and handling character data.
Anubhav Somani
Sep 52 min read


Pythons Project for beginners - Post 14: Hangman Game
Let's build a classic Hangman Game. This project is a fantastic way to practice working with strings, lists, loops, and conditional logic to create an interactive game.
Anubhav Somani
Sep 52 min read
bottom of page