Giter VIP home page Giter VIP logo

python's Introduction

python

简介

本pypi库主要收集个人自用的python snippets,方便日常学习和开发。随着知识的扩充和实践的增多,可能不定期按需重构,且不保证向后兼容。

安装&使用

# 安装最新版本
pip install git+https://github.com/lwabish/python.git@master

# 安装指定版本(例如v0.0.2)
pip install git+https://github.com/lwabish/[email protected]

安装完成后即可像使用其他库一样import本模块

import lwabish

...

内容

  • lwabish.common: 未分类的或不好分类的通用工具函数
  • lwabish.structs: 以各种数据结构为核心的类定义以及工具函数
  • lwabish.finance: 金融相关的工具函数,比如各种收益率如xirr的计算等
  • lwabish.crawler: 和爬虫相关的工具函数。该模块很久未维护。
  • ...

本地开发调试

pip install -e .

注意

由于模块里功能比较分散且未成型,所以没有把依赖写进pypi安装包的install_requires里,如果遇到ImportError可自行安装相关的模块

python's People

Contributors

lwabish avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.