Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-23 Thread Basil Shubin
Don Taylor пишет: > Basil Shubin wrote: >> Hi friends! >> >> I have read articles about MVC/MVP, but still can't get a clue to how >> implement it in really working application :-( Because I better >> understand with ready to use examples, can you provide l

[Tutor] MVC/MVP examples of how to implement it

2006-12-18 Thread Basil Shubin
Hi friends! I have read articles about MVC/MVP, but still can't get a clue to how implement it in really working application :-( Because I better understand with ready to use examples, can you provide link to free python+GUI application which implements MVC/MVP design? Thanks! ___

[Tutor] Python and ODS

2006-11-22 Thread Basil Shubin
Hi friends! Is there any extension or library to create/write data in OpenDocument Spreadsheet? I found pyExcelerator, but it's working only with xls format. -- Basil Shubin Freelance Software Developer ___ Tutor maillist - Tutor@python.org

Re: [Tutor] free IDE for Python?

2006-11-14 Thread Basil Shubin
(Emacs Code Browser - IDE for Emacs) -- Basil Shubin Freelance Software Developer ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Tuple and Dicts?

2006-11-09 Thread Basil Shubin
equal to appropriate value? And can this be done without 'for' loops, just in one string? -- Basil Shubin Freelance Software Developer ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python and config files?

2006-10-27 Thread Basil Shubin
Kent Johnson пишет: > Basil Shubin wrote: >> Hi, friends! >> >> Is there exist a module for working with config file? Simple enough, >> just read/write config file (like for most unix app), determine where >> row is contain config words with it's parameters

[Tutor] Python and config files?

2006-10-26 Thread Basil Shubin
Hi, friends! Is there exist a module for working with config file? Simple enough, just read/write config file (like for most unix app), determine where row is contain config words with it's parameters (like 'config_word=parameter') or it's a comments (#)? -- Basil Shubi

[Tutor] How to open file in Excel/Calc spreadsheet?

2006-10-15 Thread Basil Shubin
Hi ,friends! How I can open Excel or OOCalc spreadsheet file 'remotely' from python programm? I mean how to execute Excel or Calc with appropriate spreadsheet file? Thanks in advance! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mai

[Tutor] [OT] Python and Excel/OOCalc

2006-10-15 Thread Basil Shubin
Hi, friends! Is there exist python extension or library for writing or exporting data into the Excel and/or OO Calc file? Excuse me for crossposting. Thanks in advance! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/t

[Tutor] SGMLLib, fetching some weird data

2006-08-12 Thread Basil Shubin
Hi friends, Please, examine attached script. I want fetch some data from online resource and almost achieve this, but I can't fetch some weird formatted data like this '45° Reverse Calf Press'. I got the following error: 45 Reverse Calf Press Reverse Calf Raise Seated Reverse Calf Press Trac

[Tutor] Regex search in HTML data

2006-08-08 Thread Basil Shubin
Hi friends, Please, see the attachment and examine a code I have provide. The problem is, I want fetch data from Comments until the first occurrence , but with my code data fetchind until the last in htmlData variable, but that is not what I want. So question is, what is my mistake? Thank