¡@

Home 

python Programming Glossary: frowned

How can I perform a ping or traceroute using native python?

http://stackoverflow.com/questions/1151771/how-can-i-perform-a-ping-or-traceroute-using-native-python

this question Running interpreters as root is often frowned upon on security grounds and of course you DO need to have root..

What kind of applications are built using Python?

http://stackoverflow.com/questions/1452509/what-kind-of-applications-are-built-using-python

and especially garbage collection are quite understandably frowned upon this rules out almost all modern languages including Python..

Behaviour of increment and decrement operators in Python

http://stackoverflow.com/questions/1485841/behaviour-of-increment-and-decrement-operators-in-python

to allow programmers to optimize their code is usually frowned upon especially in a language like Python that is designed to..

Ternary conditional operator in Python

http://stackoverflow.com/questions/394809/ternary-conditional-operator-in-python

this question Yes it was added in version 2.5. It's frowned upon by some pythonistas so keep that in mind. The syntax is..

What PEP 8 guidelines do you ignore, and which ones do you stick to?

http://stackoverflow.com/questions/3955903/what-pep-8-guidelines-do-you-ignore-and-which-ones-do-you-stick-to

reasoning behind my violations of the PEP some shared some frowned upon by colleagues . I'd be very curious to read what other..

Don't show Python raise-line in the exception stack

http://stackoverflow.com/questions/4419785/dont-show-python-raise-line-in-the-exception-stack

modifying the behaviour of the interpreter is generally frowned upon. And in any case seeing exactly where an error was raised..

How to modularize a Python application

http://stackoverflow.com/questions/501945/how-to-modularize-a-python-application

using site.addsitedir is quite common and not particularly frowned upon. Certainly you will want your common working shared stuff..

Python or Ruby for a .NET developer?

http://stackoverflow.com/questions/551465/python-or-ruby-for-a-net-developer

but not for the precompiled classes and it's generally frowned upon. Ruby might be a little more different to your current..

Why is it “Easier to ask forgiveness than permission” in python, but not in Java? [closed]

http://stackoverflow.com/questions/6092992/why-is-it-easier-to-ask-forgiveness-than-permission-in-python-but-not-in-java

share improve this question The main reason it is frowned on in Java is that instantiating exception objects is expensive...

Differences between distribute, distutils, setuptools and distutils2?

http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2

facto standard. It uses monkey patching and magic that is frowned upon by Python core developers. Distribute is a fork of Setuptools..