Success stories request

206 views
Skip to first unread message

jesper

unread,
Jan 20, 2009, 12:02:25 PM1/20/09
to cherrypy-users
Hi CherryPy people,

On:

http://www.cherrypy.org/wiki/SuccessStories

it says that "If you would like to have your CherryPy powered website
or product listed here, contact us via our mailing lists? or IRC."

So I will do that;-)

I have a CherryPy (TurboGears) powered web site presenting
personalized marine weather forecasts which I would be happy to have
included on the Wiki:

http://www.worldwildweather.com

A short description of the site could simply be:

Personalized marine weather forecasts

The web site is currently in beta testing and there are a few open
bugs that I am working on fixing (so don't flame me if something does
not work). If you encounter any issues I will be happy to hear from
you.

Best regards,
Jesper

Robert Brewer

unread,
Jan 20, 2009, 12:36:08 PM1/20/09
to cherryp...@googlegroups.com
You got it. Thanks!

arjuna

unread,
Jan 20, 2009, 10:45:22 PM1/20/09
to cherryp...@googlegroups.com
I will be putting  mine up their too soon, i am just trying to get it uploaded and working on bluehost...and then ta da!
--
Best regards,
arjuna
http://www.brahmaforces.com

Andrew

unread,
Feb 26, 2013, 8:51:40 AM2/26/13
to cherryp...@googlegroups.com
If you are still updating the success page I also have CherryPy success story...



 A short description of the site could simply be: 

"Brand Name Products At Off-Brand Price$"

Thanks!

Andrew Kloos

Sylvain Hellegouarch

unread,
Feb 26, 2013, 9:02:11 AM2/26/13
to cherryp...@googlegroups.com
Hi Andrew,

On Tue, Feb 26, 2013 at 2:51 PM, Andrew <andre...@gmail.com> wrote:
If you are still updating the success page I also have CherryPy success story...



 A short description of the site could simply be: 

"Brand Name Products At Off-Brand Price$"

Thanks!



Nice.

Could you tell us more? What CP version? What other libs? Any pitfalls? 

Cheers,
--
- Sylvain
http://www.defuze.org
http://twitter.com/lawouach

Andrew

unread,
Feb 26, 2013, 9:30:25 AM2/26/13
to cherryp...@googlegroups.com
Sure, we developed the site using CherryPy 3.2.2 utilizing Python 3.2.  We used the following libs:

Jinja2-2.6
davispuh-MySQL-for-Python-3-3403794
pyenchant-1.6.5 (for search spelling)


I'm coming over from .net development and found Python and CherryPy to be surprisingly minimalistic.  No unnecessary overhead - build everything you need without the extra fluff.  I'm a fan!
Andrew Kloos

Michiel Overtoom

unread,
Mar 25, 2013, 3:39:41 PM3/25/13
to cherryp...@googlegroups.com
On 2009-01-20 18:02, jesper wrote:

> Hi CherryPy people,
> I have a CherryPy (TurboGears) powered web site presenting
> personalized marine weather forecasts which I would be happy to have
> included on the Wiki:
> http://www.worldwildweather.com

I'm currently updating the Success Stories page, and I will *not*
include this site. It's a kind of SEO spam portal in Japanese.
Translated, I see stuff like

- Price of tattoo removal is here
- I asked them to purchase books will still contain
- In one week in the classroom through computer
- Find a facelift

Greetings,

--
Test your knowledge of flowers! http://www.learn-the-flowers.com
or http://www.leer-de-bloemen.nl for the Dutch version.

Test je kennis van bloemen! http://www.leer-de-bloemen.nl
of http://www.learn-the-flowers.com voor de Engelse versie.

Nick Repole

unread,
Mar 25, 2013, 7:26:55 PM3/25/13
to cherryp...@googlegroups.com
For what it's worth, the post you're referring to is from about 4 years ago, and based on checking it out on the Wayback machine, used to be a legitimate site. Unfortunately now it seems to only be home to some spam, but just wanted to make sure it was clear that jesper's post never had any ill intentions.

Michiel Overtoom

unread,
Mar 26, 2013, 4:53:21 AM3/26/13
to cherryp...@googlegroups.com

On Mar 26, 2013, at 00:26, Nick Repole wrote:

> For what it's worth, the post you're referring to is from about 4 years ago

Oh! I didn't notice ;-) Thanks for pointing out.

> , and based on checking it out on the Wayback machine, used to be a legitimate site. Unfortunately now it seems to only be home to some spam, but just wanted to make sure it was clear that jesper's post never had any ill intentions.


--
"The purpose of morality is to teach you, not to suffer and die, but to enjoy yourself and live." - Ayn Rand

