Re: [Tutor] Pun panic
Peter Otten <__pete...@web.de> writes: > Ben Finney wrote: > > > The Pythonic way to pronounce that would be “dunder Pete dunder” > > https://wiki.python.org/moin/DunderAlias>. > > Hm, should I campaign for a peter() builtin? You'll need a working implementation first. Put it on BullCodes https://bull.codes/> for bonus Python-based free-software repository hosting points! -- \ “I'm a born-again atheist.” —Gore Vidal | `\ | _o__) | Ben Finney ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
- Original Message - > From: Ben Finney > To: tutor@python.org > Cc: > Sent: Wednesday, April 22, 2015 9:28 AM > Subject: Re: [Tutor] Pun panic > > Peter Otten <__pete...@web.de> writes: > >> Ben Finney wrote: >> >> > The Pythonic way to pronounce that would be “dunder Pete dunder” >> > https://wiki.python.org/moin/DunderAlias>. >> >> Hm, should I campaign for a peter() builtin? > > You'll need a working implementation first. Put it on BullCodes > https://bull.codes/> for bonus Python-based free-software > repository hosting points! Is bull.codes better than Github or Bitbucket? Does it work with Travis CI and Appveyor? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
On 22/04/2015 07:56, Peter Otten wrote: Ben Finney wrote: "Martin A. Brown" writes: Good morning underscore underscore Peter underscore underscore, The Pythonic way to pronounce that would be “dunder Pete dunder” https://wiki.python.org/moin/DunderAlias>. Hm, should I campaign for a peter() builtin? Only if you provide an itertools version first :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
Albert-Jan Roskam writes: > - Original Message - > > From: Ben Finney > > You'll need a working implementation first. Put it on BullCodes > > https://bull.codes/> for bonus Python-based free-software > > repository hosting points! > > Is bull.codes better than Github or Bitbucket? Yes, because those are not free software. http://mako.cc/writing/hill-free_tools.html> Kallithea (which is what powers BullCodes) is free software, meaning anyone is free to see how it works and change it and run their own instance and share changes. http://kallithea-scm.org/> > Does it work with Travis CI and Appveyor? Not until the Kallithea community adds that support. Since it is free software that's more likely than if it were proprietary :-) -- \ “Reichel's Law: A body on vacation tends to remain on vacation | `\unless acted upon by an outside force.” —Carol Reichel | _o__) | Ben Finney ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
On 2015-04-22 05:40, Ben Finney wrote: Albert-Jan Roskam writes: - Original Message - > From: Ben Finney > You'll need a working implementation first. Put it on BullCodes > https://bull.codes/> for bonus Python-based free-software > repository hosting points! Is bull.codes better than Github or Bitbucket? Yes, because those are not free software. http://mako.cc/writing/hill-free_tools.html> Kallithea (which is what powers BullCodes) is free software, meaning anyone is free to see how it works and change it and run their own instance and share changes. http://kallithea-scm.org/> There seems to be much documentation on how to set up Kallithea as a server, but I've been unable to find anything resembling a user (i.e. someone who wants to keep a project hosted on bull.code) 'howto' with regard to bull.code. Any suggestions? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
Alex Kleider writes: > On 2015-04-22 05:40, Ben Finney wrote: > > http://mako.cc/writing/hill-free_tools.html> > > > > Kallithea (which is what powers BullCodes) is free software, meaning > > anyone is free to see how it works and change it and run their own > > instance and share changes. > > > > http://kallithea-scm.org/> > > […] I've been unable to find anything resembling a user (i.e. someone > who wants to keep a project hosted on bull.code) 'howto' with regard > to bull.code. Any suggestions? I don't think BullCodes has a pointer to it yet, but: Kallithea's documentation contains a “General Kallithea usage” section https://docs.kallithea-scm.org/en/latest/usage/general.html>, is that what you're looking for? -- \ “I have always wished for my computer to be as easy to use as | `\ my telephone; my wish has come true because I can no longer | _o__) figure out how to use my telephone.” —Bjarne Stroustrup | Ben Finney ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
- Original Message - > From: Ben Finney > To: tutor@python.org > Cc: > Sent: Wednesday, April 22, 2015 2:40 PM > Subject: Re: [Tutor] Pun panic > > Albert-Jan Roskam writes: > >> - Original Message - >> > From: Ben Finney >> > You'll need a working implementation first. Put it on BullCodes >> > https://bull.codes/> for bonus Python-based free-software >> > repository hosting points! >> >> Is bull.codes better than Github or Bitbucket? > > Yes, because those are not free software. > > http://mako.cc/writing/hill-free_tools.html> > > Kallithea (which is what powers BullCodes) is free software, meaning > anyone is free to see how it works and change it and run their own > instance and share changes. > > http://kallithea-scm.org/> Cool, though it appears to be just starting. We use Gitbucket (with a G): https://github.com/takezoe/gitbucket. It's a Github clone, very easy to install (trivial), written in Scala. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Pun panic
On 2015-04-22 12:22, Ben Finney wrote: Alex Kleider writes: On 2015-04-22 05:40, Ben Finney wrote: > http://mako.cc/writing/hill-free_tools.html> > > Kallithea (which is what powers BullCodes) is free software, meaning > anyone is free to see how it works and change it and run their own > instance and share changes. > > http://kallithea-scm.org/> […] I've been unable to find anything resembling a user (i.e. someone who wants to keep a project hosted on bull.code) 'howto' with regard to bull.code. Any suggestions? I don't think BullCodes has a pointer to it yet, but: Kallithea's documentation contains a “General Kallithea usage” section https://docs.kallithea-scm.org/en/latest/usage/general.html>, is that what you're looking for? I already looked through that page and indeed perhaps the information is there but not in a way that I can understand. No where can I find what steps to take to push a git repository that I have on my lap top to bullcode. But perhaps this is the wrong venue since it isn't Python related. Sorry. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor