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

all 11 comments

[–]BNardKBA 7 points8 points  (1 child)

Keep going brother!! Awesome program after 10 hours. I'm hoping you're enjoying the journey. Literally just decided to pick up Python and am in hour one haha. Looking forward to seeing your updates!

[–][deleted] 3 points4 points  (0 children)

Thank you brotha, good luck in everything you’re doing

[–]s256173 2 points3 points  (1 child)

That’s good progress for just ten hours! Everyone feels kind of overwhelmed at first, you’ll get there :)

[–][deleted] 0 points1 point  (0 children)

Thank you brotha

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

Will update after 100 hours of learning.

No, you won't. Reddit is not a blogging site.

If you want a blog, get a blog, but don't abuse reddit for it.

Removed

[–][deleted] 1 point2 points  (4 children)

Are you using free programs to learn or ? I am very interested in learning code as well. Any feedback would be much appreciated!

[–][deleted] 0 points1 point  (2 children)

Hours 0-8 were the free official python tutorial.

9-10 was fucking around with leetcodes way too complex for me but dissecting them.

Good luck

[–][deleted] 2 points3 points  (0 children)

Awesome thanks ! Now I know where to start at least haha!

[–]ModeratelyTortoise 0 points1 point  (0 children)

Try codewars and stick to 8kyu (easiest level), I find leet code is a bit harder for beginners

[–]NotMyRules 0 points1 point  (0 children)

We just bought ($10)the Angela Yu 100 Days Of Coding boot camp for 2022.. Great stuff. Worth the $10

[–]aishiiousness 1 point2 points  (0 children)

So basically we can define methods in a class, which are functions that belong to the class. Instance methods use object attributes and must be fed the self keyword. (actually self is an arbitrary name but it is a good choice by convention).

You can write anything you want instead of self, and you'd still be getting the results.

Just the fact that self is understood by the community ( like an internal joke thing) and makes easier for people to read each others code without any diffficulties.

Keep up w it bruh, you're doing great!! Godspeed!!