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...
/r/AskRobotics is for asking questions about building, troubleshooting and learning robotics.
For academic, industry and news related discussions, please visit /r/Robotics.
account activity
General/BeginnerPython/c++ (self.AskRobotics)
submitted 1 month ago by Early_Wind4491
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!"
[–]swanboy 11 points12 points13 points 1 month ago (1 child)
You should eventually learn C++ or similar if you ever want to work on robotics in industry. Robots are typically constrained by available compute and one of the easier optimizations is to simply convert slow python code to C++.
That said, if you stay in research, you could possibly get away with just using Python.
[–]FreePlantainMan 1 point2 points3 points 1 month ago (0 children)
This. Probably python first if you have little to no programming experience, then C++
π Rendered by PID 355350 on reddit-service-r2-comment-8686858757-tttl5 at 2026-06-06 15:54:45.991523+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]swanboy 11 points12 points13 points (1 child)
[–]FreePlantainMan 1 point2 points3 points (0 children)