HTML Basics for Python Developers
9:20
Creating QR Codes with Python
13:09
Пікірлер
@edtechbymeera
@edtechbymeera 5 күн бұрын
Thank you for the eye-opener guide
@Dhieumatiop
@Dhieumatiop 6 күн бұрын
Thank a lot I understand now
@yuvaraj9840
@yuvaraj9840 7 күн бұрын
Good topic and this is podcast how do we know the real tutorial in screen. Please guide me
@realpython
@realpython 3 күн бұрын
All the links from the show: realpython.com/podcasts/rpp/206/
@rishiraj2548
@rishiraj2548 7 күн бұрын
👍👍
@nayankothari4725
@nayankothari4725 7 күн бұрын
Thanks for sharing this amazing tutorial ❤ @Real python
@ebouchut
@ebouchut 7 күн бұрын
Thank you. It is clear concise and helpful
@darwinvasquez1051
@darwinvasquez1051 8 күн бұрын
Really good explanation, thanks
@mikesfarmmikesfarm3977
@mikesfarmmikesfarm3977 9 күн бұрын
It looks like if you create a local variable in a function and return it to the main, that it becomes a global ?
@hanielahi247
@hanielahi247 10 күн бұрын
Not bad 😔
@itpugil
@itpugil 10 күн бұрын
Finally caught up to this podcast. I use to listen to a lot of your videos to keep my motivation up. Until I slacked off and its been almost a year. Now I'm reviewing all the notes I took so I can proceed where I left off.
@htg7127
@htg7127 11 күн бұрын
Youre a hero
@II-er7gj
@II-er7gj 12 күн бұрын
this really sucks!!! I have learned python beyond these limits what offer this PySimpleGUI.
@yvanpearson7024
@yvanpearson7024 13 күн бұрын
great talk
@larry78211
@larry78211 14 күн бұрын
I can see why he is biased.....His cert was a bogus 10 question exam. Ib addituib, most people graduate college and the only skill they've developed is how to cheat their way through school. .
@enochmvula-ck3gy
@enochmvula-ck3gy 14 күн бұрын
I can't find the playlist on you're profile, what's the name
@wintur2856
@wintur2856 14 күн бұрын
😁
@wintur2856
@wintur2856 14 күн бұрын
Great Video!
@wintur2856
@wintur2856 14 күн бұрын
Thanks for this video, the new youtubers just say whatever. 😃
@dipeshsamrawat7957
@dipeshsamrawat7957 14 күн бұрын
Nice! Keep it up.
@arpitgaur4310
@arpitgaur4310 15 күн бұрын
It's more about the neatness and explainability of the project rather than the complexity of the project
@rishiraj2548
@rishiraj2548 15 күн бұрын
Thanks
@babiganteng1967
@babiganteng1967 15 күн бұрын
Link the application please🙏🏻
@babiganteng1967
@babiganteng1967 15 күн бұрын
What the application please, I am newbie🙏🏻
@danmcclelland5476
@danmcclelland5476 20 күн бұрын
Great tutorial! Thanks!
@dahewang4981
@dahewang4981 21 күн бұрын
Here's my definition: continue means skipping the rest of the code in the current iteration of the loop(ie invalid input), then immediately begins with the next iteration of the same Loop.
@BersekViking
@BersekViking 22 күн бұрын
Click bait
@damonguzman
@damonguzman 22 күн бұрын
What’s up with the low quality AI voice?
@dipeshsamrawat7957
@dipeshsamrawat7957 24 күн бұрын
Thank you ❤
@ronakronu
@ronakronu 25 күн бұрын
gemini recommended this ,greatt
@TenzinTselha
@TenzinTselha 27 күн бұрын
Is it possible to locally host this map and use the map offline?
@rishiraj2548
@rishiraj2548 28 күн бұрын
Thanks 😌👍
@BersekViking
@BersekViking 28 күн бұрын
click bait
@saeedfarmanali
@saeedfarmanali Ай бұрын
thanks .man
@abdurrazzak1612
@abdurrazzak1612 Ай бұрын
Excellent Tutorial, Thanks
@adityahpatel
@adityahpatel Ай бұрын
but what is the use case? you haven't explained
@ilhanilhanDev
@ilhanilhanDev Ай бұрын
Likeeeeeee
@nononnomonohjghdgdshrsrhsjgd
@nononnomonohjghdgdshrsrhsjgd Ай бұрын
oh already on a wished journey
@piyushgupta4341
@piyushgupta4341 Ай бұрын
IDE name?
@seven9766
@seven9766 Ай бұрын
Code is written to be read by other programmers. It also happens to run on machines. Being able to understand code quickly and reason about it is maximally important. Leave it to the compiler (or the interpreter here) to find the fastest way to do the "i want you to filter this" dance. Tell the fellow programmer what you want to be done, not how the program should do it.
@rishiraj2548
@rishiraj2548 Ай бұрын
🙂👍
@rodrigocaballerohurtado5367
@rodrigocaballerohurtado5367 Ай бұрын
I loved this one. All the basic questions I don't do were asked and answered with quality
@rishiraj2548
@rishiraj2548 Ай бұрын
👍
@justADev23
@justADev23 Ай бұрын
Link to Simon's blog?
@alejandrojimenez1685
@alejandrojimenez1685 Ай бұрын
Do these Sockets work with computers in different places and different networks?
@lekaranja
@lekaranja Ай бұрын
What are the two small functions that you wrote to represent long sequence of bits?💁🏾‍♂️
@10Xengineering
@10Xengineering Ай бұрын
great video! BTW, how did you get the syntax highlighting in Sqlite3 command prompt?
@Quenchedfooty
@Quenchedfooty Ай бұрын
Most helpful 😊
@user-bb1dy2gn1q
@user-bb1dy2gn1q Ай бұрын
Second part would be awesome!
@stevehageman6785
@stevehageman6785 Ай бұрын
I hear you on the 'Ignore Alerts' stuff: I was at a very large firm and their code base had some 7500 compiler warnings. Most of them were for stupid things like mangled comments, etc. So I went in and added about five 'Global Ignores' to the build files and got down to about 400 perhaps real warnings - which I was slowly analyzing to see if there were any other non-critical warnings that could be ignored. A few days later a system admin rebuilt all the build files and hence reversed my 'Global Ignores' - Warnings went back up to 7500. So I contacted them and suggested that we should perhaps not be ignoring the compiler warnings. Their solution was to turn off "ALL Warnings". So I said: "I mean seriously, what kind of solution is that? Because their code base crashed all the time - perhaps we should not be ignoring warnings?" Nope, Crickets from them.... Just left all the warnings off. I left soon after.
@rishiraj2548
@rishiraj2548 Ай бұрын
🙂👍