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

Поділитися
Вставка
  • Опубліковано 15 чер 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
  • Наука та технологія

КОМЕНТАРІ • 21

  • @Ubiselfs
    @Ubiselfs 3 місяці тому +18

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

  • @fabianoquirinda-nq4es
    @fabianoquirinda-nq4es 14 днів тому +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 3 місяці тому

    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 Місяць тому +2

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

  • @Prabash_Prabhu
    @Prabash_Prabhu 3 місяці тому +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.

  • @prakashdas58
    @prakashdas58 3 місяці тому +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.

  • @paraglide01
    @paraglide01 2 місяці тому

    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.

  • @LotharTjipueja-vj4tl
    @LotharTjipueja-vj4tl 3 місяці тому +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 3 місяці тому

      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 28 днів тому

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

  • @ov7723
    @ov7723 Місяць тому

    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

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk 28 днів тому

    I fixed it, wrote promt instead of prompt 👍

  • @user-vx7gh7dx9k
    @user-vx7gh7dx9k 3 місяці тому +6

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

  • @llinn2092
    @llinn2092 3 місяці тому +1

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

    • @yorushorts.
      @yorushorts. Місяць тому

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

  • @bryancorrales4573
    @bryancorrales4573 2 місяці тому

    In which platform is he coding ?

  • @mbeware
    @mbeware 3 місяці тому

    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 3 місяці тому

    Hiiiii

  • @AlexandraD2020
    @AlexandraD2020 2 місяці тому

    im the 9th commentor