Tagged Questions

0
votes
2answers
129 views

How to develop front end (UI) for my Django website

I am learning Django and new to web development. Please excuse me if you find this question too dumb. So, I am creating a Facebook application using Django which I would like to host in Google App ...
-5
votes
2answers
155 views

Do people design websites using django [closed]

I am a student, currently learning Django and have no experience in web frameworks or website designing apart from some "basic" HTML stuff. Now, I am following the TheDjangoBook and reading ...
3
votes
2answers
222 views

How does key-based caching work?

I recently read an article on the 37Signals blog and I'm left wondering how it is that they get the cache key. It's all well and good having a cache key that includes the object's timestamp (this ...
1
vote
1answer
292 views

Starting with Ruby on Rails? I see a lot of criticism everywhere. Is it okay to start with Rails now in 2012? [closed]

I have worked on C before and have never tried my hands on any web application creating framework. After some convincing from one of my friends I thought of giving Rails a go. Before starting to work ...
-2
votes
4answers
555 views

How can I sell my boss on Python+Django instead of PHP+a different framework? [closed]

My boss has tasked me with a re-write of our intranet website. The existing system is very old PHP that doesn't use a framework. My preference is strongly to do the rewrite in Python and Django but my ...
4
votes
5answers
350 views

Pros and cons of hiring a programming tutor

I've started to learn programming in Python. It seems like every other code I write, the site breaks, and it'll take me hours to figure out the problem. It's not very encouraging at all. I've been ...
0
votes
3answers
201 views

Translating between Python-Django and Javascript

I have a conceptual question about 'translating' between objects I have stored in Django (in Postgres) that I want to use on the front-end. So I have a user object in Python that holds basic things: ...
1
vote
3answers
229 views

Using Django without a database

Is Django a good solution for creating applications that won't use any database and communicate only through an internal API?
2
votes
1answer
183 views

What programming languages and skills are required in addition when building freelance platform with python?

I have a question about compatibility and co-integration of programming languages, databases, frameworks, libraries, different API and more (together referred as “items”). I have added a list of ...
2
votes
3answers
203 views

Django as Python extension?

I come from php community and just started learning Python. I have to create server-side scripts that manipulate databases, files, and send emails. Some of it I found hard to do in python, comparing ...
12
votes
1answer
299 views

Is Windows a “second class citizen” in the Django community?

I'm currently doing R&D for a web application which we plan to host ourselves initially and then allow customers to self host. My task has been evaluating web frameworks to see which would give ...
4
votes
1answer
585 views

Can I use Visual studio for Python and Django development?

I have been using Visual Studio for quite some time now, in fact from the VS 2005 version. Right now, I am not only comfortable but addict to using it(VS 2010) for all my development needs. Recently ...
2
votes
3answers
239 views

Creating a Django development and production app

I just got started on some web development, and got my feet wet by creating a basic facebook app using Django. I am thinking of publishing the app, and consequently now need a development app that I ...
3
votes
2answers
211 views

TTS on App Engine

I have written a small front-end to the Festival TTS system using Python/Django. I wish to deploy it on the Google App Engine cloud. A few questions: My application uses the Festival app ...
2
votes
3answers
231 views

Python template engines: What are the real benifits and drawbacks to XML vs custom syntax

I'm interested in knowing what are the real difference (benefits and drawbacks) between the two types of python templating engines; XML (like Genshi or Kid) and a custom syntax (like Cheetah or ...

1 2
15 30 50 per page