¡@

Home 

python Programming Glossary: imperative

Why isn't Python very good for functional programming?

http://stackoverflow.com/questions/1017621/why-isnt-python-very-good-for-functional-programming

argument against functional programming in Python is that imperative OO use cases are carefully considered by Guido while functional.. functional programming use cases are not. When I write imperative Python it's one of the prettiest languages I know. When I write.. recursion mean your basic algorithms have to be written imperatively. Recursion is ugly and slow in Python. A small list library..

Why should I learn Python? [closed]

http://stackoverflow.com/questions/203862/why-should-i-learn-python

Scripting language Multi paradigms object oriented imperative functional Dynamic type system Automatic memory management Links..

deciding between subprocess, multiprocessing and thread in Python?

http://stackoverflow.com/questions/2629680/deciding-between-subprocess-multiprocessing-and-thread-in-python

I don't need the threads to exchange information but it is imperative that I know when the threads finish since some steps of my pipeline..

F# vs IronPython: When is one preferred to the other?

http://stackoverflow.com/questions/3327885/f-vs-ironpython-when-is-one-preferred-to-the-other

but they're no much else I can say about yet another imperative OO language. Whether its C# or Java or C or Python you solve.. C# or VB.NET and you've already been writing code in an imperative style for as long as you've been using the languages. The biggest.. team. If you've got 10 or 12 people writing code in an imperative language you won't be able to enforce a functional style for..

Python vs F#: which language I should learn [closed]

http://stackoverflow.com/questions/3340877/python-vs-f-which-language-i-should-learn

that encompasses functional programming as well as imperative object oriented programming disciplines. and Python supports.. paradigms primarily but not limited to object oriented imperative and to a lesser extent functional programming styles. Thanks.. much much better code. I usually reckon it takes an imperative programmer about a month to rotate their thinking into the functional..

FSharp runs my algorithm slower than Python!

http://stackoverflow.com/questions/5850243/fsharp-runs-my-algorithm-slower-than-python

way to test the waters than by doing a direct port of the imperative code I wrote in Python to F# and start from there moving in.. type safety offered by F# but if the resulting speed of an imperative algorithm is worse under F# ... I am disappointed to say the..

Stopping A Thread (Python)

http://stackoverflow.com/questions/6524459/stopping-a-thread-python

If you are planing on doing sleeps its absolutely imperative that you use the event to do the sleep. If you leverage the..