Contribute Media
A thank you to everyone who makes this possible: Read More

Attack of Pythons : Gotchas and Landmines in Python

Translations: en en

Description

Python may be one of the simplest and most flexible programming languages out there, but it is still a programming language. It still has syntax, data types, and some occasional dark corners. Python “warts” are things for which people have criticised Python, typically aspects of the language or mechanisms of its implementation, because such aspects either expose certain surprising inconsistencies, are regarded as omissions, or cause irritation for parts of the community in some sense.

This talk will be about common pitfalls (termed warts/landmines) that people face using Python programming language.

Details

Improve this page