Re: Python for a 10-14 years old?

2005-03-24 Thread moma
bck. hmm, maybe not! 3) Anyway, gnna love that srcmbled format simply because rerrors do not appear, show up ;-). (having English as a foreign language) // moma http://www.futuredesktop.org/AsteriskPBX.html <- http://www.futuredesktop.org/hpc_linux.html Why run one PC obi when you

Re: Python versus Perl ?

2005-02-06 Thread moma
aokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/79533 http://www.cs.washington.edu/homes/kd/courses/pythonruby.pdf http://www.ntecs.de/old-hp/s-direktnet/rb/download_ruby.html http://www.ruby-lang.org/en/ // moma -- http://mail.python.org/mailman/listinfo/python-list

Re: Where can I find sample "beginner" programs to study?

2005-01-28 Thread moma
/detlev/eric3.html Dr.Python http://drpython.sourceforge.net/ ? // moma http://www.futuredesktop.org/OpenOffice.html http://www.futuredesktop.org/hpc_linux.html -- http://mail.python.org/mailman/listinfo/python-list

Re: python module in webmin

2005-01-27 Thread moma
27;s normal CGI scripting and HTML. So you can easily write a real Webmin-module in Python. Maybe you can help to make Webmin.py more complete :)? 2) Search for "Python" here http://webmin.thirdpartymodules.com/?page=Search Find any modules written in Python? // moma htt

Re: Optional Static Typing

2004-12-25 Thread moma
scalar_values are ALL ints. >>>print u ((1,3,4), 6,7) Maps . * I think the compiler should allow typeless containers even you compile with --strict option. Apply --strict (strictly) to scalar types only. * class A

Re: feature suggestion

2004-12-24 Thread moma
Do not miss the discussion topic/thread: "Optional Static Typing" (from 12/23/2004) The referral article is very interesting, even for a newbie. Introduction of (optional) types will "legitimate" the Python language even more, while it keeps the fast scripting nature unspoilt. flexibal wrote: