alv2017
alv2017
Hi, I suggest to use **yfinance** package for data extraction, https://github.com/ranaroussi/yfinance. It will be possible to pull the data interactively from Yahoo, and get the results. On top of that...
@cbornet: Thanks for demo! Looks interesting. :+1: (It might be useful to put this on Discussion board as well)
I support the changes proposed by @IdleSys. :+1: The corrections I suggested are optional, and it is up to the PR author to implement them or not. :blush:
There is one more thing to think about: when the reference code is modified all the translations related to it will get corrupted.
1) I reviewed updated code references, everything looks good now. 2) In the mean time I found out that there are not that many translations of the `sql-databases.md`: - es...
Hi @tiangolo, @alejsdev, sorry for bothering you, but we need your help and guidance. We would like to make some updates to the code related to the [SQL (Relational) Databases](https://fastapi.tiangolo.com/tutorial/sql-databases/)...
@IdleSys: 1) Please sync your PR with the master branch.
Hi @svlandeg, please confirm that the maintenance team - is removing/deprecating `app.on_event` functionality; - is OK to move forwards with this PR. Thank you! :smiley:
@IdleSys, @svlandeg I suggest that in this PR we are changing only: a) the source code of the tutorials b) code references in the affected tutorials without changing the content...
Hi @IdleSys, My suggestions remain the same in https://github.com/fastapi/fastapi/pull/13253#issuecomment-2799968676 Let me explain why: 1) We completely removed everything related to `@app.on_event` from the code related to this tutorial. I see...