Login Register






[Question] Decompiling d2p file filter_list
Author
Message
RE: [Question] Decompiling d2p file #11
(07-07-2015, 05:06 AM)Simplex Wrote: Point taken, Thank you.

Here you go:

http://learnpythonthehardway.org/book/

Reply

RE: [Question] Decompiling d2p file #12
(07-07-2015, 12:47 PM)Eclipse Wrote: Here you go:

http://learnpythonthehardway.org/book/

Again, Thank you very much ! I've also started learning with "codecademy" .. What do you think about it?

Reply

RE: [Question] Decompiling d2p file #13
(07-07-2015, 01:12 PM)Simplex Wrote: Again, Thank you very much ! I've also started learning with "codecademy" .. What do you think about it?

I prefer learnpythonthehardway. It doesn't spoonfeed you but rather it forces you to learn yourself.

Reply

RE: [Question] Decompiling d2p file #14
http://learnpythonthehardway.org/book/
XMPP - wrath@xmpp.jp

Reply

RE: [Question] Decompiling d2p file #15
(07-07-2015, 03:06 PM)nothing.nobody Wrote: http://learnpythonthehardway.org/book/

Already posted it.

[+] 1 user Likes Eclipse's post
Reply

RE: [Question] Decompiling d2p file #16
(07-07-2015, 02:41 AM)Eclipse Wrote: Let me put it this way: a module is a package that you can import into programs that you write so that you can use the programming functions contained within as a part of your program.

I'm sorry but you just won't be able to use a python module without understanding python.

A module and a package are different, by the way. Tongue

Reply

RE: [Question] Decompiling d2p file #17
(07-07-2015, 09:37 PM)Lux Wrote: A module and a package are different, by the way. Tongue

I meant a literal package. Tongue

Reply