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

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 41

  • @Ubiselfs
    @Ubiselfs 10 місяців тому +37

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

  • @Ayush_DragonMaster-
    @Ayush_DragonMaster- 14 днів тому +2

    The way explain it is very great and tells us what the code is actually doing rather than just copying you and hoping we understand it.

  • @veronicasmemories
    @veronicasmemories 2 місяці тому +7

    This was the first video I've watched on your channel! It was super thorough and really helpful! Thanks (:

  • @tenapier
    @tenapier 9 місяців тому +4

    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!

  • @fabianoquirinda-nq4es
    @fabianoquirinda-nq4es 7 місяців тому +4

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

  • @arnauddannickbenda3854
    @arnauddannickbenda3854 8 місяців тому +3

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

  • @MusicWithKKN
    @MusicWithKKN 3 дні тому

    What exactly is the purpose of the desktop cleaner? Is it to delete certain folders or what?

  • @Prabash_Prabhu
    @Prabash_Prabhu 9 місяців тому +4

    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.

  • @insanoglu6637
    @insanoglu6637 27 днів тому

    the way you explain is very good. Thank you very much

  • @paraglide01
    @paraglide01 9 місяців тому +1

    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 10 місяців тому +4

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

      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

  • @prakashdas58
    @prakashdas58 10 місяців тому +3

    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.

  • @michellehutchings3140
    @michellehutchings3140 5 днів тому

    I was making the quiz and I do not know if I have done something wrong. so I ran the code no errors it asks the first quesiton but will not let me answer it *I am in VSCode but I ran it in command centre and it ran fine. Anyone know why

  • @Future_Ninja
    @Future_Ninja 6 місяців тому +41

    bro i thought i was a beginner at programming but I'm not even a beginner I'm a toddler after watching this video😅. i have no clue what does def mean and for and in... but I will try to learn it

    • @ItzGuavs
      @ItzGuavs 5 місяців тому

      bro watch 4 hours lesson tutorial from freecodecamp available on youtube, its literally the best ever tutorial. Like i could tell you rn what def is (its how you indicate function), for and in (for is a loop used to separate things and its has range of thing you can do with certain combinations)

    • @ibdarammar
      @ibdarammar 4 місяці тому +3

      my hands shake when I attempt to begin writing a line of code and here I thought I am a beginner

    • @hakankarapnar1859
      @hakankarapnar1859 2 місяці тому +3

      i hope you all achieve your dreams. do not give up and try hard guys

    • @freguenshoodjean5841
      @freguenshoodjean5841 Місяць тому +2

      If you don't know what def mean , you didnt even start a python course yet.

    • @Future_Ninja
      @Future_Ninja 29 днів тому

      @@freguenshoodjean5841I did
      I'm just not a beginner

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk 7 місяців тому

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

  • @dhilipprabakaran9735
    @dhilipprabakaran9735 29 днів тому

    how to made this as a project

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

    how about the answer is blank?

  • @ov7723
    @ov7723 8 місяців тому

    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

  • @김재민-d2n8l
    @김재민-d2n8l 10 місяців тому +7

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

  • @aaravjain23
    @aaravjain23 6 місяців тому

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

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk 7 місяців тому

    I fixed it, wrote promt instead of prompt 👍

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

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

    • @yorushorts.
      @yorushorts. 8 місяців тому

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

  • @justfrans2053
    @justfrans2053 26 днів тому

    Why isnt mine running...i copied everything

  • @bryancorrales4573
    @bryancorrales4573 9 місяців тому

    In which platform is he coding ?

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

    instead of instantly give the code instead tell us what we'll need to use pls exemple : "youll need to know loops etc.."

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

    Dude use a *BIGGER FONT* 💡

  • @mbeware
    @mbeware 9 місяців тому

    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.

  • @김재민-d2n8l
    @김재민-d2n8l 10 місяців тому

    Hiiiii

  • @ramongarcia-l3z
    @ramongarcia-l3z Місяць тому

    Wow I thought I was a biginner . Too fast, stuff to be downloaded , I’m not ready for you.

  • @AlexandraD2020
    @AlexandraD2020 9 місяців тому

    im the 9th commentor