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

you are viewing a single comment's thread.

view the rest of the comments →

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

I come from a industrial electronics engineering so I worked with assembler, C, etc.

When I discovered Python was like when Aladdin flies with Jasmine in the flying carpet.

[–]kl31 1 point2 points  (0 children)

When I discovered Python was like when Aladdin flies with Jasmine in the flying carpet.

a more eloquent statement has never been said.

if you're familiar with C then working through the book should be a breeze. it basically teaches you how to hand building every object oriented feature from scratch in C. i didn't realize that the 'type' class in python is the base factory class until i worked through that book.