¡@

Home 

python Programming Glossary: language's

Is Python strongly typed?

http://stackoverflow.com/questions/11328920/is-python-strongly-typed

implemented but not really a necessity following from the language's semantics. In fact when you overload on a custom type you can..

Rules of thumb for when to use operator overloading in python

http://stackoverflow.com/questions/1552260/rules-of-thumb-for-when-to-use-operator-overloading-in-python

or division remainder you're just engendering confusion. A language's standard library can get away with it though it shouldn't but.. but unless your library gets as widespread as the language's standard one the confusion will hurt share improve this answer..

Can I use Python as a bash replacement?

http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement

when does Python allocate new memory for identical strings?

http://stackoverflow.com/questions/2123925/when-does-python-allocate-new-memory-for-identical-strings

and using one more reference to it are just fine from the language's point of view. In practice of course real world implementation..

using __init__.py

http://stackoverflow.com/questions/2361124/using-init-py

prone that's obviously a case in which relying on the language's guarantee that the package's __init__.py is loaded once before..

Equivalent of python eval in Haskell

http://stackoverflow.com/questions/2469139/equivalent-of-python-eval-in-haskell

People tend to use eval in a language because given that language's facilities for certain classes of problem it is easier to construct..

Is it Pythonic to use bools as ints?

http://stackoverflow.com/questions/3174392/is-it-pythonic-to-use-bools-as-ints

constants would be used by Python newbies to restrict the language's abilities but Guido was adamant that we were just being pessimistic..

Tool to convert regex between different language syntaxes?

http://stackoverflow.com/questions/6933891/tool-to-convert-regex-between-different-language-syntaxes

Is there a tool to convert a regex from one popular language's syntax to another For example a Python style regex to a Java..