Skip to content

alexanch/python-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Hi there!

Here you can find a very useful set of commands for Python 3. Enjoy :)

Binder <-- interactive version.

Incudes:

  • Numbers and Strings: Indexing and Slicing, Properties and Methods
  • Lists, Dictionaries, Sets, and Tuples operations
  • Input/ Output
  • Functions, *args and **kwargs
  • Lambda Expressions, Map, and Filter Functions
  • Object-Oriented Programming (Classes, inheritance, polymorphism)
  • Python Generators, Iterators, Decorators
  • Errors and exceptions
  • _name_ and "_main_"
  • Unit tests (pylint, unittest)
  • RegEx
  • Creation of your own python modules
  • Collections: counter, defaultdict, OrderedDict, namedtuple
  • python debugger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published