Python overtakes Java to become second-most popular language on GitHub

GitHub’s annual “State of the Octoverse” report shows that Python has overtaken Java as the second-most popular language after JavaScript, based on th… Read more

Similar

F# Meets Python

Work in progress Python support for Fable that hopefully one day will fix #2339. Ready for review. Still a lot more work needed but this PR have over 100 passing unit-tests. (more…)

Read more »

My favorite terrible Python error message

Students in my Python classes occasionally get the following error message: TypeError: object() takes no parameters This error message is technically true, as I’ll explain in a moment. But it’s surprising and confusing for people who are new to Python, be... (more…)

Read more »