L
14

Heard a guy at the coffee shop say he learned Python in a month

I was grabbing coffee yesterday and overheard a guy telling his friend he learned enough Python to automate his work tasks in about 30 days. It made me realize maybe I'm overcomplicating my own start by trying to learn everything at once. What's a realistic first project for a total beginner to aim for in a few weeks?
2 comments

Log in to join the discussion

Log In
2 Comments
the_richard
That guy probably learned how to print "hello world" and rename a bunch of files. A realistic first project is a script that sorts your downloads folder by file type. It's boring, useful, and teaches you about loops and file paths without the headache.
7
thomas_scott
My buddy Dave's desktop looked like @the_richard's nightmare.
3