Sylvain Hellegouarch

unread,
Mar 27, 2013, 11:55:16 AM3/27/13
to cherryp...@googlegroups.com


On Wed, Mar 27, 2013 at 4:33 PM, <cogniti...@gmail.com> wrote:

Is this site even up?  I get a 404 error for:  http://www.cherrypy.org/wiki/SuccessStories 

I've chosen CP for a project that I need to deploy quickly and I've been scouring the web looking for live examples.

I was unable to find anything really useful on the CP site  ... or anywhere, really, that would showed me the fundamentals needed to get a simple app going ( the differences in versions of the code that I found and CP3 3.2.2 were not so obvious to me), but found this one example here, that I was able to make work:  



Damn Packt has never been able to properly display source code. It was a pain when I wrote that :/ 

Michiel Overtoom

unread,
Mar 27, 2013, 12:56:35 PM3/27/13
to cherryp...@googlegroups.com

On Mar 27, 2013, at 16:33, cogniti...@gmail.com wrote:

> Is this site even up? I get a 404 error for: http://www.cherrypy.org/wiki/SuccessStories

The correct URL would be: http://docs.cherrypy.org/stable/appendix/success.html

However, this page is rather outdated and most entries are not relevant anymore. A few days ago I completely reworked that entire page but it's not released yet. You can preview it in the repo:

https://bitbucket.org/cherrypy/cherrypy/src/985a5ca642a38dfe7d63fcb8d0ef45f63c4ba7ef/sphinx/source/appendix/success.rst

Greetings,


--
Van biologisch eten wordt beweerd dat het gezonder zou zijn, beter voor het milleu, en een maatschappelijk verantwoorde keuze. Maar klopt dat wel? http://www.skeptische-artikelen.nl/fabels-over-biologisch-eten

Een kritische kijk op populaire fenomenen: http://www.skeptische-artikelen.nl/

Joel Rivera

unread,
Mar 27, 2013, 2:25:02 PM3/27/13
to cherryp...@googlegroups.com
On Wed, 27 Mar 2013 17:56:35 +0100
Michiel Overtoom <mot...@xs4all.nl> wrote:

> The correct URL would be:
> http://docs.cherrypy.org/stable/appendix/success.html
>
> However, this page is rather outdated and most entries are not
> relevant anymore. A few days ago I completely reworked that entire
> page but it's not released yet. You can preview it in the repo:
>
> https://bitbucket.org/cherrypy/cherrypy/src/985a5ca642a38dfe7d63fcb8d0ef45f63c4ba7ef/sphinx/source/appendix/success.rst
>
> Greetings,

The latests documents are generated on readthedocs [1] this is the
success page.
http://cherrypy.readthedocs.org/en/latest/appendix/success.html

[1] http://cherrypy.readthedocs.org/

Regards.
--
Rivera²

Daniel Fetchinson

unread,
Mar 28, 2013, 8:48:08 AM3/28/13
to cherryp...@googlegroups.com
> Sure, we developed the site using CherryPy 3.2.2 utilizing Python 3.2. We
> used the following libs:
>
> Jinja2-2.6
> davispuh-MySQL-for-Python-3-3403794
> pyenchant-1.6.5 (for search spelling)
>
>
> I'm coming over from .net development and found Python and CherryPy to be
> surprisingly minimalistic. No unnecessary overhead - build everything you
> need without the extra fluff. I'm a fan!

What about the shopping cart application?
Something home made or a library?

Cheers,
Daniel



--
Psss, psss, put it down! - http://www.cafepress.com/putitdown

hjebbers

unread,
May 7, 2013, 5:25:38 PM5/7/13
to cherryp...@googlegroups.com
I use cherrypy is as webserver in bots open source edi translator (http://bots.sourceforge.net).
Cherrypy is a really great product, very stable and trustworthy.



kind regards,
henk-jan ebbers
hjeb...@gmail.com

Andrew

unread,
Sep 25, 2013, 10:56:26 AM9/25/13
to cherryp...@googlegroups.com, fetch...@googlemail.com
It's a home made shopping cart.  Let me know if you would like to see a simplified version of it.
Andrew

Andrew

unread,
Sep 25, 2013, 11:14:45 AM9/25/13
to cherryp...@googlegroups.com
I also have another success story to share.  About a month ago we went live with our main website:  https://www.imscompany.com. It is tailored for the plastics industry.  It was developed using CherryPy 3.2.2 utilizing Python 3.2, with libs: Jinja2-2.6, davispuh-MySQL-for-Python-3-3403794, pyenchant-1.6.5 (for search spelling).

Have a great one,
Andrew
Reply all
Reply to author
Forward
0 new messages