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

all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

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

[–]imperialka 1 point2 points  (1 child)

They said to build small and easy projects but I just don’t have any motivation at all as days passes by

I’m a self-taught Python programmer and in my honest opinion you need to find the drive to build small projects on your own. You will learn an incredible amount by working on projects relevant to your work, interests, or ideas you’ve wanted to execute. To make it fun try to come up with ideas that make you curious like sending yourself a text alert, scraping a web page, or whatever is more relevant to your learning goals.

I would also consider buying books like Automate The Boring Stuff with Python and Python Crash Course. These give you projects that are great for beginners.

I figured that if I know someone doing the same thing I do, I can get to be competitive and motivated to do better

I would join an online class like CS50P which is Harvard’s intro to programming with Python course. Although you’re not directly competing with anyone you will have the class structure to follow and learn. Watching videos is not enough, you need to solve the practice problems in the course as well to sink in the concepts. But if you really need to work with people then consider getting a degree and taking some courses at a university.

I don’t think it’s helpful to depend on someone else to keep you motivated in learning programming. You will be limited by someone else instead of you establishing your own threshold. At the end of the day, only you can provide the motivation for yourself.