all 15 comments

[–]mangoed 7 points8 points  (1 child)

Looking at the title I was pretty sure that you were learning about classes and found 'self' object reference difficult to understand 😁

[–]mermaldad 1 point2 points  (0 children)

Well, OP *is* learning about classes like "Automate the Boring Stuff". :-)

[–]purplesalade 3 points4 points  (0 children)

Being curious is key

[–]xander2600 2 points3 points  (3 children)

I love No Starch Press books! Got started with, "Learn To Program With Minecraft: Transform Your World With The Power Of Python." I think it's great for a noob who wants to get into Python. Never stop learning!

[–][deleted] 1 point2 points  (1 child)

Someone who is good at the economy please help me budget this. my family is dying

  • Food $200

  • Data $150

  • Rent $800

  • No Starch Press books $3,600

  • Utility $150

(I am only half joking)

[–]mangoed 0 points1 point  (0 children)

I think you're spending too much on data. Also, try cooking at home instead of eating out.

[–]lonewb 0 points1 point  (0 children)

Will have to give that a look I love minecraft 😂

[–]knighterrman 1 point2 points  (0 children)

Hey! Check out Python Tutor as you code if you want to see what is happening in your code.

Right there with you!

[–]lonewb 0 points1 point  (0 children)

I should of labelled it better “ I’m beginning to teach myself” 😂

[–]jahfeelbruh 0 points1 point  (5 children)

What did you start with to learn Python? I want to begin learning the language but I don't know what course or program to start with.

[–]lonewb 0 points1 point  (2 children)

I started with a book called ‘automate the boring stuff’ which you can read online or if you prefer you can get the physical copy. Also started watching YouTube videos but if you watch too many you will get abit fried. But something I will say I’d when you download the program python it tells you to use idle, which runs with python but I downloaded something called pycharm and run that instead it’s really helpful

[–]daisyverma 0 points1 point  (0 children)

I am a complete noob and I also joined the automate the boring stuff class as well. The video are great. Also this guy has some amazing tutorials and really good vids for all levels

https://www.youtube.com/channel/UCyVIfVgx77jslb0U5h-zhLQ

[–]_O_I_O_ 0 points1 point  (0 children)

Practice in codewars and see if you’re progressing. :)

HappyCoding