Coder Social home page Coder Social logo

heyi5301332 / medusa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from z0x010/medusa

0.0 0.0 0.0 1.25 MB

(2015)(Python)网络服务、爬虫、索引、搜索(基于 django、scrapy、elasticsearch、postgresql、redis)

Python 46.81% HTML 2.70% Shell 0.08% DIGITAL Command Language 0.08% JavaScript 40.93% CSS 9.41%

medusa's Introduction

medusa

summary

medusa is a comprehensive network service consist of web service, spider, search engine, etc.

techniques (included but not limited to)

framework: django, scrapy, elasticsearch

third-party librariry: requests, splinter, jieba

pythonic: object-oriented programming, functional programming

hierarchy

├── medusacode │   ├── python_demo │   │   ├── advanced_data_structure_demo │   │   ├── closure_tutorial │   │   ├── coroutine_demo │   │   ├── decorator_tutorial │   │   ├── functional_programming_demo │   │   ├── logging_demo │   │   ├── oop_demo │   │   ├── re_demo │   │   ├── requests_demo │   │   ├── thread_demo │   │   └── z_others │   ├── designpattern_demo │   ├── jieba_demo │   ├── splinter_demo │   ├── data_science │   └── unittest_demo ├── medusalib ├── medusasearch ├── medusaspider └── medusaweb

introduction

category directory description description_zh
medusaweb . web service built with django 使用 django 构建的网络服务
medusaspider . spider(crawler) built with scrapy 利用 scrapy 编写的爬虫(爬取豆瓣电影精选和部分艺龙酒店)
medusasearch . index and search using elasticsearch 利用 elasticsearch 索引,利用 python 客户端 pyelasticsearch 搜索
medusalib . function library (functional client) 网络服务用到的库
medusacode designpattern_demo python design pattern Python 实现的设计模式
medusacode jieba_demo Chinese characters segmentation 中文分词,用来在 web 服务的搜索功能中处理搜索输入
medusacode splinter_demo automatic test for web service using splinter 利用 splinter 自动化测试网络服务
medusacode data_science data-science-from-scratch Joel Grus 著《Data Science from Scratch》阅读笔记和代码
medusacode unittest_demo python unittest 单元测试
medusacode python_demo python programming note Python 编程语言笔记
medusacode/python_demo advanced_data_structure_demo advanced_data_structure 一些高级数据结构的使用
medusacode/python_demo decorator_tutorial decorator 装饰器
medusacode/python_demo closure_tutorial closure 闭包
medusacode/python_demo coroutine_demo coroutine 协程
medusacode/python_demo functional_programming_demo functional_programming 函数式编程
medusacode/python_demo oop_demo oop 面向对象编程
medusacode/python_demo re_demo re 正则表达式
medusacode/python_demo thread_demo thread 多线程
medusacode/python_demo logging_demo logging 日志模块的使用
medusacode/python_demo requests_demo requests requests的使用
medusacode/python_demo z_others ... ...

medusa's People

Contributors

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