How I defeated an anti-tamper APK with some Python and a homemade Smali emulator: http://www.evilsocket.net/2016/04/18/how-i-defeated-an-obfuscated-and-anti-tamper-apk-with-some-python-and-a-home-made-smali-emulator/#.VxRu3snMomQ.hackernews
Replacing NodeJS with a pure python solution for assets transformation from PyConIT: https://www.reddit.com/r/Python/comments/4f6tbu/replacing_nodejs_with_a_pure_python_solution_for/
reddit
Replacing NodeJS with a pure python solution for... • /r/Python
1 points and 0 comments so far on reddit
After having had enough of Logstash, I wrote a clone in Python. All comments and PRs welcome: https://www.reddit.com/r/Python/comments/4fb6pt/after_having_had_enough_of_logstash_i_wrote_a/
reddit
After having had enough of Logstash, I wrote a clone... • /r/Python
2 points and 0 comments so far on reddit
Is this wikipedia table about languages up to date with python info?: https://www.reddit.com/r/Python/comments/4fb7bz/is_this_wikipedia_table_about_languages_up_to/
reddit
Is this wikipedia table about languages up to date... • /r/Python
[The table in question](https://en.wikipedia.org/wiki/Comparison_of_programming_languages#General_comparison) I'm especially wondering about...
Willow - a Python image library that sits on top of Pillow, Wand and OpenCV: https://www.reddit.com/r/Python/comments/4fbafb/willow_a_python_image_library_that_sits_on_top_of/
reddit
Willow - a Python image library that sits on top of... • /r/Python
1 points and 0 comments so far on reddit
`pip install pygments` incomplete install when run as build phase in XCode: http://stackoverflow.com/questions/36611971/pip-install-pygments-incomplete-install-when-run-as-build-phase-in-xcode
Stackoverflow
`pip install pygments` incomplete install when run as build phase in XCode
I am running the command:
pip -v install pygments==2.0.2 --force-reinstall --ignore-installed --target .
as part of my build process in a Kivy iOS project. When I run the command myself in the
pip -v install pygments==2.0.2 --force-reinstall --ignore-installed --target .
as part of my build process in a Kivy iOS project. When I run the command myself in the
Killer example for why 'duck typing' is a useful language feature: https://www.reddit.com/r/Python/comments/4fcezw/killer_example_for_why_duck_typing_is_a_useful/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
I'm pretty sure that's not possible, but is it possible to automatically generate inverse functions?: https://www.reddit.com/r/Python/comments/4fcj4d/im_pretty_sure_thats_not_possible_but_is_it/
reddit
I'm pretty sure that's not possible, but is it... • /r/Python
I was asked this recently, and I dismissed it out of hand. But it's still niggling at me. Let's say you have two functions to convert a field of...
How can I manage memory in python? Running out of memory after 40 while loop iterations in my fitting routine.: https://www.reddit.com/r/Python/comments/4fcnfy/how_can_i_manage_memory_in_python_running_out_of/
reddit
How can I manage memory in python? Running out of... • /r/Python
I have a fitting algorithm I wrote that takes in about 300,000 (30,000 x 10) points and uses this data to determine x, y, z, yaw, pitch, and roll...
[Question] Writing Code for work and keeping it unowned by Employer.: https://www.reddit.com/r/Python/comments/4fd27z/question_writing_code_for_work_and_keeping_it/
reddit
[Question] Writing Code for work and keeping it... • /r/Python
Apologies if this is not the right place for this question. I am getting into Python and quickly learning that I can use it in my daily work life...
What unholy/dastardly/disdainful/unpythonic wrappers have you put around pip?: https://www.reddit.com/r/Python/comments/4fd54q/what_unholydastardlydisdainfulunpythonic_wrappers/
reddit
What unholy/dastardly/disdainful/unpythonic wrappers... • /r/Python
We occasionally digress into the package management wars, but what have you done to pip and/or virtualenv to make it work for YOU!?!
Is it possible : a TCP Gateway on a Bridge: https://www.reddit.com/r/Python/comments/4fdds6/is_it_possible_a_tcp_gateway_on_a_bridge/
reddit
Is it possible : a TCP Gateway on a Bridge • /r/Python
Hello, I need to intercept some type of packets on my bridge. The program must "listen", and on this type of packets (DHCP) I need to change some...