A photo/image/video sharing app in Python

Cai Gengyang gengyangcai at gmail.com
Tue Sep 22 05:48:00 EDT 2015


On Tuesday, September 22, 2015 at 2:34:20 PM UTC+8, Chris Angelico wrote:
> On Tue, Sep 22, 2015 at 3:53 PM, Cai Gengyang <gengyangcai at gmail.com> wrote:
> > A piece of software that would let end users easily create gorgeous real-life, real-time cartoons on the web might not exist yet. But if it were possible to invent this and get it commercialised , it could indeed become a great product that users love and pay good money to use ... You might even become a billionaire just through inventing and commercialising such a tool / system  ...
> >
> 
> Yes, you might become a billionaire. Does that suggest something to
> you? If a project could make _that much money_, wouldn't someone have
> done it already? The scope of this project is enormous, and if you're
> to tackle it, you'll need to have a lot more than a basic notion of
> "hey wouldn't this be nice".
> 
> ChrisA


Right .... Thats going to take a herculean effort and teamwork. (maybe next year)

For now, I am just trying to download Django and Flask and learn how to use it.

I am currently on this page --- https://www.djangoproject.com/download/ and clicked on the 
" Latest release: Django-1.8.4.tar.gz " link on the right side of the page  

For the impatient:

Latest release: Django-1.8.4.tar.gz ------------------- This one!
Checksums: Django-1.8.4.checksum.txt
Release notes: Online documentation

and managed to download a folder called django-docs-1. When I opened it ... there are a whole bunch of files and folders like "_downloads" , _images , _modules , _sources amongst others.

What do I need to do next to install Django ?



More information about the Python-list mailing list