turbogears Questions

5

Could someone please explain to me how the current python webframworks fit together? The three I've heard of are CherryPy, TurboGears and Pylons. However I'm confused because TurboGears seems to u...
Britney asked 10/10, 2008 at 12:40

7

Solved

I have been using Turbogears 1 for prototyping small sites for the last couple of years and it is getting a little long in the tooth. Any suggestions on making the call between upgrading t...
Adrenal asked 13/7, 2009 at 7:49

3

Solved

I am working with python and git on a simple Turbogears2 project that I've built just for fun. In a certain moment I want to deploy it to Heroku, so I do the usual pip freeze > requirements.txt ...
Incendiary asked 28/10, 2013 at 23:32

6

Solved

look at that: import urllib print urllib.urlencode(dict(bla='Ã')) the output is bla=%C3%BC what I want is simple, I want the output in ascii instead of utf-8, so I need the output: bla=%C3 ...
Begrime asked 24/6, 2010 at 21:52

7

Solved

I got a project in mind that makes it worth to finally take the plunge into programming. After reading a lot of stuff, here and elsewhere, I'm set on making Python the one I learn for now, over C#...
Eddieeddina asked 5/9, 2010 at 12:11

1

Solved

Is there a way in the SQLAlchemy class of a table to define/create triggers and indexes for that table? For instance if i had a basic table like ... class Customer(DeclarativeBase): __tablename_...
Bordy asked 19/1, 2012 at 16:35

2

Solved

I am in need of a method to send an email from a Pyramid application. I know of pyramid_mailer, but it seems to have a fairly limited message class. I don't understand if it's possible to write the...
Penile asked 6/6, 2011 at 22:42

2

I am looking for a Python web framework which will allow me to rapidly build a CRUD application with automatic AJAX support. The framework should be able to generate a nice table which is so...
Anglian asked 23/1, 2011 at 15:40

1

I'm using Turbogears 2.1 and repoze.who/what and am having trouble figuring out how to extend the basic authentication functionality. I am essentially attempting to require users to activate their ...
Ribaudo asked 25/12, 2009 at 8:2

4

Solved

If you were looking to hire a web developer who would primarily be working with TurboGears/Python - what sort of questions should you ask them?
Gertiegertrud asked 9/1, 2010 at 17:7

8

Django is my favorite python web framework. I've tried out others like pylons, web2py, nevow and others. But I've never looked into TurboGears with much enthusiasm. Now with TG2 out of beta I may...
Phew asked 12/3, 2009 at 23:26

13

Solved

I've pretty much tried every Python web framework that exists, and it took me a long time to realize there wasn't a silver bullet framework, each had its own advantages and disadvantages. I started...
Henriettehenriha asked 31/3, 2009 at 17:39
1

© 2022 - 2024 — McMap. All rights reserved.