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

  • @erayozsaray3526
    @erayozsaray3526 3 года назад +114

    I read this as "Sick Quick Python Projects". I think I would prefer that honestly.

  • @T61APL89
    @T61APL89 3 года назад +6

    i like how you go through troubleshooting on camera, super helpful. great course thank you

  • @benrobo8
    @benrobo8 3 года назад +17

    Nice one. Even though am not a python dev, proud to see a nigerian guy here.👏👏

    • @CodeWithTomi
      @CodeWithTomi 3 года назад +1

      Thanks

    • @benrobo8
      @benrobo8 3 года назад +1

      @@CodeWithTomi uwlc, try converting those command line apps into a python gui application using eitheir tkinter or kivy just to make things a little catchy. :)

  • @hectorg362
    @hectorg362 3 года назад +7

    Nice, Just finished his Django projects series that was posted a while ago. Will do this later. Thanks!

  •  2 года назад +8

    Great tutorial. I really like that you explain everything in detail. Helps me a lot.

  • @MwishaLudack
    @MwishaLudack 3 года назад +16

    Well done, your presentations are clear and understandable. Thank you for your efforts. Good job!

  • @krimmy8459
    @krimmy8459 3 года назад +22

    Naija no dey carry last🇳🇬🇳🇬🇳🇬!!!!!!

    • @barryblack8332
      @barryblack8332 3 года назад +4

      dey there!! 😂

    • @srm3378
      @srm3378 3 года назад

      Dah! Yaaaani... 😌 Nimefurahi leo, kweli kwa kweli 😍 🇹🇿

  • @opboyharshit2361
    @opboyharshit2361 2 года назад +2

    thank you for such a good start in my coding learning .

  • @omaaka
    @omaaka 2 года назад +1

    A very straight forward explanation, keep uploading more of this please, i celebrate you

  • @goldrose6896
    @goldrose6896 3 года назад +4

    I'm a beginner, have no coding background -- love how you explain. (I'm 52, is it 2 late?) lol. (I actually love it so far)

    • @taggebagge
      @taggebagge 3 года назад +7

      It is based entirely on your own predisposition for learning and what you want to do with your coding, I would say. It's most certainly not too late to pick up a new skill such as coding, and a very useful one at that. I started programming at a young age and I attend university pursuing a degree in Computer Science. I have had multiple lab partners who have had no experience at all in coding when we all started the education, but they are just as good as me now, if not better. So I don't think it's all too important to start early with coding, if you like what you are doing you may even find yourself surpassing people that did start early, as my friends have done with me, surpassed me that is. All the best and regards from Sweden.

  • @jonathanphang7517
    @jonathanphang7517 2 года назад +7

    Awesome video with clear and understandable instructions. Thank you, appreciate it lots! 😄

    • @vitorangheben80
      @vitorangheben80 2 года назад

      Totally agree, tks for the content, help me a lot!

  • @syaoransakura8839
    @syaoransakura8839 2 года назад +1

    Finish this. Really good project and tutorial

  • @bjvercelli
    @bjvercelli 3 года назад +32

    Holy, i will 100% watch this video later

    • @waterbottlexd1298
      @waterbottlexd1298 3 года назад +14

      I have 100 hours worth of “i will watch later videos”

    • @Pete-da-peter
      @Pete-da-peter 3 года назад +6

      @@waterbottlexd1298 i jus t counted. i have 1000 hrs of "i will watch this later"

    • @ashokkumaran5752
      @ashokkumaran5752 3 года назад

      @@waterbottlexd1298 procrastination basically

    • @bjvercelli
      @bjvercelli 3 года назад +1

      hahaha just watched and loved it!

    • @shallwebeginvg5750
      @shallwebeginvg5750 3 года назад

      @@ashokkumaran5752 we are master procrastinators

  • @shiyamganesh6925
    @shiyamganesh6925 3 года назад +4

    Really cool projects. Gonna check them out

  • @Sagwafu
    @Sagwafu 3 года назад +2

    Loved this tutorial. Thanks so much Tomi!

  • @KCEmenike
    @KCEmenike 3 года назад +9

    Proudly Nigerian!!!!!
    CodeWithTomi is a guru of grand repute!

  • @danseabatechnologies4573
    @danseabatechnologies4573 3 года назад +1

    So Happy to hear from a Nigerian on Freecodecamp

  • @PeterParkerOrSpiderman
    @PeterParkerOrSpiderman 3 года назад +6

    The weather info was not working for me. I keep getting a long error message "line 10, in
    weather_data = requests.get(base_url).json()"

  • @Dioplink
    @Dioplink 3 года назад +10

    Good job brother 🇳🇬 🇸🇳

  • @Ayeocean
    @Ayeocean 2 года назад +1

    Weather project isn’t working, it give error in line 10, how can I fix it?

  • @w3mct
    @w3mct 3 года назад +1

    Thanks for video. Will def. watch later!!

  • @ЛукВарёный
    @ЛукВарёный Год назад

    Nice video! Wery helpful, thank you

  • @simongloser9196
    @simongloser9196 3 года назад

    Thanks a lot for uploading this course.

  • @nayanjadhav7841
    @nayanjadhav7841 Год назад +1

    Nice video .Easy to understand.

  • @kevinsulatra2661
    @kevinsulatra2661 2 года назад +2

    if you don't want to type all the characters use import string

  • @alessandroamadelli7240
    @alessandroamadelli7240 2 года назад +1

    Hi, nice video.
    I came here from another site while searching for project ideas and I saw your weather script.
    Just a security advice: do not put your actual API key on a public video or, at least, revoke it before publishing the video. Otherwise you allow people to misuse a key that is registered to your account.

  • @3riormrsup
    @3riormrsup 2 года назад +2

    My timer doesn't show up when I run the program. I input the amount of time, it waits that long, then prints "timer completed". The whole "00:00" doesn't appear. However, when I remove the ", end="
    " " from the program, the timer appears, but it prints a new timer after every second. Like this:
    00:03
    00:02
    00:01
    My code is exactly like yours so why is this happening?

    • @georgeg.5602
      @georgeg.5602 2 года назад +1

      I have the same thing!

    • @Vanessza228
      @Vanessza228 2 года назад +1

      Same here too! I solved it by changing it to this: print(f"
      {timer}", end = "") This way there is no newline printed after the end, and in the next loop at the start the cursor goes back to the beginning of the line. Hope it helps! I still don't get why the original doesn't work for us... :/

    • @mohammadjeprie1136
      @mohammadjeprie1136 Год назад +1

      @@Vanessza228 Thanks, this solved the problem.

  • @DANTESFAMILY
    @DANTESFAMILY 2 месяца назад

    Hello this is a good video I have learned some good stuff however I am stuck creating the password generator I cannot get the program to show more than 1 password when generated seems that one part of the code was missing can someone help? I am not able to save each of the password generated to then print them how could I do that?

  • @yasinrezvani2539
    @yasinrezvani2539 3 года назад

    This content is such a perfect, Thank you so much

  • @sadmansakib6214
    @sadmansakib6214 3 года назад

    Great tutorial, Just subscribed to his channel!

  • @andrynyhoavyrazanadrakoto3165
    @andrynyhoavyrazanadrakoto3165 2 года назад

    Waouh! Amazing tutorial. Thanks a lot!

  • @sanchittiwari7690
    @sanchittiwari7690 3 года назад +1

    Thanks for this video man.

  • @FunDumb
    @FunDumb 3 года назад

    Thanks bud. Great work.

  • @sudobyte5551
    @sudobyte5551 3 года назад +3

    Hey congrats on this one

  • @StefhaniLGomez
    @StefhaniLGomez 2 года назад

    Thanks for sharing!! :)

  • @TheAl217
    @TheAl217 3 года назад

    Thanks so much. Please make more videos like this one.

  • @atosef7038
    @atosef7038 3 года назад +1

    Amazing, thanks a lot !!

  • @Ohiostategenerationx
    @Ohiostategenerationx 5 месяцев назад

    How would I make the GUI for the password generator so that I can give it to people to use?

  • @josedolot1838
    @josedolot1838 2 года назад

    No module not found error: No module name ‘request’ how can i fix this im trying to do the weather program can you help me

  • @rittikadey5969
    @rittikadey5969 Год назад

    QR code generator program gave me black and white bg qr code even after giving it red and white. What should I do?
    import qrcode
    data='Hello! Welcome to the World of Python'
    qr = qrcode.QRCode(version=10, box_size=8, border=5)
    qr.add_data(data)
    qr.make(fit=True)
    img = qr.make_image(fill_color = "red",back_color = "white")
    img.save('qrcode.png')

  • @taubarsky6998
    @taubarsky6998 2 года назад +1

    hi im using the same program like you(visual studio code) and I'm trying to do the QRcode project and it says (ModuleNotFoundError: No module named 'qrcode') what should i do?

  • @komoniefe9214
    @komoniefe9214 3 года назад

    You're amazing Man!

  • @ForStudies-pk9sx
    @ForStudies-pk9sx 2 месяца назад

    Real BadMan, before watching this my brain was like Bumbaclot

  • @barmaxon
    @barmaxon 3 года назад +2

    Six sick projects

  • @Dom-ke7uq
    @Dom-ke7uq 3 года назад

    fantastic video, tysm

  • @TheEarthCreature
    @TheEarthCreature 2 года назад

    How can I read the actual file being imported for "qrcode" to get a better understanding of what's going on behind the scenes there?

  • @williamovares1418
    @williamovares1418 2 года назад

    Hello, I have a question. Why did you add this value after the first "for loop", passwords= " "? Why is the option after = blank? Thank you!

    • @Vanessza228
      @Vanessza228 2 года назад +1

      Because in the loop you see " passwords += random.choice(chars) ", which means you add a random character to an already EXISTING, defined variable. If you do not state the variable before this line, it cannot add a character to the variable, because the variable is not defined. You will get an error code. Therefore we have to define the variable "password" before we add characters, but we do not want any characters at the start, so we use blank. Hope this helps! Sorry if my explanation is messy, English is my second language :)

  • @CodeWithClinton
    @CodeWithClinton 3 года назад +1

    Nice one Tomi

  • @MarkArrand-cf4cl
    @MarkArrand-cf4cl 9 месяцев назад

    I am new to this, so maybe it is easy and quick for some. Or maybe I am too dumb to understand this. It could be that it is complex in it's simplicity. I am hoping it is complex in it's simplicity. Going to give it a shot anyway.

  • @fatimatwahab4620
    @fatimatwahab4620 9 месяцев назад

    thank you. but in the password generator code, it only prints one password when I enter more than one number of password

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

      i have the same problem

  • @awkyn7328
    @awkyn7328 3 года назад

    Thanks man

  • @vrajparmar9126
    @vrajparmar9126 Год назад

    The end='
    ' is not working on the countdown timer. Is there a way to fix that??

    • @j.t.01
      @j.t.01 11 месяцев назад

      Try running your code with the terminal instead.

  • @Maxsinss
    @Maxsinss 3 года назад +4

    When I Saw the Thumbnail, I thought who Kept my Photo in Thumbnail..
    He is somewhat looking like me..
    Can't believe..

  • @MarcMcRae
    @MarcMcRae 3 года назад

    Pretty cool learning.

  • @Bharat88
    @Bharat88 2 года назад

    In project Qrcode with python in my Output shows error of [ ModuleNotFoundError : No Module name 'Image' ] .sir What we do for solve this error.

    • @johnua1422
      @johnua1422 2 года назад

      I had the same error.
      Make sure you have installed pillow as well.
      Use: pip install pillow in the cmd/terminal

  • @joymbugua5551
    @joymbugua5551 3 года назад +1

    Africa represent!!! woot woot!!!

  • @mdkaiserali6830
    @mdkaiserali6830 3 года назад +1

    Hail freecodecamp

  • @Error-md8bw
    @Error-md8bw Год назад

    My QR Code colour does not change, it stays in black and white.
    My code is identical to the sample code. Does anybody know why?

  • @hawaiigirl121
    @hawaiigirl121 2 года назад

    Love these tutorials. Great job

  • @nguyenkhanh8082
    @nguyenkhanh8082 3 года назад

    Thank you

  • @antonioskokiantonis7051
    @antonioskokiantonis7051 2 года назад

    Unfortunately in the QRcode deconding,
    from pyzbar.pyzbar import decode
    creates an error

  • @oggy107
    @oggy107 3 года назад

    can someone help me... it says can not create a file that already exists when i try to rename files?

  • @harshitpatil3897
    @harshitpatil3897 3 года назад +3

    In second tutorial, you can also use double back slash in directory link.

    • @chukwumaegwuonwu
      @chukwumaegwuonwu 3 года назад

      A raw string would allow the use of single back slash in the directory link.

  • @2Logoligi
    @2Logoligi 3 года назад

    nicely done bro, keep it going, still Ghana jollof all the way

  • @victor.o10
    @victor.o10 3 года назад

    Mans from the mother land!!!! YESSIRR!!

  • @sathirama437
    @sathirama437 3 года назад +1

    What is the necessary and use of password generator???

    • @kirandasr1621
      @kirandasr1621 3 года назад +1

      They are sometimes used by browsers, security apps ,in most of the cases a popover saying Generate a random secure password while typing in password textbox creating a user account

  • @kumarrkslinux
    @kumarrkslinux 2 года назад

    why you have used alt : avatar in dictionary and src in list ?

  • @anuragthakur5787
    @anuragthakur5787 3 года назад +1

    I just started right now and did the first one but when I try it with a different website lets say instagram or youtube it gives me an error at the ['src']
    TypeError: 'NoneType' object is not subscriptable
    can any body tell me the solution?
    Edit: I guess I figured it out maybe this works only on open source websites like github and sourceforge
    please clearify me if possible

    • @fabian5784
      @fabian5784 3 года назад

      Just had the same problem when trying on instagram, and I think the reason why it doesn't work is because you (aka the program in this case) needs to be logged in to access the page. You can see this if you try to access the URL in incognito mode, which will prompt you with a login page.
      I don't really know if it's possible to make the program login for you but another way to get data from instagram is to use an API, either instagram's own or other 3rd party APIs

  • @preciouschisom6141
    @preciouschisom6141 3 года назад +1

    Nice one there Tomi

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

    for the first project after inspecting elements for many times, didnt find the 'Avatar'
    for the second project it worked but it didnt include the '.jpg' at the end

  • @carlosvaldez9281
    @carlosvaldez9281 3 года назад +1

    How can i download the images from web scraping? Which function do you recommend me?

  • @efratharun07
    @efratharun07 2 года назад

    Is this program runs on python website

  • @aaronahmid
    @aaronahmid 3 года назад

    Cool stuff 🔥

  • @sussy_6998
    @sussy_6998 Год назад

    Some good examples here however getting requests to work on a Windows Python install is annoying af.

  • @trashcan58
    @trashcan58 3 года назад

    bruh i cant even run the 1st code is it only for vsc?

  • @VeNoM7GnG
    @VeNoM7GnG 3 года назад +3

    37:40 is straight copy from Stack Overflow ^^

  • @ahteshamKhan1
    @ahteshamKhan1 3 года назад

    *"Extension host terminated unexpectedly"*
    Plzz make one vedio on how to solve this problem in VS Code.

  • @77Sherms
    @77Sherms 2 года назад +1

    Great video. Any advice on how to get around 403 errors?

  • @liranzaidman1610
    @liranzaidman1610 3 года назад

    Fantastic

  • @wole3140
    @wole3140 2 года назад

    Why do you still use .format and not f'{}'

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

    Respect my Naija bro

  • @infotration2225
    @infotration2225 3 года назад

    ThAnks teacher for free

  • @teofaneschaco2517
    @teofaneschaco2517 3 года назад

    Holy, excusime. How to connect anaconda python with mariadb in linux???

  • @rupayanroy6676
    @rupayanroy6676 3 года назад +3

    Raheem Sterling?!?!

  • @westkots
    @westkots 3 года назад

    What's he saying at 26:40? Install what?

    • @w1d3r75
      @w1d3r75 3 года назад

      pip install requests

  • @XainisPro
    @XainisPro 2 года назад

    when i type the time they run and this happen
    00:02/r00:01/rTimer completed!

  • @Veriface
    @Veriface 3 года назад

    I Think Sound May be not loud...

  • @S_T_fania
    @S_T_fania 3 года назад +4

    i hear the Nigerian accent!!🤭🤭🇳🇬🇳🇬🇳🇬

  • @cuscuzdev
    @cuscuzdev 2 года назад

    great

  • @philtoa334
    @philtoa334 3 года назад

    nice

  • @satishrajanna9662
    @satishrajanna9662 3 года назад

    12:32do you hear that word

  • @logeshlyrics772
    @logeshlyrics772 3 года назад

    Delhi not Dehli

  • @griffincosgrove8927
    @griffincosgrove8927 3 года назад +1

    Cool

  • @ghulam2545
    @ghulam2545 3 года назад +1

    I'm interested in statically typed language.

  • @itszechs
    @itszechs 3 года назад

    hope there is a Intermediate level

  • @ricardoleonposada1403
    @ricardoleonposada1403 Год назад

    dont work for me :(

  • @xnxbxs_zx
    @xnxbxs_zx 3 года назад

    🙌

  • @pietropaolodore9048
    @pietropaolodore9048 Год назад

    sto seguendo da youtube

  • @your.free.electrons
    @your.free.electrons 3 года назад +1

    WOW