¡@

Home 

python Programming Glossary: engineer

Python 3.x rounding behavior

http://stackoverflow.com/questions/10825926/python-3-x-rounding-behavior

even is the default as it is in IEEE 754. Apparently the engineer who implemented the round command got so fed up with all the..

Choosing Java vs Python on Google App Engine

http://stackoverflow.com/questions/1085898/choosing-java-vs-python-on-google-app-engine

van Rossum the inventor of Python and an amazingly strong engineer. In terms of flexibility the Java engine as already mentioned..

How hard to reverse engineer .pyd files?

http://stackoverflow.com/questions/12075042/how-hard-to-reverse-engineer-pyd-files

hard to reverse engineer .pyd files After reading How do I protect python code I decided.. function. Is it safe to assume it is as hard to reverse engineer them as dll files. If not what is their hardness to reverse.. as dll files. If not what is their hardness to reverse engineer in a scale from .pyc file to .dll files python reverse engineering..

Presentations on switching from Perl to Python [closed]

http://stackoverflow.com/questions/132734/presentations-on-switching-from-perl-to-python

to Python. Longer story I'm a programmer embedded hardware engineer in a hardware design group. A few years ago I've convinced my..

time.sleep() required to keep QThread responsive?

http://stackoverflow.com/questions/14665636/time-sleep-required-to-keep-qthread-responsive

First I am new to Python. I am a long time MatLab user engineer not computer scientist and I am beginning the process of attempting..

What should a software engineer (web) start by learning - Erlang, Haskell, Python, C++, F# [closed]

http://stackoverflow.com/questions/1965472/what-should-a-software-engineer-web-start-by-learning-erlang-haskell-pytho

should a software engineer web start by learning Erlang Haskell Python C F# closed What.. will be the next choice of language that could benefit an engineer in his career utmost I am a Software Engineer and almost everything.. utmost I am a Software Engineer and almost everything I engineered is for WWW. I have decided to learn a language and keep it..

How do I protect Python code?

http://stackoverflow.com/questions/261638/how-do-i-protect-python-code

check code can be extra hard but not impossible to reverse engineer and leave the bulk of your code in Python. share improve this..

Python Framework for small website [closed]

http://stackoverflow.com/questions/2665313/python-framework-for-small-website

planning a small simple website to showcase myself as an engineer. My preferred language is Python and I hope to use it to create..

Scraping websites with Javascript enabled?

http://stackoverflow.com/questions/3362859/scraping-websites-with-javascript-enabled

SO and there was someone who suggested i should reverse engineer the Javascript but i have no idea how to do that. So far i've..

Which game scripting language is better to use: Lua or Python? [closed]

http://stackoverflow.com/questions/356160/which-game-scripting-language-is-better-to-use-lua-or-python

Connected to the previous point the Lua team are great engineers . This manifests in all sorts of ways the implementation is.. had to maintain the code you could. Guido is just a good engineer. I'm not sure even Guido understands all of Python 2.5. Integrating.. 000 lines. I would choose Lua because of its rock solid engineering. It's over 20 times smaller than Python does essentially..

How to create a simple Gradient Descent algorithm

http://stackoverflow.com/questions/3837692/how-to-create-a-simple-gradient-descent-algorithm

x y ^2 This is a usual problem but i'm more of a software engineer and i'm learning one step at a time can you tell me what's wrong..

Using Python code coverage tool for understanding and pruning back source code of a large library

http://stackoverflow.com/questions/3883484/using-python-code-coverage-tool-for-understanding-and-pruning-back-source-code-o

actually refers to the use of coverage tools to reverse engineer complex code in one of his online talks. My question to the.. makes sense to readers... python code coverage reverse engineering code analysis share improve this question What you want..

Python: Compiling Script Safely?

http://stackoverflow.com/questions/4599166/python-compiling-script-safely

no way to protect anything completely against reverse engineering. Some things you can do distribute the .pyc files. This requires.. .pyc files. This requires slightly more effort to reverse engineer Use an obfuscator there aren't a lot of these out there and.. will probably never look at your code. IF someone reverses engineers your code from the byte code what's the big deal If they're..

Get formula from Excel cell with python xlrd

http://stackoverflow.com/questions/4690423/get-formula-from-excel-cell-with-python-xlrd

from an Excel sheet to python code but I have to reverse engineer the algorithm from the Excel file . The Excel sheet is quite..

How to deploy a Python application with libraries as source with no further dependencies?

http://stackoverflow.com/questions/527510/how-to-deploy-a-python-application-with-libraries-as-source-with-no-further-depe

went through the unpleasant process of having to reverse engineer the dependencies reinstall distutils hunting down the libraries..

Python Code Obfuscation [closed]

http://stackoverflow.com/questions/576963/python-code-obfuscation

as a .so. That's perhaps the hardest of these to reverse engineer and still give you a high level language for develoment. They..