Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15006 > unrolled thread
| Started by | Chris Hall <challb@gmail.com> |
|---|---|
| First post | 2011-10-26 08:51 -0700 |
| Last post | 2011-10-31 07:39 -0700 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
Review Python site with useful code snippets Chris Hall <challb@gmail.com> - 2011-10-26 08:51 -0700
Re: Review Python site with useful code snippets Jason Friedman <jason@powerpull.net> - 2011-10-29 21:15 +0000
Re: Review Python site with useful code snippets Mehrzad Irani <i.mehrzad@gmail.com> - 2011-10-30 08:14 -0700
Re: Review Python site with useful code snippets DevPlayer <devplayer@gmail.com> - 2011-10-31 07:39 -0700
| From | Chris Hall <challb@gmail.com> |
|---|---|
| Date | 2011-10-26 08:51 -0700 |
| Subject | Review Python site with useful code snippets |
| Message-ID | <98598900-8b72-4bb2-b21e-13666c9f823b@p16g2000yqd.googlegroups.com> |
I am looking to get reviews, comments, code snippet suggestions, and feature requests for my site. I intend to grow out this site with all kinds of real world code examples to learn from and use in everyday coding. The site is: http://www.pythonsnippet.com If you have anything to contribute or comment, please post it on the site or email me directly. Thanks, Chris
[toc] | [next] | [standalone]
| From | Jason Friedman <jason@powerpull.net> |
|---|---|
| Date | 2011-10-29 21:15 +0000 |
| Message-ID | <mailman.2311.1319922955.27778.python-list@python.org> |
| In reply to | #15006 |
On Wed, Oct 26, 2011 at 3:51 PM, Chris Hall <challb@gmail.com> wrote: > I am looking to get reviews, comments, code snippet suggestions, and > feature requests for my site. > I intend to grow out this site with all kinds of real world code > examples to learn from and use in everyday coding. > The site is: > > http://www.pythonsnippet.com > > If you have anything to contribute or comment, please post it on the > site or email me directly. Great sentiment, but there is already http://code.activestate.com/, http://code.google.com/p/python-code-snippets/ and http://stackoverflow.com/questions/2032462/python-code-snippets. Pretty site you put up, though.
[toc] | [prev] | [next] | [standalone]
| From | Mehrzad Irani <i.mehrzad@gmail.com> |
|---|---|
| Date | 2011-10-30 08:14 -0700 |
| Message-ID | <29976477.1418.1319987678361.JavaMail.geo-discussion-forums@prep8> |
| In reply to | #15006 |
Considering that the site is going to grow over time, putting the snippets in a drop-down menu isn't a wise idea in my opinion. Snippets on a separate page like activestate python would make it more convenient. Nice initiative, and would be very helpful when it grows over time.
[toc] | [prev] | [next] | [standalone]
| From | DevPlayer <devplayer@gmail.com> |
|---|---|
| Date | 2011-10-31 07:39 -0700 |
| Message-ID | <7c5576ff-d4bf-47e7-8b18-9ed1893ef924@r2g2000vbj.googlegroups.com> |
| In reply to | #15006 |
When visitors visit your site to post their code; often such posts ask for username and email address; consider adding additional fields to generate some Python documenting feature like Sphinx or epydoc. and let your site inject the docstring (module string) into the snippet; primarily, author, url=YOUR url if not provided by them, date, python version, os, etc... See reStructuRE for possible fields to inject.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web