二十六、爬取拉钩网Python职位的数据

@Author:Runsen

受疫情影响,很多小伙伴都主动或者被动的需要重新找工作,都说今年的就业形势不好,特别是对传统行业的冲击特别大。想知道最近python的市场如何,爬一波拉钩看下究竟。

先将数据库搭好,文件名是 handle_mongo.py

import pymongo
from pymongo.collection import Collection

class Handle_lagou_mongo(object):
    def __init__(self):
        lagou_client = pymongo.MongoClient

猜你喜欢

转载自blog.csdn.net/weixin_44510615/article/details/90814719