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!
@Bung-za3 ай бұрын
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_army1233 ай бұрын
good luck man i am 14 and i am trying to learn python
@photonspawn2124 ай бұрын
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!
@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!
@paulmaxwell1395 Жыл бұрын
just to say thank you very much i am learning python all thanks to your tutorials. Keep up the good work!
@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.
@verymessy9 ай бұрын
Dave... I hate math, and you somehow just made it manageable for me. THANK YOU!!!!
@willerdude4 ай бұрын
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!
@unknown-q8u3 ай бұрын
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.
@johnny-d8o8mАй бұрын
Awesome training guide series👍👍👍. Well explained.
@QuesoGr711 ай бұрын
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!
@pranavseth649210 ай бұрын
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
@DaveGrayTeachesCode10 ай бұрын
Glad I could help!
@TaniaAmbaryan6 ай бұрын
Спасибо!
@DaveGrayTeachesCode6 ай бұрын
Thank you for the support!
@kazitanim007 Жыл бұрын
Great course Dave, appreciate ur efforet.
@lindachen6305 ай бұрын
I like your videos and learn a lot about python from them. Thank you so much!
@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!
@serenityandtranquility6299 Жыл бұрын
It's him again..Thank you so much Dave ❤❤
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@esraaabdellatif2130Ай бұрын
Awesome, Thanks ❤
@johnaweiss Жыл бұрын
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.
@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!
@saia6924 Жыл бұрын
Wow, you are amazing Dave. Thank you so much
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@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.
@rohitsingh-xj1ey Жыл бұрын
Thank you soo much soo grateful for all the best content you are providing
@DaveGrayTeachesCode Жыл бұрын
You're most welcome!
@JosephWright-ys9pv11 ай бұрын
These are exceptionally made videos and i really cannot thank you enough!
@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
@alexanderkomanov4151 Жыл бұрын
Thanks for another great video!
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@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
@thevalenceelectron30117 ай бұрын
send me the code, i will test on my machine
@seanearnest2 ай бұрын
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!
@IMakeHistory22 ай бұрын
same issue
@PierreBrassauАй бұрын
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?
@muhmmad70458 ай бұрын
nice Dave, can you please guide me how I can set font as did in your vs code ?
@johnaweiss Жыл бұрын
27:21 Aren't these equivalent? x = False x = bool(False)
@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
@johnaweiss Жыл бұрын
Fantastic tutes. 7:49 Why doesn't 1980 have quotes around it?
@pokesouls82585 ай бұрын
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 ;)
@pokesouls82585 ай бұрын
nevvermind, I just found out, that it selects all, if you HOLD ctrl + d :D
@muzhaffarhaydar79286 ай бұрын
thanks dave
@dhruvbhandari378 Жыл бұрын
33:13 Which extension?
@affiquenofil11405 ай бұрын
Can I use code assistants to write codes?
@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.
@johnaweiss Жыл бұрын
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.
@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.
@vineelabollineni6 ай бұрын
type(pizza)==str the output i got is plz explain y
@willerdude4 ай бұрын
because the anser is False, and false is boolean
@mortezafarhangpanah256 Жыл бұрын
Thanks
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@xxFloF000 Жыл бұрын
How do I get the same python syntax color theme in VSCode?
@MoreThanFuel6 ай бұрын
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
@willerdude4 ай бұрын
no idea, but I wont risk it
@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
@TrustATinOwl Жыл бұрын
and it was going so well...
@KD_Doss Жыл бұрын
Please make git tutorial continuation
@DaveGrayTeachesCode Жыл бұрын
Will do!
@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
@HEATEDPLA1NS Жыл бұрын
@@DaveGrayTeachesCode I did but it still didn't go up. my version is 3.12.1. any idea how to fix that?
@Dan_Utt5 ай бұрын
@@HEATEDPLA1NS same issue here, did you figure out how to solve this?
@HEATEDPLA1NS5 ай бұрын
@@Dan_Utt nah I didnt sry
@johnaweiss Жыл бұрын
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!
@1conscience0dimension Жыл бұрын
10:37 ahaha the js reflex `...`
@DaveGrayTeachesCode Жыл бұрын
The struggle is real!
@miraam766 ай бұрын
Ctrl + / is not working
@ahreincarnated4 ай бұрын
just goes too fast but videos are great
@1conscience0dimension Жыл бұрын
oh, first point I can erase my previous comment about creating new file ;)