1. 程式人生 > >字典型列表轉化為csv檔案格式

字典型列表轉化為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": "環境好,空