Thanks Dave for this course. This is the first python course that I was able to complete!!! Do you have some plan to also create a flutter beginner course? 😅
this is an awesome video dave sensei. will there be a django video as well master? thank you so much for all the easily accessible high quality content. God bless
David. I've been through most of the video. When I go to run the server.py file, I get first of all a prompt that says I'm using SH. Also, when I bring up the browser I get a sign in request. Any idea of why? I am using Linux Mint Thank you.
Not totally sure because I don't have a Linux machine here. I _think_ SH is a reference to your shell. A quick Google: www.google.com/search?q=linux+sh ..and it seems likely. Here's a link to the VS Code docs for using Python and Linux together: code.visualstudio.com/docs/python/python-tutorial#_linux
@@DaveGrayTeachesCode Dave. I found the problem with my stuff. First, I had to RUN flask - 'flack run". once I did that, everything seemed to clearn up,....sorry to have bothered you. Got it to run SUPERBLY! You are a great instructor. Keep up the good work.
I got a problem. After activating "format on save" in vs code when I press ctrl+s it automatically put a "/" after and like this or Can anyone help me out?
Sounds like you are using Prettier for the format on save setting. If you get into the settings.json file for VS Code, my HTML format setting is this: "[html]": { "editor.defaultFormatter": "vscode.html-language-features" },
Hi I am student I have a project In my project I have got a problem and I don’t know how to fix it If you can help me I will be thankful And if you want I will pay you My project is about face recognition
Dave, I love your series, but I need help! I am stuck in LESSON 15 arguments. I cannot get my terminal to call up my file. I followed carefully what you type py hello_person.py -n into terminal many times even tried variations. It always comes back with have done the lesson a couple of times, even copied and pasted your code into . Here's what I get returned. PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey> py hello_person.py -n C:\Users\Latest Blender\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\\Users\\Latest Blender\\Documents\\learning Python\\Dave Grey\\hello_person.py': [Errno 2] No such file or directory PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey> Thank you for your awesome lessons! I really want to finish the course but feel like I can't move on until I have this issue figured out.
This tutorial is pure gold, Thank you Dave!
Thanks Dave, did the whole series! appreciate your work very much!
Dave, you are the best at teaching us Python. Thanks! 🚀
Entire playlists is a top-notch.
clear explanations, easy to follow, great educator!
Glad it was helpful!
I just started watching the last video of the tutorial. Amazing videos 🎉
Thanks Dave for this course. This is the first python course that I was able to complete!!! Do you have some plan to also create a flutter beginner course? 😅
No plans for Flutter in the near future.
@@DaveGrayTeachesCode Thanks for the answer!!!
This is fantastic! Thanks so much! This is just what I needed! ^_^
Do you think any python feature (audio input / output) could be easily ported on the web with Flask ?
My css is not working even after trying everything, any ideas?
your video was very easy to understand. thank you
great video! Appreciate!
Excellent Dave !
thankyou dev
looks like the api link using just city and api key is no longer working
Woww what an amazing channel you got here Sir!
Liked and subbed!
Any chance a video on Quart? It's the async version of Flask.
Cheers!
Thanks for this series on Python, Dave. It's been enjoyable to learn but I think I'll continue to stick with JavaScript for the time being.
Depending on need, I use both 😀
Dave once again a remarkable video, please merge all Python videos in single one. if you have done this before, please share the link
I will in the near future.
I run into this error whiles deploying ERROR: Invalid requirement: 'This is the change' (from line 1 of requirements.txt)
Thank You!
Welcome!
Good video what theme color you use in visual code
The values are in Fahrenheit not in degree.
this is an awesome video dave sensei. will there be a django video as well master? thank you so much for all the easily accessible high quality content. God bless
Hi Dave, is it the last video of this playlist?
Last video of this beginners course. I may add other Python videos to the playlist to follow after the course.
@@DaveGrayTeachesCode thanks 👍
David. I've been through most of the video. When I go to run the server.py file, I get first of all a prompt that says I'm using SH. Also, when I bring up the browser I get a sign in request. Any idea of why? I am using Linux Mint
Thank you.
Not totally sure because I don't have a Linux machine here. I _think_ SH is a reference to your shell. A quick Google: www.google.com/search?q=linux+sh ..and it seems likely. Here's a link to the VS Code docs for using Python and Linux together: code.visualstudio.com/docs/python/python-tutorial#_linux
@@DaveGrayTeachesCode Dave. I found the problem with my stuff. First, I had to RUN flask - 'flack run". once I did that, everything seemed to clearn up,....sorry to have bothered you. Got it to run SUPERBLY! You are a great instructor. Keep up the good work.
thank you, sir
Maybe a Django series next?
please I'm getting an error while trying to create the virtual envronment
Creating a virtual environment is different depending on your machine. The process for Mac will be different from windows, etc.
I got a problem. After activating "format on save" in vs code when I press ctrl+s it automatically put a "/" after and like this or
Can anyone help me out?
Sounds like you are using Prettier for the format on save setting. If you get into the settings.json file for VS Code, my HTML format setting is this: "[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
@@DaveGrayTeachesCode Thanks for the help. Currently I am doing your HTML tutorial.
Hi I am student I have a project
In my project I have got a problem and I don’t know how to fix it
If you can help me I will be thankful
And if you want I will pay you
My project is about face recognition
thank you dave we want some django rest frmaework please
Patience please. I needed to complete the Python for Beginners playlist. I'll move forward from here.
I keep getting the error :JAVA_HOME is not set
I am deploying an app that uses a ml model and pipeline so I am using pyspark
u are so great, I wanna be like you💖💖
👍
Dave, I love your series, but I need help! I am stuck in LESSON 15 arguments. I cannot get my terminal to call up my file. I followed carefully what you type py hello_person.py -n into terminal many times even tried variations. It always comes back with have done the lesson a couple of times, even copied and pasted your code into . Here's what I get returned. PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey> py hello_person.py -n
C:\Users\Latest Blender\AppData\Local\Programs\Python\Python312\python.exe: can't open file 'C:\\Users\\Latest Blender\\Documents\\learning Python\\Dave Grey\\hello_person.py': [Errno 2] No such file or directory
PS C:\Users\Latest Blender\Documents\learning Python\Dave Grey>
Thank you for your awesome lessons! I really want to finish the course but feel like I can't move on until I have this issue figured out.