字典型列表转化为csv文件格式

以下方法是从谷歌到的一个上学到的,但是忘了网址了,没有及时保存,如果谁知道,希望浏览告诉我


import  pandas as pd

import numpy as np
import csv

headers = ['positionName', 'workYear', 'education', 'jobNature', 'financeStage',
           'city','salary','positionAdvantage','companyFullName']


with open(r"C:\Users\chase\Desktop\data.txt","rb") as f:
    rows1 = eval(f.read().decode("utf-8"))


# 可以将字典型列表转化为表格模式
with open(r"C:\Users\chase\Desktop\lagou.csv",'w') as f:
    f_csv = csv.DictWriter(f, headers)
    f_csv.writeheader()

    f_csv.writerows(rows1)

数据:拉钩上爬取的

[{"positionName": "python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "12k-24k", "positionAdvantage": "晋升空间大、福利好", "companyFullName": "上海拍拍贷金融信息服务有限公司"},
{"positionName": "python 开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "时间自由,技术先进,区块链", "companyFullName": "上海墨沐金融信息服务有限公司"},
{"positionName": "Python 开发工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k以上", "positionAdvantage": "发展空间大 期权激励 弹性工作", "companyFullName": "竹间智能科技(上海)有限公司"},
{"positionName": "python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-19k", "positionAdvantage": "员工旅游 员工体检 五险一金", "companyFullName": "深圳市紫川软件有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-30k", "positionAdvantage": "平均16薪,扁平化管理,弹性工作,福利好", "companyFullName": "上海基分文化传播有限公司"},
{"positionName": "Python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-17k", "positionAdvantage": "五险一金,周末双休,绩效奖金,弹性工作", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "Python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "五险一金,季度旅游,生日会,带薪年假", "companyFullName": "上海众言网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "9k-14k", "positionAdvantage": "五险一金,股票期权,年终奖金,员工旅游", "companyFullName": "上海数旦信息技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "发展空间,大牛交流,五险一金,福利补贴", "companyFullName": "北京来也网络科技有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "主板上市,股权激励,牛人多,弹性工作", "companyFullName": "上海魔芋网络科技有限公司"},
{"positionName": "Python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "行业前三,亿级平台,极客团队,无限发挥", "companyFullName": "上海彩亿信息技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "25k-30k", "positionAdvantage": "绩效奖金 年终奖金 交通补贴 餐饮补贴", "companyFullName": "无锡华云数据技术服务有限公司"},
{"positionName": "python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "10k-15k", "positionAdvantage": "环境好,待遇好,旅游,奖金", "companyFullName": "深圳市金证科技股份有限公司"},
{"positionName": "python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "12k-18k", "positionAdvantage": "IDC,运维", "companyFullName": "杉德巍康企业服务有限公司"},
{"positionName": "Python软件开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-15k", "positionAdvantage": "五险一金,带薪年假,弹性工作,氛围自由", "companyFullName": "瞬联软件科技(北京)有限公司"},
{"positionName": "Python开发工程师(193)", "workYear": "不限", "education": "不限", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "pytho,技术驱动", "companyFullName": "北京来也网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8k-11k", "positionAdvantage": "五险一金,周末双休,绩效奖金,弹性工作", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "Python开发师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "五险一金,季度旅游,节日福利,带薪年假", "companyFullName": "上海众言网络科技有限公司"},
{"positionName": "资深python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "25k-35k", "positionAdvantage": "时间自由,技术先进,区块链,一年多薪", "companyFullName": "上海墨沐金融信息服务有限公司"},
{"positionName": "Python研发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "15天年假,技术大牛,年终多薪,豪华团队", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "年轻团队,扁平管理,弹性工作,简单透明", "companyFullName": "上海晓途网络科技有限公司"},
{"positionName": "Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "公司环境好,发展前景好,工作氛围好", "companyFullName": "上海和谛金融信息服务有限公司"},
{"positionName": "Python研发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "10k-20k", "positionAdvantage": "区块链,飞速发展,福利多多,个人成长", "companyFullName": "佰客云(北京)区块链科技有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "12k-20k", "positionAdvantage": "五险一金,团队旅游,岗位带教", "companyFullName": "上海通善互联网金融信息服务有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "11k-22k", "positionAdvantage": "技术牛人多,工作氛围好,工作环境佳,领导好", "companyFullName": "上海合合信息科技发展有限公司"},
{"positionName": "资深 Python 研发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k-30k", "positionAdvantage": "牛人多,发展空间大,氛围轻松", "companyFullName": "上海店达信息技术有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "晋升空间", "companyFullName": "上海联璧电子科技(集团)有限公司"},
{"positionName": "高级Python研发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "商业保险,年度旅游,带薪年病假,弹性工作", "companyFullName": "上海贝涛金融信息服务有限公司"},
{"positionName": "Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "18K-35K", "positionAdvantage": "弹性上班,培训机会,补充医疗,核心团队", "companyFullName": "上海思华科技股份有限公司"},
{"positionName": "Python研发工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "氛围好,领导好,环境佳,机会多", "companyFullName": "上海永利宝网络信息科技有限公司"},
{"positionName": "python 开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "7k-10k", "positionAdvantage": "弹性工作,办公环境好,福利好,500强", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "15天年假,5天病假,年终多薪,公司前景", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "103-中级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "各项补贴 带薪年病假 弹性上下班", "companyFullName": "无锡华云数据技术服务有限公司"},
{"positionName": "Python研发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15K-22K", "positionAdvantage": "股票期权,扁平管理", "companyFullName": "上海趋佳信息科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "25k-50k", "positionAdvantage": "大牛带你飞,零食不断,过亿用户", "companyFullName": "蜜柚网络科技(上海)有限公司"},
{"positionName": "高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15K-20K", "positionAdvantage": "氛围和谐,技术大佬,定期团建,发展空间大", "companyFullName": "上海店达信息技术有限公司"},
{"positionName": "资深Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "18k-28k", "positionAdvantage": "技术氛围,技术驱动,弹性工作,文化年轻", "companyFullName": "上海壤歌市场营销策划有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "7k-12k", "positionAdvantage": "人性化管理,银行,福利健全,领导好", "companyFullName": "百硕同兴科技(北京)有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "发展前景大、工作氛围好、技术牛人多", "companyFullName": "上海进馨网络科技有限公司"},
{"positionName": "python工程师", "workYear": "不限", "education": "不限", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "奖金,包两餐,期权,不加班", "companyFullName": "上海谷露软件有限公司"},
{"positionName": "python工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "年终奖,过节费,旅游,体检", "companyFullName": "上海海万信息科技股份有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "6k-10k", "positionAdvantage": "五险一金,加班补助,弹性工作,绩效奖金", "companyFullName": "苏州博纳讯动软件有限公司"},
{"positionName": "python高级开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-26k", "positionAdvantage": "五险一金,晋升空间,团队优势,年度旅游", "companyFullName": "上海层峰网络科技有限公司"},
{"positionName": "Python开发/后端软件工程师.", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k-30k", "positionAdvantage": "氛围好", "companyFullName": "宏居网络技术(上海)有限公司"},
{"positionName": "高级Python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-40k", "positionAdvantage": "薪酬丰厚,扁平化管理,学习平台", "companyFullName": "上海亦存网络科技有限公司"},
{"positionName": "Python研发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "15天年假,5天病假,大牛环绕,技术氛围", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "32-高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "17k-30k", "positionAdvantage": "各项补贴 节日福利 弹性上下班 年度旅游", "companyFullName": "无锡华云数据技术服务有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "硅谷文化;免费餐饮;期权激励;", "companyFullName": "再惠(上海)网络科技有限公司"},
{"positionName": "Python研发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "平台好,发展广阔,技术大牛多", "companyFullName": "深圳市房多多网络科技有限公司"},
{"positionName": "资深Python开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "25k-35k", "positionAdvantage": "六险一金,弹性工作,年终旅游,技术挑战", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "资深python开发工程师", "workYear": "3-5年", "education": "不限", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-25k", "positionAdvantage": "工作氛围好,发展空间大,专业培训,各种团建", "companyFullName": "上海游族信息技术有限公司"},
{"positionName": "python高级研发", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k-35k", "positionAdvantage": "五险一金,不打卡,免费午餐", "companyFullName": "上海唯链信息科技有限公司"},
{"positionName": "高级Python开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "季度旅游,带薪年假,下午茶,股票期权", "companyFullName": "上海众言网络科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "20k-30k", "positionAdvantage": "五险一金,外企,领导好,晋升快", "companyFullName": "智慧芽信息科技(苏州)有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "25k-50k", "positionAdvantage": "风口行业,氛围好,发展快,回报高", "companyFullName": "深圳市前海自乐游旅游科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-30k", "positionAdvantage": "氛围好,发展快,领导好,空间大", "companyFullName": "上海幻电信息科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-40k", "positionAdvantage": "六险两金,年度体检,绩效奖金,渠道晋升", "companyFullName": "上海华瑞银行股份有限公司"},
{"positionName": "Python/Go 运维开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "技术前沿,优渥待遇,学习成长", "companyFullName": "上海厚本金融信息服务有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "20k-35k", "positionAdvantage": "大平台", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python高级开发", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "发展空间", "companyFullName": "上海基分文化传播有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "大牛环绕,弹性工作,福利优厚", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "中级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "六险一金,弹性工作,年终旅游,技术挑战", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "高级python工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "免费参与,业界大牛,弹性工作", "companyFullName": "再惠(上海)网络科技有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-18k", "positionAdvantage": "发展空间大", "companyFullName": "上海庆科信息技术有限公司"},
{"positionName": "Python/Odoo高级开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "牛人多多,氛围轻松,青春活力,吃吃喝喝", "companyFullName": "两鲜商贸(上海)有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-22k", "positionAdvantage": "五险一金", "companyFullName": "上海阿牛信息科技有限公司"},
{"positionName": "python工程师", "workYear": "不限", "education": "不限", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "五险一金", "companyFullName": "上海司睿杰建筑科技有限公司"},
{"positionName": "Python/Java 高级软件工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "20k-30k", "positionAdvantage": "20天年假", "companyFullName": "易安信信息技术研发(上海)有限公司"},
{"positionName": "Python研发实习生", "workYear": "应届毕业生", "education": "不限", "jobNature": "实习", "financeStage": "B轮", "city": "上海", "salary": "4k-6k", "positionAdvantage": "朝阳企业,互联网,经验学习", "companyFullName": "上海斗象信息科技有限公司"},
{"positionName": "资深后端开发工程师-Python", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "20k-40k", "positionAdvantage": "5亿用户,推荐系统,高并发", "companyFullName": "上海触乐信息科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "8k-16k", "positionAdvantage": "电信,国企,稳定,年终奖", "companyFullName": "中盈优创资讯科技有限公司"},
{"positionName": "资深Python工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "30k-50k", "positionAdvantage": "团队齐全,技术先进", "companyFullName": "平安健康互联网股份有限公司上海分公司"},
{"positionName": "高级python开发工程师-SH415-41509", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "20k-40k", "positionAdvantage": "前景好,福利好", "companyFullName": "上海点融信息科技有限责任公司"},
{"positionName": "资深Python工程师/技术经理", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "18k-30k", "positionAdvantage": "弹性上班,技术氛围,发展空间,福利多多", "companyFullName": "上海壤歌市场营销策划有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "氛围好,奖金多,技术大牛,弹性工作", "companyFullName": "上海果雪信息科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "25k-35k", "positionAdvantage": "六险一金,弹性工作,年终旅游,技术挑战", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "高级 Python 研发工程师(上海)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "大牛环绕,弹性工作,福利优厚", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-15k", "positionAdvantage": "零食小吃,下午茶,团建活动,生日会", "companyFullName": "上海无距信息技术有限公司"},
{"positionName": "Python开发实习生", "workYear": "应届毕业生", "education": "本科", "jobNature": "实习", "financeStage": "B轮", "city": "上海", "salary": "3k-4k", "positionAdvantage": "弹性工作", "companyFullName": "上海阿牛信息科技有限公司"},
{"positionName": "Python Engineer", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "16k-28k", "positionAdvantage": "弹性工作制,五险一金,带薪休假", "companyFullName": "智慧芽信息科技(苏州)有限公司"},
{"positionName": "Python开发实习生 - 短视频方向", "workYear": "应届毕业生", "education": "本科", "jobNature": "实习", "financeStage": "不需要融资", "city": "上海", "salary": "4k-8k", "positionAdvantage": "大牛带你飞,零食吃不完,过亿用户量,房补餐补", "companyFullName": "蜜柚网络科技(上海)有限公司"},
{"positionName": "Python", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "12k-17k", "positionAdvantage": "前沿研究,弹性工作,员工期权", "companyFullName": "上海知助数据科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "25k-50k", "positionAdvantage": "六险一金,餐补,租房补贴,带薪休假,休闲下午茶,过亿用户,职业大牛,团队氛围好,优厚薪资", "companyFullName": "北京字节跳动科技有限公司"},
{"positionName": "Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "18k-35k", "positionAdvantage": "技术前沿,大数据平台", "companyFullName": "互道信息技术(上海)有限公司"},
{"positionName": "python", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-15k", "positionAdvantage": "六险一金,年终奖,节假日礼物", "companyFullName": "上海华钦信息科技股份有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "10k-20k", "positionAdvantage": "互联网公司 O2O行业 多轮风投", "companyFullName": "上海齐家网信息科技股份有限公司"},
{"positionName": "Python后端工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "团队氛围好,技术氛围浓,公司前景佳", "companyFullName": "源杉信息技术(上海)有限公司"},
{"positionName": "后端开发工程师(Python)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "16k-32k", "positionAdvantage": "职位诱惑: 弹性工作制度,顶级VC", "companyFullName": "再惠(上海)网络科技有限公司"},
{"positionName": "急聘python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "不加班,环境轻松,零食无限量,国内外旅行", "companyFullName": "浚皙商务咨询(上海)有限公司"},
{"positionName": "Python资深开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "18k-36k", "positionAdvantage": "平台大,前景好,福利高,待遇好", "companyFullName": "北京京东世纪贸易有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-30k", "positionAdvantage": "行业发展前景好 公司行业领先 晋升机会多", "companyFullName": "上海齐家网信息科技股份有限公司"},
{"positionName": "初级Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "六险一金,弹性工作,年终旅游,技术挑战", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "python开发运维", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "12k-24k", "positionAdvantage": "氛围好,发展快,定期体检,团建", "companyFullName": "上海朋数信息科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "视频领域,前沿技术", "companyFullName": "上海聚力传媒技术有限公司"},
{"positionName": "Python高级工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "10k-16k", "positionAdvantage": "大牛团队,扁平管理,畅所欲言,福利多多", "companyFullName": "上海物思信息科技有限公司"},
{"positionName": "爬虫-高级工程师(PYTHON)", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "年假+++,Bonus,走-欧美风,零食多+", "companyFullName": "上海极值信息技术有限公司"},
{"positionName": "python后端", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15K-20K", "positionAdvantage": "美资企业 弹性工时", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "13k-26k", "positionAdvantage": "团队好玩 快速成长 Aeron椅 标配MBP", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "运维开发(python方向)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-24k", "positionAdvantage": "亿级平台,行业前三,准上市公司,无限发挥", "companyFullName": "上海彩亿信息技术有限公司"},
{"positionName": "python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "团队大牛,期权激励,D轮公司,行业独角兽", "companyFullName": "上海悦易网络信息技术有限公司"},
{"positionName": "后端(Python)开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "16k-32k", "positionAdvantage": "硅谷文化;免费餐饮;期权激励;", "companyFullName": "再惠(上海)网络科技有限公司"},
{"positionName": "高级Python开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "五险一金,年终多薪,车补餐补,项目奖金", "companyFullName": "深圳狗尾草智能科技有限公司"},
{"positionName": "高级Python开发工程师-SH0702", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "25k-50k", "positionAdvantage": "五险一金,带薪年假", "companyFullName": "贝壳金控控股集团有限公司"},
{"positionName": "云计算开发工程师(Python)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "12k-24k", "positionAdvantage": "六险一金 带薪病事假", "companyFullName": "上海思华科技股份有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-18k", "positionAdvantage": "集团现金流,种子选手,尊重专业", "companyFullName": "上海多拿服饰有限公司"},
{"positionName": "Python研发工程师", "workYear": "应届毕业生", "education": "不限", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "4k-6k", "positionAdvantage": "大牛团队,扁平管理,畅所欲言,福利多多", "companyFullName": "上海物思信息科技有限公司"},
{"positionName": "python(service)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15K-20K", "positionAdvantage": "美资企业 弹性工时", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "后端开发工程师(Python)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "16k-32k", "positionAdvantage": "职位诱惑: 弹性工作制度,顶级VC", "companyFullName": "再惠(上海)网络科技有限公司"},
{"positionName": "python", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "20K-40K", "positionAdvantage": "期权股票", "companyFullName": "江苏车置宝信息科技股份有限公司"},
{"positionName": "Python高级工程师", "workYear": "5-10年", "education": "大专", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "30k-40k", "positionAdvantage": "技术新", "companyFullName": "上海鸿洋电子商务有限公司"},
{"positionName": "python:", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "13k-17k", "positionAdvantage": "六险一金,年终奖,餐补", "companyFullName": "上海华钦信息科技股份有限公司"},
{"positionName": "Java/Python资深开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "35k-70k", "positionAdvantage": "团队牛人多,技术驱动,硅谷文化,期权激励", "companyFullName": "上海互趣网络科技有限公司"},
{"positionName": "python高级工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "高级工程师,Java,研发工程师", "companyFullName": "上海数腾软件科技有限公司"},
{"positionName": "Python", "workYear": "1年以下", "education": "不限", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "8k-15k", "positionAdvantage": "培训机会多,领导大牛,发展前景好", "companyFullName": "上海医时信息科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "20k-30k", "positionAdvantage": "扁平管理", "companyFullName": "一图一数(北京)科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "8k-15k", "positionAdvantage": "五险一金,绩效奖金,扁平管理,年终奖", "companyFullName": "微瞰智能科技(上海)有限公司"},
{"positionName": "数据工程师(偏python开发)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "8k-15k", "positionAdvantage": "发展空间大,学习空间大,氛围好", "companyFullName": "上海厚本金融信息服务有限公司"},
{"positionName": "Python后端开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "明星团队,顶级风投,人工智能,扁平管理", "companyFullName": "魔珐(上海)信息科技有限公司"},
{"positionName": "Python高级开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "弹性工作,带薪年假,股权激励机会。", "companyFullName": "上海易路软件有限公司"},
{"positionName": "Python后端开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-15k", "positionAdvantage": "五险一金,年底双薪,弹性工作", "companyFullName": "上海炽聚网络科技有限公司"},
{"positionName": "Python 高级开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "移动金融,未来金矿,精英团队,助力成长", "companyFullName": "上海数禾信息科技有限公司"},
{"positionName": "Python高级开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-30k", "positionAdvantage": "团队好玩 快速成长 Aeron椅 标配MBP", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "国际化团队,福利太多,企业文化,技术驱动", "companyFullName": "千言信息技术(上海)有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "公司背景好,平台稳定,福利好,环境好", "companyFullName": "中腾信金融信息服务(上海)有限公司"},
{"positionName": "Python讲师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "五险一金,绩效奖金,朝九晚六,周末双休", "companyFullName": "北京千锋互联科技有限公司"},
{"positionName": "Python高级工程师", "workYear": "3-5年", "education": "不限", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "12k-24k", "positionAdvantage": "地段优越,氛围好,可玩技术多,能力提升快", "companyFullName": "上海睿鱼网络科技中心"},
{"positionName": "运维工程师(Python)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "8k-13k", "positionAdvantage": "半年调薪,福利待遇佳,免费三餐", "companyFullName": "上海泛微网络科技股份有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-18k", "positionAdvantage": "员工旅游,年终奖励,提供员工餐,交通便利", "companyFullName": "上海量锐信息科技有限公司"},
{"positionName": "Python后端", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-17k", "positionAdvantage": "五险一金,周末双休,绩效奖金,弹性工作", "companyFullName": "上海坤亿信息技术有限公司"},
{"positionName": "运维开发工程师(Python)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "14k-18k", "positionAdvantage": "技术氛围好,工作环境好,福利多", "companyFullName": "上海汇付数据服务有限公司"},
{"positionName": "后端开发工程师(Python)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "25k-45k", "positionAdvantage": "行业独角兽,牛人团队,环境极客,福利待遇佳", "companyFullName": "上海触乐信息科技有限公司"},
{"positionName": "Python后端开发工程师 (MJ000606)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-30k", "positionAdvantage": "互联网教育独角兽 上市前夕 团队牛", "companyFullName": "沪江教育科技(上海)股份有限公司"},
{"positionName": "Python开发工程师", "workYear": "不限", "education": "不限", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "7k-14k", "positionAdvantage": "扁平化 成长快 氛围好", "companyFullName": "上海宏路数据技术股份有限公司"},
{"positionName": "Python软件开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "7k-13k", "positionAdvantage": "物联网,牛人指导,晋升空间大,14薪", "companyFullName": "上海量讯电子商务有限公司"},
{"positionName": "Python工程师", "workYear": "不限", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "5k-10k", "positionAdvantage": "非凡的开源ERP,Odoo亚太地区最佳合作伙伴", "companyFullName": "上海寰享网络科技有限公司"},
{"positionName": "高级python开发工程师", "workYear": "3-5年", "education": "不限", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15K-20K", "positionAdvantage": "初创阶段 机会多多 福利多多", "companyFullName": "上海咚听网络科技有限公司"},
{"positionName": "Python", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "轻松办公环境、无限零食、桌球、乒乓球", "companyFullName": "上海炫体信息科技有限公司"},
{"positionName": "高级python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "12k-18k", "positionAdvantage": "大型端平台,后端API,前后端分离", "companyFullName": "上海伯镭智能科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-25k", "positionAdvantage": "跟优秀的团队一起工作", "companyFullName": "携程计算机技术(上海)有限公司"},
{"positionName": "Python", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "工作环境轻松,不加班,零食无限量供应。", "companyFullName": "浚皙商务咨询(上海)有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "弹性工作,年终奖金,绩效奖金,团队氛围好", "companyFullName": "上海抱元网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "技术挑战大,团队协作好,工作环境佳,个人成长快", "companyFullName": "飞榴(上海)信息科技有限公司"},
{"positionName": "Python开发实习生", "workYear": "应届毕业生", "education": "不限", "jobNature": "实习", "financeStage": "A轮", "city": "上海", "salary": "5k-10k", "positionAdvantage": "大牛环绕,弹性工作,福利优厚", "companyFullName": "上海道客网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "扁平化管理,领导好,氛围好,弹性工作", "companyFullName": "上海云拿智能科技有限公司"},
{"positionName": "Python工程师-SEO经验者优先", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "6k-12k", "positionAdvantage": "年轻团队,年终分红,晋升空间大,待遇从优", "companyFullName": "上海担路网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-28k", "positionAdvantage": "奖金多,13薪", "companyFullName": "上海晶赫网络科技有限公司"},
{"positionName": "Python工程师", "workYear": "不限", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "5k-10k", "positionAdvantage": "非凡的开源ERP,Odoo中国唯一金牌合作伙伴", "companyFullName": "上海寰享网络科技有限公司"},
{"positionName": "python讲师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "薪资福利好,朝九晚六,五险一金,个人提升", "companyFullName": "北京千锋互联科技有限公司"},
{"positionName": "资深Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "20k-30k", "positionAdvantage": "主站平台,标配Mac,商业保险", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "14k-28k", "positionAdvantage": "晋升明确,前景无限,音乐项目,文娱行业", "companyFullName": "欢唱网络科技(上海)有限公司"},
{"positionName": "Python(年轻人的狂欢)", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-20k", "positionAdvantage": "轻松办公环境、无限零食、桌球、乒乓球", "companyFullName": "上海炫体信息科技有限公司"},
{"positionName": "python研发工程师", "workYear": "不限", "education": "不限", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "13k-25k", "positionAdvantage": "五险一金,福利多多", "companyFullName": "上海咚听网络科技有限公司"},
{"positionName": "资深Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "18k-36k", "positionAdvantage": "大牛如云,云服务,病假年假,团建旅游", "companyFullName": "上海骞云信息科技有限公司"},
{"positionName": "Python", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "公司氛围好,扁平管理,年度旅游,带薪年假", "companyFullName": "上海哈杜科技有限公司"},
{"positionName": "Python开发实习生-短视频方向", "workYear": "不限", "education": "本科", "jobNature": "实习", "financeStage": "C轮", "city": "上海", "salary": "4k-8k", "positionAdvantage": "弹性工作,餐补,租房补贴,休闲下午茶,扁平管理,过亿用户,职业大牛,团队氛围好,优厚薪资", "companyFullName": "北京字节跳动科技有限公司"},
{"positionName": "Python 程序员", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "不加班,出国旅游,零食无限,氛围棒", "companyFullName": "浚皙商务咨询(上海)有限公司"},
{"positionName": "Python软件开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-22k", "positionAdvantage": "五险一金、补充公积金、13薪、饭贴", "companyFullName": "阿基米德(上海)传媒有限公司"},
{"positionName": "软件工程师(Python方向)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "待遇优,技术大咖,免费午餐,氛围好", "companyFullName": "内蒙古君正互联网小额贷款有限公司"},
{"positionName": "Python开发高级工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "年终奖金,五险一金,股票期权,员工旅游", "companyFullName": "上海数旦信息技术有限公司"},
{"positionName": "python,微信小程序实习开发工程师", "workYear": "不限", "education": "不限", "jobNature": "实习", "financeStage": "不需要融资", "city": "上海", "salary": "3k-5k", "positionAdvantage": "直接上手,实际经验,自由度大", "companyFullName": "上海闵行区青悦环保信息技术服务中心"},
{"positionName": "python实习生", "workYear": "应届毕业生", "education": "本科", "jobNature": "实习", "financeStage": "A轮", "city": "上海", "salary": "8k-10k", "positionAdvantage": "免费两餐,可留用", "companyFullName": "上海谷露软件有限公司"},
{"positionName": "Python 运维工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "8k-15k", "positionAdvantage": "五险一金,绩效奖金,年终奖,股票期权", "companyFullName": "微瞰智能科技(上海)有限公司"},
{"positionName": "Python图像处理开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "AI,扁平化,弹性工作制,交通方便", "companyFullName": "上海懿天网络科技有限公司"},
{"positionName": "Python高级开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "8k-12k", "positionAdvantage": "发展前景好,团队协作强,环境氛围好", "companyFullName": "上海学伴软件有限公司"},
{"positionName": "高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "团队氛围好", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python(年轻人的狂欢)", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-20k", "positionAdvantage": "交通补贴,饭补,旅游,下午茶", "companyFullName": "上海炫体信息科技有限公司"},
{"positionName": "急聘python攻城狮", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-25k", "positionAdvantage": "不加班,环境轻松,零食无限量,出国旅行", "companyFullName": "浚皙商务咨询(上海)有限公司"},
{"positionName": "高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "12k-22k", "positionAdvantage": "海量数据处理 架构设计", "companyFullName": "上海迈外迪网络科技有限公司"},
{"positionName": "资深python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "20K-30K", "positionAdvantage": "绩效奖金,年终奖金,专业培训,定期体检", "companyFullName": "广州汇正财经顾问有限公司"},
{"positionName": "python后端开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "SAAS,ERP,odoo,独立开发", "companyFullName": "上海格恬电子科技有限公司"},
{"positionName": "Python研发工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "7k-10k", "positionAdvantage": "福利待遇好,发展好,平台多", "companyFullName": "上海豌豆信息技术有限公司"},
{"positionName": "python架构师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "25k-35k", "positionAdvantage": "五险一金,晋升空间,团队优势,年度旅游", "companyFullName": "上海层峰网络科技有限公司"},
{"positionName": "互娱-Python Web开发工程师-上海", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-25k", "positionAdvantage": "六险一金 12天年假 行业领跑 成长空间", "companyFullName": "北京爱奇艺科技有限公司"},
{"positionName": "后端python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-30k", "positionAdvantage": "平台稳定,团队快速发展", "companyFullName": "达疆网络科技(上海)有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "年底双薪,地铁周边,期权激励,弹性工作", "companyFullName": "上海勃池信息技术有限公司"},
{"positionName": "Python软件工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8K-12K", "positionAdvantage": "人工智能,独角兽", "companyFullName": "江苏大泰信息技术有限公司上海分公司"},
{"positionName": "高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "20k-35k", "positionAdvantage": "公司待遇好", "companyFullName": "上海你我贷互联网金融信息服务有限公司"},
{"positionName": "Python", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "国际交易所,数字资产,极客团队,区块链", "companyFullName": "上海掘东信息技术有限公司"},
{"positionName": "资深/高级Python工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "16k-32k", "positionAdvantage": "中间件部门,底层开发,发展空间大", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "硕士", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "量化策略,产品开发,上升空间", "companyFullName": "弘则弥道(上海)投资咨询有限公司"},
{"positionName": "Python(年轻人的狂欢)", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "12k-20k", "positionAdvantage": "五险一金,氛围佳,年度旅游,福利好", "companyFullName": "上海炫体信息科技有限公司"},
{"positionName": "Python架构师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "25k-40k", "positionAdvantage": "弹性工作制,商业团险,餐补房补,丰厚期权", "companyFullName": "上海凭安征信服务有限公司"},
{"positionName": "python高级大数据开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "福利好,学习机会多,补充公积金,商业保险", "companyFullName": "阿基米德(上海)传媒有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "阿里云,晋升快,空间大", "companyFullName": "上海驻云信息科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "六险一金,年底多薪,租房补贴,发展空间大", "companyFullName": "行吟信息科技(上海)有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-20k", "positionAdvantage": "前景好,大数据,福利待遇好,大牛多", "companyFullName": "北京众标网络科技有限公司上海分公司"},
{"positionName": "python架构师", "workYear": "5-10年", "education": "大专", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "30k-40k", "positionAdvantage": "上市前夜 弹性办公 周末双休", "companyFullName": "沪江教育科技(上海)股份有限公司"},
{"positionName": "python后端工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "股权激励,技术驱动,海外旅游,高速成长", "companyFullName": "上海酷犇网络科技有限公司"},
{"positionName": "Python开发工程师(上海)", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "世界50强 节日福利 绩效丰厚", "companyFullName": "平安科技(深圳)有限公司"},
{"positionName": "Python开发工程师(驻场)", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8k-12k", "positionAdvantage": "福利好,薪酬高", "companyFullName": "上海亚安信息技术有限公司"},
{"positionName": "后端开发 - Python", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "14k-28k", "positionAdvantage": "新技术,有前景,团队氛围好,包午晚餐", "companyFullName": "上海七印信息科技有限公司"},
{"positionName": "Python开发主管/经理(运维开发)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "18k-35k", "positionAdvantage": "大数据,海量用户,技术精英", "companyFullName": "北京三快在线科技有限公司"},
{"positionName": "python 前后台开发", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10k-15k", "positionAdvantage": "环境高大上,交通便利,市中心", "companyFullName": "上海可九互动网络科技有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "弹性工作 年终奖 学习空间 高并发", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python开发工程师-SH0703", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "五险一金,带薪年级", "companyFullName": "贝壳金控控股集团有限公司"},
{"positionName": "Python开发工程师(上海)", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-15k", "positionAdvantage": "公司发展前景好,福利待遇好", "companyFullName": "平安科技(深圳)有限公司"},
{"positionName": "架构师(Python技术架构)", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "20k-40k", "positionAdvantage": "技术前沿,大数据平台,人工智能,商业+技术", "companyFullName": "互道信息技术(上海)有限公司"},
{"positionName": "python讲师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-30k", "positionAdvantage": "提供住宿", "companyFullName": "八维宏烨(上海)信息科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "7k-14k", "positionAdvantage": "福利多多", "companyFullName": "上海云深网络技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "7k-14k", "positionAdvantage": "五险一金,周末双休", "companyFullName": "上海东周信息科技有限公司"},
{"positionName": "Python工程师/ 爬虫工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "年底分红,扁平化管理,地铁周边", "companyFullName": "上海十露盘科技有限公司"},
{"positionName": "1571——互娱-Python Web工程师-上海", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-25k", "positionAdvantage": "六险一金,带薪年假,绩效奖金,加班补贴", "companyFullName": "北京爱奇艺科技有限公司"},
{"positionName": "中/高级 Python 人工智能研发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "在线教育,B轮", "companyFullName": "上海海同优才教育培训有限责任公司"},
{"positionName": "Python 开发", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "带薪年假,弹性工作,技术大牛,美式管理", "companyFullName": "上海飓色贸易有限公司"},
{"positionName": "python开发工程师(SAAS云平台研发)", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "12k-24k", "positionAdvantage": "技术氛围好,团队牛X,公司产品棒,薪资待遇优", "companyFullName": "上海合阔信息技术有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "13k-25k", "positionAdvantage": "互联网", "companyFullName": "上海海申产权经纪有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "12k-20k", "positionAdvantage": "环境好,空间大,福利好", "companyFullName": "众应互联科技股份有限公司"},
{"positionName": "Python工程师(初级,中级,高级)", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "12k-24k", "positionAdvantage": "弹性工作,技术驱动,扁平管理,大牛互助", "companyFullName": "上海脉策数据科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "13k-25k", "positionAdvantage": "互联网", "companyFullName": "上海聪牛金融信息服务有限公司"},
{"positionName": "CI Python开发", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "10k-15k", "positionAdvantage": "五险一金,带薪年假,免费体检,商业保险", "companyFullName": "瞬联软件科技(北京)有限公司上海分公司"},
{"positionName": "Python开发工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10K-20K", "positionAdvantage": "领导好 项目靠谱 技术挑战", "companyFullName": "深圳市星河互动科技有限公司上海分公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "13k-25k", "positionAdvantage": "互联网", "companyFullName": "上海谷盈网络科技有限公司"},
{"positionName": "python开发(内容审核)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "六险一金,大牛加持,平均16薪,弹性上班", "companyFullName": "上海基分文化传播有限公司"},
{"positionName": "Python开发实习生", "workYear": "应届毕业生", "education": "本科", "jobNature": "实习", "financeStage": "A轮", "city": "上海", "salary": "5k-6k", "positionAdvantage": "转正机会,免费零食,旅游,学习机会多", "companyFullName": "上海数旦信息技术有限公司"},
{"positionName": "python开发工程师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-35k", "positionAdvantage": "知名外资,弹性工作", "companyFullName": "上海华钦软件技术有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "10k-15k", "positionAdvantage": "发展空间大,公司氛围好,行业内领先", "companyFullName": "上海咖嘉电子商务有限公司"},
{"positionName": "Python中级/Odoo开发", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "Python", "companyFullName": "上海寰享网络科技有限公司"},
{"positionName": "Python开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "13k-25k", "positionAdvantage": "互联网", "companyFullName": "上海量加网络科技有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "9k-15k", "positionAdvantage": "大型端平台", "companyFullName": "上海伯镭智能科技有限公司"},
{"positionName": "运维工程师(python方向)", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "7k-12k", "positionAdvantage": "半年调薪,三餐福利,专业培训,上市公司", "companyFullName": "上海泛微网络科技股份有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "带薪年假,扁平管理,地铁周边,领导nic", "companyFullName": "上海北丞科技股份有限公司"},
{"positionName": "Python工程师", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "股权激励,五险一金,双休", "companyFullName": "北京融康惠众健康管理有限公司"},
{"positionName": "python开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "15k-25k", "positionAdvantage": "主板上市,股权激励,牛人多,弹性工作", "companyFullName": "高升控股股份有限公司"},
{"positionName": "python量化算法工程师", "workYear": "1-3年", "education": "硕士", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "8k-16k", "positionAdvantage": "数据,算法,量化,股票", "companyFullName": "上海分泰信息科技有限公司"},
{"positionName": "Python后端工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "20k-30k", "positionAdvantage": "弹性工作制,风口行业", "companyFullName": "苏州体素信息科技有限公司"},
{"positionName": "运维工程师(python自动化运维)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "7k-12k", "positionAdvantage": "绩效奖金,三餐福利,半年调薪,上市公司", "companyFullName": "上海泛微网络科技股份有限公司"},
{"positionName": "高级 Python 开发工程师 (服务框架开发)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "中间件 出国团建 带薪假 补充医疗", "companyFullName": "拉扎斯网络科技(上海)有限公司"},
{"positionName": "Python开发/Odoo开发", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-20k", "positionAdvantage": "Python", "companyFullName": "上海寰享网络科技有限公司"},
{"positionName": "Python开发工程师助理", "workYear": "应届毕业生", "education": "大专", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "3k-5k", "positionAdvantage": "周末双休,年底双薪,节日福利", "companyFullName": "上海贝笃网络科技有限公司"},
{"positionName": "资深Python后端开发/架构师", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "20k-35k", "positionAdvantage": "餐补,交补,带薪年假,年终奖", "companyFullName": "糖小护健康科技(上海)有限公司"},
{"positionName": "Python工程师/服务器开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "6k-12k", "positionAdvantage": "晋升空间大,公司福利多", "companyFullName": "上海新帆实业股份有限公司"},
{"positionName": "Python开发工程师(后端)", "workYear": "1-3年", "education": "硕士", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "与大咖合作,学习机会多,团队氛围好,团建", "companyFullName": "上海叮诺科技有限公司"},
{"positionName": "C++/Python/研发工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "年终多薪,弹性工作制,周末双休,内部培训", "companyFullName": "上海弘连网络科技有限公司"},
{"positionName": "Python 后端开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "出国机会,专业培训,弹性工作制", "companyFullName": "威廉欧奈尔信息科技(上海)有限公司"},
{"positionName": "中/高级Python工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "15K-30K", "positionAdvantage": "扁平管理,弹性工作时,每周按摩日,营养早餐", "companyFullName": "上海享衣信息科技有限公司"},
{"positionName": "JAVA/PHP/PYTHON开发工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "10k-15k", "positionAdvantage": "周末双休,领导好,团队好,带薪假期", "companyFullName": "上海磐途网络科技有限公司"},
{"positionName": "Python高级工程师", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "年底双薪 公司发展前景好", "companyFullName": "上海医时信息科技有限公司"},
{"positionName": "python运维开发工程师", "workYear": "3-5年", "education": "大专", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "12k-16k", "positionAdvantage": "待遇丰厚,工作环境好,双休", "companyFullName": "深圳网脊科技开发有限公司"},
{"positionName": "Python运筹优化算法工程师", "workYear": "3-5年", "education": "硕士", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "25k-35k", "positionAdvantage": "扁平,团队协作好", "companyFullName": "北京知藏云道科技有限公司"},
{"positionName": "python 开发工程师(机器学习系统)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "C轮", "city": "上海", "salary": "15k-25k", "positionAdvantage": "福利好,团队好,有期权,有大牛", "companyFullName": "上海秦苍信息科技有限公司"},
{"positionName": "运维工程师(python自动化运维)", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "6k-12k", "positionAdvantage": "美味三餐,半年调薪,福利待遇佳", "companyFullName": "上海泛微网络科技股份有限公司"},
{"positionName": "Python 后端开发工程师", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "12k-16k", "positionAdvantage": "团队大牛多,行业前景好,股票期权,年终奖", "companyFullName": "上海有略教育科技有限公司"},
{"positionName": "资深后端开发python工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "弹性工作,成长飞速,团队和谐,五险一金", "companyFullName": "盛遨信息科技(上海)有限公司"},
{"positionName": "python助教老师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "7k-11k", "positionAdvantage": "五险一金,福利多多", "companyFullName": "上海桑海教育信息咨询有限公司"},
{"positionName": "Python web开发工程师", "workYear": "1-3年", "education": "大专", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-20k", "positionAdvantage": "互联网,发展空间大,弹性福利,员工福利", "companyFullName": "乐荐信息科技(北京)有限公司"},
{"positionName": "Python后端工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "12K-20K", "positionAdvantage": "充分自主权,时间灵活,高速成长,朝阳行业", "companyFullName": "上海茗日智能科技有限公司"},
{"positionName": "Python 实习生", "workYear": "1年以下", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "4k-8k", "positionAdvantage": "发展空间,物联网,智能家居", "companyFullName": "上海进记网络科技有限公司"},
{"positionName": "Python数据开发工程师", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "A轮", "city": "上海", "salary": "7k-14k", "positionAdvantage": "学习氛围好", "companyFullName": "上海润客投资控股有限公司"},
{"positionName": "Python研发工程师(爬虫方向)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "16k-22k", "positionAdvantage": "公司平台大,氛围好,餐补交补", "companyFullName": "上海聚力传媒技术有限公司"},
{"positionName": "区块链 python 后台工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-30k", "positionAdvantage": "区块链技术,期权激励,高福利,13薪", "companyFullName": "上海彼脉网络信息科技有限公司"},
{"positionName": "实习生(python 数据处理工程师)", "workYear": "应届毕业生", "education": "本科", "jobNature": "实习", "financeStage": "天使轮", "city": "上海", "salary": "5k-10k", "positionAdvantage": "爬虫,可转正,数据处理,数据清洗", "companyFullName": "上海时来信息科技有限公司"},
{"positionName": "Python架构师及项目负责人", "workYear": "5-10年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "20k-30k", "positionAdvantage": "带薪年假,股票期权,扁平管理,领导nic", "companyFullName": "上海北丞科技股份有限公司"},
{"positionName": "Python/C/C++软件工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "上市公司", "city": "上海", "salary": "20k-30k", "positionAdvantage": "20天年假", "companyFullName": "易安信信息技术研发(上海)有限公司"},
{"positionName": "Python爬虫工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "天使轮", "city": "上海", "salary": "15k-30k", "positionAdvantage": "年底多薪,股期权激励,不定时团队,团队牛", "companyFullName": "上海勃池信息技术有限公司"},
{"positionName": "Python 工程师 后端(SEO经验者优先)", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "6k-12k", "positionAdvantage": "员工分红激,节假日补助,晋升空间大,挑战性强", "companyFullName": "上海担路网络科技有限公司"},
{"positionName": "Python爬虫开发工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "8k-15k", "positionAdvantage": "老板好,带薪年假,定期体检,员工旅游", "companyFullName": "观相科技(上海)有限公司"},
{"positionName": "python爬虫工程师", "workYear": "1年以下", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "8k-16k", "positionAdvantage": "年轻活力,创业公司,优美办公", "companyFullName": "上海赅推智能科技有限公司"},
{"positionName": "python爬虫工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "未融资", "city": "上海", "salary": "10k-13k", "positionAdvantage": "五险一金,全勤奖励", "companyFullName": "上海游达网络科技有限公司"},
{"positionName": "Python 爬虫", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "8k-15k", "positionAdvantage": "大数据,技术驱动,创新型", "companyFullName": "上海最闻信息科技有限公司"},
{"positionName": "Java/Python高级开发职责描述(爬虫方向)", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-28k", "positionAdvantage": "音频独角兽,发展平台,弹性工作,技术大牛", "companyFullName": "上海证大喜马拉雅网络科技有限公司"},
{"positionName": "后端开发实习生(Java/Golang/Python)-短视频方向", "workYear": "不限", "education": "本科", "jobNature": "实习", "financeStage": "C轮", "city": "上海", "salary": "4k-8k", "positionAdvantage": "弹性工作,餐补,租房补贴,休闲下午茶,扁平管理,过亿用户,职业大牛,团队氛围好,优厚薪资", "companyFullName": "北京字节跳动科技有限公司"},
{"positionName": "Python爬虫工程师(Selenium方向)", "workYear": "不限", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "高速增长,精英团队,工程师文化", "companyFullName": "上海别样秀数据科技有限公司"},
{"positionName": "Python 爬虫和数据处理工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "B轮", "city": "上海", "salary": "10k-20k", "positionAdvantage": "大数据公司,技术驱动,创新型", "companyFullName": "上海最闻信息科技有限公司"},
{"positionName": "服务端开发实习生(java/python/golang)-短视频方向", "workYear": "不限", "education": "本科", "jobNature": "实习", "financeStage": "C轮", "city": "上海", "salary": "4k-8k", "positionAdvantage": "弹性工作,餐补,租房补贴,休闲下午茶,扁平管理,过亿用户,职业大牛,晋升空间,团队氛围好,优厚薪资", "companyFullName": "北京字节跳动科技有限公司"},
{"positionName": "UMCloud-Python后端工程师", "workYear": "1-3年", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "10k-20k", "positionAdvantage": "快速发展", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "UMCloud-校招-Python后端工程师", "workYear": "应届毕业生", "education": "本科", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "10k-20k", "positionAdvantage": "快速发展", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "Python后端工程师", "workYear": "3-5年", "education": "本科", "jobNature": "全职", "financeStage": "不需要融资", "city": "上海", "salary": "15k-20k", "positionAdvantage": "年轻,福利,补助", "companyFullName": "上海炫体信息科技有限公司"},
{"positionName": "UMCloud-校招-Python QA工程师", "workYear": "1-3年", "education": "本科", "jobNature": "实习", "financeStage": "D轮及以上", "city": "上海", "salary": "10k-20k", "positionAdvantage": "快速发展", "companyFullName": "上海优刻得信息科技有限公司"},
{"positionName": "Python开发工程师(全栈)", "workYear": "1-3年", "education": "不限", "jobNature": "全职", "financeStage": "D轮及以上", "city": "上海", "salary": "15k-25k", "positionAdvantage": "弹性工作制 年终奖 发展空间 节日福利", "companyFullName": "拉扎斯网络科技(上海)有限公司"}]


猜你喜欢

转载自blog.csdn.net/chasejava/article/details/80536349