Skip to content

zekunlou/mypytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repo is all about reusable python code blocks by Zekun Lou. You can find more infomation in file pyproject.toml.

WARNING: this repo is experimental, please do mind the potential module version conflicts!

Installation

To install the package, please download the repo and install by pip

python -m pip install -e .

Developing guidelines

  • Minimal dependencies

Tips

  • When using jupyter, please consider add autoreload to reload modules automatically.
    • For details, see here.
%load_ext autoreload
%autoreload 1  # Reload all modules imported with %aimport every time before executing the Python code typed.
%aimport [my_module]

About

my python tool box

Resources

License

Stars

Watchers

Forks

Packages

No packages published