
Python API Development - Comprehensive Course for Beginners
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
eric-igbinosun
hello I ran into an error when working on the sqlalchemy engine, created the database_url with the correct password but it gives me this error -sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at -localhost- (::1), port 5432 failed: FATAL: password authentication failed for user -postgres- -I am using the correct password because that's what I use to connect to the DB anytime I log in. thank you, anyone, in advance
reply
hello I ran into an error when working on the sqlalchemy engine, created the database_url with the correct password but it gives me this error -sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at -localhost- (::1), port 5432 failed: FATAL: password authentication failed for user -postgres- -I am using the correct password because that's what I use to connect to the DB anytime I log in. thank you, anyone, in advance
reply
Luis
for those having the problem in 10:25:39 with the PostOut model, he didn't realize but what he changed at the end was including the BaseModel on the PostOut class instead of the PostBase which is what got you a bunch of errors beacause you're passing to the class the atributes of the PostBase Model and you're passing the same thing to the Post object. I hope it helped
reply
for those having the problem in 10:25:39 with the PostOut model, he didn't realize but what he changed at the end was including the BaseModel on the PostOut class instead of the PostBase which is what got you a bunch of errors beacause you're passing to the class the atributes of the PostBase Model and you're passing the same thing to the Post object. I hope it helped
reply
Ferris
Can anyone guide me what is the best way to be a back-end developer, i am a DevOps Engineer and i mainly deal with CI-CD and cloud technology. I want to dig into back-end development using python upto production level. What i want is a very detailed Program. Please guide me to some resource.
reply
Can anyone guide me what is the best way to be a back-end developer, i am a DevOps Engineer and i mainly deal with CI-CD and cloud technology. I want to dig into back-end development using python upto production level. What i want is a very detailed Program. Please guide me to some resource.
reply
Les
Random question, maybe my brain is fuzzy from too much watching, but in the Docker section, did I miss where the docker postgres image gets tables and schema structure? How do you do that as the main -hello world- works fine, but any other requests fail because there is no table structure.
reply
Random question, maybe my brain is fuzzy from too much watching, but in the Docker section, did I miss where the docker postgres image gets tables and schema structure? How do you do that as the main -hello world- works fine, but any other requests fail because there is no table structure.
reply
Adam
Hey Guys,
I have run into an error when running heroku run -alembic upgrade head-, -> password authentication failed for user.... I dont understand how this can be happening when i didnt get this error to run the server previously. Has anyone seen this or be able to help me out?
reply
Hey Guys,
I have run into an error when running heroku run -alembic upgrade head-, -> password authentication failed for user.... I dont understand how this can be happening when i didnt get this error to run the server previously. Has anyone seen this or be able to help me out?
reply
Franz
Thank you so much for this awesome course! I'm a junior developer working on my first API (FastAPI) at work, this gives me the necessary foundation. Everything fits together and that the chosen tools and methods are relevant in the industry... This is highly valuable!
reply
Thank you so much for this awesome course! I'm a junior developer working on my first API (FastAPI) at work, this gives me the necessary foundation. Everything fits together and that the chosen tools and methods are relevant in the industry... This is highly valuable!
reply
Jai
I have a small problem, at 43:43 timestamp, we can see that the terminal has colors like INFO is green, then there is Cyan coloured number : 5480 but I can't see the colors, instead i see random code like '?[32m' or '?[36m'. Please help if you find a solution
reply
I have a small problem, at 43:43 timestamp, we can see that the terminal has colors like INFO is green, then there is Cyan coloured number : 5480 but I can't see the colors, instead i see random code like '?[32m' or '?[36m'. Please help if you find a solution
reply
mei
A List wasn't the best choice to store that type of data, a dictionary would have been more suitable where Mapping was done as so all that was necessary is -dict.get(id)- to see if the key exists, this would also be convenient to solve the dupe id issue
reply
A List wasn't the best choice to store that type of data, a dictionary would have been more suitable where Mapping was done as so all that was necessary is -dict.get(id)- to see if the key exists, this would also be convenient to solve the dupe id issue
reply
mohammad
4:26:27 Why do you return a dictionary to tell the front end information rather than simply returning a simple print statement/message? Im not through the whole course yet but i cant seem to understand the logic behind this...
reply
4:26:27 Why do you return a dictionary to tell the front end information rather than simply returning a simple print statement/message? Im not through the whole course yet but i cant seem to understand the logic behind this...
reply
Mike
6:04:00 can't install bcrypt in the virtual environment, (on windows machine)
error : can't build the wheel
I don't what the problem is.
pip is running on latest version
python : 3.8
do anyone have any solution?
reply
6:04:00 can't install bcrypt in the virtual environment, (on windows machine)
error : can't build the wheel
I don't what the problem is.
pip is running on latest version
python : 3.8
do anyone have any solution?
reply
Add a review, comment















