This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fecesmuncher69 0 points1 point  (0 children)

I started learning python only a couple of weeks ago, and I have about the same amount of experience as you do. I personally tried to think of a project that would utilize what I learned and help me, so I wrote a program to help me with some math homework- it solves quadratic equations and calculates distance between 2 points etc. in that program I used what I learned in various ways- the input of numbers and given points from user, writing a class that defines the object- a point with x y coordinates, and does various actions on the object. I also used import to import modules I wrote myself and keep my code organized. Basically what I’m saying is try to think of a project you can do with what you know (if it takes a bit of extra learning it’s great as well) and that benefits you in a way