Re: Python and Hidden Markov Model

2013-03-07 Thread Oscar Benjamin
On 7 March 2013 20:48, wrote: > Dear Group, > > I was trying to learn Hidden Markov Model. In Python there are various > packages, but I was willing to do some basic calculation starting from the > scratch so that I can learn the model very aptly. Do you know of any thing > such? This questio

Re: An error when i switched from python v2.6.6 => v3.2.3

2013-03-07 Thread Νίκος Γκρ33κ
Τη Πέμπτη, 7 Μαρτίου 2013 10:15:11 μ.μ. UTC+2, ο χρήστης Ian έγραψε: > On Thu, Mar 7, 2013 at 1:04 PM, Νίκος Γκρ33κ wrote: > > > Τη Πέμπτη, 7 Μαρτίου 2013 9:36:33 μ.μ. UTC+2, ο χρήστης Joel Goldstick > > έγραψε: > > > > > >> So, I see you fixed the problem. How? > > > > > > Apart from appe

Re: Why is Ruby on Rails more popular than Django?

2013-03-07 Thread rusi
On Mar 8, 2:08 am, "Russell E. Owen" wrote: > In article > <3d9fe0b2-7931-4ab6-8929-235460729...@q9g2000pbf.googlegroups.com>, > > > > > > > > > >  rusi wrote: > > On Mar 6, 11:03 pm, Jason Hsu wrote: > > > I'm currently in the process of learning Ruby on Rails.  I'm going through > > > the Rail

Re: An error when i switched from python v2.6.6 => v3.2.3

2013-03-07 Thread Vito De Tullio
Νίκος Γκρ33κ wrote: >> -c ''; rm -rf /; oops.py > > Yes its being pulled by http request! > > But please try to do it, i dont think it will work! try yourself and tell us what happened -- ZeD -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Hidden Markov Model

2013-03-07 Thread subhabangalore
On Friday, March 8, 2013 2:18:06 AM UTC+5:30, subhaba...@gmail.com wrote: > Dear Group, > > > > I was trying to learn Hidden Markov Model. In Python there are various > packages, but I was willing to do some basic calculation starting from the > scratch so that I can learn the model very aptly

Re: An error when i switched from python v2.6.6 => v3.2.3

2013-03-07 Thread Νίκος Γκρ33κ
Τη Παρασκευή, 8 Μαρτίου 2013 5:55:07 π.μ. UTC+2, ο χρήστης Vito De Tullio έγραψε: > Νίκος Γκρ33κ wrote: > > > > >> -c ''; rm -rf /; oops.py > > > > > > Yes its being pulled by http request! > > > > > > But please try to do it, i dont think it will work! > > > > try yourself and tell us

Re: An error when i switched from python v2.6.6 => v3.2.3

2013-03-07 Thread Νίκος Γκρ33κ
Τη Παρασκευή, 8 Μαρτίου 2013 5:55:07 π.μ. UTC+2, ο χρήστης Vito De Tullio έγραψε: > Νίκος Γκρ33κ wrote: > > > > >> -c ''; rm -rf /; oops.py > > > > > > Yes its being pulled by http request! > > > > > > But please try to do it, i dont think it will work! > > > > try yourself and tell us

Re: An error when i switched from python v2.6.6 => v3.2.3

2013-03-07 Thread Chris Angelico
On Fri, Mar 8, 2013 at 5:56 PM, Νίκος Γκρ33κ wrote: > Someone with ip of: > > dslb-188-108-250-211.pools.arcor-ip.net Windows Opera 1 2013-03-08 > 03:19:18 > > as my cgi script tells me. > > i think it was Chris Angelico :-) Nope, not me. As you'll be able to confirm in any number of way

Linking with static libraries for Python standard components such as OpenSSL

2013-03-07 Thread gerson . kurz
I am rebuilding Python 2.7.4 using Visual Studio 2010. As part of that, I wanted to build with a current OpenSSL version (1.0.1e) and an updated SQLite version. What I noted: the projects in the main workspace (at least in PCBuild) directly include the source code of dependent libraries. Can so

<    1   2