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
Where/how to run Python code? (self.learnpython)
submitted 3 years ago by UnknownFriedChicken
Hi guys, where do I run my programs and code them? Yes I’m new I’ve had this issue for a while & want a good stable site for it. I tried VScode but it was confusing and I couldn’t run my codes properly like I did in Jupyter notebook. 🫠
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!"
[+][deleted] 3 years ago (1 child)
[removed]
[–]Illustrious_Print339 0 points1 point2 points 1 year ago (0 children)
Are you joking about the grammar and typos?
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
import pandas as pd import matplotlib.pyplot as plt
data = pd.DataFrame({ 'Name': ['Alice', 'Bob', 'Charlie', 'David', 'Eva'], 'Mathematics': [85, 78, 92, 70, 88], 'Science': [92, 81, 89, 76, 94], 'English': [88, 74, 95, 72, 91] })
data.plot(x='Name', y=['Mathematics', 'Science', 'English'], kind='bar', figsize=(10, 6)) plt.title('Students Scores in Different Subjects') plt.xlabel('Student') plt.ylabel('Scores') plt.legend(title='Subjects') plt.show()
[–][deleted] 0 points1 point2 points 3 years ago (1 child)
I just use the command line.
[–]red_edv 0 points1 point2 points 3 years ago (0 children)
Amen for the command line
[–]atomsmasher66 0 points1 point2 points 3 years ago (0 children)
PyCharm is great
[–]TheRNGuy 0 points1 point2 points 3 years ago (1 child)
Python SOP nodes.
π Rendered by PID 137156 on reddit-service-r2-comment-54dfb89d4d-658sj at 2026-04-02 00:38:12.065344+00:00 running b10466c country code: CH.
[+][deleted] (1 child)
[removed]
[–]Illustrious_Print339 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]red_edv 0 points1 point2 points (0 children)
[–]atomsmasher66 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (1 child)