Dave, I am learning front-end with React through an internship at my company. Every day, I watch one of your videos at home to practice and learn about other languages. I am truly grateful because I feel that your videos are the best ones available for free online. You are number one. Sending a big hug from Italy.
@DaveGrayTeachesCode Жыл бұрын
Thank you! And hello 👋 to Italy!
@verymessy7 ай бұрын
Dave... I hate math, and you somehow just made it manageable for me. THANK YOU!!!!
@BZfactosАй бұрын
crazy how this playlist are more usefull than my entire semesters from college year ago.. i'm in the journey to mastering python, wish me luck guys!
@BBH_army123Ай бұрын
good luck man i am 14 and i am trying to learn python
@photonspawn2123 ай бұрын
Most Excellent tutorials! This is so much easier to learn when you show Python examples in VS while teaching how to navigate Visual Studio during the process. Thank you!
@paulmaxwell1395 Жыл бұрын
just to say thank you very much i am learning python all thanks to your tutorials. Keep up the good work!
@eothamec2427 Жыл бұрын
Hi, just wanted to say thanks for making this! I'm learning python so I can eventually work with it in the GIS field. I am glad your basics have such great explanations!
@TaniaAmbaryan5 ай бұрын
Спасибо!
@DaveGrayTeachesCode5 ай бұрын
Thank you for the support!
@willerdude2 ай бұрын
Thank you very much. As someone who always wanted to start learning programming, but was too lazy to start your tutorials have helped me immensly!
@AnoushehKhan2 ай бұрын
well, I watched the video I really didnt get anything as a beginner, he should describe everything which he is not doing, I do not understand. like why is is print(type(first)) why say type when it is already going to type? I do not reccomend to watch his videos but some of them are very nicely explained.
@kazitanim00710 ай бұрын
Great course Dave, appreciate ur efforet.
@staringintotheabyss1769 Жыл бұрын
Hey Dave,I am so thankful to you for creating such content for free. Much love from India. Also I have a question,your teaching style is Fantastic no doubt,so I wanted to learn react js from you, but your tutorials are a year old and with the introduction of newer versions of react,would it be wise to follow them as I like your way of teaching and would love to start my journey in react from your course. Once again,thanks a lot for your efforts
@DaveGrayTeachesCode Жыл бұрын
Thank you! The React course for beginners teaches fundamentals and everything still applies. When you get to the React Router part, look in the description for the link that updates the React Router info. That is the only part to note for changes.
@QuesoGr79 ай бұрын
Its pretty cool that I alrady knew about indexes starting at 0 due to Blender's geometry nodes! Looking forward to being able to get more of of Blender after learning more about python! Really appreciate these vids, Dave!
@serenityandtranquility6299 Жыл бұрын
It's him again..Thank you so much Dave ❤❤
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@lindachen6304 ай бұрын
I like your videos and learn a lot about python from them. Thank you so much!
@esraaabdellatif21302 күн бұрын
Awesome, Thanks ❤
@johnaweiss11 ай бұрын
21:31 What happens if the rjust and ljust fill is longer than the width of your terminal? What happens if you leave out the `4` parameter of rjust. In this case, that 4 causes `$1` to fill a length of 4 chars, but won't it fill the remaining space in the terminal width anyway? Edit: So i think the 4 means to place the text directly after the preceding text (in this case, "Coffee.........."), rather than right-justify on the entire terminal line. I get it now.
@pranavseth64928 ай бұрын
This is such a nice course Dave. I have started learning Python for my research work and this is by far the best suited for someone like me with a scientific mind but time restriction. Thanks very much. Dr. Pranav Seth
@DaveGrayTeachesCode8 ай бұрын
Glad I could help!
@dafiraone Жыл бұрын
on 2:49 at line 8, how to merge the '==' to looks like one long '='? is there an extension for it?
@DaveGrayTeachesCode Жыл бұрын
You can enable font ligatures in your VS Code settings file. I disabled them for future tutorials. I show how here: kzbin.infof1HVI5slxms
@pengembangandiri1318 Жыл бұрын
good effort Dave.....your teaching style make me easy to understand your content. Honestly, you are really a good teacher for me.....👍👍👍👍
@DaveGrayTeachesCode Жыл бұрын
You're very welcome!
@saia6924 Жыл бұрын
Wow, you are amazing Dave. Thank you so much
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@JosephWright-ys9pv10 ай бұрын
These are exceptionally made videos and i really cannot thank you enough!
@seanearnest27 күн бұрын
33:55 My 'import math' statement does not get moved to the top of my code as shown in the video. Any ideas why this is not happening? Please and thank you!
@IMakeHistory222 күн бұрын
same issue
@PierreBrassau7 күн бұрын
prolly because newer vesion of VS Code has changed alot he is using older version, same happened with the formatter remember ?? in couple of videos ago?
@affiquenofil11404 ай бұрын
Can I use code assistants to write codes?
@muhmmad70456 ай бұрын
nice Dave, can you please guide me how I can set font as did in your vs code ?
@dhruvbhandari378 Жыл бұрын
33:13 Which extension?
@codernerd7076 Жыл бұрын
Thanks for another great video Dave, one day when I actually start to make money with code, I will use that buy me a coffee link!
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@rohitsingh-xj1ey Жыл бұрын
Thank you soo much soo grateful for all the best content you are providing
@DaveGrayTeachesCode Жыл бұрын
You're most welcome!
@muzhaffarhaydar79285 ай бұрын
thanks dave
@veronicasteluta7001 Жыл бұрын
Hi! when I try to print the type of the variable, I get all the time invalid syntax message. No spelling issues, no missing parenthesis. I noticed that the type function doesn't turn red as in your example. I installed all extensions. What can it be? My Python version is 3.9.13
@thevalenceelectron30116 ай бұрын
send me the code, i will test on my machine
@joey_bonesjr3230 Жыл бұрын
Hi Dave! I'm loving this tutorial. I came across a problem at 9:05. I cant seem to get the triple quotes to autocomplete. I can do it for the single quotes but when I move out of the single and try to add another it does not autocomplete. Do you have any suggestions?
@DaveGrayTeachesCode Жыл бұрын
Not sure why you are not getting auto-completion in VS Code. You might check the setting mentioned in this Stackoverflow answer: stackoverflow.com/questions/45808557/autoclose-single-and-double-quotes-vscode
@joey_bonesjr3230 Жыл бұрын
@@DaveGrayTeachesCode thanks for the reply. I did check these settings, i also thought it was some plugins but nothing seems to fix this. Its fine its just that i would like to know why i will keep at it. Thanks again
@johnaweiss11 ай бұрын
27:21 Aren't these equivalent? x = False x = bool(False)
@alexanderkomanov4151 Жыл бұрын
Thanks for another great video!
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@johnaweiss11 ай бұрын
Fantastic tutes. 7:49 Why doesn't 1980 have quotes around it?
@xxFloF00011 ай бұрын
How do I get the same python syntax color theme in VSCode?
@tmt878 Жыл бұрын
Please at the end, put all of these Video tutorials into the one. (Attach them all in one video) . Like you did for HTML,CSS,JavaScript, ...... Thanks Best regards
@DaveGrayTeachesCode Жыл бұрын
I will do that.
@pokesouls82584 ай бұрын
Hey Dave, when I hit CTRL + D and select "first" it changes ALL firsts to pizza and not just the 3 on the bottom. Is there any way to not make it select the firsts in #literal assignment? btw, great videos! Really helps at learning ;)
@pokesouls82584 ай бұрын
nevvermind, I just found out, that it selects all, if you HOLD ctrl + d :D
@galaxian_wanderer Жыл бұрын
Dave. I want to ask that whenever you post a new Python video , do you delete the previous files- like hello.py
@DaveGrayTeachesCode Жыл бұрын
You can if you want to. They are all just examples for each lesson right now.
@vineelabollineni5 ай бұрын
type(pizza)==str the output i got is plz explain y
@willerdude2 ай бұрын
because the anser is False, and false is boolean
@TrustATinOwl Жыл бұрын
and it was going so well...
@utinthein7274 Жыл бұрын
Sir, when i type .... import math don't move to the top in my vscode.
@DaveGrayTeachesCode Жыл бұрын
Did you install the Python extension I discuss in the first lesson of this series? I mention it when I discuss the import moving to the top. VS Code needs to know how to format the Python file.
@utinthein7274 Жыл бұрын
Alright Sir
@HEATEDPLA1NS10 ай бұрын
@@DaveGrayTeachesCode I did but it still didn't go up. my version is 3.12.1. any idea how to fix that?
@Dan_Utt4 ай бұрын
@@HEATEDPLA1NS same issue here, did you figure out how to solve this?
@HEATEDPLA1NS3 ай бұрын
@@Dan_Utt nah I didnt sry
@mortezafarhangpanah256 Жыл бұрын
Thanks
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@martinbrault1563 Жыл бұрын
Highlight "First", then "Control and D", then type "Pizza"... Issue is, it also changes all the words "First"' on the file. How can I fix that?
@DaveGrayTeachesCode Жыл бұрын
Ctrl+D should on select the next instance of the word and not all instances. You can press Alt+Click to deselect any instance you want.
@martinbrault1563 Жыл бұрын
@@DaveGrayTeachesCode Thank you for your speedy response, and for the solution to the issue
@johnaweiss11 ай бұрын
30:06 Interesting that .real and .imag are properties, not functions. I guess the difference is that functions modify something, properties just tell you something about the thing without modifying it. It seems that .real returns the real PART of the variable, and .imag returns the imaginary PART.
@MoreThanFuel5 ай бұрын
I realized that I've been using single quotes instead of double quotes all along to call strings and it hasnt made a difference. is it 'ok' to go on using 'single quotes' or is this a bad habit that will come back to bite me later
@willerdude2 ай бұрын
no idea, but I wont risk it
@1conscience0dimension Жыл бұрын
10:37 ahaha the js reflex `...`
@DaveGrayTeachesCode Жыл бұрын
The struggle is real!
@GabrielMartinez-ez9ue Жыл бұрын
Hi Dave, Just for curiosity... weird that you haven't taught Ruby on Rails. For me its like the best Framework out there. Python brings you to django, but if you've used rails -- you'd know its not even remotely the same.
@DaveGrayTeachesCode Жыл бұрын
Maybe one day. There are so many languages and more. My favorites are JS and Python.
@KD_Doss Жыл бұрын
Please make git tutorial continuation
@DaveGrayTeachesCode Жыл бұрын
Will do!
@johnaweiss11 ай бұрын
7:55 You said you have to cast it as a string to concat in a sentence, but you didn't cast it. You didn't write stmt = 'i like ' + str(decade) you wrote stmt = 'i like ' + decade i see now you meant you had to previously cast it, as you did. But it was confusing for a minute!
@miraam765 ай бұрын
Ctrl + / is not working
@ahreincarnated2 ай бұрын
just goes too fast but videos are great
@1conscience0dimension Жыл бұрын
oh, first point I can erase my previous comment about creating new file ;)