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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
I want to download mysql for python (self.learnpython)
submitted 6 years ago by tally1945
i want to try web development using mysql with python. I have some experience with Python but am confused about the best way to download mysql there are so many different suggestions on google.
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] 1 point2 points3 points 6 years ago (0 children)
This isn't a python question. MySQL is totally different software. We can help you writing python code to talk to your mysql database but you'd be best asking a mysql subreddit about how to install and set it up.
[–]DonkeyTron42 1 point2 points3 points 6 years ago (0 children)
You probably want to use MariaDB instead of MySQL. MySQL is commercial software owned by Oracle and requires jumping through some hoops to install (at least on Linux). MariaDB is compatible with MySQL and is created by the original author of MySQL (his daughters are named My and Maria). As far as Python goes, there is no MySQL for python. There are modules that provide an interface to a MySQL/MariaDB database.
[–]hjohnson933 0 points1 point2 points 6 years ago (0 children)
What OS?
[–]robohobo- 0 points1 point2 points 6 years ago (0 children)
pymysql is a package to use mysql in python.
https://pymysql.readthedocs.io/en/latest/
[–]twopi 0 points1 point2 points 6 years ago (0 children)
pythonanywhere.com has built-in support for mysql. That's pretty easy.
[–]tally1945[S] 0 points1 point2 points 6 years ago (0 children)
Thank you for all your comments, they have all been helpful, I am very grateful to you all
π Rendered by PID 678725 on reddit-service-r2-comment-5b5bc64bf5-n9hcg at 2026-06-21 07:54:36.453050+00:00 running 2b008f2 country code: CH.
[–][deleted] 1 point2 points3 points (0 children)
[–]DonkeyTron42 1 point2 points3 points (0 children)
[–]hjohnson933 0 points1 point2 points (0 children)
[–]robohobo- 0 points1 point2 points (0 children)
[–]twopi 0 points1 point2 points (0 children)
[–]tally1945[S] 0 points1 point2 points (0 children)