Re: psss...I want to move from Perl to Python

2016-01-29 Thread Josef Pktd
On Friday, January 29, 2016 at 4:50:25 PM UTC-5, Cody Piersall wrote: > On Fri, Jan 29, 2016 at 2:42 PM, Fillmore > wrote: > > I actually have a few followup question. > > > - will iNotebook also work in Python 3? > Yes! And just FYI, it's called they Jupyter Notebook now, but pretty much > ever

Re: GitHub's "pull request" is proprietary lock-in

2016-01-04 Thread Josef Pktd
On Monday, January 4, 2016 at 12:41:32 PM UTC-5, Michael Torrie wrote: > On 01/04/2016 03:21 AM, m wrote: > > W dniu 03.01.2016 o 05:43, Ben Finney pisze: > >> That and other vendor-locked workflow aspects of GitHub makes it a poor > >> choice for communities that want to retain the option of contr

Re: Installing PyCharm on Windows

2015-12-20 Thread Josef Pktd
On Sunday, December 20, 2015 at 3:29:34 AM UTC-5, Thomas 'PointedEars' Lahn wrote: > Josef Pktd wrote: > ^^ > I doubt that is your real name. But it's the name I used for almost all of my Python open source development, and can be easily googled. except I misspe

Re: Installing PyCharm on Windows (was: issues)

2015-12-19 Thread Josef Pktd
On Saturday, December 19, 2015 at 1:32:27 PM UTC-5, Thomas 'PointedEars' Lahn wrote: > Anna Szaharcsuk wrote: > > > I was trying to install PyCharm, but didn't worked and needed interpreter. > > the computer advised to install the python for windows. > > Not “the python for windows” (that would

Re: Help on error " ValueError: For numerical factors, num_columns must be an int "

2015-12-16 Thread Josef Pktd
On Wednesday, December 16, 2015 at 9:50:35 AM UTC-5, Robert wrote: > On Wednesday, December 16, 2015 at 6:34:21 AM UTC-5, Mark Lawrence wrote: > > On 16/12/2015 10:44, Robert wrote: > > > Hi, > > > > > > When I run the following code, there is an error: > > > > > > ValueError: For numerical factors

Re: Is vars() the most useless Python built-in ever?

2015-11-30 Thread Josef Pktd
On Monday, November 30, 2015 at 8:01:14 PM UTC-5, Steven D'Aprano wrote: > I'm trying to understand why vars() exists. Does anyone use it? > > Every time I try to use it, I find it doesn't quite do what I want. And even > if it did, there are more obvious and/or correct alternatives. > > For inst

Re: Strong typing implementation for Python

2015-10-13 Thread Josef Pktd
On Tuesday, October 13, 2015 at 9:40:56 AM UTC-4, Steven D'Aprano wrote: > On Tue, 13 Oct 2015 06:55 pm, Todd wrote: > > > On Oct 13, 2015 2:11 AM, "Steven D'Aprano" <...> wrote: > > >> Consider the following piece of code: > >> > >> def addone(x): > >> return x + 1 > >> > >> > >> The human p

Re: Strong typing implementation for Python

2015-10-13 Thread Josef Pktd
On Tuesday, October 13, 2015 at 2:52:32 PM UTC-4, Sibylle Koczian wrote: > Am 13.10.2015 um 00:10 schrieb Ben Finney: > > Sibylle Koczian <> writes: > > > >> Am 12.10.2015 um 13:39 schrieb Steven D'Aprano: > >>> Auto-complete is a fine and useful tool. But if you are crippled as a > >>> programmer

Re: Pyarmor, guard your python scripts

2015-10-06 Thread Josef Pktd
On Monday, October 5, 2015 at 11:27:58 PM UTC-4, Ian wrote: > On Oct 5, 2015 4:27 PM, "Ben Finney" wrote: > > > > > > Josef Pktd writes: > > > > > > > related > > > > > > Care to give us a summary of what that is, and de

Re: Pyarmor, guard your python scripts

2015-10-05 Thread Josef Pktd
related https://youtu.be/wsczq6j3_bA?t=20m9s Josef -- https://mail.python.org/mailman/listinfo/python-list

Re: linregress and polyfit

2013-09-17 Thread Josef Pktd
On Tuesday, September 17, 2013 10:34:39 PM UTC-4, Krishnan wrote: > I created an xy pair > > > > y = slope*x + intercept > > > > then I added some noise to "y" using > > > > numpy.random.normal - call it z > > > > I could recover the slope, intercept from (x,y) using linregress > > BU

Re: statsmodels.api

2013-09-17 Thread Josef Pktd
On Tuesday, September 17, 2013 9:06:59 AM UTC-4, Oscar Benjamin wrote: > On 17 September 2013 13:13, Davide Dalmasso wrote: > > > > > > You are right... there is a problem with scipy intallation because this > > error arise... > > > > > from scipy.interpolate import interp1d > > > Trace

Re: statsmodels.api

2013-09-17 Thread Josef Pktd
On Tuesday, September 17, 2013 8:13:27 AM UTC-4, Davide Dalmasso wrote: > You are right... there is a problem with scipy intallation because this error > arise... > > > > >>> from scipy.interpolate import interp1d > > Traceback (most recent call last): > > File "", line 1, in > > from

Re: PEP 450 Adding a statistics module to Python

2013-08-17 Thread Josef Pktd
I think the install issues in the pep are exaggerated, and are in my opinion not a sufficient reason to get something into the standard lib. google appengine includes numpy https://developers.google.com/appengine/docs/python/tools/libraries27 I'm on Windows, and installing numpy and scipy are ju