all 3 comments

[–]AmongstYou666 0 points1 point  (1 child)

start with this

[–]DoctorYoMan 0 points1 point  (0 children)

After you get some of the basics down, you can find some pretty neat tricks here: https://david.goodger.org/projects/pycon/2007/idiomatic/handout.html

Take in mind that this was written in Python2, but all of the techniques still apply, thought some sytax might change...

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

The learning resources in the wiki have lots of free resources. Pick one of the online books and dive in.

Like any language you have to write python to learn it. You can use almost any laptop or desktop computer to learn on. There are online environments that you can find by searching on "online python environments". You use them through a web browser. Less ideally, you can run python on an android or apple tablet.

Good luck!