r/learnpython 规则
1
Be polite.
Be polite.
Don't insult others; everyone comes to Python with a different level of knowledge and experience, and what is obvious to you may not be obvious to them.
2
Posts to this subreddit must be requests for help learning python.
Posts to this subreddit must be requests for help learning python.
Please check the FAQ, the index, and the books page for some commonly-requested information.
3
Replies on this subreddit must be pertinent to the question OP asked.
Replies on this subreddit must be pertinent to the question OP asked.
This is not the place to advertise your blog/video/guide/tutorial. Nor is it the place to try and hire someone. If you want to learn, just post a question so we can answer it.
4
No advertising. No blogs/tutorials/videos/books/recruiting attempts.
No advertising. No blogs/tutorials/videos/books/recruiting attempts.
No advertising. This is not the place to advertise your book, video, blog, study group, company training video, bot, or really anything. No advertising, no recruiting.
No replies copy / pasted from ChatGPT or similar.
Code Hosting/Formatting
Post your code on these websites and include the link in your thread, or click on the button below to find out how to properly format code and include it in your submission text.
Helpful posting resources
Please check out few of these links to see how to properly ask a software development related questions.
Related Subreddits
Commenting Guidelines
Try to guide OP to a solution instead of providing one directly.
Provide links to related resources.
Answer the question and highlight side-issues if any exist.
Don't "answer and run", be prepared to respond to follow up questions.
Proofread your answers for clarity and correctness.
Be polite.
Posting Guidelines
Try out suggestions you get and report back.
SSCCE Keep your code Short, Self Contained, Correct (Compilable) and provide Example
Include the error you get when running the code, if there is one.
Ensure your example is correct. Either the example compiles cleanly, or causes the exact error message about which you want help.
Avoid posting a lot of code in your posts.
Posting homework assignments is not prohibited if you show that you tried to solve it yourself.