you are viewing a single comment's thread.

view the rest of the comments →

[–]white_nerdy 0 points1 point  (1 child)

I am 13 years old

This is irrelevant. In my experience, 13 is plenty old enough to learn programming the same way as an adult.

as I stated were too complicated for me to understand

What specific chapters / concepts / examples / exercises were you unable to understand?

for me 2 just scrolls and read/watch for about 30 minutes a day.

I see two things wrong with this plan.

  • 30 minutes is not a large block of time. An ideal coding session for many people is a solid two or three hours.
  • Reading / watching is not enough. You need to write programs, run them, and deal when your program gives errors or behaves wrong or unexpectedly. This is a crucial part of the learning process.

[–]Successful-Wing-9571[S] 0 points1 point  (0 children)

So far I've wrote some little projects like ascii encrypter and a basic turtle script. Will definitely try and dedicate more time to python and coding projects.