Recently I had a discussion over Reddit over why would someone would use Python over other programming languages. The discussion was pretty good and thus I thought about writing a post about it.
First of all, let me give you my thoughts on Python. Python ... (more…)
Read more »
Generally, you want to use the built-in sorted() function which takes a custom comparator as its parameter. We need to pay attention to the fact that in Python 3 the parameter name and semantics have changed. How the custom comparator works When providing... (more…)
Read more »
`pathlib` is a part of the standard library that helps you deal with file paths. In this video, we explore the library with examples. We also talk about the ... (more…)
Read more »
A high-performance, extensible Python AOT compiler. - GitHub - bytedance/matxscript: A high-performance, extensible Python AOT compiler. (more…)
Read more »