Explore >> Select a destination


You are here

blog.kellybrazil.com
| | pymotw.com
3.9 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of Python's disassembler and its applications. It covers topics such as using the dis module to inspect bytecode, debugging with dis, and optimizing code by analyzing disassembled output. The text also discusses compiler optimizations like constant folding and the use of itertools for efficient iteration. It includes examples of code, disassembled output, and performance comparisons between different implementations.
| | hausdorff.github.io
6.5 parsecs away

Travel
| |
| | blog.adnansiddiqi.me
7.5 parsecs away

Travel
| | In this post, I am going to talk about Proto Buffers and how you can use them in Python for passing messages across networks. Protocol Buffers or Porobuf in short, are used for data serialization and deserialization. Before I discuss Protobuf, I would like to discuss data serialization and serialization first. Data Serialization and De-serialization
| | fractaledmind.github.io
38.3 parsecs away

Travel
| This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.