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


Groups > comp.lang.python > #71908

Advice for choosing correct architecture/tech for a hobby project

Newsgroups comp.lang.python
Date 2014-05-22 11:54 -0700
Message-ID <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> (permalink)
Subject Advice for choosing correct architecture/tech for a hobby project
From Aseem Bansal <asmbansal2@gmail.com>

Show all headers | View raw


I am working on a hobby project - a Bookmarker https://github.com/anshbansal/Bookmarker. 

Basically bookmarks like in webbrowser stored in a app. The twist is storage by categories. I have spent some time on choosing the correct tech for making this project but it seems it would be better to take some advice on this after I went through this discussion on django forums https://groups.google.com/forum/#!topic/django-users/rSqSftkl5mg.


I want to be able to add bookmarks to the app through browser. I want a front-end from which I am able to browse the bookmarks. The browsing front-end should have a search option(search for category) for filtering the bookmarks.

As per these requirements that I have framed so far I thought that a web framework would be a good choice and so I chose Django. The reason being the capability to add bookmarks through browser can be done easily through JavaScript. But I hit a snag today that webbrowser's won't allow client to open hyperlinks with file protocol. I have both offline and online bookmarks so that was a problem for me.

Now I am at my experience's ends. I have spent 15-20 days' spare time trying to decide the technology and now this snag. Can someone advice on this? Am I using correct technology?

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


Thread

Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-22 11:54 -0700
  Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 19:28 +0000
    Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-22 13:55 -0600
      Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 20:38 +0000
  Re: Advice for choosing correct architecture/tech for a hobby project Mark H Harris <harrismh777@gmail.com> - 2014-05-22 14:49 -0500
    Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-23 01:07 -0600
    Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:03 -0700
  Re: Advice for choosing correct architecture/tech for a hobby project Ethan Furman <ethan@stoneleaf.us> - 2014-05-22 14:28 -0700
    Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:07 -0700

csiph-web