Gitesh Wagh
open-menu closeme
Home
Python
Projects
Web Development
Sitemap
About
github youtube youtube rss
  • Type Casting In Python- Python Tutorials For Beginners #10

    calendar June 1, 2024 · 2 min read · Programming Coding Python PythonTutorial  ·
    Share on: twitter facebook linkedin copy
    Type Casting In Python- Python Tutorials For Beginners #10

    Basic Introduction Have you ever wondered how Python manages different types of data? You might have heard of terms like typecasting or type conversion. If you're new to programming or Python specifically, these concepts might seem a bit confusing at first. But fear not! In this blog post, we'll demystify typecasting …


    Read More
  • For Loops In Python- Python Tutorials For Beginners #9

    calendar October 2, 2023 · 3 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy
    For Loops In Python- Python Tutorials For Beginners #9

    Understanding For Loops In Python A for loop is a powerful construct that allows you to repeat a block of code for each element in a sequence (like a list, tuple, or string). Here’s the basic structure: 1for element in sequence: 2 # Code to execute for each element How To Create For Loops Step 1: For loops are always …


    Read More
  • 💻Project 5 : Snake Game In Python

    calendar August 24, 2023 · 5 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy

    Project 5 : Snake Game In Python This is a Python project that uses the Pygame library to create a simple game where a player controls a snake on a grid. The snake can move in different directions and must eat randomly generated green "snacks" to grow longer. The game continues until the snake hits the …


    Read More
  • 💻Project 4 : Calculator In Python

    calendar August 23, 2023 · 2 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy

    Project 4 : Calculator In Python This Python project is a basic calculator that performs arithmetic operations on two numbers. The project employs fundamental programming concepts like functions, if-else statements, variables, and datatypes to provide a simple calculator interface. Here's a description of the project …


    Read More
  • 💻Project 3 : Snake-Water-Gun Game In Python

    calendar August 22, 2023 · 3 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy

    Project 3 : Snake-Water-Gun Game In Python This Python project is a simple game called "Snake-Water-Gun." It utilizes several fundamental programming concepts to create an interactive game where a player competes against the computer. The project showcases the use of the random module, if-else statements, …


    Read More
  • 💻Project 2 : Secure Profile Management System In Python

    calendar August 21, 2023 · 2 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy

    Project 2 : Secure Profile Management System Description: The "Secure Profile Management System" is a Python project that demonstrates essential programming concepts, including functions, if-else statements, variables, and data types, to create a secure login and profile management system. This project …


    Read More
  • 💻Project 1 : Stone-Paper-Scissor Game In Python

    calendar August 20, 2023 · 3 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy

    This Python project is a simple game known as "Stone-Paper-Scissor." It's a game of chance where a player competes against the computer in making choices among three options: "Stone," "Paper," and "Scissor." The code makes use of several fundamental programming concepts:

    1. …


    Read More
  • Project 2: Calculator - Python Tutorials For Beginners #8

    calendar August 14, 2023 · 3 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy
    Project 2: Calculator - Python Tutorials For Beginners #8

    Introduction In this tutorial, we’ll create a simple calculator program in Python. The calculator will take two numbers and an operator (+, -, *, /, **) as input and perform the corresponding mathematical operation. This Python project is a basic calculator that performs arithmetic operations on two numbers. The …


    Read More
  • If-Else statements - Python Tutorials For Beginners #6

    calendar June 25, 2023 · 1 min read · Programming Coding python PythonTutorial  ·
    Share on: twitter facebook linkedin copy
     If-Else statements - Python Tutorials For Beginners #6

    What is If-Else statement ? An if-Else statement is a method for writing conditions. Another method available today is match cases. We start writing our first condition by using the 'if' keyword and the other by using the keyword 'elif'. The last condition was else it runs when other conditions will not execute. Every …


    Read More
  • Operators In Python - Python Tutorials For Beginners #5

    calendar June 18, 2023 · 3 min read · Programming Coding python PythonTutorials  ·
    Share on: twitter facebook linkedin copy
    Operators In Python - Python Tutorials For Beginners #5

    What Are Operators In Python? Operators are a symbol or small word which is useful to perform operations in Python. Type Of Operators (1) Conditional Operators (2) Logical Operators (3) Identity Operators (4) Arithmetic Operators (5) Membership Operators (6) Assignment Operators (7) Bitwise Operator Conditional / …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • While Loops In Python- Python Tutorials For Beginners #11
  • Type Casting In Python- Python Tutorials For Beginners #10
  • Markdown Syntax - Complete Tutorial
  • For Loops In Python- Python Tutorials For Beginners #9
  • 💡 Introduction To Game Development
  • Hugo : World's Fastest Framework For Website Building 🔥
  • Project 2: Calculator - Python Tutorials For Beginners #8
  • Match Cases - Python Tutorials For Beginners #7

GITESH-WAGH 24

Categories

PYTHON 11 PYTHON-PROJECTS 5 WEB-DEVELOPMENT 2

Tags

PYTHON 16 PROGRAMMING 15 CODING 14 PYTHONTUTORIAL 12 C-DEVELOPMENT 2 C-SHARP 2 HUGO 2 PYTHONTUTORIALS 2 VISUALSTUDIO 2 WEB-DEVELOPMENT 2 C-PRGRAMMING 1 C-PROGRAMMING 1 DEVELOPMENT 1 FREE-VIDEO-EDITOR 1
All Tags
C-DEVELOPMENT2 C-PRGRAMMING1 C-PROGRAMMING1 C-SHARP2 CODING14 DEVELOPMENT1 FREE-VIDEO-EDITOR1 GAME-DEVELOPMENT1 GAMING1 GOHUGO1 HOW-CAN-LEARN-CODING1 HOW-DO-I-START-CODING1 HOW-TO-CODE1 HUGO2 INDEX1 IS-KDENLIVE-A-GOOD-EDITING-SOFTWARE1 IS-KDENLIVE-BETTER-THAN-PREMIERE-PRO1 IS-THERE-A-PAID-VERSION-OF-KDENLIVE1 KDENLIVE1 MARKDOWNSYNTAX1 MATCH-CASES1 MATCH-CASES-IN-PYTHON1 PROGRAMMING15 PYTHON16 PYTHON-PRGRAMMING1 PYTHON-PROJECT1 PYTHON-WHILE-LOOPS1 PYTHONTUTORIAL12 PYTHONTUTORIALS2 VIDEO-EDITING1 VISUAL-STUDIO1 VISUALSTUDIO2 WEB-DEVELOPMENT2 WHAT-ARE-LOOPS-IN-PYTHON1 WHAT-IS-A-WHILE-LOOP-EXAMPLE1 WHAT-IS-CALLED-DO-WHILE-LOOP1 WHAT-IS-THE-DIFFERENCE-BETWEEN-A-FOR-AND-WHILE-LOOP1 WHAT-IS-THE-NO-1-VIDEO-EDITING-APP1 WHAT-IS-THE-SYNTAX-OF-LOOP1 WHAT-IS-THE-WHILE-LOOP-IN-PYTHON1 WHILE-LOOPS1 WHILE-LOOPS-IN-PYTHON1 WHILE-LOOPS-IN-PYTHON-PROGRAM1
[A~Z][0~9]
Gitesh Wagh

Copyright 2022- 2025 GITESH WAGH. All Rights Reserved

to-top