# Python is the worst programming language used nowadays # Lacks everything * No pointers. * No ternary operators (no, ifes in one line are not ternary operators) * No switch (if else if else if else if else if else if...) * No constants * It is a true miracle that Python has lambdas. (BTW you cannot give statements to a lambda. Which makes them very useless.) # Other stuff What the hell is a \_\_main\_\_? Python is the slowest programming language I've ever seen. It takes one second to print a help message in youtube-dl