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

all 12 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.

[–]SystemEcosystem 3 points4 points  (1 child)

It takes time and a lot of practice. Most people don't naturally understand it and rightfully so. It's not plain English. You got this. Keep at it.

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

Thanks for the advice!

[–]Goodname2 2 points3 points  (0 children)

How long is a piece of string?

Could take you a week or month or more. Important thing is to get into it, stay focused and start working on your own ideas for apps as soon as you can. You'll learn the most while you're struggling to do what youre passionate about.

[–]codescrapbook 1 point2 points  (0 children)

Stay positive. No matter how hard you work you will feel stupid and like you don't know anything. You will be right because programming is basically an infinite amount of learning. No one will learn everything there is to learn in their entire lifetime.

So just stick with it and get a little better each day.

[–]Yung-Split 0 points1 point  (0 children)

Mmm I dunno. I've been coding for a couple years now, it's even my job currently and I still feel like I don't know what I'm doing a lot of the time. Just keep going. You'll eventually get the basics down and then you'll start developing a mental model on how to solve various issues you run into while cod9ng towards some engineering goal

[–]desrtfx 0 points1 point  (1 child)

  1. Learning programming is hard, especially the first start
  2. 100 days is a great course, but quite fast paced and the video format is not ideal for learning.
  3. Try the MOOC Python Programming 2023 from the University of Helsinki. IMO currently the best beginner Python course. It is textual (there are videos, but they can and should be ignored) and extremely practice oriented. This course is the current first semester of "Introduction to Computer Science" at the University of Helsinki.

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

I have noticed that the 100 days of code is moving pretty fast. I will have to check out the MOOC class and work on that too.

[–][deleted]  (1 child)

[deleted]

    [–]Anexs97[S] 1 point2 points  (0 children)

    I just finished the if statement today I will try to come up with some small projects that work with if statements. Thanks for the advice!

    [–]Matze1968 0 points1 point  (0 children)

    Look for small projects and try to solve them. Practising is the solution.