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


Groups > comp.lang.python > #105008 > unrolled thread

Re: WP-A: A New URL Shortener

Started byDaniel Wilcox <dmw@yubasolutions.com>
First post2016-03-15 21:28 -0700
Last post2016-03-17 15:19 -0700
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: WP-A: A New URL Shortener Daniel Wilcox <dmw@yubasolutions.com> - 2016-03-15 21:28 -0700
    Re: WP-A: A New URL Shortener Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-16 11:16 -0700
      Re: WP-A: A New URL Shortener Daniel Wilcox <dmw@yubasolutions.com> - 2016-03-17 15:19 -0700

#105008 — Re: WP-A: A New URL Shortener

FromDaniel Wilcox <dmw@yubasolutions.com>
Date2016-03-15 21:28 -0700
SubjectRe: WP-A: A New URL Shortener
Message-ID<mailman.195.1458129721.12893.python-list@python.org>
I dare say I'm with Rick on this point -- keep it up, go learn stuff, put
things together and see how they break -- I think it's the best way to get
feel for how things fit together and, somewhat inevitably, fall over (when
the conditions they were designed in no longer apply).

*quick glance at source*
The raw SQL scares me a bit, there is a lot of escaping that you could add
to protect from sql injections (at least for mysql, sqlite I'm not sure).
And since you want to run this on the Internet I highly recommend putting a
mariadb/mysql database behind it.  Glancing over the Flash documentation
they seem to suggest SQLAlchemy which sounds like a reasonable choice for
an ORM.

An neat idea I've seen before that was neat was a sematic shorten-er where
you could specify the shortened URL to make it easy to remember and
reference.  A lot of security, aka input sanitation, involved but might be
fun -- and who knows it could spark a land rush to claim useful short URLs
like wp-a.co/flask-tips. :)

Speak up if you need any pointers!

Daniel

On Tue, Mar 15, 2016 at 12:56 PM, Vinicius Mesel <me@vmesel.com> wrote:

> Hey guys,
>
> I'm a 16 year old Python Programmer that wanted to do something different.
> But, like we know, ideas are quite difficult to find.
> So I decided to develop a URL Shortener to help the Python community out
> and share my coding knowledge, and today the project was launched with its
> first stable version.
> So if you want to see the software working, go check it out at:
> http://wp-a.co/
> Or if you want to see the source code to contribute and help the project:
> https://github.com/vmesel/WP-A.CO
>
>
> Hugs,
> Vinicius Mesel
> Brazilian and Portuguese Speaker
> http://www.vmesel.com
>
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>

[toc] | [next] | [standalone]


#105057

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2016-03-16 11:16 -0700
Message-ID<ac01e555-88ad-4432-97fd-78394ef94ade@googlegroups.com>
In reply to#105008
On Wednesday, March 16, 2016 at 7:02:16 AM UTC-5, Daniel Wilcox wrote:
> I dare say I'm with Rick on this point[...]

Contrary to "pseudo popular belief", it's perfectly okay to
agree with Rick (from time to time). Hey, even a stopped
clock is correct twice a day!

[toc] | [prev] | [next] | [standalone]


#105160

FromDaniel Wilcox <dmw@yubasolutions.com>
Date2016-03-17 15:19 -0700
Message-ID<mailman.288.1458253205.12893.python-list@python.org>
In reply to#105057
=D

On Wed, Mar 16, 2016 at 11:16 AM, Rick Johnson <rantingrickjohnson@gmail.com
> wrote:

> On Wednesday, March 16, 2016 at 7:02:16 AM UTC-5, Daniel Wilcox wrote:
> > I dare say I'm with Rick on this point[...]
>
> Contrary to "pseudo popular belief", it's perfectly okay to
> agree with Rick (from time to time). Hey, even a stopped
> clock is correct twice a day!
> --
> https://mail.python.org/mailman/listinfo/python-list
>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web