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

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии •

  • @Ubiselfs
    @Ubiselfs 8 месяцев назад +31

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

  • @Future_Ninja
    @Future_Ninja 4 месяца назад +32

    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 3 месяца назад

      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 2 месяца назад +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

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

  • @tenapier
    @tenapier 8 месяцев назад +2

    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!

  • @veronicasmemories
    @veronicasmemories 24 дня назад +2

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

  • @fabianoquirinda-nq4es
    @fabianoquirinda-nq4es 5 месяцев назад +2

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

  • @LotharTjipueja-vj4tl
    @LotharTjipueja-vj4tl 8 месяцев назад +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 8 месяцев назад

      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

  • @Prabash_Prabhu
    @Prabash_Prabhu 8 месяцев назад +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 8 месяцев назад +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.

  • @arnauddannickbenda3854
    @arnauddannickbenda3854 6 месяцев назад +3

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

  • @김재민-d2n8l
    @김재민-d2n8l 8 месяцев назад +7

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

  • @paraglide01
    @paraglide01 7 месяцев назад

    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.

  • @LouiseIzzard-un9rk
    @LouiseIzzard-un9rk 6 месяцев назад

    I fixed it, wrote promt instead of prompt 👍

  • @codemedio6418
    @codemedio6418 16 дней назад

    how about the answer is blank?

  • @ov7723
    @ov7723 6 месяцев назад

    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 6 месяцев назад

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

  • @llinn2092
    @llinn2092 8 месяцев назад +1

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

    • @yorushorts.
      @yorushorts. 7 месяцев назад

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

  • @aaravjain23
    @aaravjain23 4 месяца назад

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

  • @bryancorrales4573
    @bryancorrales4573 7 месяцев назад

    In which platform is he coding ?

  • @vkanox
    @vkanox Месяц назад

    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 Месяц назад

    Dude use a *BIGGER FONT* 💡

  • @mbeware
    @mbeware 8 месяцев назад

    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 8 месяцев назад

    Hiiiii

  • @AlexandraD2020
    @AlexandraD2020 7 месяцев назад

    im the 9th commentor