└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Flask Jobs 2 | 3 | This is a platform for sharing Flask-related job opportunities. All positions can be found in the [issue list](https://github.com/greyli/flask-jobs/issues). 4 | 5 | - When creating an issue, please put "Company - Job Title - City" in the title and give a link to the full job details (if have) in the issue. 6 | - It would be helpful if you could post the requirements section of the job description in the issue. 7 | - We recommend posting jobs that are more related to the Flask tech stack, but Python related jobs are also welcome. 8 | - If you get an offer here, feel free to come back and share your interview experience. 9 | 10 |
11 | 12 | 这是一个用来分享 Flask 相关工作机会的平台,所有工作机会见 [issue 列表](https://github.com/greyli/flask-jobs/issues)。 13 | 14 | - 创建 issue 时请在标题注明「公司-职位-城市」,并在 issue 中给出职位详情链接(如果有的话)。 15 | - 如果能把职位描述里的 requirements 部分贴到 issue 内,那会非常有帮助。 16 | - 建议发布和 Flask 技术栈关联比较大的职位,不过 Python 相关的职位也欢迎。 17 | - 如果拿到了这里的某个 offer,欢迎回来分享面试经验/经历。 18 | 19 | P.S. 这个[职位采集站点](https://cn.thakey.com/job/search/allcity/flask)收录的职位关联度很高,可以定期关注。 20 | 21 | P.P.S 某些职位虽然在要求中提到 Flask,不过或许实际工作是使用其他 Python Web 框架(不用担心,熟悉 Flask 以后其他 Python Web 框架也会很容易上手)。 22 | --------------------------------------------------------------------------------