Almost all the people forgot the good pronunciation, as a non native is very helpfull thats someone really speaks correctly. do you happend to know if I call a connection and save it in a variable that I would happend to pass to 3 different functions why the connection would be broken ? do I have to pass the engine and then connect each time ?
I think it’s important you use one connection object. Creating many different objects a confuse you. By the way, for each connection, you have to provide the engine because without it, sqlalchemy won’t know what high database to work with
Thanks for the video, very well thought out. One of the best I've seen where you don't waste time going over setups, some of the videos on this topic I have seen spend half an hour just setting up the project before they get to explaining SQLAlchemy. Looking forward to going through your ORM video.
The next video is on SQLAlchemy ORM. We shall explore some really interesting changes added to SQLAlchemy. Thanks for watching.
Please do videos on snowflake and sqlalchemy orm.
This video is:
- clearly explained
- modular (explains each part individually)
- beginner friendly
Thank you soo much.
Glad you loved it. Thanks for watching.
Both videos, the CORE and the ORM, they are really really useful. Thank you!
Glad they helped. Thanks for watching
Almost all the people forgot the good pronunciation, as a non native is very helpfull thats someone really speaks correctly. do you happend to know if I call a connection and save it in a variable that I would happend to pass to 3 different functions why the connection would be broken ? do I have to pass the engine and then connect each time ?
I think it’s important you use one connection object. Creating many different objects a confuse you. By the way, for each connection, you have to provide the engine because without it, sqlalchemy won’t know what high database to work with
Thanks for the video, very well thought out. One of the best I've seen where you don't waste time going over setups, some of the videos on this topic I have seen spend half an hour just setting up the project before they get to explaining SQLAlchemy. Looking forward to going through your ORM video.
Glad it helped you and thanks for watching
The SQLAlchemy docs were just too hard, you made it easier for me to go through the docs thanks.
I am really glad my video helped
Well done Ssali - nice introduction.
Glad it helped. Thanks for watching
expertly taught. Thank you! Any idea when you will be done with part 2.?
Uploading it probably today.
Wanna have an organized weekly upload schedule
Simple and to the point.
Thanks for watching
Great work, my friend. This video is very helpfull. Thank you!
Glad it helped. Thanks for watching
Excelente explicación, mas fácil que leer la documentación oficial!
Realmente me alegro de que haya ayudado. Utilicé el traductor de Google porque no sé español. gracias amigo
A good video would be how to write window functions (rank, row , partition by)
Thanks!
Thanks for watching
I have question is it necessary to learn both sqlalchemy core and sqlalchemy ORM or one is enough
A good knowledge of the core can really get you understanding the ORM even more. That is my opinion
On the vs code status bar there is "File 0% Documented". What tool is it?
Autodoc. I think that’s what it is