Free place to host python files?

F

feba

I'm getting started in python, and it would be helpful to have a place
to put up various code snippets I've made, so I don't have to send
them individually to each person I want to show it to. I'd prefer to
use something that would give me a directory for my use only, instead
of something where you can only upload one at a time. I'd especially
like to avoid stuff that uses CAPTCHAs and/or forced waiting periods.

I'd really rather not have to run a server off my own computer, if it
can be avoided at all.
 
S

skip

feba> I'm getting started in python, and it would be helpful to have a
feba> place to put up various code snippets I've made, so I don't have
feba> to send them individually to each person I want to show it to.
feba> I'd prefer to use something that would give me a directory for my
feba> use only, instead of something where you can only upload one at a
feba> time. I'd especially like to avoid stuff that uses CAPTCHAs
feba> and/or forced waiting periods.

http://pastebin.com/?
 
F

feba

    feba> I'm getting started in python, and it would be helpful to have a
    feba> place to put up various code snippets I've made, so I don't have
    feba> to send them individually to each person I want to show it to.
    feba> I'd prefer to use something that would give me a directory for my
    feba> use only, instead of something where you can only upload one at a
    feba> time.  I'd especially like to avoid stuff that uses CAPTCHAs
    feba> and/or forced waiting periods.

http://pastebin.com/?

well, ignoring the fact that pastebin doesn't work for me for some
reason, I'm talking about hosting it as a .py downloadable, not a hunk
of text.
 
M

mudzot

well, ignoring the fact that pastebin doesn't work for me for some
reason, I'm talking about hosting it as a .py downloadable, not a hunk
of text.

maybe one option is registering in some free project hosting service
like code.google.com
 
F

feba

Stuff like code.google, sf.net, are more oriented towards serious
development, not just holding random apps, aren't they?

Anyway, I found MediaFire, which looks like it will suffice for now.
 
M

Mr.SpOOn

2008/12/16 feba said:
Stuff like code.google, sf.net, are more oriented towards serious
development, not just holding random apps, aren't they?

Anyway, I found MediaFire, which looks like it will suffice for now.

Take a look to Dropbox (http://www.getdropbox.com/).

You can use it to directly share files with your friends or to create
a public link to your files so other people can download them.
 
C

Chris Rebert

I'm getting started in python, and it would be helpful to have a place
to put up various code snippets I've made, so I don't have to send
them individually to each person I want to show it to. I'd prefer to
use something that would give me a directory for my use only, instead
of something where you can only upload one at a time. I'd especially
like to avoid stuff that uses CAPTCHAs and/or forced waiting periods.

I'd really rather not have to run a server off my own computer, if it
can be avoided at all.

I'll plug Bitbucket (http://bitbucket.org/). It gives you 150MB of
Mercurial hosting for free, along with a bug tracker and wiki. And I
hear it's implemented using Django.

Cheers,
Chris
 
R

Robert Kern

feba said:
Stuff like code.google, sf.net, are more oriented towards serious
development, not just holding random apps, aren't they?

There are plenty of "projects" on them which are just personal sandboxes like
you are asking for. I recommend code.google.com.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top