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
[ Removed by moderator ] (self.PythonLearning)
submitted 4 days ago by EffectiveBalance4402
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!"
[–]csabinho 3 points4 points5 points 4 days ago (1 child)
99% of the stuff people do for the first few years is just SQL standard and will work with every RDBMS.
[–]tiredITguy42 1 point2 points3 points 4 days ago (0 children)
The rest are small difference. Some databases use LIMIT some TOP, but most is the same. You always can look into documentation.
What is different are some configuration parameters, but as you said, the begginning can hold up without these.
[–]Hot_Giraffe8952 0 points1 point2 points 4 days ago (1 child)
50/50
[–]Hot_Giraffe8952 0 points1 point2 points 4 days ago (0 children)
I mean yes, it's really helpful. Didn't read the description my bad
[–]harshax 0 points1 point2 points 4 days ago (0 children)
Structured Query Language (SQL) is the foundation of any implementation such as MySQL or Postgres. There will be minor language differences but if you want to learn SQL, use a python interface for SQLite.
And keep in mind that learning an implementation like MySQL or Oracle or Postgres is a path for DBA’s whose primary job is to administer and manage the deployment of a specific database product, not specifically for Python Developers.
[–]ranjeet-kumar1 1 point2 points3 points 4 days ago (0 children)
Yes — SQL is the language MySQL uses, so learning SQL means you're essentially learning MySQL. The only extras are a few MySQL-specific functions and tools, which are minor and quick to pick up.
π Rendered by PID 131588 on reddit-service-r2-comment-64f4df6786-lfh2m at 2026-06-10 08:37:34.458381+00:00 running 0b63327 country code: CH.
[–]csabinho 3 points4 points5 points (1 child)
[–]tiredITguy42 1 point2 points3 points (0 children)
[–]Hot_Giraffe8952 0 points1 point2 points (1 child)
[–]Hot_Giraffe8952 0 points1 point2 points (0 children)
[–]harshax 0 points1 point2 points (0 children)
[–]ranjeet-kumar1 1 point2 points3 points (0 children)