Re: code python

2014-12-21 Thread Rustom Mody
On Saturday, December 20, 2014 7:30:20 AM UTC+5:30, Khetam Yassen wrote: > Hello all > I Have problem about , How i can compute accuracy to unigram,bigram and > trigram > and how i can change the size to iteration separate from 1 to 10 in each > stage from iteration train take 90% and training 10

Re: [CODE] - Python Newcomer Starting with Coding

2006-03-21 Thread Dave Hansen
On Tue, 21 Mar 2006 20:05:48 +0200 in comp.lang.python, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: >bruno at modulix wrote: [...] >> Look for the Python cookbook (google is your friend). >... > >http://www.oreilly.com/catalog/pythoncook/ > >sorry, I've not clarified that I mean an free internet re

Re: [CODE] - Python Newcomer Starting with Coding

2006-03-21 Thread Ilias Lazaridis
Ed Singleton wrote: > On 21/03/06, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: >> Where can I find practical coding examples for real life coding problems? >> >> Something like a categorized solution guide? >> > > This sounds quite a lot like PLEAC. It certainly contains a lot that > you would fin

Re: [CODE] - Python Newcomer Starting with Coding

2006-03-21 Thread Ilias Lazaridis
bruno at modulix wrote: > Ilias Lazaridis wrote: >> Where can I find practical coding examples for real life coding problems? > > Probably in real life code ?-) > >> Something like a categorized solution guide? > > Look for the Python cookbook (google is your friend). ... http://www.oreilly.com

Re: [CODE] - Python Newcomer Starting with Coding

2006-03-21 Thread Ed Singleton
On 21/03/06, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: > Where can I find practical coding examples for real life coding problems? > > Something like a categorized solution guide? > This sounds quite a lot like PLEAC. It certainly contains a lot that you would find useful. http://pleac.sourcefo

Re: [CODE] - Python Newcomer Starting with Coding

2006-03-21 Thread bruno at modulix
Ilias Lazaridis wrote: > Where can I find practical coding examples for real life coding problems? Probably in real life code ?-) > Something like a categorized solution guide? Look for the Python cookbook (google is your friend). > - > > My current problem: > > * create a folder > * seems