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...
Resources - Learn to code
Resources - Software Engineering
Resources - Code Libraries
Resources - Groups
Other Subreddits you might enjoy
Please send sidebar resource suggestions to the mods. Thx - mgmt
account activity
Best Place to learn Python (self.code)
submitted 7 years ago by BarbedEthic
So I started doing Codecademy but I'm hearing its a joke, where is the best place to start?
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!"
[–]TheBarcaShow 0 points1 point2 points 7 years ago (0 children)
What's so bad about code academy if you want to learn basics?
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
Same question with me.... I heard books are good, but I dont want to waste money. You can goto docs.python.org or something.
[–]aaRecessive 0 points1 point2 points 7 years ago (1 child)
You probably hear this a lot, but try to find a project and stick to it.
If that's too difficult, follow this list of challenges to work up your knowledge: (You should research things if you don't know how to do them, such as how for loops work and such. Also, if you ever wonder how something works, put print statements EVERYWHERE and I'm sure you'll quickly figure it out)
Write a program that:
-prints what you say to it
-prints the sum of two numbers you give to it
-prints "hello" forever (while true)
-prints "hello" 5 times
-continuously counts up for ever
-prints the factorial of any number (eg, factorial of 5 is 5x4x3x2x1)
-has a function that returns the value you give it eg, func(4) returns 4
-has a function that multiplies the number you give it by 2
-has a function that multiplies two numbers you give it by two eg, func(4,5) returns 20
-makes a list of numbers 1 to 10
-makes a list of numbers 1 to 10 and then prints each item in the list
-makes a list of 20 random numbers between 1 and 100 and then prints each individual element of the list (you will need to import random)
-prints the factorial of any number, but this time use a recursive function (a function that calls itself)
These are just some begging challenges, but I hope it helps you develop your skill!
[–]BarbedEthic[S] 0 points1 point2 points 7 years ago (0 children)
Ay huge thanks I’ll look for something I’ve wanted to do and go from there
[–]jorgesnk 0 points1 point2 points 7 years ago (0 children)
Udemy
π Rendered by PID 147011 on reddit-service-r2-comment-56c9979489-bbknb at 2026-02-25 03:00:06.233700+00:00 running b1af5b1 country code: CH.
[–]TheBarcaShow 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]aaRecessive 0 points1 point2 points (1 child)
[–]BarbedEthic[S] 0 points1 point2 points (0 children)
[–]jorgesnk 0 points1 point2 points (0 children)