auto-magically 😄 Thank for this great demo! I really like this type of informative and concise tutor videos.
@kristiteneqexhi583310 күн бұрын
I really want to thank you from the bottom of my heart. I was searching for C system programming in linux and there aren't much result. I hope I've stepped on the right tutorial. Any books you recommend?
@SaundraComb11 күн бұрын
心累了不想再碰了,okx钱包还剩89usdt懒得提了,这是okx钱包的助记词( pride pole obtain together second when future mask review nature potato bulb,送各位有缘刷到的朋友。
@ГерманПужалин11 күн бұрын
Really good introduction to debugger before diving into an official documentation and make the knows wider. Thx
@rnma1421 күн бұрын
I am currently studying imperative programming in C and this video helps a great deal for understanding! Thank you!
@radio_electronics404726 күн бұрын
But how do you install google test?
@Jeremyak29 күн бұрын
ASCII and ye shall receive.
@alvinkariuki23629 күн бұрын
Very coool, this is top notch explaining
@pullya66Ай бұрын
спасибо! очень доходчиво
@El3ziiizАй бұрын
thank you mr jordan
@long-johnsilver2188Ай бұрын
I love your video, may I ask you simpler & easier questions?
@2pac2pac2pacАй бұрын
i want it to be saved even if i close the visual code or shit down my pc how perform it
@fadilyassin4597Ай бұрын
very good that what you expect from a tutor to explain python programing excellent thank you
@NamelableАй бұрын
1 / 11 = 0.0101010101...
@mrmoebius2 ай бұрын
Your explanation is excellent, because it builds an understanding why floating point format was designed that way. It would be great if you could present more advanced topics like rounding, numerical precision, and error analysis.
@mrmoebius2 ай бұрын
Excellent teaching method. Like Richard Feynman said: "What I cannot create, I do not understand".
@maliceintended2 ай бұрын
Very helpful. Thank you!
@SaturnLady2 ай бұрын
Thank you sooo so much hope every day of your life will be brilliant and all of your wishes come true
@LuciaKatsumbe2 ай бұрын
Thank you. This is super helpful.
@LoveMurzynski2 ай бұрын
Appreciate the detailed breakdown! 🧐 Just a small off-topic question: 😅 I have a set of words 🤷♂️. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What is this? 🤔
@daveyutz39422 ай бұрын
Go heels! Literally sitting in Davis right now and came upon this video haha
@fwily25802 ай бұрын
Tecnology for the sake of technology.
@matematleta4923 ай бұрын
Best explanations anywhere, hands down. I wish Kris had an advanced Python (or any other language) series on offer.
@binaykumar82924 ай бұрын
One way to solve recursive problem is "wishful thinking"
@matematleta4924 ай бұрын
Kris gives the clearest explanations of this material anywhere, hands down. Thank you!
@SphereofTime4 ай бұрын
6:00
@matematleta4924 ай бұрын
Best explanations of these topics anywhere. Thank you.
@briancleary67514 ай бұрын
What video precedes this? Is there a playlist on grammar/parsing/compiling?
@kelvinmirhan98664 ай бұрын
thank you kris
@wonderfulworld11285 ай бұрын
Sir please make a video on closures and lexical scoping in python. If like these videos you'll put on your platform with well diagramatic approach that you actually do, this actually makes your content valuable... and makes us visualisation better to excites us to learn more. Lot's of love and hat's off appreciation to your work...
@wonderfulworld11285 ай бұрын
I'm not understanding why we need to store function definition in heap, when all of work has to be done in stack memory???
@KrisJordan5 ай бұрын
@@wonderfulworld1128 functions can be passed as arguments to other functions and references to their heap definitions are what get passed around (in Python). There's nothing special about the main function in Python, you can write it to return values of you'd like.
@wonderfulworld11285 ай бұрын
@@KrisJordan sir your mean to say that whenever a function def encounterd in python script python holds the name in global stack frame and it's reference is hold in the heap memory... Whenever a function is called in script a new call stake frame initialzed in stake memory and all its variables and values stores in that particular frame. My question is that when this function returning a value let say 4(immutable type) or any function inside (not been called yet), the value has to be gone to the the caller end.. and reference has been hold by the any variable let say num_result... but the return value where gone in the stack memory or heap memory?? And also the function we'd returned the definition of insided , where it gone?? Because I know whenever return statement encountered call stacks is removed and the reference it hold in heap it's all gonna be removed..sir please give me some examples to understand what's going in memory when all of this kind stuffs happens in code?? As you shared in this video like that, I would be very happy to learn something in detail???
@akhilareddy40985 ай бұрын
Temporary breakpoint 1, main () at debug1.c:6 6 { (gdb) step 8 i=0; (gdb) s 9 h=100; (gdb) s 10 if(max(i,h)!=h) (gdb) s max (a=21845, b=1431654973) at debug1.c:20 20 { (gdb) s 22 uint32_t res=0; (gdb) s why it is getting max (a=21845, b=1431654973) while debugging.plzz rly this query
@gedtoon64515 ай бұрын
Strictly speaking the __new__ dunder method is the constructor and __init__ is an initialiser. Most people, including myself tend to gloss over the details and think of __init__ as the constructor.
@CaseySmith-d5v5 ай бұрын
What if I want to keep the first column as a string and convert the following columns to floats?
@ashanhimself63506 ай бұрын
thank you for making this video
@avixx6 ай бұрын
You're doin' good job!
@Clipilation6 ай бұрын
This was very helpful
@leksikon6 ай бұрын
I recently started learning Python - this video was incredibly useful in understanding ranges. Thank you so much for sharing this!
@GCAGATGAGTTAGCAAGA7 ай бұрын
Great tutorials! But, I've got really stupid question: 33:00 - if we increment *words pointer it would have the same effect as incrementing **word_ptr, right? It does "switch" to the next address or will it become just garbage?
@manoharsagunthalla92157 ай бұрын
Dear Jordon will you please put a separate video for how to get multiple inputs from user using split () and populate the dictionary. 2. One of the dictionary key is having list suppose I need to update the value in the list how to do that? How to add another key-value list in that dictionary?
@Ggwpleohar7 ай бұрын
We need more, or at least I would have needed for the rest of this semester
@EmilyPalm7 ай бұрын
really well explained !
@johnjoyce7 ай бұрын
Module is the wrong term here and may be confusing.
@martijnb33814 ай бұрын
It think it is called a "Unit of compilation" the linker will connect all public (non static) symbols.