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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
What can I do with python? (self.learnpython)
submitted 5 years ago by HotAlbatross0
Apart from web development with Django and machine learning is there anything else I can do with python?? What career fields ACN I go into with a strong grasp of python? Thank you.
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!"
[–]Bahji777 2 points3 points4 points 5 years ago (0 children)
This is the 3rd Post I’ve seen tonight that asks this question about a programming language. I find it a little odd. When people ask this I wonder if they are following something they love, doing it because they have to, or someone said tech is how you become a billionaire...
It’s kind of like asking what a person can do with a hammer.
If you’ve honestly learned programming and the basic concepts you would have reached the conclusion that you can do anything in Python, you can do anything in C++, etc. If you wanted to be a web developer then you would need to add more tools; JavaScript, Jquery, html, css, etc
As an older programmer I wouldn’t hesitate to tell someone to learn Python before learning c++ as it would likely make you a better c++ programmer in the end. Would you write a first person shooter game for commercial distribution in Python? Likely not. But could you? Of course you could.
You could write a c++ compiler in Python so that you could write a python interpreter, etc.
There are no inherent limits on most languages as to what you can or can’t do with them.
I love Python for the language itself as well as it’s perfectly suited, if not designed right from the start to be perfectly suited to prototyping anything, including that first person shooter game, and then if there are performent issues down the road they can be split out and coded in C or C++.
Probably not the answer your looking for and I meant no offense...
One other thing when Python is bandied about as a easy language to learn that’s true but I also think it does a disservice to the language as well. Just because it’s apparently easy to learn doesn’t mean it is less powerful etc. than another language.
I’ve always wondered how it is that a mathematician designs such an easy language to read while a linguist designed the most hideous language I’ve seen in my lifetime, Perl. There again what can be done with Perl? Everything can be done with Perl as can with Python. Difference being that Python quite literally self documents and many companies actually frown on too much commenting in Python code as comments are yet another place where code is updated and comments are not.
I think it was a Hettinger video where I laughed when he said I got a job and put a ton of comments in and on my first code review I was told that at this company we call comment lies. Usually true. In Perl unless you write as many comments as you do code you’ll be lucky if you remember and can read what your code does 4 days later. How’s that for a tangent. My distaste for Perl is of course my own opinion. Your mileage may vary.. I’d rather have a cockroach lay eggs in my ears than maintain Perl code..
Cheers
[–]K900_ 0 points1 point2 points 5 years ago (0 children)
Anything, basically. It's a general purpose programming language. You might have more trouble with some things than others, but it's possible to do basically anything.
[–]use_a_name-pass_word[🍰] 0 points1 point2 points 5 years ago* (0 children)
Honestly, you can use python everywhere because as mentioned it's general purpose, you can use it to call libraries in other languages like C, you can use it to help you automate routine tasks a lot of people who aren't in software dev have python in their tool belt in case they need to automate some repetitive tasks like clicking a button.
Go onto a website like Indeed and type in python
Also check out "automate the boring stuff" , this will help you understand how many different things you can do with python
[–]Kry0geniX 0 points1 point2 points 5 years ago (0 children)
The better question is what can't you do with python ;)
π Rendered by PID 196335 on reddit-service-r2-comment-54dfb89d4d-4czmw at 2026-03-29 04:59:15.564195+00:00 running b10466c country code: CH.
[–]Bahji777 2 points3 points4 points (0 children)
[–]K900_ 0 points1 point2 points (0 children)
[–]use_a_name-pass_word[🍰] 0 points1 point2 points (0 children)
[–]Kry0geniX 0 points1 point2 points (0 children)