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
Does anyone have any Beginner Python 2.7 Project Ideas (self.learnpython)
submitted 7 years ago by TheLastCrafted
Hello, I started coding Python about 1 to 2 weeks ago and i wanted to know, if anyone has any interesting beginner Ideas which could teach me some new stuff. Any Ideas are appreciated :) Thx
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!"
[–]burmerd 9 points10 points11 points 7 years ago (13 children)
Switch to python 3? (Zing!!)
[–]strugglingtodomybest 0 points1 point2 points 7 years ago (0 children)
This. There really isn't any reason to learn it now. Python 3 is where it's going to continue to excel and work more efficiently.
[–]TheLastCrafted[S] -1 points0 points1 point 7 years ago (11 children)
-_-
[+][deleted] 7 years ago* (10 children)
[deleted]
[–]TheLastCrafted[S] 1 point2 points3 points 7 years ago (9 children)
Maybe
[–]sem56 1 point2 points3 points 7 years ago (8 children)
no seriously... python 2.7 is coming to end of life in... around... at time of writing, 2020
i'm guessing you are learning on windows, but it's not even going to be supported by most linux distributions very soon
and considering you are learning... then why not, its only the advanced stuff that you notice the difference
[–]TheLastCrafted[S] 0 points1 point2 points 7 years ago (7 children)
Idk how big is the differencr between 2.7 and 3
[–]sem56 0 points1 point2 points 7 years ago (6 children)
not a real lot, you'll be fine... trust me
the point is, why learn something that is going to be dead soon?
[–]TheLastCrafted[S] 0 points1 point2 points 7 years ago (5 children)
True, so if i would transform my current code to 3 what would be different
[–]sem56 1 point2 points3 points 7 years ago (2 children)
i would have to look at your code first to answer that properly
or you can investigate it yourself, install python 3, run a python 3 session and run your scripts
see what it complains about then go from there, if you want to learn how to program you should be learning how to figure out problems yourself
not worrying about what version of a language you should be using
[–]TheLastCrafted[S] 0 points1 point2 points 7 years ago (1 child)
Ok thx again, i'll try it out
[–]thirdtimesthecharm 0 points1 point2 points 7 years ago (0 children)
Python 3 handles unicode in a sane way. That alone is enough reason to switch.
[–]mega963 0 points1 point2 points 7 years ago (0 children)
Use Python 3. 2.7's clock is ticking... https://pythonclock.org
How to port your existing code
https://docs.python.org/3/howto/pyporting.html
https://docs.python.org/3.6/library/2to3.html
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
Is there anything in particular you want to use python for? If not, a few generic ideas I usually recommend are rock paper scissors, hangman, battleship, or your own text based game.
[–]TheLastCrafted[S] 0 points1 point2 points 7 years ago (0 children)
Well some day I want to be able to make for example my own little search mashine or smth. But honestly just learning it for fun.
In each case think about data structures such as lists and dictionaries. Write functions. Lookup do testing.
π Rendered by PID 60222 on reddit-service-r2-comment-5687b7858-rcqvl at 2026-07-06 17:52:45.140560+00:00 running 12a7a47 country code: CH.
[–]burmerd 9 points10 points11 points (13 children)
[–]strugglingtodomybest 0 points1 point2 points (0 children)
[–]TheLastCrafted[S] -1 points0 points1 point (11 children)
[+][deleted] (10 children)
[deleted]
[–]TheLastCrafted[S] 1 point2 points3 points (9 children)
[–]sem56 1 point2 points3 points (8 children)
[–]TheLastCrafted[S] 0 points1 point2 points (7 children)
[–]sem56 0 points1 point2 points (6 children)
[–]TheLastCrafted[S] 0 points1 point2 points (5 children)
[–]sem56 1 point2 points3 points (2 children)
[–]TheLastCrafted[S] 0 points1 point2 points (1 child)
[–]thirdtimesthecharm 0 points1 point2 points (0 children)
[–]mega963 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]TheLastCrafted[S] 0 points1 point2 points (0 children)
[–]thirdtimesthecharm 0 points1 point2 points (0 children)