Re: Python example source code

2014-01-13 Thread Koray YILMAZ
On Sunday, January 12, 2014 4:37:18 PM UTC+2, ngangsia akumbo wrote: where can i find example source code by topic? Any help please Hi, Take a look at https://github.com/dabeaz/python-cookbook. I am using NapCat mobile application to read codes. -Koray --

Python example source code

2014-01-12 Thread ngangsia akumbo
where can i find example source code by topic? Any help please -- https://mail.python.org/mailman/listinfo/python-list

Re: Python example source code

2014-01-12 Thread bob gailer
On 1/12/2014 9:37 AM, ngangsia akumbo wrote: where can i find example source code by topic? There are several Python tutorials on the internet. They have good code examples. Most modules also have module-specific examples. There are also some web sites that may address your needs. I will

Re: Python example source code

2014-01-12 Thread ngangsia akumbo
On Sunday, January 12, 2014 4:06:13 PM UTC+1, Dave Angel wrote: ngangsia akumbo ngang...@gmail.com Wrote in message: Thanks bro -- https://mail.python.org/mailman/listinfo/python-list

Re: Python example source code

2014-01-12 Thread Joel Goldstick
On Sun, Jan 12, 2014 at 10:13 AM, ngangsia akumbo ngang...@gmail.com wrote: On Sunday, January 12, 2014 4:06:13 PM UTC+1, Dave Angel wrote: ngangsia akumbo ngang...@gmail.com Wrote in message: Thanks bro -- https://mail.python.org/mailman/listinfo/python-list Don't forget Python

Re: Python example source code

2014-01-12 Thread Emile van Sebille
On 01/12/2014 06:37 AM, ngangsia akumbo wrote: where can i find example source code by topic? I'd recommend http://effbot.org/librarybook/ even though it's v2 specific and somewhat dated. Emile -- https://mail.python.org/mailman/listinfo/python-list

Re: Python example source code

2014-01-12 Thread ngangsia akumbo
On Sunday, January 12, 2014 5:38:03 PM UTC+1, Joel Goldstick wrote: On Sun, Jan 12, 2014 at 10:13 AM, ngangsia akumbo ngang...@gmail.com wrote: Don't forget Python Module of the Week pymotw.com/ Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: Python example source code

2014-01-12 Thread ngangsia akumbo
On Sunday, January 12, 2014 5:52:19 PM UTC+1, Emile van Sebille wrote: On 01/12/2014 06:37 AM, ngangsia akumbo wrote: I'd recommend http://effbot.org/librarybook/ even though it's v2 specific and somewhat dated. Thank very much , it is very nice --

Re: Python example source code

2014-01-12 Thread memilanuk
On 01/12/2014 06:37 AM, ngangsia akumbo wrote: where can i find example source code by topic? Any help please nullege.com is usually helpful... -- https://mail.python.org/mailman/listinfo/python-list

Re: Python example source code

2014-01-12 Thread Denis McMahon
On Sun, 12 Jan 2014 06:37:18 -0800, ngangsia akumbo wrote: where can i find example source code by topic? Any help please You don't want to be looking at source code yet, you want to be talking to the users of the system you're trying to design to find out what their requirements are. --