https://www.pybroker.com/en/latest/index.html
Don't see any bank statements as proof, but still interesting
https://www.pybroker.com/en/latest/index.html
Don't see any bank statements as proof, but still interesting
Open source python library for data visualizations and dashboards. Look more flexible than Tableau or Power BI
How is this dataset open?
https://matthias-research.github.io/pages/tenMinutePhysics/index.html
python-based physics simulations
https://martinheinz.dev/blog/83
like starting a webserver, etc.
https://tvkoushik.medium.com/common-python-anti-patterns-to-watch-out-for-9271d13a3f8e
I've never exec'd python code, but I've committed most of the other missteps listed herein.
https://www.makeuseof.com/build-api-python-popular-frameworks/amp/
comparing 8 popular python API frameworks.
https://towardsdatascience.com/understanding-flask-vs-fastapi-web-framework-fe12bb58ee75
I've used Flask before, but looks like FastAPI would be better, especially with OpenAPI integration.
https://medium.com/pythonland/10-advanced-python-tricks-to-write-faster-cleaner-code-f9ee76fa878f
some of these I've never seen.
https://towardsdatascience.com/a-better-alternative-to-python-dictionaries-6eaf8b6c48d0
eliminates the rough edges and edge-cases of the standard python dictionary.
I've blundered into this technique myself to make up for the lack of case statement. Their implementation is a bit cleaner than mine.
https://towardsdatascience.com/4-cool-python-libraries-that-you-should-know-about-bea9619e481c
No grand literary theme tying these together, just cool libraries.
https://betterprogramming.pub/5-powerful-python-f-strings-use-cases-acfb6070a8dd
Some a little too fancy for my taste
https://towardsdatascience.com/an-interactive-web-dashboard-with-plotly-and-flask-c365cdec5e3f
How does this compare with other visualization dashboards?
https://kobra.dev/
Reminds me a lot of Scratch
Good step-by-step walkthrough of NLP sentiment analysis.
https://towardsdatascience.com/1-line-of-python-code-for-data-profiling-660496883d8f
kind-of-amazing all-in-one data profiling package.
https://towardsdatascience.com/11-pandas-built-in-functions-you-should-know-1cf1783c2b9
Good intro to the panda way of thinking
https://towardsdatascience.com/music-in-python-2f054deb41f4
Old-school ADSR
https://towardsdatascience.com/interoperable-python-and-sql-in-jupyter-notebooks-86245e711352
An introduction to FugueSQL. It's magical.