|
|
|
|
|
by dragonwriter
803 days ago
|
|
There's probably not a close analogy for Python; aside frim basic algorithmic things that transfer directly, there are some optimization gotchas in Python, but if you have real concern for optimization its about knowing the ecosystem and when to use native extensions (either existing ones or writing your own), not mostly about writing faster code in Python. |
|