|
You are here |
benhoyt.com | ||
| | | | |
hypirion.com
|
|
| | | | | Can you learn anything valuable by removing programming constructs? | |
| | | | |
rcoh.me
|
|
| | | | | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out. | |
| | | | |
joeprevite.com
|
|
| | | | | My notes and thoughts on Writing an Interpreter in Go by Thorsten Ball | |
| | | | |
margint.blog
|
|
| | | Nowadays Python is probably the programming language of choice (besides R) for data scientists for prototyping, visualization, and running data analyses on small and medium sized data sets. And rightly so, I think, given the large number of available tools (just look at the list at the top of this article). However, it wasn't always... | ||