Tag: Cheatsheet

  • GitHub – ziishaned/learn-regex: Learn regex the easy way

    A regular expression is a pattern that is matched against a subject string from left to right. Regular expressions are used to replace text within a string, validate forms, extract a substring from a string based on a pattern match, and so much more. The term “regular expression” is a mouthful, so you will usually…

  • Python Cheatsheet

    Three pages of basic Python programming rules. www.cogsci.rpi.edu/~destem/gamedev/python.pdf