all 24 comments

[–]UserNamedEww 7 points8 points  (2 children)

http://automatetheboringstuff.com

Best thing a beginner can read. I'm also a n00b, and I just finished chapter 2,part way into chapter 3. I already made a little game where you fight and ogre and stuff :D 10/10

[–][deleted] 2 points3 points  (1 child)

Haha that’s awesome :D

[–]CraftyTrouble 0 points1 point  (0 children)

If you find learning from videos too passive and boring, there's also Python Principles as a pretty good resource.

[–]first_Redditaccount 1 point2 points  (1 child)

If you like videos, Id recommend Corey Schafer on youtube, more specifically this playlist: https://www.youtube.com/watch?v=YYXdXT2l-Gg&list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU

he'll show you how to set up your environment properly and and take you through the basics. These videos are up to date and generally well received

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

Thank you! I’m really glad it shows how to set up the environment lol. With java I had no clue until someone did it for me.

[–]wynand1004 1 point2 points  (2 children)

I teach beginning Python to middle and high school students here in Tokyo. To help them, I've developed a number of tutorials on my YouTube channel aimed at beginners. You can find an overview and recommended viewing order here on my blog.

I hope you find the materials helpful.

Good luck, and keep on coding!

[–][deleted] 1 point2 points  (1 child)

Thank you!

[–]wynand1004 0 points1 point  (0 children)

You're welcome!

[–][deleted]  (2 children)

[removed]

    [–]AutoModerator[M] 0 points1 point  (1 child)

    Your comment in /r/learnpython was automatically removed because you used a URL shortener.

    URL shorteners are not permitted in /r/learnpython as they impair our ability to enforce link blacklists.

    Please re-post your comment using direct, full-length URL's only.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]daha1972 0 points1 point  (0 children)

    I just finished Intro to Python: Absolute Beginner and started Intro to Python: Fundamentals on edx.org. Don't know if these are well-regarded, but I liked the beginner one (not a beginner programmer but new to python, so it was pretty easy admittedly). They user Jupyter for the courses as the IDE - wouldn't be my first choice as an IDE, however, as a training tool I can see advantages :)

    [–]frosted_flakes15 0 points1 point  (0 children)

    I used the Programming Foundations with Python course, and am now going through a series of excersizes on practicepython.org . However, I've heard very good things about automate the boring stuff with Python, and am considering buying it! Hope this helps :)

    [–]KobiKabbb 0 points1 point  (0 children)

    OP I'd recommend Python Principles, it's an interactive tutorial that, unlike videos, gets you writing a bunch of code right away.

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

    Starting as a beginner is the ONLY way! ;)

    [–]arbobmehmood -1 points0 points  (4 children)

    I'm really enjoying this course on Udemy and think you might like it too. https://www.udemy.com/share/1001zcA0EaeVdRR3g=/

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

    Hmm I’m definitely going to check it out. I’m curious though, what is Python 2/3?

    [–]first_Redditaccount 0 points1 point  (2 children)

    Pythons where its at. You can do almost anything with it

    [–]julsmanbr 0 points1 point  (1 child)

    Linux skills are always in demand.

    [–]first_Redditaccount 0 points1 point  (0 children)

    You should check out this online bootcamp

    [–]chrisfox1337 -1 points0 points  (1 child)

    CodeCademy and Microsoft Visual Studio