Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96934

Re: A photo/image/video sharing app in Python

Newsgroups comp.lang.python
Date 2015-09-21 04:37 -0700
References <2ee220b0-dfd2-4701-8760-71af9eee9f67@googlegroups.com>
Message-ID <ceec2a4c-1d73-4bcd-8402-a5a94925142e@googlegroups.com> (permalink)
Subject Re: A photo/image/video sharing app in Python
From Great Avenger Singh <arsh840@gmail.com>

Show all headers | View raw


On Monday, 21 September 2015 15:08:53 UTC+5:30, Cai Gengyang  wrote:
> Hello,
> 
> 
> So, I want to use Python to design a photo/image/video sharing app that i can >test on users.

One Example is DropBox  doing this at very large  extent. ;)


> I have Python 2.7.10, 3.3.2 and 3.3.4 downloaded and am using a Mac OS X Yosemite Version 10.10.2 laptop and having gone through the Python course on CodeAcademy a while ago (though I probably forgot most of it my now)
> 
> How / where do i start ? Any suggestions / resources / recommendations >appreciated. 

As you have not mentioned how you want your application to be,
One way is using Dropbox/Google-drive Python API so user can get space somewhere online and generate Public Link to Share file.

Or If User want to share it locally with other computers using LAN/Bluetooth?WI-FI,

If you want to make it use with Android or IOS Kivy is there for you.(I am fantasized with Kivy!)

Or First you have to decide what kind of Architecture you want with your application or features. I guess my answer is vague so your question was ;) 

  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 02:38 -0700
  Re: A photo/image/video sharing app in Python Great Avenger Singh <arsh840@gmail.com> - 2015-09-21 04:37 -0700
    Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 05:53 -0700
      Re: A photo/image/video sharing app in Python Chris Angelico <rosuav@gmail.com> - 2015-09-21 23:17 +1000
        Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 08:16 -0700
          Re: A photo/image/video sharing app in Python Christian Gollwitzer <auriocus@gmx.de> - 2015-09-21 22:34 +0200
            Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-21 22:53 -0700
              Re: A photo/image/video sharing app in Python Chris Angelico <rosuav@gmail.com> - 2015-09-22 16:33 +1000
                Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-22 02:48 -0700
                Re: A photo/image/video sharing app in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-09-22 04:00 -0700
          Re: A photo/image/video sharing app in Python Grant Edwards <invalid@invalid.invalid> - 2015-09-21 20:43 +0000

csiph-web