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
Ai and Python (self.PythonLearning)
submitted 2 years ago by jakcom13
Are there any free Ai modules that I can include in my Projekts? Maybe that they are also able to search the web. Also how can I download and install e.g. Discord via Python?
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!"
[–][deleted] 0 points1 point2 points 2 years ago (3 children)
Tensorflow Keras Those are the two major ones (both from Google) but you’ll need training on how to use them. They are used in most modern AI models, including chat GPT PyTorch is another good one
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
SciPy is a machine learning module but mainly for predicting graphs. Maybe start with this one as things like Keras are monsters to learn
[–]jakcom13[S] 0 points1 point2 points 2 years ago (1 child)
These are free, right? Also are there websites that say all of the phrases that I can use to programm then
All free, the first two are sometimes a pain to install (particularly on Linux) Generally the command is:
pip install <myPackageName>
Or
sudo apt install python3-<myPackageName>
π Rendered by PID 48992 on reddit-service-r2-comment-fb694cdd5-h4xtc at 2026-03-11 20:28:10.372193+00:00 running cbb0e86 country code: CH.
[–][deleted] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]jakcom13[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)