type checking
F. GEIGER
fgeiger at datec.at
Sun Oct 12 03:49:55 EDT 2003
More information about the Python-list mailing list
Sun Oct 12 03:49:55 EDT 2003
- Previous message (by thread): type checking
- Next message (by thread): type checking
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"sashan" <mabus at operamail.com> schrieb im Newsbeitrag news:bmafsm$3i9$1 at lust.ihug.co.nz... > I'm a Python newbie. I have been using c++ for 5 years and before that I > was programming in Pascal. The one thing that annoys me about python > is dynamic typing because I find myself making typographical errors of > the sort that would under C++ be picked up by the compiler at compiler > time. With Python I have to wait for the error to appear at runtime in > order for me to correct it. I find this inefficient. Any advice about > how to get around this would be appreciated. > Use pychecker for that. It really helps to find typos. Cheers Franz GEIGER
- Previous message (by thread): type checking
- Next message (by thread): type checking
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list