Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability.
1
vote
1answer
22 views
Which FLOSS Python CMS for video sharing in a school?
I have an university project in which we develop a video sharing system for schools. Our central use cases are as follows:
The system has to manage videos (and associated arbitrary metadata)
Where ...
0
votes
0answers
15 views
Deploying Flask application on Hostgator [closed]
I'm trying to deploy a newly created Flask app to a Hostgator domain that is currently running php. How do I go about doing this? (I've only ever used Heroku).
1
vote
2answers
49 views
What type of server is using Django/Python? .htaccess is compatible?
I was wondering what type of server is using python & django because i don't know if can i use an .htaccess file and if there is something similar.
Thanks.
5
votes
2answers
122 views
How to use Python as a server language from a PHP perspective
I only know server side programming with PHP. To me, I write something into index.php and call http://localhost/index.php and see the results of the PHP script. I have been using CakePHP and ...
2
votes
1answer
54 views
Page for Page Redirect in Google App Engine
I have recently changed domain name for a webapp I run on Google App Engine and I am wondering if there is a simple way to do a page for page redirect from my old website to the new domain. ...
-2
votes
1answer
30 views
What shoud I look for, for this project? [closed]
I recently finished my C++ programming class, and I'll start school in september. There is a limited online Parking spot registration and it always gets filled very quickly.
I would like to create a ...
0
votes
0answers
72 views
Python server with post and Get [closed]
I was wondering if it was possible (on a mac running OSX 10.6.8) t0 create a python server that would run constantly and when sent a value to it based on what the value was (in this case a string of ...
1
vote
3answers
589 views
Installing python packages on shared hosting?
I will be hosting a Django application on hostgator.com and was wondering how can I install django apps and python packages without using pip, since I won't have access to the root account.
2
votes
2answers
215 views
community driven video platform
I am looking for a platform to build a community-driven education video site. We already have quite a few community web-apps runing on python/django, so something based on these technologies would be ...
1
vote
2answers
711 views
How do I install and run django on iPage (a shared webhost)?
I am using an iPage hosted server and I am willing to use django. As per the provider, they support python inside cgi-bin dir. I would like to know how do I install django on a cgi server if that's ...
1
vote
1answer
60 views
What framework for text rating site?
I want to start a "rate my"-style site. The rated objects are mostly texts. I want it to be rather simple. Features I need:
object rating (thumb up, thumb down)
object comments
object tags
related ...
3
votes
1answer
55 views
Migrate from Google App Engine
I'm working with the app engine platform, python 2.5.x and Django, and I'm looking for other solution to host my web app.
Can you suggest me blog, or websites who explain how to install a such ...
1
vote
2answers
229 views
Temporarily share/deploy a python (flask) application
Goal
Temporarily (1 month?) deploy/share a python (flask) web app without expensive/complex hosting.
More info
I've developed a basic mobile web app for the non-profit I work for. It's written in ...
1
vote
1answer
728 views
How to make my page load faster? [duplicate]
Possible Duplicate:
Ideas to improve website loading speed?
My page gets performance score 79 in yslow which is not bad. Yslow says the parts I can work on are
1)
Grade F on Make ...
0
votes
0answers
252 views
FastCGI/Python thread/timing issue? [closed]
I tried asking this on SO (no response), so I'm hoping it might be a little more familiar to someone here...
(I would have also tagged this with fastcgi and flup, but apparently they're new tags and ...
0
votes
1answer
179 views
Retry cron job until it successfully excecutes
I'm running a python script on my VPS every day with cron. It only has 768mb ram, and when I run the script manually I often get memory errors from python. However, I usually can just try a couple ...
0
votes
0answers
196 views
Best book to learn Python web programming? [closed]
I know this one can be labled as subjective. But I need advise to pick up a not-handbook-like book which provides solid foundation for someone who wants to confidently write code using one of the many ...
1
vote
1answer
123 views
How does Facebook saves images to my HDD
How Facebook downloads images, when you click "Download" near the picture? I see, that they are passing some argument:
_n.jpg?dl=1
,but how it is managed 'behind the scenes'?
1
vote
1answer
72 views
EU Python hosting [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm looking for Python hosting in EU. I need WSGI support (nginx+uwsgi, apache+mod_wsgi or similar). What are the ...
2
votes
2answers
292 views
a good VPS to grow into (cheap at start, multiple sites, php and python, easily custom-configurable) [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
We develop and host for many clients. I am choosing an upgrade over shared hosts, preferably a VPS. The new site ...
0
votes
2answers
132 views
Need a host which supports OSQA [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
Hi i'm looking to install OSQA and see how it goes I have a great niche which I think may work real well, but till I ...
1
vote
2answers
865 views
Which django based CMS is good for ecommerce sites
I have using joomla for long time and mainly deal with ecommerce sites with shopping cart . Now i am learning python django and realy like the python.
But i am used to joomla easiness to use its ...
-1
votes
9answers
278 views
Most important linux commands for web development [closed]
What are the most important linux commands to know for development?
I currently have the following down ok: cp, rm, mkdir, pwd, ls, scp, ssh, cat, mv, tar, and gzip. What else are commonly used? I'm ...
2
votes
1answer
72 views
Should I work on CSS or apps first?
I am working on my own website for my business, and I need to contract out some assistance. For example, I have the site looking pretty good on Firefox, but it needs help on other browsers. I also ...
5
votes
3answers
2k views
Metrics on “market share” for server-side scripting languages
Does anyone know of any market share information for server-side scripting languages (# of web servers, % of web servers, etc.)?
I'm learning how to do server-side scripting with Python (via the ...
0
votes
0answers
173 views
What is the next step up in my IT career? [closed]
I looking to branch up and out of my career, but i don't know what direction to take that is a good match for my skills, and will lead to higher pay.
Experience:
Dabbled with OpenGL, Java, and C in
...
7
votes
8answers
9k views
Are there any large web sites written with Python/Django? [closed]
Looking at the list of sites created using django, it seems there are no major web sites that are written using the framework.
Why is this? Is django not suited to scalable web sites, or is it in ...