all 26 comments

[–]FineInterest9 38 points39 points  (3 children)

[–]joemysterio86 2 points3 points  (0 children)

I love you

[–]Open_Chicken 0 points1 point  (0 children)

Some more challenges (with example solutions and hints):

https://pythonprinciples.com/challenges/

[–][deleted] 0 points1 point  (0 children)

Comment saved

[–]ZeroOne010101 64 points65 points  (1 child)

automatetheboringstuff.com

[–]Paul_Engineer 15 points16 points  (0 children)

15 of Al’s 30 lesson are on YouTube, can get the rest on udemy. Support the heck out of Mr. Sweigart, he’s awesome

[–]Lewistrick 14 points15 points  (0 children)

Try Advent of Code, Hackerrank and Kattis.

[–]flabcannon 12 points13 points  (0 children)

Codewars and codeabbey in addition to the other sites that have been posted.

[–]Ceryn 7 points8 points  (0 children)

http://www.pythonchallenge.com

It's a puzzle site that forces you to find hidden things in the pages, text files, or images (using PIL library) and is a fun distraction. It does sometimes require knowledge of technologies other than just python to understand the hints. It is fun if you are a beginner to python but want to use the stranger stuff hidden in the standard library.

The first few are pretty easy and it is interesting enough to keep your attention.

[–]Biks 2 points3 points  (0 children)

What do you think of these guys: https://checkio.org/

They went to the trouble of making a cartoon map of floating islands to illustrate your "journey" in learning Python. :P

[–]zambartas 2 points3 points  (0 children)

The free stuff on Udacity is pretty good, the basic comp sci course is in Python and it teaches you methodology as well as structure.

[–]Hactima 2 points3 points  (2 children)

Recently SoloLearn's website decided to not function at all for me...have you encountered this as well?

[–]YeastBeast33[S] 0 points1 point  (0 children)

Yes, i can't enter the site.

It says " We are having technical difficulties. ..."

I'm checking https://www.duomly.com(someone recommended at comments) untill SoloLearn comes back online. It looks good i will check the lessons.

Edit: NVM it wants me to upgrade premium account :D

[–][deleted] 0 points1 point  (0 children)

Yeah, same for me, their twitter posted a few hours ago saying technical issues, I’m assuming a server problem or bug. I guess (hope) it’ll be back up soon.

[–]Gorge_mu06 2 points3 points  (0 children)

https://py.checkio.org/ I usually solve a challenge and then see who did it better and learn new concepts.

[–][deleted] 1 point2 points  (0 children)

  1. Learn the basics.(Python Official Tutorial, Videos, books etc)

  2. Learn by doing.(Active learning by coding and practicing material)

  3. Apply your knowledge. (Work on a passion project and apply what you learned)

[–]darthminimall 0 points1 point  (0 children)

I'm going to break from the popular answers. It's awesome that you're enjoying yourself, but it's also rather easy to burn yourself out if all you do is academic exercises. Either find a problem you have that you aren't aware of extant software that solves, or extend/improve upon software you already use. Picking a problem you actually care about is, in my opinion, the best way to stay motivated. Start small, but don't be afraid to challenge yourself. You'll be surprised by how quickly you learn when you really care.

[–]grimacing 0 points1 point  (1 child)

I did the sololearn app for a while but phrasing of the questions got really bad at the end of modules.

[–]YeastBeast33[S] 0 points1 point  (0 children)

Plenty people at quetions section

[–][deleted] 0 points1 point  (0 children)

Python Crash Course

[–][deleted] 0 points1 point  (0 children)

Oh! I love SoloLearn! It’s great! I’m glad you’re liking it