Faster Python: Python 3.11 Release and Future Roadmap

Python is a popular programming language, especially in scripting, web development, data analytics, and ML/AI domains. According to TIOBE Programming Language Index, Python has become the most popular programming since 2022, exceeding good old C: Python has gained popularity because of its flat learning curve (compared to other languages such as C/C++), human-readable code, and thriving ecosystems. However, Developers have always complained about python not being fast or even slower than other interpreting languages like JS or Lua. ...

December 3, 2022 · 2 min · 393 words · Justin Hu

Turing Test and Human Judgement

The Turing test has been an essential and influential concept in the philosophy of artificial intelligence ever since Alan Turing introduced the test in 1950 to test whether a machine is intelligent. The Turing test itself is simple, but the underlying reasoning process of Turing is profound. Thinking vs. Acting Can machines think? If computers can reason, how can we tell? Are trees intelligent? Can they think as well? How can we tell? ...

July 25, 2022 · 3 min · 460 words · Justin Hu