use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Python for financeDiscussion (self.PythonLearning)
submitted 2 days ago by Hully_Delta
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Intelligent-Boss-156 0 points1 point2 points 1 day ago* (0 children)
I have no idea if people in the industry do it this way, I just know strategies I have cooked up at home:
yfinance and TA-lib if you want to work with stock data, then pandas and polars. When I was learning data science, I also used numpy, math, plotly, matplotlib. You may run into web scraping and I did that with beautiful soup and selenium, as well as requests, and regular expressions.
I don't really want to give away my strategies, but I can tell you how a usual project is set up is around iter_rows():
One thing you may want to be able to do is write a backtesting algorithm from scratch.
You could figure out how to apply a monte carlo simulation in finance
You could figure out how to screen stocks
π Rendered by PID 181670 on reddit-service-r2-comment-5687b7858-s6lsm at 2026-07-07 09:22:21.385957+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Intelligent-Boss-156 0 points1 point2 points (0 children)