Re: Simple textual calendar

2008-11-04 Thread Jorgen Grahn
On Mon, 3 Nov 2008 18:02:19 -0800 (PST), Mensanator <[EMAIL PROTECTED]> wrote: ... >> <[EMAIL PROTECTED]> wrote: ... >> >I'm trying to write out a calendar for a year, in this form (imaginary ... > Personally, I find the tradtional format > worthless. I want to see the year represented as a single

Re: Simple textual calendar

2008-11-03 Thread Mensanator
On Nov 3, 7:31 am, ostra pikula <[EMAIL PROTECTED]> wrote: > On Mon, 03 Nov 2008 14:14:00 +0100, ostra pikula > > > > > > <[EMAIL PROTECTED]> wrote: > >Hello everyone, > > >please, I need your help. I'm a beginner in python and this is > >probably elemental to you, but represents quote a goggle for

Re: Simple textual calendar

2008-11-03 Thread Jorgen Grahn
On Mon, 03 Nov 2008 09:17:25 -0600, Tim Chase <[EMAIL PROTECTED]> wrote: >> Yes, I saw the calendar module, but, as I said, this isn't >> homework or something like that. It is an example which I've >> setted myself to try to solve to see how it would go. Calendar >> just gives me the solution :-(

Re: Simple textual calendar

2008-11-03 Thread Tim Chase
Yes, I saw the calendar module, but, as I said, this isn't homework or something like that. It is an example which I've setted myself to try to solve to see how it would go. Calendar just gives me the solution :-( Part of the answer to a problem is knowing when not to duplicate effort that's al

Re: Simple textual calendar

2008-11-03 Thread skip
ostra> It is an example which I've setted myself to try to solve to see ostra> how it would go. An even simpler solution is the cal command on Unix systems: % cal 2009 2009 JanFebMar S M Tu

Re: Simple textual calendar

2008-11-03 Thread ostra pikula
On Mon, 03 Nov 2008 13:25:44 +, Arnaud Delobelle <[EMAIL PROTECTED]> wrote: > >Have your looked at the calendar module? > >http://www.python.org/doc/2.5.2/lib/module-calendar.html > >HTH Hello Arnaud, thank you for replying. Yes, I saw the calendar module, but, as I said, this isn't homework

Re: Simple textual calendar

2008-11-03 Thread ostra pikula
On Mon, 03 Nov 2008 14:14:00 +0100, ostra pikula <[EMAIL PROTECTED]> wrote: >Hello everyone, > >please, I need your help. I'm a beginner in python and this is >probably elemental to you, but represents quote a goggle for me. > >I'm trying to write out a calendar for a year, in this form (imaginary

Re: Simple textual calendar

2008-11-03 Thread Arnaud Delobelle
ostra pikula <[EMAIL PROTECTED]> writes: > Hello everyone, > > please, I need your help. I'm a beginner in python and this is > probably elemental to you, but represents quote a goggle for me. > > I'm trying to write out a calendar for a year, in this form (imaginary > month below): > 2008,

Simple textual calendar

2008-11-03 Thread ostra pikula
Hello everyone, please, I need your help. I'm a beginner in python and this is probably elemental to you, but represents quote a goggle for me. I'm trying to write out a calendar for a year, in this form (imaginary month below): 2008, February Mon Tue Wed Thu Fri