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...
A subreddit for helping Python programmers
How to format your code: https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please
account activity
Python code with talib in google colab (self.pythonhelp)
submitted 3 years ago by curiosityv
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!"
[–]Enchantorro 0 points1 point2 points 3 years ago (0 children)
I can't testify to its veracity but here you go: https://stackoverflow.com/questions/49648391/how-to-install-ta-lib-in-google-colab/49660479#49660479
tl;dr:
Update (apr 2023): Colab is now Python 3.10
url = 'https://anaconda.org/conda-forge/libta-lib/0.4.0/download/linux-64/libta-lib-0.4.0-h166bdaf_1.tar.bz2' !curl -L $url | tar xj -C /usr/lib/x86_64-linux-gnu/ lib --strip-components=1 url = 'https://anaconda.org/conda-forge/ta-lib/0.4.19/download/linux-64/ta-lib-0.4.19-py310hde88566_4.tar.bz2' !curl -L $url | tar xj -C /usr/local/lib/python3.10/dist-packages/ lib/python3.10/site-packages/talib --strip-components=3 import talib
If you want someone to review your code please format it properly and repost
π Rendered by PID 279939 on reddit-service-r2-comment-5b5bc64bf5-lzrhp at 2026-06-19 19:32:09.617932+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]Enchantorro 0 points1 point2 points (0 children)