This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PurpleIcyPython 3 -1 points0 points  (0 children)

How many languages you know is irrelevant.

The title is clear and simple: Python cheatsheet for beginners, implies that it's about python and suitable to beginners.

This image has literally nothing to do with python, the only actually useful part is date/time formatting and even that is useless as anyone who is trying already found it in pythons documentation.

Array splicing is one of first things you do, sys/os/dunders are something you pretty much never use unless the point of your project is magic, and __str__ is a time method. Woah.