Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63770 > unrolled thread
| Started by | ngangsia akumbo <ngangsia@gmail.com> |
|---|---|
| First post | 2014-01-12 06:37 -0800 |
| Last post | 2014-01-13 23:41 -0800 |
| Articles | 11 — 8 participants |
Back to article view | Back to comp.lang.python
Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 06:37 -0800
Re: Python example source code bob gailer <bgailer@gmail.com> - 2014-01-12 09:53 -0500
Re:Python example source code Dave Angel <davea@davea.name> - 2014-01-12 10:06 -0500
Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 07:13 -0800
Re: Python example source code Joel Goldstick <joel.goldstick@gmail.com> - 2014-01-12 11:38 -0500
Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 08:59 -0800
Re: Python example source code Emile van Sebille <emile@fenx.com> - 2014-01-12 08:52 -0800
Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 09:06 -0800
Re: Python example source code memilanuk <memilanuk@gmail.com> - 2014-01-12 09:47 -0800
Re: Python example source code Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-12 23:16 +0000
Re: Python example source code Koray YILMAZ <kyilmaz80@gmail.com> - 2014-01-13 23:41 -0800
| From | ngangsia akumbo <ngangsia@gmail.com> |
|---|---|
| Date | 2014-01-12 06:37 -0800 |
| Subject | Python example source code |
| Message-ID | <f4ae5a01-6697-4ed0-84b8-4c9c0182b3e9@googlegroups.com> |
where can i find example source code by topic? Any help please
[toc] | [next] | [standalone]
| From | bob gailer <bgailer@gmail.com> |
|---|---|
| Date | 2014-01-12 09:53 -0500 |
| Message-ID | <mailman.5368.1389538455.18130.python-list@python.org> |
| In reply to | #63770 |
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 leave it to others to list these. What do you mean by topic? Give us some examples of topics and maybe we can help more.
[toc] | [prev] | [next] | [standalone]
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2014-01-12 10:06 -0500 |
| Message-ID | <mailman.5369.1389539062.18130.python-list@python.org> |
| In reply to | #63770 |
ngangsia akumbo <ngangsia@gmail.com> Wrote in message: > where can i find example source code by topic? > Any help please > http://code.activestate.com/recipes/langs/python/ http://code.activestate.com/recipes/sets/2-python-cookbook-edition-2/ http://shop.oreilly.com/product/mobile/0636920027072.do http://www.mindviewinc.com/Books/Python3Patterns/Index.php https://pypi.python.org/pypi -- DaveA ----Android NewsGroup Reader---- http://www.piaohong.tk/newsgroup
[toc] | [prev] | [next] | [standalone]
| From | ngangsia akumbo <ngangsia@gmail.com> |
|---|---|
| Date | 2014-01-12 07:13 -0800 |
| Message-ID | <a23b5710-2b94-47bd-bf47-177a5274f7fa@googlegroups.com> |
| In reply to | #63773 |
On Sunday, January 12, 2014 4:06:13 PM UTC+1, Dave Angel wrote: > ngangsia akumbo <ngangsia@gmail.com> Wrote in message: > Thanks bro
[toc] | [prev] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2014-01-12 11:38 -0500 |
| Message-ID | <mailman.5375.1389544685.18130.python-list@python.org> |
| In reply to | #63775 |
On Sun, Jan 12, 2014 at 10:13 AM, ngangsia akumbo <ngangsia@gmail.com> wrote: > > On Sunday, January 12, 2014 4:06:13 PM UTC+1, Dave Angel wrote: > > ngangsia akumbo <ngangsia@gmail.com> Wrote in message: > > > > > Thanks bro > > -- > https://mail.python.org/mailman/listinfo/python-list Don't forget Python Module of the Week pymotw.com/ -- Joel Goldstick http://joelgoldstick.com
[toc] | [prev] | [next] | [standalone]
| From | ngangsia akumbo <ngangsia@gmail.com> |
|---|---|
| Date | 2014-01-12 08:59 -0800 |
| Message-ID | <8c066ff0-446a-4feb-b515-46d09533bfc4@googlegroups.com> |
| In reply to | #63782 |
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 <ngangsia@gmail.com> wrote: > > Don't forget Python Module of the Week pymotw.com/ Thanks
[toc] | [prev] | [next] | [standalone]
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Date | 2014-01-12 08:52 -0800 |
| Message-ID | <mailman.5377.1389545566.18130.python-list@python.org> |
| In reply to | #63770 |
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
[toc] | [prev] | [next] | [standalone]
| From | ngangsia akumbo <ngangsia@gmail.com> |
|---|---|
| Date | 2014-01-12 09:06 -0800 |
| Message-ID | <8fd9d81e-b9cc-4680-b5ff-7dd5b25702b9@googlegroups.com> |
| In reply to | #63785 |
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
[toc] | [prev] | [next] | [standalone]
| From | memilanuk <memilanuk@gmail.com> |
|---|---|
| Date | 2014-01-12 09:47 -0800 |
| Message-ID | <mailman.5379.1389548836.18130.python-list@python.org> |
| In reply to | #63770 |
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...
[toc] | [prev] | [next] | [standalone]
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Date | 2014-01-12 23:16 +0000 |
| Message-ID | <lav7oq$mdc$6@dont-email.me> |
| In reply to | #63770 |
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. -- Denis McMahon, denismfmcmahon@gmail.com
[toc] | [prev] | [next] | [standalone]
| From | Koray YILMAZ <kyilmaz80@gmail.com> |
|---|---|
| Date | 2014-01-13 23:41 -0800 |
| Message-ID | <8b1a148b-4546-49da-88ff-b0e8d2c17b22@googlegroups.com> |
| In reply to | #63770 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web