
FastAPI Course for Beginners
video description
Date: 2022-03-14
Related videos
Comments and reviews: 7
paushali
1. love the fact that Tommy is doing the work in windows
2. Python is my favourite programming language because it's intuitive. The only problem what I have with Python is that, at time we need to define the type of variable.
3. I need to understand, can we get good code completion suggestion. VSCode seems to be just fine. What about PyCharm? It is by Intellij team, is it better than VSCode in this regard of code completion? I have been using Kite as well. I am not very impressed. TabNine doesn't work well with VSScode, though I have heard that it works good with sublime text. Nevertheless, I dont wanna start working for sublime text, just because of TabNine. Suggestions please.
reply
1. love the fact that Tommy is doing the work in windows
2. Python is my favourite programming language because it's intuitive. The only problem what I have with Python is that, at time we need to define the type of variable.
3. I need to understand, can we get good code completion suggestion. VSCode seems to be just fine. What about PyCharm? It is by Intellij team, is it better than VSCode in this regard of code completion? I have been using Kite as well. I am not very impressed. TabNine doesn't work well with VSScode, though I have heard that it works good with sublime text. Nevertheless, I dont wanna start working for sublime text, just because of TabNine. Suggestions please.
reply
Hamad
-56:15. The value is giving error while updating student object
students[student_id].name = student.name
AttributeError: 'dict' object has no attribute 'name'
I solved it by using it like this.
students[student_id][-name-] = student.name
In python, dictionary values cant be acessed like dict.key = new_value. It can be accessed like dict[key]
Reply....
reply
-56:15. The value is giving error while updating student object
students[student_id].name = student.name
AttributeError: 'dict' object has no attribute 'name'
I solved it by using it like this.
students[student_id][-name-] = student.name
In python, dictionary values cant be acessed like dict.key = new_value. It can be accessed like dict[key]
Reply....
reply
Ragavendra
2 minutes in and I had to stop because you're basically installing the packages on your machine instead of setting up a virtual environment first, which is the best practice to do. Not sure if I can rely on anything else you've got to share in this video. No thanks!
reply
2 minutes in and I had to stop because you're basically installing the packages on your machine instead of setting up a virtual environment first, which is the best practice to do. Not sure if I can rely on anything else you've got to share in this video. No thanks!
reply
Ikshit
Quick Question - Regarding Put Method
For this example it was fine to write code for 3 column but if DB contains 100 column then do we need to write if statement for all 100 column or is there any better way to handle this situation?
reply
Quick Question - Regarding Put Method
For this example it was fine to write code for 3 column but if DB contains 100 column then do we need to write if statement for all 100 column or is there any better way to handle this situation?
reply
Transience
Hello FreeCodeCamp. You videos helped me so much and there is question. Are there coming Redux Course? I cant find a new actual course for redux on youtube that was loaded in less than a year. Anyways, you made my career.
reply
Hello FreeCodeCamp. You videos helped me so much and there is question. Are there coming Redux Course? I cant find a new actual course for redux on youtube that was loaded in less than a year. Anyways, you made my career.
reply
Aurelio
This is beautifullll...tnx. Which server solution do you recommend for a baby-startup, no big data requests, or ML type of service, but will serve to specific region (as opposed to globally)
reply
This is beautifullll...tnx. Which server solution do you recommend for a baby-startup, no big data requests, or ML type of service, but will serve to specific region (as opposed to globally)
reply
qazaq
requesting apache kafka video! kafka is a must in modern tech ! kafka is so important that you should cover it please!
also if possible apache flink, hadoop, spark
reply
requesting apache kafka video! kafka is a must in modern tech ! kafka is so important that you should cover it please!
also if possible apache flink, hadoop, spark
reply
Add a review, comment
Other channel videos















