Reuse Python code in native Android applications

Reuse Python code in native Android applications. Contribute to joaoventura/pybridge development by creating an account on GitHub. Read more

Similar

Python Pickle’s Nine Flaws

Python’s pickle module is a very convenient way to serialize and de-serialize objects. It needs no schema, and can handle arbitrary Python objects. But it has problems. This post briefly explains the problems. (more…)

Read more »

How do Ruby and Python profilers work?

Hello! As a precursor to writing a Ruby profiler I wanted to do a survey of how existing Ruby & Python profilers work. This also helps answer a question a lot of folks have been asking me, which is “How do you write a profiler?”... (more…)

Read more »