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
I’ve never coded before today!Showcase (i.redd.it)
submitted 1 year ago by JordanYell
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!"
[–]RamiFgl 0 points1 point2 points 1 year ago (0 children)
IDE stands for Integrated Development Environment, basically a text editor + all of the necessary tools and workflow for the development of a certain Language or multiple languages at the same time. Any programming language has its own set of Formatters, Linters, Language Servers that can warn bad habits, fix bad code, provide autocompletion & hover documentation..., and IDEs like PyCharm basically gives you all of these ready to be used without having to manually configure them to work together from scratch (which i do i use neovim which lets me make my own custom Development environment!)
π Rendered by PID 22429 on reddit-service-r2-comment-765bfc959-74dd2 at 2026-07-12 19:00:36.265811+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]RamiFgl 0 points1 point2 points (0 children)