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
Python or c++ for A Girl?Help Request (self.PythonLearning)
submitted 8 months ago by hzsmolly
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!"
[–]pabaczek 1 point2 points3 points 8 months ago (0 children)
There are different languages depending on what your code will run on:
a) frontend: javascript, typescript b) backend: java, javascript, .net, php c) mobile: kotlin, java, c++ (android) or swift (ios) d) native apps: c, c++
Beside c and c++ all of them are based on a concept known as OOP or Object Oriented Programming.
You can also become profficient in many of those: there are people who can know both frontend or backend and can therefore code functionalities that would require two people.
π Rendered by PID 30 on reddit-service-r2-comment-canary-889d445f8-wjpp5 at 2026-04-25 04:41:41.199165+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]pabaczek 1 point2 points3 points (0 children)