Thanks @guarin1949 for taking the time to read through my posts. I also do appreciate your feedback 🙂. I did run through the reported concerns and yes, there was an issue with the argument name which has been updated now. While you consider the debugging as an interesting one, sorry you had to deal with that mismatch.
This article is a series in which your concerns about the import statement has been treated in previous post -- here are the references:
For this purpose, SQLAlchemy provides a select function which can be imported from sqlalchemy.sql module.
Above quote is an extract from this article ( On this one, I'll be more explicit in my future articles as the provided block code snippet didn't capture it but i made a statement on it and also the git repo reflected it)
Thanks again Warren for the comment and report. You just made this article better by reporting the observed issues. 🙏
Thanks @guarin1949 for taking the time to read through my posts. I also do appreciate your feedback 🙂. I did run through the reported concerns and yes, there was an issue with the argument name which has been updated now. While you consider the debugging as an interesting one, sorry you had to deal with that mismatch.
This article is a series in which your concerns about the import statement has been treated in previous post -- here are the references:
ref to
create_connectionimportAbove quote is an extract from this article ( On this one, I'll be more explicit in my future articles as the provided block code snippet didn't capture it but i made a statement on it and also the git repo reflected it)
Thanks again Warren for the comment and report. You just made this article better by reporting the observed issues. 🙏
here is a link to github for the complete source code
github.com/spaceofmiah/practical-r...