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

Gotchas and landmines in Python

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, datatypes, 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.

The only pre-requisite is a basic familiarity with Python programming language. Although it’ll be good that you have laptops with Python already setup, it’s not required as such !

Details

Improve this page