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
  • 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
  • 💡 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
  • Hugo : World's Fastest Framework For Website Building 🔥

    calendar August 15, 2023 · 5 min read · hugo gohugo Web Development  ·
    Share on: twitter facebook linkedin copy
     Hugo : World's Fastest Framework For Website Building 🔥

    Hey Guys👋, Let's Learn Everything About Hugo: The World's fastest Framework For Website Development. What Is Hugo? Hugo is the world's fastest framework for website building. Hugo is a fast and modern static site generator. Hugo is based on the Go programming language. It supports multiple Free Hosting platforms like …


    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
  • Match Cases - Python Tutorials For Beginners #7

    calendar July 6, 2023 · 3 min read · Python PythonTutorial Match Cases In Python Match Cases  ·
    Share on: twitter facebook linkedin copy
    Match Cases - Python Tutorials For Beginners #7

    Introduction Let’s dive into the world of Python’s match case statement. Introduced in Python 3.10, this feature provides a more concise and readable way to handle multiple conditions compared to traditional if-elif-else chains. Here’s what you need to know: In this blog post, We will learn how to use match cases in …


    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