Explore >> Select a destination


You are here

www.learnpython.dev
| | hausdorff.github.io
3.0 parsecs away

Travel
| |
| | www.justus.pw
5.2 parsecs away

Travel
| | [AI summary] This article explains how to use Python's disassembly library to inspect and understand CPython's byte code, including examples of disassembling a simple function.
| | blog.kellybrazil.com
5.6 parsecs away

Travel
| | Python has great exception-handling with nice traceback messages that can help debug issues with your code. Here's an example of a typical traceback message: I usually read these from the bottom-up to zero-in on the issue. Here I can see that my program is trying to pop the last item off a list called parsed_line,Continue reading "More Comprehensive Tracebacks in Python"
| | blog.martinig.ch
15.0 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to