5 Quick Python Projects for Beginners (finish in one day)

Sdílet
Vložit
  • čas přidán 25. 06. 2024
  • 🚀 Zero to $100k Python Developer Full Course - bit.ly/3Urvv8W
    If you are a beginner in Python then these 5 mini projects will take your Python programming to a whole new level.
    Code: github.com/tuomaskivioja/pyth...
    🖥️ More Python Videos: • PYTHON
    🧠 Algo University - Master Data Structures & Algorithms - academy.internetmadecoder.com...
    🚀 FREE Software Development Introduction Course - coursecareers.com/a/internetm...
    💰 60+ Coding Courses for less than $1 per day - academy.zerotomastery.io/a/af...
    🖥️ BEST React Course - academy.zerotomastery.io/a/af...
    💻 BEST Javascript Course - academy.zerotomastery.io/a/af...
    🚀 Developer's Brain - academy.internetmadecoder.com...
    📸 FOLLOW ME ON INSTAGRAM - / tuomaskivioja
    📝 TWITTER - / internetcoder
    CHAPTERS:
    0:00 Take Your Python Programming to the Next Level
    1:43 Project 1: Quiz Game
    9:47 Project 2: Hangman Game
    17:35 Project 3: Budget Tracker App
    32:35 Project 4: Language Learning App
    38:00 Project 5: Desktop Cleaner (most advanced)
    This video is about: python projects, learn python, python automation, automate your life, learn python fast, python fundamentals, learn to code, coding projets, coding project ideas, python tutorial, desktop automation, coding tutorial, python 101, python project ideas for beginners, python for beginners
  • Věda a technologie

Komentáře • 22

  • @Ubiselfs
    @Ubiselfs Před 4 měsíci +18

    Can you do more of these, these are so helpful when I'm bored.

  • @fabianoquirinda-nq4es
    @fabianoquirinda-nq4es Před 24 dny +1

    Man honestly, I'm learning a lot of things with you about python, so all have to say is thank you guy!

  • @tenapier
    @tenapier Před 3 měsíci

    Really appreciate and admire your teaching technique and ability at explaining code in detail, as well as creative and practical project examples. You're doing a great job! Thank you!

  • @arnauddannickbenda3854
    @arnauddannickbenda3854 Před měsícem +2

    Really liked the last project AND it is so useful!!!!! thanks bro

  • @Prabash_Prabhu
    @Prabash_Prabhu Před 3 měsíci +3

    I really appreciate these mini projects, really helps me out a lot,. How can I adapt these projects and make them different enough so they are unique, how can I go about this. I look forward to your reply.

  • @paraglide01
    @paraglide01 Před 2 měsíci

    Ferry helpfull thanx but could you use bigger letters because when i split my screen for a code along in vscode it is really difficult to see your code. Thank you.

  • @prakashdas58
    @prakashdas58 Před 4 měsíci +2

    Could you kindly make a comprehensive guide to building a website using HTML, CSS, and Javascript, as well as Python in the background? And how to connect my coad in domain.

  • @ov7723
    @ov7723 Před měsícem

    I'm practicing with such projects, but I'm not sure if I can use it as part of my CV, since anyway - the solution is kinda already provided

  • @LotharTjipueja-vj4tl
    @LotharTjipueja-vj4tl Před 4 měsíci +3

    VIDEO SUGGESTION:
    Do a video on how to read CODE and better understand it.
    I have kind of studied the basics of of Django and can build any website with Crud operations on the top of my brain, but find it hard to know what exactly “def login(request):
    If request.method == “POST”:
    return render(request, index.html)” means or how to read it. eg this is an example I actually know what this means but find it hard to read code from packages and libraries etc

    • @Prabash_Prabhu
      @Prabash_Prabhu Před 3 měsíci

      def login(request)- You are creating the login function and passing the request module as an argument.
      if request.method == "POST": - you are then telling python that if the request method is the POST method to then go ahead and run the next step. I believe POST sends data to server as oppose to GET method or PUT, PATCH etc.
      return render(requests, index.html) - so if the request is using the post method you will use return module and render module to return or load a render of your html page in the web browser, in this case your html file is and index.html which is the file which has your html and css data to show the user
      let me know if you need further help, I'm very patient as it took me ages to learn django as well

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk Před měsícem

    When I run this program in visual studio, it give me a key error for prompt.
    How to I fix this??

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk Před měsícem

    I fixed it, wrote promt instead of prompt 👍

  • @user-vx7gh7dx9k
    @user-vx7gh7dx9k Před 4 měsíci +6

    Teach me to get an internship abroad and how to build the best portfolio website plzzz

  • @aaravjain23
    @aaravjain23 Před 4 dny

    CZcamsr - "No project will take you more than half an hour - 1 hour to build"
    Me - HOLY SHIT THATS LONG

  • @llinn2092
    @llinn2092 Před 4 měsíci +1

    please also inform me how to search for an internship remote job, thanks for sharing.

    • @yorushorts.
      @yorushorts. Před 2 měsíci

      theres a super handy website for looking up these kind of things, it's called Google you should try it out !

  • @bryancorrales4573
    @bryancorrales4573 Před 3 měsíci

    In which platform is he coding ?

  • @mbeware
    @mbeware Před 3 měsíci

    while these projects are in fact interesting and are great as a base to improve upon, with rhe simple text interface used, they look like early '80 late '70 programs. in fact except for the desktop cleaning tool, I remember seeing and even copying programs from a basic learning book, when I was 9 or 10.
    it would be helpful to show how to create better interfaces (text with curse, or gui (os or as a web interface).
    but your explainations are interesting, dynamics and really helpful.

  • @user-vx7gh7dx9k
    @user-vx7gh7dx9k Před 4 měsíci

    Hiiiii

  • @AlexandraD2020
    @AlexandraD2020 Před 2 měsíci

    im the 9th commentor