You are here |
martinheinz.dev | ||
| | | |
knight.sc
|
|
| | | | LLDB has great Python support but it's not always clear what functionality is there or how to use it. While there is documentation on all of the classes available to scripts, some classes and methods are better documented than others. While looking for the best way to trace through some obfuscated assembly recently I came across the thread step-scripted command and thought it would be worth writing up a short overview of what it is and how to use it. | |
| | | |
mathspp.com
|
|
| | | | Pydon'ts are Python tips that help you write better code. | |
| | | |
www.pythonmorsels.com
|
|
| | | | Python's built-in functions list includes 71 functions now! Which built-in functions are worth knowing about? And which functions should you learn later? | |
| | | |
gavinhoward.com
|
|
| | There are 8 questions that must be answered to design a good type system. In this post, I attempt to do just that. |