Re: Need Help w. PIP!

2015-09-05 Thread Thomas 'PointedEars' Lahn
Cody Piersall wrote: > Please respond to the list as well as the person you're actually talking > to. It works out better for everyone that way. (You should just have to > "reply all" instead of "reply"). “Better” as in “getting/reading/downloading the same message *twice*”? The rule of thumb

Re: Need Help w. PIP!

2015-09-05 Thread Steve Burrus
*Boy "eryksun" I can certsainly tell that you are quite a technically - minded person! All that matters to me is that I can simply type "pip" at the command prompt without any problems. Well another [lesser] concern is that I can't use the regular Windows 10 instead of this Build 10074 of it.* *

Re: .py to .html generation

2015-09-05 Thread injectnique
On Thursday, September 3, 2015 at 1:04:45 AM UTC-4, uday3p...@gmail.com wrote: > Hi friends! > > Can some one help me with the best module and/or its tutorial, to generate > html reports for python scripts? > > I tried pyreport and sphc; but, i am getting errors. https://github.com/dddomodossol

Re: Program in or into (was Python handles globals badly)

2015-09-05 Thread Steven D'Aprano
On Sat, 5 Sep 2015 01:18 pm, Rustom Mody wrote: > Here's mergesort written in various languages > http://rosettacode.org/wiki/Sorting_algorithms/Merge_sort > > You could look at the java if you like but I think C# takes the cake. > And of course also there's the python > > Now the thought experi

Re: Program in or into (was Python handles globals badly)

2015-09-05 Thread MRAB
On 2015-09-06 03:35, Steven D'Aprano wrote: On Sat, 5 Sep 2015 01:18 pm, Rustom Mody wrote: Here's mergesort written in various languages http://rosettacode.org/wiki/Sorting_algorithms/Merge_sort You could look at the java if you like but I think C# takes the cake. And of course also there's t

Re: Program in or into (was Python handles globals badly)

2015-09-05 Thread Rustom Mody
On Sunday, September 6, 2015 at 8:05:28 AM UTC+5:30, Steven D'Aprano wrote: > On Sat, 5 Sep 2015 01:18 pm, Rustom Mody wrote: > > > Here's mergesort written in various languages > > http://rosettacode.org/wiki/Sorting_algorithms/Merge_sort > > > > You could look at the java if you like but I thin

Re: Program in or into (was Python handles globals badly)

2015-09-05 Thread random832
Steven D'Aprano writes: > That depends. Is the example C# code idiomatic for the language? Not in the least. My first clue was Int32 - nobody actually uses those names. > Or was it > written by somebody ignorant of C#, and consequently is a poor example of > badly-written and unidiomatic "Java