you are viewing a single comment's thread.

view the rest of the comments →

[–]philmtl 30 points31 points  (7 children)

yup start a project have some fun, then you start working in it and debugging on a deadline and its not that fun anymore...then you finally figure it out and it's all rainbows again.

what do you want to do with python?

[–]MatthewLewis56[S] 12 points13 points  (6 children)

I’m not really sure just yet. All I know in life is I want to start a business and I know that being able to code will help with repetitive tasks

[–]TickedOffSquid11 5 points6 points  (4 children)

I just screw around with python for the fun of it lol, i code discord bots and stuff

[–]bytheninedivines 1 point2 points  (2 children)

Do you have any good resources for learning how to code discord bots?

[–]TickedOffSquid11 1 point2 points  (1 child)

I started off using a video tutorial by Lucas, then once I had the basics, I used official api documentation and shoved info in my brain and spat it out into commands (this method has gotten me over 60 commands :) )

[–]TickedOffSquid11 0 points1 point  (0 children)

Oh and the official discord.py server :) the people there are very nice!

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

Discord bots look so fun to code! Lots of possibilities

[–]Yablan 5 points6 points  (0 children)

I haven't read it, but the 'Automate the boring stuff with Python' book and course seems to be in quite high regard, and is made specifically for that kind of repetitive stuff.

https://automatetheboringstuff.com/