VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
FastAPI Course for Beginners

FastAPI Course for Beginners

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
This video is a full FastAPI crash course. In the course, you will learn everything you need to know to start building APIs using FastAPI. -- Course developed by Code With Tomi. https://www.youtube.com/c/CodeWithTomi - Download a free FastAPI Cheat Sheet - https://codewithtomi.eo.page/nnr3t - Join Code With Tomi's Discord Server - https://discord.gg/cjqNBHHhKV
Date: 2022-03-14

Comments and reviews: 7


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

-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

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

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

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

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

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