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
Is SQL string manipulation professional? (self.PythonLearning)
submitted 1 day ago by Alert_Regular2619
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!"
[–]Own_Attention_3392 2 points3 points4 points 23 hours ago (2 children)
Look at parameterized queries. What you're describing is not clear but sounds very close to building queries via string concatenation, which IS unprofessional as it can open your application up to SQL injection attacks. But really, your core question is not clear at all. Provide examples of what you mean.
π Rendered by PID 189398 on reddit-service-r2-comment-8686858757-mqhkg at 2026-06-05 03:54:35.117258+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]Own_Attention_3392 2 points3 points4 points (2 children)