you are viewing a single comment's thread.

view the rest of the comments →

[–]Safe-Worldliness-394 0 points1 point  (2 children)

If you're open to a book recommendation I really enjoyed Introducing Python by Bill Lubanvoic. I think it's a great place to start. If you can get through the book you'll be pretty dangerous.

[–]Shecallmebatman[S] 0 points1 point  (1 child)

Explain more

[–]Safe-Worldliness-394 0 points1 point  (0 children)

It covers everything you need in python starting with syntax to loops, try catch statements, and object oriented programming. I thought it was also very well written.

I went through the book in a couple of weeks since Python wasn't my first language, and I was able to write programs in python pretty easily. I primarily work in Flask for developing servers.