Skip to content

The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.

License

Notifications You must be signed in to change notification settings

windsuzu/PythonUniverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonTricks42

42 for the universe, which means I want to use the opportunity of creating this repository to learn all the skills of python!

All the tricks in the repo are built on the idea that you have a deep understanding of the basic operations of Python, such as string, condition, loop, list, dict, tuple, and so on.

All tricks are based on the python 3 implementation.

Table of contents

Must Know

Tricks Simple Demo
List & Dict & Set Comprehensions
Lambda Functions
Map
Filter
Zip
Reduce
*args & **kwargs
Generator (map, filter, zip)
Closure & Decorator
Context Manager

String

fstring

Int

add _

List

for...else

Set

set for searching

Tuple

swap

Design

annotation, typing, (...), pass

Classes

OOP static, class, nonlocal, global, abstract methods private, property, dataclasses

IPython

vscode python file, timeit, time

Others

numba

About

The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published