V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
blond
V2EX  ›  Python

python 后台开发一般是做什么呢

  •  
  •   blond · 2015-01-16 23:04:56 +08:00 · 9170 次点击
    这是一个创建于 3388 天前的主题,其中的信息可能已经有所发展或是发生改变。

    如题,本人工作是用python写爬虫的,但基本的都是逻辑,看到网上招聘python后台啊,服务器开发,想知道这些都是指哪方便的呢,还有改如何学习呢,求教了

    9 条回复    2015-01-18 09:53:30 +08:00
    loading
        1
    loading  
       2015-01-16 23:08:50 +08:00
    crud
    caixiexin
        2
    caixiexin  
       2015-01-16 23:10:22 +08:00
    应该跟其他语言的后台开发一样吧?数据同步,接口封装之类的?
    没做过,帮你顶下:)
    messense
        3
    messense  
       2015-01-16 23:12:45 +08:00
    业务逻辑、接口、爬数据、统计分析数据,还有杂七杂八的脚本
    crazyxin1988
        4
    crazyxin1988  
       2015-01-16 23:15:39 +08:00
    如果是web的话 django和flask 多一些
    22too
        5
    22too  
       2015-01-16 23:30:26 +08:00
    我是做统计分析的
    Dongdong36
        6
    Dongdong36  
       2015-01-17 09:13:29 +08:00
    借楼主帖子问一下,如果爬网页,数据的的层级很深。而且数据的标签没有什么特征。用正则只能是一点点的匹配吗,要写很长的正则的说....
    niboy
        7
    niboy  
       2015-01-17 17:04:54 +08:00
    应该就是web吧,Django、Tornador、Flask等框架,MVC
    mengzhuo
        8
    mengzhuo  
       2015-01-17 22:11:59 +08:00
    @Dongdong36

    学爬虫的竟然不知道beautifulsoap
    再深,再没特征都可以用XPATH访问到吧……
    Melodic
        9
    Melodic  
       2015-01-18 09:53:30 +08:00
    @Dongdong36 楼上是对的,既然是爬虫,一般就是parse html的标签或者js的事件吧,到了text中再考虑用正则啊
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   957 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 67ms · UTC 20:04 · PVG 04:04 · LAX 13:04 · JFK 16:04
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.