Gitesh Wagh
open-menu closeme
Home
Python
Projects
Web Development
Sitemap
About
github youtube youtube rss
  • While Loops In Python- Python Tutorials For Beginners #11

    calendar July 22, 2024 · 4 min read · while loops in python while loops in python program while loops python Python While Loops What is the while loop in Python? What is a while loop example? What are loops in Python? What is the difference between a for and while loop? What is called do-while loop? What is the syntax of loop?  ·
    Share on: twitter facebook linkedin copy
    While Loops In Python- Python Tutorials For Beginners #11

    What Is The While Loops In Python ? In Python, The WHILE LOOP works on the CONDITION given by the coder and the loop runs until the condition is TRUE. Whenever the condition becomes false, Then the loop will stop. So this is the mechanism of While Loop. How To Create While Loops In Python ? So first of all, We use the …


    Read More
  • 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
  • Markdown Syntax - Complete Tutorial

    calendar December 1, 2023 · 2 min read · Programming Hugo Web Development MarkdownSyntax  ·
    Share on: twitter facebook linkedin copy
    Markdown Syntax - Complete Tutorial

    Complete Tutorial Of Markdown Syntax Markdown is a method of writting and representing data in a beautiful way. It's widely used for creating documentation, README files, Blogs, and other types of content on the web. In this tutorial, we'll cover the basic syntax of Markdown in simple words.

    1. Headings To create …


    Read More
  • Sitemap

    calendar November 29, 2023 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    All the pages of my great site: 😀About While Loops In Python- Python Tutorials For Beginners #11 Type Casting In Python- Python Tutorials For Beginners #10 Markdown Syntax - Complete Tutorial Sitemap For Loops In Python- Python Tutorials For Beginners #9 💻Project 5 : Snake Game In Python 💻Project 4 : Calculator In …


    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
  • 💡 Introduction To Game Development

    calendar August 22, 2023 · 3 min read · Game Development Gaming Development  ·
    Share on: twitter facebook linkedin copy
    💡 Introduction To Game Development

    Introduction In the vast and ever-evolving landscape of entertainment, few mediums captivate audiences quite like video games. Game development is a harmonious blend of artistry and technology, where creative vision and technical expertise converge to create immersive digital worlds that transport players to new realms …


    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
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

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