Code Monkey home page Code Monkey logo

python_text's Introduction

问题:使用python可以做什么?

1.网络爬虫
2.文件处理[excel csv xml 图片处理]
3.文本处理[读取 写入 切割]
4.算法实现
5.定时任务

dt = sorted(dt.items(), key=lambda item: item[1], reverse=True)

文件遍历

for parent, _, filenames in os.walk(rootdir):

网络爬虫

util/csv/fetch_util.py

csv文件处理

util/csv/brows_record.py

加密算法:

util/date/md5_solve.py

日期转换:

util/date/time_cvt_util.py

excel处理:

util/excel/common_excel.py

文件删除:

util/file/delete_util.py util/file/file_compare.py util/file/split_file.py

定时任务:

util/mia_db/quzrtz.py

业务相关:

util/mia_db/common_spu.py spu功能查询 util/mia_db/common_stock.py 库存功能查询 util/mia_db/modify_warehouse.py 移仓数据处理 util/mia_db/repair_pre_qty.py 预占库存检查 util/sql/switch_stock_server.py 库存服务模式切换 util/stock_thrift/repair_stock.py 批量库存处理功能

python_text's People

Contributors

cuijiabin avatar

Watchers

 avatar  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.