├── .gitignore ├── jobtemplate.html ├── docker-compose.yml ├── jobs ├── leveridgesystems.html ├── Osirium_Senior_Developer_job.html ├── NIH-developer-engineer.html ├── Hactar_perm.html ├── aptivate-web-dev.html ├── nicheny-django-developer.html ├── bmat-python-backend-engineer.html ├── sanoma_digital_contract_django.html ├── supercarers_python_dev_20170816.html ├── artivest_python_001.html ├── devpeople_london_perm_1.html ├── octopus_energy_2017_11.html ├── odwyer-software-full-stack-developer.html ├── peerspective-python-developer-for-part-time-candidate-screening.html ├── hbk-strats-developer.html ├── odoo_python_developer.html ├── realrate-gmbh-senior-python-developer.html ├── tenable_senior_software_engineer.html ├── bmat-senior-backend-engineer.html ├── datadog-open-source-software-engineer-python.html ├── finwellbenefits_TO_CA_USA.html ├── made-com.html ├── qustodio_backend_barcelona_contract_1.html ├── DataReplyUK_London_DataScientist_Perm.html ├── Arabella-Backend-Software-Engineer.html ├── DataReplyUK_London_DataEngineer_Perm.html ├── Man_AHL_python_contractor.html ├── veeva_engineer_1.html ├── hydrogen_python_engineer.html ├── panw_sr_staff_sqa_engineer_automation_tools.html ├── wemake-services-python.html ├── exa-dev-uk.html ├── STEINBAUER_Performance_Austria_Web-Developer.html ├── earlytracks-pythonjs-developer.html ├── incuna_ltd.html ├── flw_intl_python_111.html ├── motiondsp_software_engineer.html ├── pindrop_atlanta_python_perm.html ├── speak-clearly-llc-python-telephony-developer.html ├── namely_nyc_data_engineer_78513.html ├── xcaliber_senior_python_katowice.html ├── enervalis_houthalen_be_experienceddev.html ├── addm-dev.html ├── tau-films-python-developer.html ├── open-data-services-co-operative-python-software-developer.html ├── Navenio_Ltd--Senior_Developer.html ├── seersec_com_au_full_stack_dev.html ├── lima_devops.html ├── baml_front_end_developer.html ├── headforward-python.html ├── navisite-web.html ├── huq_london_contract_01.html ├── ccn_vancouver_django.html ├── enthought_web-developer.html ├── arm-web.html ├── Tablet_Hotels_Backend_Engineer_Lead.html ├── yunojuno-django-developer-london.html ├── pitchup-com-python-developer.html ├── YunoJuno_London_TechLead.html ├── growth_intel_dev.html ├── table_connection_la_1.html ├── tracr_data_engineer.html ├── foundersfactory-115795.html ├── adspert_python_dev.html ├── EniramFI_Developer_Infra.html ├── Duxe_Sydney_Django.html ├── chalkandwire_fulltime_senior_dev.html ├── leaflink-new-york-city-django-engineer.html ├── sartregroup_london_exppythondev.html ├── utilityapi_software_engineer.html ├── ThoughtLeadr-Python-Engineer-NativeKit.html ├── jurismarches-2018-scrum-master-developper.html ├── stackjobs_junior_python_developer.html ├── vericant_python_software_engineer.html ├── ubuquity_press_software_engineer.html ├── lambert-labs-junior-python-developer.html ├── sartregroup_NY_pythondatadev.html ├── suade_senior_developer.html ├── mobpro-developer.html ├── travelnest_edinburgh_20180604.html ├── ro-senior-pythondjango-backend-engineer.html ├── Memrise-Head-Of-Platfrom-Django.html ├── TutorCruncher-python-django-dev.html ├── skilljar_sde_seattle.html ├── mintel-software-developer-chicago.html ├── aisoft-development-llc-remote-contractor-senior-django-rest-developer.html ├── amsdard_wroclaw_django_0.html ├── Full_Stack_Python-Xref.html ├── ELoC-investments-analyst-and-developer.html ├── partners-capital-senior-full-stack-contract-software-developer.html ├── pythonkwalee.html ├── liveit_juniordev_201709.html ├── growth_intel_data_sci.html ├── university-of-connecticut-junior-software-developer.html ├── valsys-python-flask-developer.html ├── cgpartners_lead_creative_backend_developer.html ├── bambus_vienna_django_dev_20200302.html ├── CrowdScores.html ├── night_travel_london_backend_cto.html ├── essentia_analytics_junior_dev.html ├── percolate_creative_wkflw_nyc.html └── modernatherapeutics_cambridge_ma_USA_softwareengineer_r58.html ├── .travis.yml ├── docker-entrypoint.sh └── Dockerfile /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | *.iml 3 | *.sublime-workspace 4 | *.swp 5 | -------------------------------------------------------------------------------- /jobtemplate.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: 3 | company: 4 | url: 5 | location: 6 | contract: 7 | contact: 8 | name: 9 | email: 10 | phone: 11 | created: !!timestamp '2015-02-20' 12 | tags: 13 | - 14 | --- 15 | -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2018 Sebastian Pipping 2 | # Licensed under the MIT license 3 | 4 | version: "3" 5 | 6 | services: 7 | pythonjobs: 8 | build: . 9 | ports: 10 | - 50080:80 11 | volumes: 12 | - ./jobs:/root/pythonjobs/jobs 13 | -------------------------------------------------------------------------------- /jobs/leveridgesystems.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Pre-IPO Python Developer 3 | company: Leveridge Systems 4 | url: http://leveridgesystems.com 5 | location: Boston, Massachusetts, USA 6 | contract: permanent 7 | contact: 8 | name: John D Allen 9 | email: john.allen@leveridgesystems.com 10 | created: !!timestamp '2015-07-19' 11 | tags: 12 | - boston 13 | - burlington 14 | - masschusetts 15 | - python 16 | - R 17 | - flash 18 | - nginx 19 | - mongodb 20 | - node.js 21 | - redis 22 | - ansible 23 | - d3 24 | - socketio 25 | --- 26 | 27 | This is a pre-IPO project with substantial stock-options. 28 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: python 2 | python: 3 | - '2.7' 4 | install: 5 | - git clone --depth 1 https://github.com/pythonjobs/template.git ../template 6 | - pip install -r ../template/requirements.txt 7 | script: ../template/build.py . 8 | after_success: 9 | - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] && ../template/preview.py || false' 10 | - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && ../template/deploy.py || false' 11 | env: 12 | global: 13 | secure: "R3cyaiQAroQPGE2YeGB8r0pKn59zAXEURCqidWkIkfPbMrVgiUGwKxooOVLyFPm7Go9Mp749fGBFrw464Yh+3sk2J3SXqjTGUL151V/lFovhK1q3kgQDUipW+ZjpiURu7+cLvz6sxmvQNvpqLNrDtaBWJwVui1Nj0derk/NCPmI=" 14 | -------------------------------------------------------------------------------- /jobs/Osirium_Senior_Developer_job.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: Osirium 4 | url: https://www.osirium.com/python-developer-job-spec 5 | location: Theale, Berkshire, England 6 | contract: permanent 7 | contact: 8 | name: Andy Harris 9 | email: andy.harris@osirium.com 10 | phone: +44 118 3242444 11 | created: !!timestamp '2015-11-11' 12 | tags: 13 | - uk 14 | - python 15 | - postgres 16 | - ruby on rails 17 | - security 18 | - senior 19 | --- 20 | 21 | # Overview 22 | 23 | Osirium are looking to hire a couple of brilliant engineers for their dev team 24 | 25 | Please send a github profile to the address above. 26 | 27 | # Role requirements 28 | 29 | * Python 30 | * Ruby on Rails 31 | * PostgreSQL 32 | * Security 33 | -------------------------------------------------------------------------------- /jobs/NIH-developer-engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Developer / Engineer 3 | company: National Institutes of Health contracting company. 4 | location: Maryland / DC Metro Area 5 | contract: permanent 6 | contact: 7 | name: Philip MacMenamin 8 | email: philip.macmenamin@nih.gov 9 | created: !!timestamp 2020-05-12 10 | tags: 11 | - python 12 | - nosql 13 | - sql 14 | - flask 15 | - AWS 16 | - CMS 17 | --- 18 | 19 | # Software engineer in support of the NIH. 20 | Please have the following: 21 | - A degree in computer science, or comparable experience 22 | - Experience in software development 23 | - Experience using command line Linux 24 | - Experience with git 25 | - Git repository containing work sample 26 | - Experience with more than only Python 27 | - Permission to work in the US 28 | 29 | Nice to have: 30 | - understanding of basic biological concepts. 31 | 32 | -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | # Copyright (C) 2018 Sebastian Pipping 3 | # Licensed under the MIT license 4 | 5 | set -e 6 | 7 | cd /root/pythonjobs 8 | 9 | # Sync potential changes done after building the image 10 | ( cd template && git pull origin master ) 11 | ./template/build.py . 12 | 13 | # Be helpful about non-standard port/URL 14 | cat < 2 | # Licensed under the MIT license 3 | 4 | # Base image 5 | FROM python:2.7-stretch 6 | 7 | # Start off with the most updated image possible 8 | RUN apt-get update && apt-get --yes dist-upgrade 9 | 10 | # Install non-PyPI dependencies 11 | RUN apt-get update && apt-get install --no-install-recommends --yes -V \ 12 | gatling \ 13 | git 14 | 15 | # Install app including dependencies, whitelist approach (size, anti-leak) 16 | COPY docker-entrypoint.sh /root/pythonjobs/ 17 | COPY jobs/ /root/pythonjobs/jobs/ 18 | WORKDIR /root/pythonjobs 19 | RUN git clone --depth 1 https://github.com/pythonjobs/template.git 20 | RUN pip install -r template/requirements.txt 21 | 22 | # Build website first time 23 | RUN template/build.py /root/pythonjobs/ 24 | 25 | # Sync and serve website 26 | EXPOSE 80 27 | ENTRYPOINT ["/root/pythonjobs/docker-entrypoint.sh"] 28 | -------------------------------------------------------------------------------- /jobs/aptivate-web-dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Digital applications developer in international development 3 | company: Aptivate 4 | url: http://aptivate.org/en/about/join-us/web-developer/ 5 | location: Cambridge or Brighton, England 6 | contract: permanent 7 | contact: 8 | name: Aptivate Cooperators 9 | email: recruitment@aptivate.org 10 | created: !!timestamp '2018-02-12' 11 | tags: 12 | - python 13 | - javascript 14 | --- 15 | 16 | 17 | # TLDR; 18 | 19 | Do you want to use your development skills for good? Would you like to be part 20 | of an employee-managed non-hierarchical organisation for social benefit? If so, 21 | join us! 22 | 23 | * Full stack web development 24 | * Django or similar 25 | * Linux 26 | * Agile 27 | * Not-for-profit motivated by social impact 28 | * Employee managed organisation 29 | * 35 hours, 6 weeks holidays + bank holidays 30 | * Part time and remote considered. Flexible hours 31 | * £36,400 pa 32 | 33 | Please see the full advertisement at: 34 | 35 | > http://aptivate.org/en/about/join-us/web-developer/ 36 | -------------------------------------------------------------------------------- /jobs/nicheny-django-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Freelance Django Developer 3 | company: Niche 4 | location: New York, NY 5 | contract: contract 6 | contact: 7 | name: Mark W 8 | email: contact@nicheny.com 9 | created: !!timestamp '2017-03-07' 10 | tags: 11 | - python 12 | - sql 13 | - django 14 | - freelance 15 | - remote 16 | - telecommute 17 | --- 18 | 19 | # Overview 20 | 21 | Startup company seeks freelance Python/Django developer for putting finishing touches on our product. 22 | We are practically in our eleventh hour, and need additional help to get ready and appropriately scalable for primetime. 23 | Ongoing maintenance will be needed as well. 24 | 25 | Fullstack experience is a plus. 26 | 27 | Please send a CV to the address above. 28 | 29 | # Current stack 30 | 31 | * Python 32 | * Django 33 | * PostgreSQL 34 | * Celery 35 | * Stripe 36 | * Fabric 37 | * Saltstack 38 | 39 | Please make sure to include a link or reference to experience (resume, linkedin, etc.). 40 | This is a remote position, but we can only accept US-based developers at this time. 41 | -------------------------------------------------------------------------------- /jobs/bmat-python-backend-engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Backend Engineer 3 | company: BMAT 4 | url: https://apply.workable.com/j/A19B5DD4DA 5 | location: Remote 6 | contract: Permanent 7 | contact: 8 | name: Bruno 9 | email: blomardo@bmat.com 10 | created: !!timestamp 2021-11-23 11 | tags: 12 | - python 13 | - postgresql 14 | - mongoDB 15 | - ETLs 16 | - data matching 17 | --- 18 | 19 | # What you'll be doing 20 | In the Data team we want to have the most complete music metadata database in the world. As part of our team you will help in any stage: from integrating new sources, enhancing the entity reconciliations algorithms, creating data transformation pipelines, researching metadata matching processes, etc. 21 | 22 | BMAT is connected to hundreds of data sources and we are in charge of ingesting and harmonizing all the musical content at our hands in order to make it available to the services and products that BMAT offers. We are looking for a team player, that loves dealing with tons of music metadata, to help us reach our goal faster, adding value to the team and creating cool stuff. 23 | -------------------------------------------------------------------------------- /jobs/sanoma_digital_contract_django.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Backend Python developer with Django 3 | company: Lajos.nl 4 | url: http://lajos.nl 5 | location: Schiphol, The Netherlands 6 | contract: contract 7 | contact: 8 | name: Abel Schooleman 9 | email: abel@lajos.nl 10 | phone: +31617508147 11 | created: !!timestamp '2015-03-19' 12 | tags: 13 | - python 14 | - django 15 | - schiphol 16 | - netherlands 17 | --- 18 | 19 | # Job Description 20 | 21 | We are looking for a freelance subcontractor who would like to work on a high traffic Python/Django site that conducts consumer tests. The site offers consumers product samples that they can order, in return the testers have to create product reviews. 22 | 23 | # Requirements 24 | 25 | Suitable candidates have at least 2-3 years experience with Django, can start within 1-2 weeks and are at least 4 days per week available, and speak Dutch. 26 | 27 | # About the Company 28 | 29 | The company is Sanoma Digital, a well known digital publishing agency with several online brands. They work scrum and have a very flexible attitude towards remote working. 30 | -------------------------------------------------------------------------------- /jobs/supercarers_python_dev_20170816.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer 3 | company: SuperCarers 4 | url: https://supercarers.com 5 | location: Old Street, London, UK. 6 | contract: permanent 7 | contact: 8 | name: Oisin Mulvihill 9 | email: oisin@supercarers.com 10 | phone: +44 20 8629 1030 11 | created: !!timestamp '2017-08-16' 12 | tags: 13 | - uk 14 | - python 15 | - flask 16 | - postgres 17 | - docker 18 | --- 19 | 20 | # Us 21 | 22 | SuperCarers is an online platform where families can find trusted local carers for the people they love. We provide families with simple digital tools to manage the scheduling, logistics and payment of care directly with a carer, bypassing the high overhead costs of agency middlemen. 23 | 24 | 25 | # You 26 | 27 | You are keen to make a difference using your tech skills for social good! You love writing tests first and producing high quality work. You don't like silos and want to get your hands dirty. You want in on a chance to build a world beating platform without exploitation. 28 | 29 | If this sounds like you, email oisin@supercarers.com with your details. 30 | -------------------------------------------------------------------------------- /jobs/artivest_python_001.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Back End Developer 3 | company: Artivest 4 | url: http://artivest.co/ 5 | location: Flatiron, New York City, USA 6 | contract: permanent 7 | contact: 8 | name: Darius Daftary 9 | email: darius@artivest.co 10 | created: !!timestamp '2015-12-15' 11 | tags: 12 | - python 13 | - django 14 | - REST 15 | - API 16 | - fintech 17 | - NYC 18 | --- 19 | 20 | # Overview 21 | 22 | We are a NYC based financial tech startup looking for developers with Python experience (preferably Django too) who want to work with a great team on an interesting product developed with care and quality. 23 | 24 | You should be comfortable working collaboratively on a small team and being able to see a project through from concept to delivery. 25 | 26 | We geniunely care about our development process, and we hope you do too. We are looking for people who care about: 27 | 28 | * Writing quality code while hitting deadlines 29 | * Testing (unit, e2e, etc) 30 | * Participating in sprint planning and retrospectives 31 | * Communicating with teammates and helping refine our process 32 | 33 | Please submit your resume to the address above. We look forward to hearing from you. 34 | -------------------------------------------------------------------------------- /jobs/devpeople_london_perm_1.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: Devpeople 4 | location: London, England 5 | contract: permanent 6 | contact: 7 | name: John Sedgewick 8 | email: johnsedgewick@devpeople.co.uk 9 | created: !!timestamp '2015-04-13' 10 | tags: 11 | - london 12 | - england 13 | - uk 14 | - python 15 | - sql 16 | - mysql 17 | - django 18 | --- 19 | 20 | Senor Python Developer 21 | ==================== 22 | 23 | Central London, UK 24 | --------------------- 25 | 26 | We are seeking a senior Python Developer to work directly for us on a new recruitment platform aimed at contract staff across different platforms and devices. The candidate will get to work on a number of software products each of which are being developed using the AGILE software 27 | development methodology (experience of AGILE is not essential) 28 | 29 | The idea candidate will have strong Python skills and have a deep understanding of advanced Python use cases and overall Software Architecture. You should 30 | have demonstrable experience in Python by way of GITHUB or similar. 31 | 32 | ### Requirements 33 | 34 | * Python (4+ years) 35 | * Django 36 | * REST API 37 | * Unit Testing 38 | * MySQL 39 | -------------------------------------------------------------------------------- /jobs/octopus_energy_2017_11.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Experienced back-end engineer 3 | company: Octopus Energy 4 | url: https://octopus.energy/careers/back-end-developer/ 5 | location: London, UK 6 | contract: permanent 7 | contact: 8 | name: David Winterbottom 9 | email: talent@octopus.energy 10 | created: !!timestamp '2017-11-02' 11 | tags: 12 | - django 13 | - python 14 | - london 15 | - postgresql 16 | - aws 17 | - celery 18 | - rabbitmq 19 | - terraform 20 | - packer 21 | - react 22 | --- 23 | 24 | # Octopus Energy 25 | 26 | We're looking for an experienced back-end developer to work in our engineering team. Please see this 27 | [detailed job description](https://octopus.energy/careers/back-end-developer/) for the full details. 28 | 29 | In short, this is a great role as: 30 | 31 | 1. We have high engineering standards. We pair program, have weekly tech-talks, monthly blitzdays, a 32 | continuous deployment pipeline and fast, well-maintained test suites. 33 | 34 | 2. This is a rare opportunity to employ your skills to help fight climate change. We're a small, innovative 35 | entrant to the UK energy market. The software we write helps the UK use green technology and renewable energy 36 | -------------------------------------------------------------------------------- /jobs/odwyer-software-full-stack-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack (Python & JS) Developer 3 | company: O'Dwyer Software 4 | url: https://odwyer.software 5 | location: Kyiv 6 | contract: contract 7 | contact: 8 | name: Richard O'Dwyer 9 | email: jobs@odwyer.software 10 | phone: 11 | created: !!timestamp 2021-03-27 12 | tags: 13 | - python 14 | - sql 15 | - django 16 | - reactjs 17 | - pytest 18 | - remote 19 | --- 20 | 21 | # Full Stack (Python & JS) Developer 22 | 23 | We're looking for a contract Python & JS developer to help out with development of a greenfield open-source video 24 | sharing platform we are building. 25 | 26 | Remote working is possible if it's your preference. 27 | Send us an email for the full rundown. 28 | 29 | Technologies being used: 30 | 31 | - Python 3 32 | - Django 33 | - ReactJS 34 | - TDD 35 | - Postgres/Redis 36 | - Kubernetes on Bare Metal 37 | 38 | ## Requirements 39 | 40 | - You have at least a few years experience in Django and ReactJS (we're flexible on this if you can show some previous 41 | projects) 42 | - You see testing as important. 43 | - You see value in a simple readable implementation. 44 | 45 | ### Bonus 46 | 47 | - Kubernetes & other DevOps experience. 48 | -------------------------------------------------------------------------------- /jobs/peerspective-python-developer-for-part-time-candidate-screening.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python developer for part time candidate screening 3 | company: Peerspective 4 | location: remote 5 | contract: part-time 6 | contact: 7 | name: Andrew Thomas 8 | email: andrew@peerspective.io 9 | created: !!timestamp 2018-09-10 10 | tags: 11 | - python 12 | - flask 13 | - SQLAlchemy 14 | - Celery 15 | - Go 16 | - Redis 17 | - DynamoDB 18 | - MySQL 19 | - S3 20 | --- 21 | 22 | # Python developers 23 | We're currently building a platform like hired.com except developers get tested by senior developers before being put in front of companies. 24 | 25 | We are looking for Python developers to help test this skillset. More specific knowledge includes Python / Flask / SQLAlchemy / Celery / Go / Redis / DynamoDB / MySQL / S3 but don't worry if you don't cover all of these. 26 | 27 | Testing consists of a 30 minute screening call followed by a short feedback form. (We screen CVs up front to remove poor candidates). It is a part time position and you can choose times and how much you want to work on this. 28 | 29 | We pay £500 for each candidate which goes on to get successfully hired with one of our companies. 30 | 31 | Any hiring experience is beneficial but not required. 32 | -------------------------------------------------------------------------------- /jobs/hbk-strats-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Strats Python Developer 3 | company: HBK Europe Management LLP 4 | location: London, UK 5 | contract: permanent 6 | contact: 7 | name: Pav 8 | email: pandriychenko@hbk.com 9 | gitter.im: rs2 10 | 11 | created: !!timestamp '2022-10-06' 12 | tags: 13 | - python 14 | - finance 15 | - london 16 | - pandas 17 | - jupyter 18 | - sql 19 | --- 20 | 21 | # Overview 22 | 23 | HBK is searching for a Python software developer to join our Strats team in London on a full-time basis. 24 | The Strats group works closely and primarily with investment professionals in all our offices 25 | to help them interpret and act on market opportunities through the application of technology. 26 | The team is small, high-caliber, and well-positioned to make a significant and visible impact on the business. 27 | 28 | # Required Skills 29 | 30 | * Evidence of disciplined approach to software development. 31 | * 2+ years of professional experience in a software engineering capacity. 32 | * Strong knowledge of Python, SQL. 33 | * Technical curiosity and eagerness to learn more about finance. 34 | 35 | Do get in touch today to find out more about this opportunity, our culture and benefits offered by the firm. 36 | 37 | Strictly no agents please. 38 | -------------------------------------------------------------------------------- /jobs/odoo_python_developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python and Javascript Developer 3 | company: Odoo 4 | url: https://www.odoo.com/jobs/detail/python-javascript-developer-1 5 | location: Grand-Rosiere, Belgium 6 | contract: permanent 7 | contact: 8 | name: Sandra Theys 9 | email: sth@odoo.com 10 | phone: +32.81.81.37.00 11 | created: !!timestamp '2016-11-22' 12 | tags: 13 | - Belgium 14 | - Open Source 15 | - startup 16 | - Javascript 17 | --- 18 | 19 | # Overview 20 | 21 | Odoo is a web suite of Open Source business apps in Python: CRM, Website Builder, Accounting, Inventory, Point of Sale, eCommerce, Marketing apps, etc. We are looking for 25 Python developers to work on the core apps. We have positions for both the backend, or frontend. 22 | 23 | The team is composed of 40 developers, 5 usability experts and testers, and 2 designers. It's a team of young, but very smart people, with a friendly and very open culture. 24 | 25 | The technology stack includes: Python, Javascript, PostgreSQL, Github, Linux. 26 | 27 | # About You 28 | 29 | Having made contributions to open source project is a clear plus, as well as knowledge of JavaScript, PostgreSQL, and Linux. A master degree or higher is a plus too. 30 | 31 | 32 | 33 | +32 (0)81 81 37 00 | jobs@odoo.com | @odoo 34 | -------------------------------------------------------------------------------- /jobs/realrate-gmbh-senior-python-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: RealRate GmbH 4 | url: https://realrate.ai/realrate-is-hiring-senior-python-developers/ 5 | location: remote 6 | contract: permanent, part-time possible 7 | contact: 8 | name: Holger Bartel 9 | email: holger.bartel@realrate.ai 10 | created: !!timestamp 2021-04-11 11 | tags: 12 | - python 13 | - back-end 14 | - pytorch 15 | - data-science 16 | - open-source 17 | --- 18 | 19 | # RealRate is Hiring Senior Python Developers! 20 | 21 | RealRate, the Artificial Intelligence rating agency is growing. We’re looking for a senior Python developer: 22 | 23 | * More than 8 years of project experience. 24 | * Python senior. 25 | * Data science know how. 26 | * Back end or full stack. 27 | * Either full time or part time. 28 | * Fully remote. 29 | 30 | This is what we build: 31 | 32 | We’ve been been awarded one of the most promising German AI startups. We are creators of Explainable AI in finance, winning international PyTorch Hackathon. Being accelerated by Startupbootcamp Netherlands and US based GSD Venture Labs. Working as an international decentralized team. Having offices in Berlin and Santa Clara. 33 | 34 | Joins us! 35 | -------------------------------------------------------------------------------- /jobs/tenable_senior_software_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Software Engineer - Python 3 | company: Tenable Network Security 4 | url: https://careers.tenable.com/jobs/sr-software-engineer-python 5 | location: Columbia, MD 6 | contract: permanent 7 | contact: 8 | name: Lucas Tamagna-Darr 9 | email: ltamagnadarr@tenable.com 10 | created: 2017-06-15 11 | tags: 12 | - python 13 | - elasticsearch 14 | - senior 15 | --- 16 | 17 | # Overview 18 | 19 | 20 | Tenable is looking for a senior software engineer to join our team. This position will involve designing, developing, 21 | and maintaining an automated system for collecting vulnerability and threat information and using that data to 22 | generate content for Tenable products. 23 | 24 | Please send a CV to the address above. 25 | 26 | # Role requirements 27 | 28 | * Strong Python development skills in Python 2.7 or 3.x 29 | * Experience in multi-threaded programming 30 | * Experienced with Elasticsearch 31 | * Experience with distributed web applications 32 | * Prior experience with web scraping preferred 33 | * Experience using templating libraries 34 | * Experience using Linux as a primary development environment 35 | * Experience with revision control systems 36 | * Excellent communication and analytical skills 37 | -------------------------------------------------------------------------------- /jobs/bmat-senior-backend-engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Backend Engineer 3 | company: BMAT 4 | url: https://apply.workable.com/j/694729A010 5 | location: Remote 6 | # Choose one of the following options 7 | contract: Permanent 8 | contact: 9 | name: Bruno 10 | email: blomardo@bmat.com 11 | phone: 12 | created: !!timestamp 2021-11-23 13 | tags: 14 | - python 15 | - postgresql 16 | - django 17 | - mysql 18 | - mongodb 19 | --- 20 | 21 | # What you'll be doing 22 | 23 | BMAT is teaming up with a global music streaming service to revolutionize the way copyrights and royalties are handled in the online world. As we transition from discovery to an MVP phase, we're building an agile product team that can successfully execute this mission-critical project. 24 | 25 | - Work in a small, agile and customer centric team on our new highly strategic product 26 | 27 | - Be responsible for its development from a very early stage 28 | - Understand our clients’ business logic and requirements and translate them to solid and future proof database and software design 29 | - Leverage BMAT’s existing services and integrate them into our new product 30 | - Declare the complexity of your tasks to the Product Manager and work together with her on a timeline to be shared with our clients 31 | -------------------------------------------------------------------------------- /jobs/datadog-open-source-software-engineer-python.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Open Source Software Engineer - Python 3 | company: Datadog 4 | url: https://grnh.se/22d7eb681us 5 | location: New York City or Remote 6 | contract: permanent 7 | contact: 8 | name: Tamar Benjoseph 9 | email: tamar.benjoseph@datadoghq.com 10 | 11 | created: !!timestamp 2021-06-03 12 | tags: 13 | - python 14 | - django 15 | - flask 16 | - falcon 17 | - celery 18 | --- 19 | 20 | # The Role 21 | In this role on our APM (tracing/profiling/debugging) team you will: 22 | * Write open source code that instruments thousands of Python applications around the world. 23 | * Drive our open source Python projects and engage with the community to find and address the most important challenges. 24 | * Be part of a team building a technical product for a technical audience 25 | * Apply using the link above! 26 | 27 | 28 | ## Who are we? 29 | A bit about Datadog: 30 | We're on a mission to build the best platform in the world for engineers to understand and scale their systems, applications, and teams. We operate at high scale—trillions of data points per day—providing always-on alerting, metrics visualization, logs, and application tracing for tens of thousands of companies. Our engineering culture values pragmatism, honesty, and simplicity to solve hard problems the right way. 31 | -------------------------------------------------------------------------------- /jobs/finwellbenefits_TO_CA_USA.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Django Web Development 3 | company: Finwell Benefits 4 | url: T.B.D. 5 | location: Thousand Oaks, California, USA 6 | contract: contract 7 | contact: 8 | name: Ian McDougald 9 | email: ian.mcdougald@finwellbenefits.com 10 | created: !!timestamp '2016-12-05' 11 | tags: 12 | - python 13 | - sql 14 | - django 15 | - cloud storage 16 | - PDF Management 17 | - Security 18 | --- 19 | 20 | # Overview 21 | 22 | We are looking to make a web portal for our members, where they can login and 23 | download a PDF copy of their financial plan. The site would require secure 24 | logins of our customers to a personal reports page. 25 | 26 | On this page they should be able to: 27 | * view current and old reports 28 | * download a PDF copy of reports, both password protected and unprotected. 29 | * (maybe) require intergration MGP (moneyguidepro) and/or Wealthbox CRM 30 | 31 | Please submit resume, time, and price estimates to: 32 | ian.mcdougald+quote@finwellbenefits.com 33 | 34 | # Role Requirements 35 | 36 | Candidates for this project should be proficient in Django/Pythong and Database 37 | storage, preferably SQL (Postgers or MySQL) Open to NoSQL if warranted. They 38 | should also have an understand of Cloud Storage solutions like S3, as we might 39 | use that for PDF report storage. They -might- also be called on to assist in 40 | setting up hosting for the site. 41 | -------------------------------------------------------------------------------- /jobs/made-com.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hacker 3 | company: Made.com 4 | location: Soho, London, England 5 | url: http://www.made.com/jobs 6 | contact: 7 | name: Bob Gregory 8 | email: bob.gregory@made.com 9 | contract: Perm 10 | created: !!timestamp '2015-03-11' 11 | tags: 12 | - uk 13 | - london 14 | - python 15 | - aws 16 | - hypermedia 17 | - tdd 18 | - ddd 19 | --- 20 | 21 | # About us 22 | 23 | Made.com are a successful ecommerce company with insane growth, who are 24 | re-engineering for scale. To that end, we're backing HTTP microservices 25 | as an integration strategy for a leaner, meaner service-oriented 26 | architecture. 27 | 28 | We're looking for talented hackers to help build our new platform. We're 29 | technology agnostic, but Python is our immediate language of choice. 30 | 31 | # About you 32 | 33 | * You're opinionated, motivated, and have top-notch OOP and TDD skills. 34 | * You have some familiarity with Python and would like to write more of 35 | it. 36 | * Ideally, you have experience with Docker and AWS, love functional 37 | programming, and would like to play with Go and Scala in a production 38 | environment. 39 | * You have experience with writing and consuming hypermedia APIs and read 40 | the HttpBis specs for fun. 41 | 42 | # Skills & Requirements 43 | 44 | * Experience with Hypermedia APIs, or event-driven services using a 45 | message bus. 46 | * Excellent TDD and OO skills, experience of DDD a plus. 47 | -------------------------------------------------------------------------------- /jobs/qustodio_backend_barcelona_contract_1.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Backend Engineer 3 | company: Qustodio 4 | url: https://www.qustodio.com/en/careers/job/backend-engineer/ 5 | location: Barcelona, Spain 6 | contract: permanent 7 | contact: 8 | name: Andreas Papaspyropoulos 9 | email: ap@qustodio.com 10 | created: !!timestamp '2017-02-08' 11 | tags: 12 | - spain 13 | - barcelona 14 | - python 15 | - django 16 | --- 17 | 18 | # Overview 19 | 20 | Qustodio is a parental control company with offices in the center of Barcelona. 21 | We are a multi-national group with a passion for security, software and technology. 22 | Our product is a multi-platform device protection solution that is used and loved by thousands of parents, schools and SMBs worldwide. 23 | 24 | We're looking for a Python expert to join a great team of Backend and Ops engineers and help us build our backend infrastructure, improve our tools and scale our app for hundreds of thousands of users. 25 | 26 | # Role requirements 27 | 28 | * Experience in python web development 29 | * Experience in asynchronous libraries 30 | * Experience in SQL and NoSQL databases 31 | * Fluency in English, the company’s official language 32 | * Passion about delivering quality software using modern methodologies 33 | 34 | # Bonus points for 35 | 36 | * Django web framework & Celery & REST APIs with OAuth 37 | * MySQL/PostegreSQL, Redis, DynamoDB 38 | * Devops and AWS 39 | * Other programming domains (Mobile, Frontend or Embedded) 40 | -------------------------------------------------------------------------------- /jobs/DataReplyUK_London_DataScientist_Perm.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data Scientist 3 | company: Data Reply UK 4 | url: http://datareply.co.uk 5 | location: 38 Grosvenor Gardens London SW1W 0EB, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Barbara Santos 9 | email: hiring@datareply.co.uk 10 | URL: https://data-reply-uk.workable.com 11 | created: !!timestamp '2015-10-19' 12 | tags: 13 | - uk 14 | - london 15 | - Data 16 | - Machine Learning 17 | - ipython 18 | - sql 19 | - nosql 20 | - Data Science 21 | - Spark 22 | - numpy 23 | - scipy 24 | --- 25 | 26 | # Overview 27 | 28 | We have open positions for Data Scientists to join our growing consultancy startup. 29 | 30 | You will be working with the latest tools and technologies but above all else what matters is how you think. We are looking for candidates with a quantitative background. We are particularly interested in speaking with you if you have applied your theoretical understanding to large-scale commercial applications such as a distributed recommender system, for example. 31 | 32 | We have openings at different seniority levels. If you meet most but not all requirements your application could still be of interest. 33 | 34 | 35 | 36 | Each project or engagement is different, but in general your aim is to answer a business question using available data, or to build a solution (perhaps a model, recommender, alerting engine or a visualisation tool) to a data-based problem. 37 | 38 | Please follow the below URL to apply. 39 | https://data-reply-uk.workable.com 40 | 41 | # Role requirements 42 | 43 | * Python 44 | * Spark 45 | * scipy 46 | * Machine Learning 47 | -------------------------------------------------------------------------------- /jobs/Arabella-Backend-Software-Engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Backend Developer 3 | company: Arabella 4 | url: https://arabel.la/ 5 | location: Remote 6 | contract: permanent 7 | contact: 8 | name: Jacek Ostanski 9 | email: jobs@arabel.la 10 | created: !!timestamp '2017-04-13' 11 | tags: 12 | - python 13 | - django 14 | - remote 15 | - tdd 16 | --- 17 | 18 | 19 | We are seeking enthusiastic, intelligent individuals to join our team and in return, we offer an exciting and challenging environment where you can continually contribute to solving real world problems. 20 | 21 | 22 | *You are passionate about your work, detail oriented with big picture in mind and have great communication skills.* 23 | 24 | 25 | As a Back-end Engineer, you will be responsible for making engineering design decisions and developing features to support our applications. You will also be expected to be a role model for coding standards, tools, platforms and other best practices for the backend team. 26 | 27 | 28 | ### Qualifications 29 | * Experience working on backend systems at scale, using technologies like MySQL, Python(Django), MongoDB, RESTFul APIs, etc. 30 | * Experience building and deploying complex but well architected, maintainable, and testable application backends 31 | * Experience with error logging and performance tools such (Sentry, New Relic, etc.) 32 | * Strong object-oriented programming and test driven development skills 33 | * Strong communication skills with the ability to understand and explain technical issues to a non-technical audience 34 | 35 | ### Rate 36 | $3-5k/monthly 37 | 38 | 39 | Please email us with your resume and GHithub/Bitbucket account at jobs@arabel.la. 40 | 41 | We reserve the right to contact only selected candidates. 42 | 43 | -------------------------------------------------------------------------------- /jobs/DataReplyUK_London_DataEngineer_Perm.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data Engineer 3 | company: Data Reply UK 4 | url: http://datareply.co.uk 5 | location: 38 Grosvenor Gardens London SW1W 0EB, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Barbara Santos 9 | email: hiring@datareply.co.uk 10 | URL: https://hiring.datareply.co.uk 11 | created: !!timestamp '2016-10-17' 12 | tags: 13 | - uk 14 | - london 15 | - Data 16 | - Machine Learning 17 | - ipython 18 | - sql 19 | - nosql 20 | - Data Science 21 | - Spark 22 | - numpy 23 | - scipy 24 | --- 25 | 26 | # Overview 27 | 28 | We have open positions for Data Engineers to join our growing consultancy startup. 29 | 30 | You will be working with the latest tools and technologies but above all else what matters is how you think. We are looking for candidates with an engineering background. We are particularly interested in speaking with you if you have personally implemented a distributed computing infrastructure and the related software stack to support a Data Science team. 31 | 32 | We have openings at different seniority levels. If you meet most but not all requirements your application could still be of interest. 33 | 34 | 35 | 36 | Each project or engagement is different, but in general the aim is to answer a business question using available data, or to build a solution to a data-based problem. Our Data Engineers directly enable this by giving the team the tools they need to get the job done, gathering and organizing disparate data sets and ensuring those tools perform and scale well. 37 | 38 | Please follow the below URL to apply. 39 | https://hiring.datareply.co.uk 40 | 41 | # Role requirements 42 | 43 | * Python 44 | * Hadoop 45 | * Spark 46 | * scipy 47 | * Data Wrangler 48 | -------------------------------------------------------------------------------- /jobs/Man_AHL_python_contractor.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer 3 | company: Man AHL 4 | location: UK - London 5 | contract: contract, 6 months (extendable) 6 | contact: 7 | name: Milly Parrott 8 | email: mparrott@ahl.com 9 | created: !!timestamp '2017-10-04' 10 | 11 | tags: 12 | - python 13 | - full-stack 14 | - linux 15 | - docker 16 | - london 17 | --- 18 | 19 | # Overview 20 | 21 | A contractor is required to port existing python applications on to RHEL 7 using Docker. The port includes: ensuring tests run, Dockerisation, service discovery considerations, deploying secrets through ansible, integration with Docker compose, checking database connections, assessing file dependencies including logging, & updating 3rd party dependencies where necessary. 22 | 23 | 24 | # Working Here 25 | AHL has a small company, no-attitude feel. It is flat structured, open, transparent and collaborative. We are actively engaged with the broader technology community through [PyData](https://www.meetup.com/PyData-London-Meetup/) and [Machine Learning](https://www.meetup.com/London-Machine-Learning-Meetup/) Meetups. We open-source some of our technology; see our [github](https://github.com/manahl) 26 | We're fortunate enough to have a fantastic open-plan office overlooking the River Thames, and continually strive to make our environment a great place in which to work. 27 | 28 | # Skills / Experience 29 | 30 | # Essential 31 | * Expert in Python 32 | * Strong proficiency on Linux platforms 33 | * Docker experience 34 | * Care for good testing 35 | * Good understanding of front-end technologies such as JavaScript - Angular / React & Bootstrap, HTML5, CSS3 36 | * Basic SQL knowledge 37 | * Git - code will be committed through peer-reviewed pull requests 38 | 39 | # Nice to have 40 | * Java 41 | -------------------------------------------------------------------------------- /jobs/veeva_engineer_1.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Software Engineer 3 | company: Veeva 4 | url: https://www.veeva.com/ 5 | location: Pleasanton, California 6 | contract: permanent 7 | contact: 8 | name: Basel Qumsiyeh 9 | email: basel.qumsiyeh@veeva.com 10 | phone: 708 228 4582 11 | created: !!timestamp '2015-08-05' 12 | tags: 13 | - python 14 | - sql 15 | - django 16 | - senior 17 | --- 18 | 19 | # Overview 20 | 21 | Join a very small and fast-paced product team to help build a completely new product. As one of the first engineers of this newly formed team, you will be responsible for building and improving the web application, while preparing it for its first live customers. Expect to wear many hats while working in this startup-like environment! 22 | 23 | Please send a resume to the address above. 24 | Apply here: https://www.veeva.com/meet-veeva/careers/?jvi=oANi1fwq,Job 25 | 26 | # Responsibilities: 27 | * Build a highly scalable web application 28 | * Participate in infrastructure and architectural design and implementation 29 | * Collaborate with team members on technical design and problem solving to come up with compelling solutions to problems 30 | * Own all aspects of implementation for features from design to development, testing, deployment to production, and support and maintenance 31 | 32 | # Requirements: 33 | * BS in Engineering/Science (Computer Science preferred) 34 | * 4+ years of experience building dynamic and scalable Web based applications 35 | * Experience with at least one web framework (Django, Rails, etc.) 36 | * Experience with a RDBMS such as MySQL 37 | 38 | # Nice to Have: 39 | * Python/Django experience 40 | * Experience with AWS and Configuration Management tools 41 | * Front End web development, with experience in modern JavaScript frameworks -------------------------------------------------------------------------------- /jobs/hydrogen_python_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Quantitative Python Engineer (fintech) 3 | company: Hydrogen 4 | url: https://www.hydrogenplatform.com/ 5 | location: New York, NY, US 6 | contract: permanent 7 | contact: 8 | name: Shane Hampton 9 | email: shane@hydrogenplatform.com 10 | created: !!timestamp '2018-03-14' 11 | tags: 12 | - python 13 | - new york 14 | - fintech 15 | - finance 16 | - flask 17 | --- 18 | 19 | # About Hydrogen 20 | 21 | Hydrogen is the most disruptive fintech platform since Stripe! We are on a mission to help millions of people around the globe get access to better, cheaper, more transparent, and lower cost financial products. 22 | 23 | While you are here, you will work on groundbreaking parts of fintech such as blockchain and AI, and literally shape the future of finance. Join our young, fun, and fast moving company in the heart of the Flatiron District in beautiful New York City! 24 | 25 | # About the Position 26 | 27 | This position will focus on building libraries to handle a wide array of financial logic, helping to drive financial services APIs that span areas like Investing, Savings, Insurance, Financial Wellness, and more on the Hydrogen platform! 28 | 29 | Think portfolio optimizers, Monte Carlo simulations, trading algorithms, and probability assessment models. Strong Python skills are central to the role. 30 | 31 | # Requirements 32 | 33 | * 2+ years experience with Python 34 | * Strong quantitative skills 35 | * Excellent problem-solving ability 36 | * Experience with algorithm development 37 | * Knowledge of personal finance, economics, and applied statistics is a plus 38 | * Previous experience in financial services/fintech is a plus 39 | * Please apply at: https://angel.co/hydrogen-3/jobs/305697-quantitative-software-engineer 40 | 41 | -------------------------------------------------------------------------------- /jobs/panw_sr_staff_sqa_engineer_automation_tools.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Sr. Staff SQA Engineer (Automation Tools 3 | company: Palo Alto Networks 4 | url: http://app.jobvite.com/m?3aaWtiww 5 | location: Santa Clara, CA, USA 6 | contract: permanent 7 | contact: 8 | name: Darlene Wong 9 | email: dawong@paloaltonetworks.com 10 | created: !!timestamp '2017-03-27' # Update this with today's date 11 | tags: 12 | - python 13 | - networking 14 | - linux 15 | - firewall 16 | - sql 17 | - senior 18 | --- 19 | 20 | # Palo Alto Networks 21 | 22 | Palo Alto Networks® is the fastest-growing security company in history. We offer the chance to be part of an important mission: ending breaches and protecting our way of digital life. If you are a motivated, intelligent, creative, and hardworking individual, then this job is for you! 23 | 24 | ## Role Description 25 | 26 | As part of the QA Automation team at Palo Alto Networks, you will participate in the development of frameworks and scripts for automated testing of Palo Alto Networks products. In this position, you will develop frameworks and scripts in Python, setup and maintain automation test beds (Linux servers, firewalls, VMs, switches, security appliances, etc.), execute and monitor the progress of regression runs, investigate test failures, submit bugs to developers, and assist other QA team members and developers with bug investigation and reproduction. 27 | 28 | ## Responsibilities 29 | 30 | - 4 years of Python development 31 | - Linux system administration (installation, configuration, maintenance) 32 | - Good knowledge of TCP/IP networking 33 | 34 | ## Qualifications 35 | 36 | - Good knowledge of data transfer protocols (HTTP, FTP, SMTP, POP3, etc.) 37 | - Databases (writing SQL queries) 38 | - VMWare ESX server deployment and configuration 39 | -------------------------------------------------------------------------------- /jobs/wemake-services-python.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Middle/Senior Python Developer 3 | company: wemake.services 4 | url: https://wemake.services/ 5 | location: Remote 6 | contract: contract 7 | contact: 8 | name: Nikita Sobolev 9 | email: sobolevn@wemake.services 10 | phone: +7 985 390 2900 11 | created: !!timestamp '2018-02-10' 12 | tags: 13 | - python 14 | - django 15 | - senior 16 | - middle 17 | - remote 18 | --- 19 | 20 | # Overview 21 | 22 | `wemake.services` is a group of technology evangelists and simply those who love to write beautiful code. 23 | We are dedicated to deliver products of high quality basing on best practices, broad experience and a good portion of common sense. 24 | We focus on large, both public-sector and commercial projects with complicated infrastructure, and we care about what we do. 25 | 26 | We love Python and Elixir. We use JavaScript. 27 | 28 | 29 | # Job 30 | 31 | We are looking for middle and senoir `python` developers. 32 | We are 100% remote. To make our remote model work we have adopted the following process: 33 | 34 | - We pay per task. 35 | - The task rate is not a subject of argument in situ. 36 | - We work only remotely. 37 | - You are welcome to combine a full-time job with your job here. 38 | - We exercise sound judgement, so you are welcome to introduce it whenever you feel it needs to be introduced. 39 | - All that is interesting about the project, or might be used more then one time, must be fixed in documentation. 40 | - Also, it needs to be mentioned that we do not spend our clients’ budgets on educating junior developers. 41 | 42 | An we are constantly looking for new talents. If you got interested, read these two pages to join: 43 | 44 | - https://wemake.services/meta/employees 45 | - https://wemake.services/meta/job-application 46 | -------------------------------------------------------------------------------- /jobs/exa-dev-uk.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Engineers 3 | company: Exa Networks Limited 4 | url: http://exa.net.uk/ 5 | location: Cottingley, England 6 | contract: permanent 7 | contact: 8 | name: Thomas Mangin 9 | email: thomas.mangin@exa-networks.co.uk 10 | created: !!timestamp '2015-03-18' 11 | tags: 12 | - Python 13 | - Twisted 14 | - Pyramid 15 | - OpenERP 16 | - Bootstrap 17 | - Javascript 18 | - UK 19 | --- 20 | 21 | # Job Responsibilities 22 | 23 | A successful candidate will be be trained to primarily take responsibility of our ERP and / or Backend services. 24 | This role is to backfill a position and you can expect to join a team of 6 where you will be trained by your co-workers. 25 | 26 | # Desired Skills and Experience 27 | 28 | We expect candidate to be able to demonstrate skills in some of the technologies we use. 29 | We don't expect any candidate to have all the required knowledge when joining us but have to an appetite to learn. 30 | 31 | During the interview should be able to demonstrate: 32 | * Good verbal and written skills. 33 | * A good team spirit, and sense of humour 34 | * Good analytical skills 35 | * An ability to work with little supervision 36 | 37 | # Brownie points 38 | 39 | * Good Networking skills (inc. IPv6) 40 | * DevOps skills (Agile / CI) 41 | * Be able to speak about our Open Source projects 42 | 43 | # Benefits include 44 | 45 | * Health Cover 46 | * Free Internet Connectivity 47 | * Speak with us if you want to know more 48 | 49 | # About us 50 | 51 | Exa Networks is a business to business and education Internet Service Provider with a strong focus on customer service. We are based in Cottingley (Bradford), West Yorkshire. 52 | 53 | We run our own 10Gb network (AS 30740) and and provide SaaS services, such as our content filtering, SurfProtect, on top of our own IaaS platform. 54 | -------------------------------------------------------------------------------- /jobs/STEINBAUER_Performance_Austria_Web-Developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full-Stack Web Developer at STEINBAUER Performance 3 | company: STEINBAUER Performance Austria GmbH 4 | url: https://www.steinbauer.cc/at/jobs/ 5 | location: Wartberg ob der Aist near Linz / Austria 6 | contract: permanent 7 | contact: 8 | name: STEINBAUER Performance Austria GmbH 9 | email: karriere@steinbauer.cc 10 | phone: 0043 7236 21 8 21-0 11 | created: !!timestamp '2017-01-12' 12 | tags: 13 | - Python 14 | - PHP 15 | - HTML 16 | - CSS 17 | - Javascript 18 | - Odoo 19 | - Austria 20 | --- 21 | # Full-Stack Web Developer 22 | 23 | # YOUR tasks 24 | * Full-Stack development of web applications incl. Interfaces and Web Services 25 | * Project supervision - Front and Backend 26 | * Further development of existing patforms 27 | * Brainstorming with the development team 28 | 29 | # YOUR PROFILE 30 | * University/college degree or/and appropriate training 31 | * with on the job work experience 32 | * Experience in the development of web applications, 33 | * Front/Backend- e.g. GUI solutions and CMS 34 | * Knowledge in Python, PHP and HTML/CSS/Javascript 35 | * Experience in version control (GIT) and Databanks (Postgres, MySQL) 36 | * Knowledge in Linux operating system (Ubuntu) 37 | * Good English or German conversation skills 38 | 39 | # WHAT WE OFFER 40 | * Varied exciting projects centered around our core business needs 41 | * Work together with the software development and graphic design teams 42 | * Direct management reporting structure and high level of design/idea freedom 43 | * Innovative international company, with modern headquarters and various benefits 44 | * Assistance with finding accommodation in Linz 45 | 46 | # More information on 47 | * www.steinbauer-engineering.com 48 | * www.youtube.com/SteinbauerPerformance 49 | * www.instagram.com/steinbauer_cc/ 50 | * www.facebook.com/SteinbauerPerformance 51 | -------------------------------------------------------------------------------- /jobs/earlytracks-pythonjs-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python/JS Developper 3 | company: Earlytracks 4 | url: https://www.earlytracks.com/it-dev 5 | location: Louvain-La-Neuve, Belgium 6 | 7 | contract: permanent 8 | contact: 9 | name: Sylvain Francis 10 | email: dev@earlytracks.com 11 | phone: +3210 457 223 12 | created: !!timestamp 2018-04-25 13 | tags: 14 | - python 15 | - docker 16 | - REST 17 | - Javascript 18 | - Kubernetes 19 | - Elasticsearch 20 | --- 21 | 22 | # Python/JS Developer 23 | We are looking for a Python/JS Developper to join us. They will assist the main developper to some tasks like: 24 | 25 | - Maintain and develop the main application 26 | - Develop a frontend Stack for the SAAS Application 27 | - Works on small project for internal use or external (Customer needs) 28 | 29 | We are working to put our dockerize application to a next step and join the SAAS Application World. 30 | 31 | We are looking for junior or senior people for this position. 32 | 33 | 34 | In order to achieve this goal we need more people with skills: 35 | 36 | - Python (Mainly 3.6) 37 | - Javascript 38 | - Git 39 | - Linux 40 | - Docker 41 | 42 | The fellowing skills are good to know: 43 | 44 | - Kubernetes 45 | - Elasticsearch 46 | - Data Mining / Big Databases 47 | - REST Architecture 48 | - HTML/CSS 49 | 50 | 51 | 52 | ## Compagny 53 | 54 | Earlytracks is a spin-off of the University of Louvain-La-Neuve (Belgium) started on 2012 when an academic projet and an firm project merges supported by Bussiness Angels. 55 | 56 | In earlier 2015 the firm focus his activity on the development and deployment of solutions for the medical sector. We focus on the management of medical records from Hospital in order to provide to doctors an interface to review a patient case (for example). 57 | 58 | We are a small team eager to grow in a nice University environment. 59 | -------------------------------------------------------------------------------- /jobs/incuna_ltd.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Django / Python Web Developer 3 | company: Incuna Ltd. 4 | url: https://www.incuna.com/en/jobs/django-web-developer/ 5 | location: Oxford, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Jessica Ward 9 | email: jobs@incuna.com 10 | created: !!timestamp '2016-02-03' 11 | tags: 12 | - uk 13 | - python 14 | - sql 15 | - django 16 | - postgres 17 | --- 18 | 19 | # Overview 20 | 21 | Incuna is looking for a backend web developer to join our team based in Oxford, UK. 22 | 23 | Knowledge of Django would be ideal, but having worked on the web with Python, PHP, Ruby or Perl, and a willingness to learn, will go a long way. 24 | 25 | Additional experience of the Django Rest Framework, Git, PostgreSQL, TDD, HTML5, JavaScript, AngularJS, or Agile development would all be a bonus. 26 | 27 | There will be opportunities to work with the latest web and app technologies, contribute to open-source projects, and work on large, global platforms that are making a real difference in the world. 28 | 29 | Incuna is a rapidly-growing digital agency with big ambitions: we are well on our way to becoming the leading digital agency in the healthcare sector. We have a unique team of extremely talented developers and designers who are proud to be delivering class-leading web and mobile apps. There is very little hierarchy - everyone's opinion counts and everyone does have an opinion! 30 | 31 | You will be offered the computer platform of your choosing, regular social outings, plenty of development opportunities and a competitive salary. 32 | 33 | We are based in beautiful Oxford with all the benefits that it brings (fantastic selection of places to eat and drink, great social opportunities and lively cultural scene). 34 | 35 | If you are interested, we'd love to hear from you. Please apply via the link above. 36 | 37 | * Please no recruitment agencies. We are not seeking agency placements. * 38 | * No telecommuting * 39 | -------------------------------------------------------------------------------- /jobs/flw_intl_python_111.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Web Developer 3 | company: FLW International LLC 4 | url: http://www.flwint.net 5 | location: Houston, Texas 6 | contract: permanent 7 | contact: 8 | name: Steven Williams 9 | email: stevenwilliams@flwint.net 10 | created: !!timestamp '2015-03-16' 11 | tags: 12 | - django 13 | - python 14 | - houston 15 | - tx 16 | - usa 17 | - javascript 18 | - css 19 | - html 20 | - json 21 | - lesscss 22 | - texas 23 | --- 24 | 25 | # Job Responsibilities 26 | 27 | * Building and maintaining Django views, forms, widgets, and the occasion middleware. 28 | * Creating Python modules from scratch that will work across multiple properties 29 | * HTML5, CSS3 and all of the good they have wrought upon the world 30 | * Responsive design when it's applicable; true mobile content when it isn't 31 | 32 | Users. We advocate for them, stand by them and defend them against the tyranny of poor design. 33 | 34 | # Desired Skills and Experience 35 | 36 | * Minimum of 5 years of development experience: Django, Python, JavaScript, HTML5, CSS3 37 | * Advanced knowledge of Python3.4+ including object-oriented programing 38 | * Advanced knowledge of Django 1.7+. Beyond models, views, URLs, and templates, you have written powerful middleware, context processors, template tags & filters 39 | * Advanced knowledge of HTML, CSS and cross-browser development 40 | * Intermediate knowledge of JavaScript and JSON 41 | * Team player with the ability for solution-oriented thinking 42 | * Self-starter with the willingness to learn from others 43 | * Comfortable in rolling up your sleeves and building a form widget from scratch 44 | * Fearless use of namespaces 45 | * Scalable, well-documented code 46 | 47 | # Extra Credit 48 | 49 | * Prefer LessCSS (okay, we'll take SASS, too) 50 | * Fearless interest in ECMAScript 6 51 | * Know what Object.observe does, even if no one can use it yet 52 | * Ever written both ends of a websocket? 53 | -------------------------------------------------------------------------------- /jobs/motiondsp_software_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Engineer 3 | company: MotionDSP 4 | url: https://www.motiondsp.com/careers/ 5 | location: Herndon, VA, USA 6 | contract: permanent 7 | contact: 8 | name: Tony Sappe 9 | email: tony@motiondsp.com 10 | created: !!timestamp '2016-03-08' 11 | tags: 12 | - python 13 | - qa 14 | - restapi 15 | - flask 16 | - sql 17 | 18 | 19 | --- 20 | # Software Engineer 21 | 22 | MotionDSP is seeking a highly motivated individual who can function in the fast-paced environment of a growing company. Growing applications and demands call for a proactive engineer who can easily shift between software development, project management, application testing, QA, and code security. Work will be a combination of independent tasks and larger projects that require various people from our distributed teams. Responsibilities will include internal projects to increase current productivity and customer-focused initiatives to grow our market into new areas. 23 | 24 | This is an exciting opportunity for the right candidate. Share in the rewards of accelerating the company’s growth. 25 | 26 | # Requirements 27 | 28 | * B.S in Computer Science, Engineering, or similar 29 | * 4 years of software development (Python, Javascript, Ruby, or similar) 30 | * 2 years of formal QA experience or training 31 | * Demonstrate excellent analytical and problem solving skills 32 | * Self-motivated to learn and improve processes 33 | * Able to work in a geographically diverse team 34 | * US citizenship 35 | * Ability to obtain and hold a US government security clearance 36 | * Travel to customer and company sites may be required 37 | 38 | # Nice-to-haves 39 | 40 | * 2 years’ experience in Linux environments 41 | * 2 years of .NET development 42 | * Experience using code security software 43 | * Experience with RESTful Web Services QA 44 | 45 | If you're interested, follow the link: https://www.motiondsp.com/careers/ 46 | Or, email me: tony@motiondsp.com 47 | -------------------------------------------------------------------------------- /jobs/pindrop_atlanta_python_perm.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Software Engineer 3 | company: Pindrop Security 4 | url: https://boards.greenhouse.io/pindropsecurity/jobs/21219#.VYKyuhNVhBc 5 | location: Atlanta, Georgia, USA 6 | contract: permanent 7 | contact: 8 | name: Andy Pittman 9 | email: apittman@pindropsecurity.com 10 | created: !!timestamp '2015-06-18' 11 | tags: 12 | - atlanta 13 | - python 14 | - mysql 15 | - cython 16 | - linux 17 | - redis 18 | - chef 19 | --- 20 | 21 | # About Pindrop 22 | 23 | Our engineering team solves tough problems and invents new ways to battle fraud using big data and audio science in the cloud. We are looking for software engineers to help us create our bleeding edge products. We need those with strong software development fundamentals and anyone who wants to be challenged on a daily basis with solving very big problems. As Pindrop is a Python shop, you need to have the willingness and desire to become a master in Python. 24 | 25 | # Key Skills and Experience: 26 | 27 | * At least 5 years of demonstrated experience delivering high performance code into production cloud applications in a team environment 28 | * Strong software development skills in languages such as C++, Java, and / or Python (desire to learn Python required) 29 | * Deep understanding of MySQL and relational databases 30 | * Strong working knowledge of Linux 31 | * Experience in an Enterprise-class Agile product development environment: comfort with process and tools including IDE’s, compilers, debuggers, profilers, version control systems, code coverage tools, automated testing tools, usability. 32 | * Experience with Amazon AWS, EC2, S3, and Cloud would be a plus. 33 | 34 | # Responsibilities: 35 | 36 | * Writing great code, fast 37 | * Serving as the thought leader on high caliber software engineering team 38 | * Collaborating with other members of the engineering team for optimal results 39 | * Handling large amounts of call audio data 40 | * Architecting and implementing large scale systems 41 | -------------------------------------------------------------------------------- /jobs/speak-clearly-llc-python-telephony-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Telephony developer 3 | company: Speak Clearly, LLC 4 | url: https://twiliojob.speakclearly.info 5 | location: Remote 6 | contract: perm 7 | contact: 8 | name: Jim Salsman 9 | email: jim@speakclearly.info 10 | created: !!timestamp 2019-07-14 11 | tags: 12 | - Twilio 13 | - PostgreSQL 14 | - Dataset 15 | - Git 16 | - Docker 17 | - Flask 18 | - C 19 | - MSVC++ 20 | - Javascript 21 | - WebRTC 22 | - SDL 23 | --- 24 | 25 | # Description 26 | 27 | 100% remote opportunity to help develop, monitor, measure, and maintain a Twilio telephony and web application front end using Python, Microsoft Windows SAPI5 speech recognition, WebRTC microphone audio upload, GitLab Continuous Integration, and Docker containers. Help provide an English pronunciation tutoring system for enhancing our existing intelligibility remediation system. Compensation depends on experience; equity available. 28 | 29 | PRINCIPALS ONLY: This job application has an interview task. Applications which do not acknowledge the task will be returned asking for it to be completed, including applications from recruiters, agencies, and representative agents. 30 | 31 | Responsibilities: 32 | 33 | * Development, monitoring, measurement, and maintenance of telephone and web front ends for unconstrained spoken response English fluency assessment and remediation. 34 | * Daily teleconference and email status report. 35 | 36 | Required skills: Python, Twilio, Javascript, Dockerfile creation and maintenance, Git, C, MSVC++, SDL C. Desired skills: GitLab continious integration, PostgreSQL arrays, Google Cloud Run. 37 | 38 | Speak Clearly, LLC is an Equal Employment Opportunity Employer. We base our employment decisions on merit, experience, and potential, without regard to race, color, national origin, sex, sexual orientation, gender identity, marital status, age, religion, disability, or veteran status. 39 | 40 | ## Please fill out the form at twiliojob.speakclearly.info to be considered. 41 | -------------------------------------------------------------------------------- /jobs/namely_nyc_data_engineer_78513.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data Engineer 3 | company: Namely 4 | url: https://namely.workable.com/jobs/78513 5 | location: Downtown Manhattan, NY 6 | contract: permanent 7 | contact: 8 | name: apply via link 9 | email: donotemail@sample.com 10 | created: 2015-07-18 11 | tags: 12 | - nyc 13 | - python 14 | - ipython notebook 15 | - pandas 16 | - sql 17 | - flask 18 | - gspread 19 | --- 20 | 21 | # Data Engineer 22 | 23 | ## Description 24 | 25 | Namely is an agile startup dedicated to building an end-to-end Human Capital Management platform for businesses of all sizes – some of the world’s most innovative and exciting companies from many industries use Namely for HR Management. Our users are varied (HR administrators, managers, and average employees), and our clients each have their own culture and policies. 26 | 27 | As a data analyst, you will: 28 | 29 | - Perform extraction of data sets from multiple platforms and perform hygiene and quality control steps. Data sources include: flat files, SQL databases, and external sources 30 | - Perform ad hoc report processing based on client/management requests 31 | - Build custom utilities for automated processes 32 | 33 | ## Requirements 34 | 35 | #### Required Skills: 36 | 37 | - Experience with data processing tools, such as Python, R, Stata, or VBA. 38 | - Experience with relational databases and SQL 39 | 40 | #### Nice to have: 41 | 42 | - Proficiency in at least one high-order programming language, such as Python, Ruby, C#, Java or Go. 43 | - Creating custom scripts for Linux / Unix 44 | - Experience working with and creating Excel macros 45 | - Experience with Google Spreadsheets 46 | - Experience working with ipython notebook and pandas 47 | - Ability to manage multiple projects in a fast-paced, client focused and startup environment 48 | 49 | #### Benefits 50 | 51 | - Full Medical, Dental, & Vision 52 | - 401K 53 | - Professional Development stipend 54 | - Unlimited paid time-off 55 | - A brand new office in the Financial District 56 | - Competitive Compensation 57 | -------------------------------------------------------------------------------- /jobs/xcaliber_senior_python_katowice.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: XCaliber 4 | url: http://xcaliber.com 5 | location: Katowice, Poland 6 | contract: permanent or B2B 7 | contact: 8 | name: XCaliber HR team 9 | email: career@xcaliber.com 10 | created: !!timestamp '2017-09-22' 11 | tags: 12 | - python 13 | - sql 14 | - django 15 | - senior 16 | - gaming 17 | --- 18 | 19 | # Overview 20 | 21 | XCaliber is looking for a Senior Python Developer. 22 | 23 | XCaliber is a tight-knit Technology team with offices in Malta and Poland. We collaborate to produce some of the most innovative technology in the iGaming industry. 24 | 25 | There are a lot of plus points to working at XCaliber Poland including: MultiSports Plus card, Luxmed Comfort Plus, Flexible working hours, Competitive salary, Shared car parking, Central office, Conference / trainings budget, Calendar of social events 26 | 27 | Working for an award-winning casino operating technology provider means you will get to work with the most cutting-edge technology and forward thinking colleagues. The environment is demanding, but it adds to a dynamic team of individuals. 28 | 29 | On a daily basis, the team is in direct contact with the team in Malta and collaboration is encouraged with occasional business trips to the different offices. 30 | 31 | Being part of our team will mean: 32 | * Working on massive scale applications, using Agile methodology and SCRUM 33 | * Collaborating with open and professional individuals, doing Code Reviews on a daily basis 34 | * Following a process where Definition of Done includes Unit Testing 35 | * Having the chance to participate in the definition of the technology stack, by proposing new and interesting solutions 36 | * If this sounds right up your street, we’d like to hear from you! 37 | 38 | # Role requirements 39 | 40 | * relevant experience in Python web applications Development 41 | * practical experience with one of the following frameworks: Django, Tornado, Flask, 42 | * very good English skills (both written and spoken) 43 | * proactive attitude 44 | 45 | -------------------------------------------------------------------------------- /jobs/enervalis_houthalen_be_experienceddev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Experienced Python Developer 3 | company: Enervalis 4 | url: http://www.enervalis.com/enervalis_vacancies/experienced-python-developer/ 5 | location: Houthalen, Belgium 6 | contract: permanent 7 | contact: 8 | name: Koen Vossen 9 | email: recruitment@enervalis.com 10 | phone: +32 491 425 860 11 | created: !!timestamp '2017-05-31' 12 | tags: 13 | - python 14 | - docker 15 | - machine learning 16 | - sql 17 | - belgium 18 | --- 19 | Enervalis believes in a maximal green energy future and therefore has set itself the mission to build the operating system of the future energy networks. To support fast growth in a very exciting market, Enervalis is looking for an experienced Python developer to reinforce the Data Science team. 20 | 21 | # Your core tasks 22 | 23 | - Help design, implement and operate a software platform for managing flexible energy assets. 24 | - Support the data scientists in developing algorithms for intelligent control of energy sources 25 | - Integrate these algorithms in products and services that Enervalis offers to its end customers 26 | 27 | # Your profile 28 | 29 | - Master in informatics / engineering / science, or equivalent by experience 30 | - Fluent in English 31 | - Strongly communicative 32 | - Self-starter and team player 33 | - Passionate about clean technology and innovation towards a sustainable future 34 | - Not without a healthy sense of humor 35 | 36 | # Your skills 37 | 38 | - At least three years of experience in industry 39 | - Expert knowledge of Python 40 | - Experience with C(++) or GPU computing is a plus 41 | - Knowledge of linear algebra, optimization techniques, machine learning, artificial intelligence is a plus 42 | - Knows how to analyze, optimize and efficiently implement algorithms 43 | - Mathematical equations don’t scare you 44 | 45 | In return Enervalis will give you a market-competitive remuneration package. Additionally, you will be able to engage upon a fantastic journey to re-shape the energy world fundamentally. 46 | 47 | Excited about this vacancy? Please send your CV and letter of interest to recruitment@enervalis.com. 48 | -------------------------------------------------------------------------------- /jobs/addm-dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python developer 3 | company: ADDM Team, BMC Software 4 | url: http://discovery.bmc.com/jobs 5 | location: Victoria, London, UK 6 | contract: Permanent 7 | contact: 8 | name: Chris Wiggins 9 | email: addmjobs@bmc.com 10 | created: !!timestamp '2015-03-20' 11 | tags: 12 | - london 13 | - england 14 | - uk 15 | - python 16 | - linux 17 | - javascript 18 | --- 19 | 20 | # 10 second summary 21 | 22 | * Cool product: lots of hard and interesting problems to solve 23 | * Small, agile team with substantial automony, backed by a large, established company 24 | * Central London location (Victoria) 25 | * Top dollar pay 26 | * Flexible hours 27 | 28 | The best place to find out more is [on our website](http://discovery.bmc.com/jobs). What follows is a shorter version of what's there, and without the pretty pictures. 29 | 30 | # More about the product 31 | 32 | It's called ADDM and it scans people's networks and provides detailed information about the hardware and software it finds, including dependencies between them. 33 | 34 | Building it involves working in a whole load of interesting areas: the actual discovery of things over the network, of course, but also developing rich web-based UIs to help our users slice and dice the data, and cutting-edge back-end features to automatically manage and process vast quantities of information. Behind the scenes there are loads of deep technical challenges to solve, from our custom, clusterable NoSQL graph database, to multi-threaded and cross-machine server-side code, and a couple of custom domain-specific programming languages. Almost all of it is written in Python. 35 | 36 | # Who we're looking for 37 | 38 | We have no specific requirements. While knowledge of Python, JavaScript, Linux, and TCP/IP are all great, the main thing we're looking for is a great developer. 39 | 40 | # How to apply 41 | 42 | Send your CV and a covering letter to [addmjobs@bmc.com](mailto:addmjobs@bmc.com). Please, no 8-page CVs full of buzzwords. Show us your coding skills and passion. 43 | 44 | # How to find out more 45 | 46 | Again, the best place to find out more is [on our website](http://discovery.bmc.com/jobs). 47 | -------------------------------------------------------------------------------- /jobs/tau-films-python-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer 3 | company: Tau Films 4 | url: http://taufilms.com 5 | location: Hyderabad, India 6 | contract: permanent 7 | contact: 8 | name: Talent Manager 9 | email: recruit@taufilms.com 10 | phone: # Phone number (optional) 11 | # : 12 | created: !!timestamp 2018-10-31 13 | tags: 14 | - python 15 | - flask 16 | - postgres 17 | - aws 18 | - slack 19 | - shotgun 20 | - git 21 | # include relevant tags 22 | --- 23 | 24 | # Overview 25 | We’re looking for a well-rounded, experienced Python developer to join our engineering team that is responsible for building and connecting CG production subsystems. 26 | 27 | Your responsibilities include planning, engineering and deploying applications to support the studio production pipeline that is crucial for the timely delivery of top quality movies. 28 | 29 | # Required Skills 30 | 31 | - Minimum 2+ years experience in Python 32 | - Experience with SQL Databases 33 | - Experience with version control systems, preferably Git. 34 | - Excellent problem investigation and resolution abilities. 35 | - Strong communication skills with a team centric approach to discussion and decision making. 36 | 37 | # Desired Skills 38 | 39 | - Maya, Nuke or Houdini programming experience. 40 | - Experience in building front-end applications using PyQt/PySide. 41 | - Experience working in a global, distributed team is very nice to have. 42 | 43 | # About Tau Films 44 | Tau Films was formed by John Hughes, the founder of Academy Award winning Rhythm & Hues Studios. Tau Films is focused on developing features for Asian and world markets. 45 | 46 | Tau Films has an engineering team spread across Asia(Hyderabad and Kuala Lumpur) and North America with its hub in Kuala Lumpur, Malaysia. Our main focus is to build a strong production pipeline for visual effects, animation and special venue work. 47 | 48 | These are (some of) the tools/frameworks/services that we work with, every day: 49 | 50 | - Flask + Postgres 51 | - PySide 52 | - AWS 53 | - Git(Bitbucket) 54 | - Atlassian Suite (JIRA/Trello/Confluence/Service Desk) 55 | - Slack 56 | 57 | -------------------------------------------------------------------------------- /jobs/open-data-services-co-operative-python-software-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Software Developer 3 | company: Open Data Services Co-operative 4 | url: https://app.beapplied.com/apply/6cvrnot04p?utm_source=pythonjobs 5 | location: Remote, UK-only 6 | contract: permanent 7 | contact: 8 | name: Ben Webb 9 | email: ben.webb+please+apply+through+website@opendataservices.coop 10 | created: !!timestamp 2022-06-23 11 | tags: 12 | - opendata 13 | - opensource 14 | - cooperative 15 | - python 16 | --- 17 | 18 | We’re hiring a Python Software Developer to join our interdisciplinary team, working with data publishers and users. To find out more about this role and working at Open Data Services check out this [twitter thread](https://opendataservices.us6.list-manage.com/track/click?u=a9b5f5c33691431ebf7a9e67d&id=f2a54febda&e=293c9e2b0b). 19 | 20 | At Open Data Services, we aim to make open data useful, usable and in use. We like to work with projects that combine innovation and engagement to deliver sustainable social impact with open data. We work with transparency initiatives such as Open Contracting, 360 Giving, Open Ownership and the International Aid Transparency Initiative to provide tools and technical assistance to organisations across the world. 21 | 22 | We believe in supporting the open data ecosystem. All our tools are open source, and we routinely reuse code across projects & publish our work on GitHub – so we can spend more time improving and tailoring our systems, rather than reinventing the wheel. 23 | 24 | We are a worker co-operative. After a probationary period, workers have the right to become members of the co-op, jointly owning and running the business. 25 | 26 | We particularly welcome applications from disabled, ethnic minority and women candidates as these groups are underrepresented in our organisation. 27 | 28 | **Salary:** £43,120 (full-time equivalent) plus profit share and benefits.
29 | **Location:** Remote, UK-only
30 | **Closing:** 12:00pm, 18th Jul 2022 BST
31 | **Part-time** (0.6 FTE and above) or **full-time** working. 32 | 33 | For more information, and to apply, see https://app.beapplied.com/apply/6cvrnot04p?utm_source=pythonjobs 34 | -------------------------------------------------------------------------------- /jobs/Navenio_Ltd--Senior_Developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Developer 3 | company: Navenio Ltd 4 | url: http://www.navenio.com/ 5 | location: Oxford 6 | # Choose one of the following options 7 | contract: permanent 8 | contact: 9 | name: Semen Trygubenko 10 | email: semen.trygubenko@navenio.com 11 | phone: +44 (0) 1865 261 428 12 | created: !!timestamp '2016-04-27' 13 | tags: 14 | - python 15 | - senior 16 | - oxford 17 | - england 18 | - uk 19 | - numpy 20 | - scipy 21 | - pandas 22 | - tdd 23 | - continuous delivery 24 | - web 25 | - css 26 | --- 27 | 28 | # Senior Developer 29 | 30 | Would you like to join a team that treats rock-star programmers as rock-stars and uses `Done` as defined by Ken Schwaber? 31 | 32 | Are you interested in staying releasable at all times, have no process overheads and go home on time, with the satisfaction of a job well done? 33 | 34 | Want to join a company in its early stage and help set its course? 35 | 36 | Navenio Ltd is a software technology company, spinning out from award winning research of the Computer Science department at the University of Oxford and is backed by technology funders Oxford Sciences Innovation plc and IP Group plc. 37 | 38 | We are developing cutting edge indoor location services that will be used by businesses and consumers across the world in a wide variety of sectors including retail, healthcare and transportation. 39 | 40 | We are looking for a Python/C++ developer to join our small team to help us advance the capabilities of our award-winning core location engine. 41 | 42 | We offer a highly competitive salary with project bonuses and an excellent working environment. 43 | 44 | # Qualifications, Training and Experience 45 | 46 | ## Essential 47 | Good knowledge of Python/C++ and best coding practices; 48 | Great team player with excellent communication skills and work ethic; 49 | Ability and passion to learn and apply new technologies. 50 | 51 | ## Desirable 52 | Experience with Haskell and other functional programming languages; 53 | Experience of IMU driven probabilistic estimation techniques used for human/robot localization and mapping; 54 | Degree in Computer Science or a related field. 55 | -------------------------------------------------------------------------------- /jobs/seersec_com_au_full_stack_dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack Python Developer 3 | company: Seer Security 4 | url: https://www.seek.com.au/job/34454651 5 | location: Melbourne,Australia 6 | contract: permanent 7 | contact: 8 | name: To apply, please use the url included in the ad. 9 | email: info@seersec.com.au 10 | Phone: N/A 11 | created: !!timestamp '2017-10-02' 12 | tags: 13 | - python 14 | - postgres 15 | - django 16 | - redis 17 | - jquery 18 | - selenium 19 | - linux 20 | - australia 21 | - melbourne 22 | --- 23 | 24 | # About the role 25 | 26 | Seer Security is seeking an experienced Python developer to join our small (but growing) team. The primary responsibility of the role will be supporting an existing bespoke software platform that runs on Django, PostgreSQL and jQuery. You will be responsible for maintaining an existing codebase, as well as developing new features to grow the capability. You will also be involved in other non-Python related projects depending on your experience and interests. 27 | 28 | # About the company 29 | 30 | Seer Security began operations in January 2016, and since that time we've built a reputation of delivering high quality products and services that exceed customer expectations. We currently have three people in Melbourne, with a similar-sized team in Canberra. What sets Seer Security apart is our people and our culture: we've built a laid-back but engaging work environment where people get on with the job, get along with each other and everyone is treated equally. 31 | 32 | # About you 33 | 34 | The right candidate is someone that enjoys technical challenges, and having fun while working on them. You'll be joining a small team, so you need to be a good communicator and able to play nice. At times, you'll need to be a jack-of-all-trades, as we have a breadth of technical challenges that are quite often solved around the oversized whiteboard in our small office. If you don't already have some security experience under your belt, a strong interest in security will be a bonus, as that is at the core of what we do. You'll also need to be an Australian citizen, as you may need to get a government clearance. Non-Australian citizens need not apply. 35 | -------------------------------------------------------------------------------- /jobs/lima_devops.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: DevOps Engineer 3 | company: Lima 4 | url: https://meetlima.com 5 | location: Paris, France 6 | contract: permanent 7 | contact: 8 | name: Aloïs Guillopé 9 | email: alois@meetlima.com 10 | created: !!timestamp '2017-02-27' 11 | tags: 12 | - python 13 | - django 14 | - flask 15 | - sql 16 | - nginx 17 | - aws 18 | - sql 19 | --- 20 | 21 | Lima is a revolutionary and innovative technology that consolidates all of your content, enabling you to browse the same files on all of your devices regardless of operating system or device size. Composed of a smart hardware adapter and an app for each platform, Lima enables users to easily and seamlessly access their entire digital library from all of their devices, wherever they are. 22 | 23 | Lima was the first French startup to raise more than one million dollars on the American crowdfunding platform Kickstarter. Today, the company is growing and wants to reinforce its technical team. At Lima, each person is really important! 24 | 25 | For more information about the product, visit http://www.meetlima.com. 26 | 27 | You will be a DevOps engineer at Lima. You will develop and maintain the backend applications and the backoffice, which are written in python. You will operate several 28 | instances hosted with AWS. 29 | 30 | ## Missions 31 | 32 | - Add new features to Lima's backoffice and Lima's backend. These platforms are widely used in the company both by the customer care team and the technical team, so you will interact with most of the company's employees. They also come in support to our product (updater, crashreporter, authentication server). 33 | - Collaborate within the Lima DevOps team: code reviews, features ideas, mutual help & advice. 34 | - Develop new services to improve and fasten our procedures - automate all the things! 35 | - Maintain and monitor our AWS infrastructure 36 | 37 | ## Back-end stack 38 | 39 | - AWS for servers 40 | - mostly Python (Django/Flask) 41 | - a pinch of PHP 42 | - Nginx 43 | - SQL (PostgreSQL) 44 | - Redis 45 | 46 | ## Benefits 47 | 48 | - Stock-options. 49 | - Competitive salaries. 50 | - Paid time off. 51 | - Medical, dental, & vision insurance. 52 | - Free Nespresso & snacks and lots of fun! 53 | -------------------------------------------------------------------------------- /jobs/baml_front_end_developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Front-end Developer 3 | company: Bank of America Merrill Lynch 4 | url: https://www.python.org/jobs/702/ 5 | location: 250 Vesey St, New York City, New York, USA 6 | contract: permanent 7 | contact: 8 | name: Robert Donnelly 9 | email: robert.donnelly@baml.com 10 | phone: +1 212 449 1135 11 | created: !!timestamp '2015-12-08' # Update this with today's date 12 | tags: 13 | - python 14 | - javascript 15 | - coffeescript 16 | - web 17 | - finance 18 | - css 19 | - html 20 | - django 21 | - angular 22 | --- 23 | 24 | # Job Description 25 | 26 | We are looking for Python developers to join our teams in our Downtown offices. We are looking for individuals who have interest 27 | and expertise in bulding responsive web interfaces using Python and other web-based tools such as HTML5, CSS and Angular. 28 | 29 | We consider developers from all backgrounds and all levels of experience. Financial experience is desirable but not a requirment. We can offer flexible conditions 30 | and a stimulating, creative atmosphere. We have vacancies for both contractors and permanent employees. 31 | 32 | # Restrictions 33 | 34 | * No telecommuting, this is primarily an office based role. 35 | * No agencies please 36 | 37 | # Requirements 38 | 39 | Fluency in common web-development languages (e.g. HTML, CSS). Basic familiarity with at least one programming language (e.g. Python, Scala). 40 | Anything else you might bring to the job is a bonus. If you can build web-sites that are responsive, well designed and performant then 41 | then it is likely that you meet our requirments. 42 | 43 | # How to apply 44 | 45 | Email a resume to robert.donnelly@baml.com. Covering letters are not required. 46 | 47 | All candidates will be asked to show a portfolio of work samples which demonstrate ability to implement web user experiences. 48 | Our interview process will include a colaborative design exercise. 49 | 50 | # About the Company 51 | 52 | Bank of America Merrill Lynch is a multinational banking and financial services corporation. We are an equal opportunities 53 | employer and positively encourage applications from suitably qualified and eligible candidates regardless of sex, race, 54 | disability, age, sexual orientation, religion or belief. 55 | -------------------------------------------------------------------------------- /jobs/headforward-python.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: Headforwards Solutions Ltd 4 | url: https://www.headforwards.com/careers/ 5 | location: Cornwall, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Jeni Henthorn 9 | email: jeni@headforwards.com 10 | phone: +44 1209 311151 11 | created: !!timestamp '2018-03-07' 12 | tags: 13 | - python 14 | - golang 15 | - uk 16 | - senior 17 | --- 18 | # Overview 19 | 20 | **Python/Golang Developer: £30-£50K per anum** 21 | We’re an outsource development company based about 5 miles from the beach in Cornwall. We build dedicated teams for our clients, so there’s no sitting on the bench or swapping around. We’ve recently reached 100 employees but work in small teams so have the combination of a start-up feel with the security of a larger company. Our culture is pretty relaxed and work-life balance is important to us. 22 | 23 | People are our number 1 priority and everything we do is to ensure that our teams are happy. We work and live in an amazing location which we make the most of whenever we can. A healthy work life balance is essential and we insist that people take breaks, this is not somewhere that you need to work extra hours in order to be noticed. Your code and your attitude are what will get you noticed here 24 | 25 | ### What will you be doing? 26 | 27 | You will be joining a fast-moving development team working on the backend of a cutting-edge web application for one of the largest telecoms companies in the world. 28 | 29 | We are delivering multiple releases every day and working with some pretty exciting technologies alongside fully employing the use of Agile methodologies across the whole business. 30 | 31 | # Role Requirments 32 | 33 | **What we're looking for** 34 | 35 | Python or Go development experience (or similar/related languages) 36 | 37 | Team workerProblem solverAbility and desire to learn 38 | 39 | **Desirable experience** 40 | 41 | Some knowledge of non-relational (NoSQL) databases (we use MongoDB, Redis, InfluxDB)Some knowledge of front-end technologies (HTML, CSS, JavaScript)Understanding of the web application stackExperience working with development team tools (e.g. continuous integration systems (we use Jenkins) and version control systems (we use Git) 42 | 43 | -------------------------------------------------------------------------------- /jobs/navisite-web.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack Engineer - Cloud 3 | company: NaviSite/Time Warner Cable 4 | location: Syracuse, NY, USA 5 | url: http://jobs.timewarnercable.com/job/Syracuse-Web-Developer-Job-NY-13201/252509800/ 6 | contract: permanent 7 | contact: 8 | name: Joseph Schliffer 9 | email: jschliffer@navisite.com 10 | 11 | created: !!timestamp '2015-03-12' 12 | tags: 13 | - python 14 | - javascript 15 | - ny 16 | - usa 17 | --- 18 | 19 | # Summary 20 | 21 | Full-stack developer helping create web-based applications for NaviSite's enterprise cloud computing solution, custom APIs, and third-party product integrations. 22 | 23 | # Responsibilities 24 | 25 | Work on one of several small inter-dependent Scrum development teams to create software for our enterprise cloud portals, internal management tools, and APIs that these products depend on. Integrate legacy and third-party products and APIs into the portals. Expand, improve, and optimize a browser-based single-page application using the latest open source frameworks. 26 | 27 | # Things We Do 28 | 29 | * Scrum/Agile 30 | * Iterative development 31 | * Continuous deployment 32 | * Collaborative work 33 | * Rapid transformation of ideas into software 34 | * Work with cutting edge cloud and virtualization technologies 35 | * Develop software using new languages and frameworks 36 | * Automation and DevOps 37 | * Thorough code reviews 38 | 39 | # Things We Don't Do: 40 | 41 | * Micromanagement 42 | * Death marches 43 | * Verbose requirements 44 | * Spaghetti code 45 | 46 | # You Should Have 47 | 48 | * Modern JavaScript/jQuery experience (CoffeeScript or node.js a plus) 49 | * Modern HTML/CSS experience (HTML5, CSS3, LESS/Sass a plus) 50 | * Experience with server-side languages, databases, APIs (Python, MongoDB, PostgreSQL a plus) 51 | * Good research, troubleshooting, analysis, and communication skills 52 | * Good coding habits 53 | * Willingness and ability to learn new languages and technologies 54 | 55 | # Bonus Skills 56 | 57 | * Linux/Unix familiarity 58 | * MVC frameworks and concepts 59 | * Server configuration 60 | * RabbitMQ/AMQP and WebSockets 61 | * Git/GitHub (or other version control system) 62 | * REST API principles 63 | * VMware virtualization technologies 64 | * Basic/intermediate networking 65 | -------------------------------------------------------------------------------- /jobs/huq_london_contract_01.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Part time freelance Python guru required 3 | company: Huq Industries 4 | url: http://huq.io 5 | location: London, England 6 | 7 | contract: permanent part-time 8 | contact: 9 | name: Isambard Poulson 10 | email: isambard@huq.io 11 | 12 | created: !!timestamp '2015-11-17' 13 | tags: 14 | - python 15 | - sql 16 | - django 17 | - ansible 18 | - postgres 19 | --- 20 | 21 | # Overview 22 | 23 | I'm urgently seeking a freelancer to take the reigns on the backend for 24 | a London based startup's product. 25 | 26 | Due to scheduling mishaps I need to give up what is otherwise an 27 | incredibly fun and engaging project on a great team, however my loss may 28 | be your gain, so please read on.. :) 29 | 30 | Please reply to the above email address with CV and a handful of comments about 31 | problems that you can see with, or ways in which you can improve the query linked to in 32 | the body below 33 | 34 | 35 | # Role requirements 36 | 37 | This project would suit someone with good overall Python toolset 38 | knowledge, at least an exposure to Django (although preferably a bit 39 | more than that), and an existing knowledge of, or burning desire to see 40 | PostgreSQL used in extreme anger. 41 | 42 | The product is a mobile data analytics platform, consisting of: 43 | 44 | * One user-facing Django application serving up an Angular app and 45 | implementing it's backing API using Django rest_framework. You do not 46 | need to touch the Angular parts, but a passing familiarity may be 47 | beneficial. 48 | 49 | * One device-facing Django application serving up a separate Django 50 | rest_framework API and implementing a bunch of preprocessing logic for 51 | incoming impressions. 52 | 53 | * A pretty hairy PostgreSQL installation, making heavy use of 54 | SQLAlchemy Core to generate reporting queries, along with an Rq-based 55 | task queue that maintains consistency between raw impression data and 56 | materialized summaries based on the user's filters. 57 | 58 | Example query: https://gist.github.com/dw/c6cf10f83d1ccb9606ff 59 | 60 | * Device-side SDKs for Android and iOS. This role does not cover these 61 | components, but if you enjoy flexing your Objective C or Java skills, 62 | that could be a big plus. 63 | -------------------------------------------------------------------------------- /jobs/ccn_vancouver_django.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Django Developer 3 | company: Cycle Component Network 4 | url: https://ccnbikes.com/ 5 | location: North Vancouver, BC Canada 6 | contract: permanent 7 | contact: 8 | name: Jordan Slaman 9 | email: jordan@ccnbikes.com 10 | created: !!timestamp '2017-06-07' 11 | tags: 12 | - vancouver 13 | - django 14 | - sql 15 | - python 16 | - senior 17 | - django-rest-framework 18 | --- 19 | 20 | # Overview 21 | 22 | CCN/2M is a young and expanding company founded in Vancouver. We provide innovative online services to cycling and sports sectors (among others), and strive to always do business ethically and with excellence. 23 | 24 | We're a small team, working out of North Vancouver. You'll join a eight person in-house dev team who are excited about new technologies and best practices. We are proud to have built a programmer friendly culture, with no strict hierarchies or rigid job roles. You'll get the chance to work on new exciting technology, and influence the direction of a rapidly growing company. 25 | We have been recently selected as a finalist for Best workplace in BC. This is our second year in a row and the Small Business BC awards. 26 | 27 | The position is to work in our office in North Vancouver. 28 | 29 | The ideal candidate will: 30 | * Be enthusiastic about learning and using new technologies 31 | * Eager to work in a team environment 32 | * Have multiple years of commercial experience with: 33 | - AWS, Linode, Azure, and/or their various cloud hosting rivals. 34 | - Automated server deployments, scaling, monitoring, and fault recovery. 35 | - SQL/PSQL database creation, maintenance, and cross server replication. 36 | - Several years of experience with Django and feeding web applications data via Restful APIs. 37 | 38 | Please do NOT apply if: 39 | - You are seeking to provide remote development services. 40 | - You are offering a consulting service 41 | - You do not like dogs 42 | - You are perfect in every way 43 | - You are looking for your own office cubicle 44 | - You are a recruiting agency 45 | - You don't play well with others 46 | 47 | 48 | Apply by email with a resume attached, and if you have one details of your github (or similar) account. 49 | 50 | # Role requirements 51 | 52 | * Django Experience 53 | -------------------------------------------------------------------------------- /jobs/enthought_web-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack Web Developer 3 | company: Enthought 4 | url: http://www.enthought.com/company/careers/ 5 | location: Cambridge, CB3 0FA, UK 6 | contract: permanent 7 | contact: 8 | name: Jill Cowan 9 | email: jobs@enthought.com 10 | created: !!timestamp '2017-02-06' 11 | tags: 12 | - uk 13 | - python 14 | - flask 15 | - django 16 | - angular 17 | --- 18 | 19 | # Overview 20 | 21 | This is an opportunity to be part of a small team at Enthought to build a growing set of web services, for both internal use and customer-facing SaaS. We are looking for experienced web developers to expand the current team in our Cambridge, UK office. 22 | 23 | Responsibilities will include moving our service toward Continuous Deployment, growing the feature set of our SaaS offering, and consolidating our web stack. 24 | 25 | Our current stack uses a mix of AWS, Ansible, Nginx, Python (Flask and Django), Docker and RabbitMQ 26 | 27 | # Desired Skills and Capabilities 28 | 29 | * 3+ years of experience with web development 30 | * History of writing well-tested code and developing through regular code review 31 | * Familiarity with Flask and/or Django, SQLAlchemy (or Django ORM) 32 | * Experience with one of: Ember.js, Angular.js, or React.js 33 | 34 | The ideal candidate will also have experience with Continuous Deployment, container technologies and the challenges of deployment on AWS (or similar "cloud" technologies). 35 | 36 | Please find additional information at https://www.enthought.com/company/careers/. 37 | 38 | # More About Enthought: 39 | 40 | Enthought was founded in 2001 and is a global leader in scientific software computing, with particular expertise in the Python programming language. Our software products, training solutions and consulting services are used by customers worldwide to accelerate innovation in a broad array of industries. Our clients include the most recognized names and respected brands in technology, finance, energy, consumer products and more. Enthought is a highly collaborative, low hierarchy place. People that thrive at Enthought are passionate about life and work, intellectually curious, dedicated to doing quality work, friendly and fun. Based in Austin, Enthought also has offices in Cambridge (England) and Mumbai (India). 41 | -------------------------------------------------------------------------------- /jobs/arm-web.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Web Services Engineer 3 | company: ARM 4 | location: Cambridge, England 5 | url: http://bit.ly/2kOV9lm 6 | contract: permanent 7 | contact: 8 | name: John-Paul Stanford 9 | email: John-Paul.Stanford@arm.com 10 | created: !!timestamp '2017-02-10' 11 | tags: 12 | - cambridge 13 | - python 14 | - uk 15 | --- 16 | 17 | # Overview 18 | 19 | We are looking for a talented web services engineer who relishes the unique challenges of working in a new business space, to help us provide reliable web services that are part of our mbed connected device platform. 20 | 21 | # What you'll do 22 | 23 | You’ll be part of a web services team developing and delivering cloud-hosted portions of our device platform, including a variety of widely-used developer tools and high availability ‘OS level’ services for smart connected devices. 24 | 25 | We work within a DevOps culture, so you will share responsibility for deploying and operating the services you create, and may be required to take part in an on-call rota. 26 | 27 | # About You 28 | 29 | * You’re an engineer who instinctively designs solutions which are as simple as possible, but no simpler. 30 | * You take nothing for granted, and nothing is someone else’s problem. 31 | * You are flexible and happy to switch from for example designing a user. experience to investigating a database issue. 32 | * You have an interest in the Internet of Things. 33 | 34 | # Technical skills 35 | 36 | * You are an accomplished developer in Python or similar. 37 | * In depth knowledge of Linux and general Internet systems. 38 | * You have mastered at least one web application framework such as Django, Rails, node.js. 39 | * You use monitoring tools like Nagios, Zabbix, Munin, Logstash, Graylog or Graphite. 40 | * Experience with configuration and deployment tools such as Puppet, Chef, Docker, Vagrant, Ansible. 41 | * Experience with technologies such as databases, queues, clusters, key/value stores and service oriented infrastructures. 42 | * You have used cloud hosting platforms or virtualisation as part of a production environment. 43 | * You have experience with continuous integration workflows, version control, and both functional and unit testing. 44 | 45 |
46 | Many more roles are also available here: [https://www.mbed.com/en/about-mbed/jobs/](https://www.mbed.com/en/about-mbed/jobs/) 47 | -------------------------------------------------------------------------------- /jobs/Tablet_Hotels_Backend_Engineer_Lead.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Backend Engineer Lead 3 | company: Tablet Hotels 4 | url: http://tablethotels.com 5 | location: New York, NY 6 | contract: permanent 7 | contact: 8 | name: Ken Ghani 9 | email: ken@tablethotels.com 10 | created: !!timestamp '2016-06-10' 11 | tags: 12 | - python 13 | - sql 14 | - flask 15 | - FreeBSD 16 | - elasticsearch 17 | --- 18 | 19 | # Company Overview 20 | 21 | Tablet (TabletHotels.com) was founded in the year 2000 by Laurent Vernhes and Michael Davis, a pair of new-media veterans in search of a cure for boring travel and an antidote to the internet’s most common affliction: an overdose of options. Our users trust our taste — we do the hard work of selecting only the most extraordinary hotels, and we make booking them as painless as it can be. 22 | 23 | Sixteen years on, Tablet is still growing fast, and for that we credit three things: a mission with resonance, a lot of hard work, and — perhaps most important — an extremely talented team. Our New York office doubled in size in 2011, and we’re not done expanding yet. 24 | 25 | # Responsibilities 26 | 27 | As a technical lead you’ll partner with our Head of Technology in developing our technology, people, and processes that keep a team of seventeen cohesive as it scales. We’re tackling a third party integration which will more than double our inventory and it requires our SOA become fully distributed, an elimination of technical debt, cloud migration, and frontend redesign. 28 | 29 | Between programming you’ll spearhead architectural discussions, mentor, and be accountable to a small team of backend engineers who appreciate elegantly simple solutions to complex problems. Leveraging your experience and intuition, you’ll present inventive solutions and acquire the necessary buy-in from your team through thoughtful discourse to meet demands of a rapidly evolving product experiencing an influx of traffic and users. 30 | 31 | # Required Skills 32 | 33 | * Expertise in Python 34 | * Experience creating sensible database schemas with SQL 35 | * Understanding of modern web services and SOA 36 | * Knowledge of testing and continuous integration 37 | * Familiarity with command-line Unix (we’re running FreeBSD) 38 | 39 | # Nice to Have 40 | 41 | * Experience working with cloud technologies 42 | * Experience with Elasticsearch and Redis 43 | -------------------------------------------------------------------------------- /jobs/yunojuno-django-developer-london.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Platform Developer - Python / Django" 3 | company: YunoJuno 4 | url: http://www.yunojuno.com 5 | location: London, England 6 | contract: permanent 7 | contact: 8 | name: Estella Reed 9 | email: estella@yunojuno.com 10 | created: !!timestamp '2017-01-26' 11 | tags: 12 | - python 13 | - Postgresql 14 | - django 15 | - UK 16 | - heroku 17 | - elasticsearch 18 | - redis 19 | - AWS 20 | - docker 21 | 22 | --- 23 | 24 | # Overview 25 | 26 | YunoJuno was founded by employers and freelancers from the creative and tech industry to redefine the Future of Work. We came together because we believe that the global shift towards freelancing needs an equally dramatic shift in the way talented freelancers are supported, promoted and employed. 27 | We are very proud to be backed by the best investors in our sector, have grown month-on-month since launching, and are looking for the best people to help us execute on our big vision. 28 | 29 | We are looking for experienced Django developers to join the core platform team. 30 | 31 | The product team is currently 12 strong and growing. You will be working alongside experienced Django and front-end developers, together with UX and design. Priorities are set on a continuous basis, and we follow a Kanban-like process (using Trello). 32 | 33 | We value independence and you will be given a lot of autonomy; our ultimate measure is a consistent, high-quality output, which we measure through code reviews and daily stand-ups. 34 | 35 | # Responsibilities 36 | 37 | * Taking ownership of particular features during key phases of development 38 | * Ongoing development and maintenance of YJ codebase 39 | * Work closely with the UX and design team 40 | * Participate in code reviews 41 | * Maintain best practices 42 | * Contribute to YJ's growing list of open source projects 43 | 44 | # Requirements 45 | 46 | * Experience working with a large existing Django codebase 47 | * Experience of test-driven development 48 | * Experience working on a full application (+ 12months) 49 | * Excellent Python (2.x and ideally 3.x) and Django (1.8+) 50 | * Competent HTML, CSS and JavaScript (including jQuery 51 | 52 | # Bonus points for 53 | 54 | * ElasticSearch 55 | * Postgresql 56 | * Heroku 57 | * Docker 58 | * Vagrant 59 | * AWS 60 | 61 | Please email your CV to estella@yunojuno.com 62 | -------------------------------------------------------------------------------- /jobs/pitchup-com-python-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python web developer 3 | company: Pitchup.com 4 | url: https://www.pitchup.com/jobs/ 5 | location: Chiswick, London, England 6 | contract: permanent 7 | contact: 8 | name: Dan Yates 9 | web: https:www.pitchup.com/jobs/ 10 | email: enquiries@pitchup.com 11 | phone: 0208 434 7444 12 | created: !!timestamp '2015-03-24' 13 | tags: 14 | - chiswick 15 | - linux 16 | - ansible 17 | - london 18 | - england 19 | - uk 20 | - python 21 | - postgresql 22 | - django 23 | - javascript 24 | - celery 25 | - redis 26 | - nginx 27 | --- 28 | 29 | # Help us build the world's leading campsite booking website 30 | 31 | We're looking for an ambitious and talented Python expert to join our small team of developers. Salary: £35,000 - £65,000 dependent on experience. 32 | 33 | # Requirements 34 | 35 | * Expert in Python, with knowledge of at least one Python web framework (ideally Django) 36 | * Good PostgreSQL experience 37 | * Strong JavaScript skills (highly desirable, likely to be 10% of time) 38 | * Familiarity with Linux server environments 39 | * Willingness to undertake sysadmin work 40 | * Some remote working is possible, and some on-call evenings and weekends will be required 41 | * Ansible skill are also desired 42 | 43 | # About the company 44 | 45 | We're a multi award-winning team bringing online booking to campsites, a sector accounting for 25% more holiday bednights than hotels in Britain but where only 30% are bookable online. 46 | 47 | Pitchup.com is the leading site for booking campsites and caravan parks, with 1,000 available to book throughout Europe. The business is profitable and was founded in 2009 by lastminute.com staff with a background in the camping sector. 48 | 49 | A Red Bull 'Future 50' company, [we're highly rated by our customers](http://www.feefo.com/GB/en/reviews/Pitchupcom/?id=191904&mode=service), featured regularly in the national press and rapidly expanding into new markets. The site received up to 1,000 bookings and 70,000 visits per day in summer 2014. 50 | 51 | We're based in the Barley Mow Centre in Chiswick (nearest tubes: Turnham Green and Gunnersbury), and a lively, friendly team with bags of experience. We want someone similar to join us ? is that you? 52 | 53 | Backend stack: Python / Django / PostgreSQL / celery / nginx / redis 54 | 55 | **No telecommuting** 56 | -------------------------------------------------------------------------------- /jobs/YunoJuno_London_TechLead.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tech Lead - Platform / Django 3 | company: YunoJuno 4 | url: https://yunojuno.workable.com/j/56E492988C 5 | location: London, England 6 | contract: permanent 7 | contact: 8 | name: Estella Reed 9 | email: estella@yunojuno.com 10 | phone: 07428 595 400 11 | 12 | created: !!timestamp '2017-04-27' 13 | tags: 14 | - python 15 | - Postgresql 16 | - django 17 | - Elasticsearch 18 | - AWS 19 | - Heroku 20 | - Vagrant 21 | - Docker 22 | - lead 23 | - senior 24 | --- 25 | # Overview: 26 | What started as a platform to connect the greatest freelancers with a handful of forward-thinking companies is now changing how the creative and tech industry resource their business and manage their workforce. 27 | We are creating an end-to-end solution for the industry. 28 | One that enables forward thinking businesses to unlock the true potential of freelance. 29 | 30 | We are looking for an experienced tech lead in Python/Django to lead the core platform team. 31 | 32 | The product team is currently 12 strong and growing. 33 | You will be working alongside experienced Django and front-end developers, together with UX and design. 34 | Priorities are set on a continuous basis, and we follow a Kanban-like process (using Trello). 35 | 36 | We value independence and you will be given a lot of autonomy; 37 | our ultimate measure is a consistent, high-quality output, which we measure through code reviews and daily stand-ups. 38 | 39 | # Responsibilities: 40 | 41 | * Technical lead for platform development - python / django 42 | * Taking ownership of particular features during key phases of development 43 | * Ongoing development and maintenance of YJ codebase 44 | * Work closely with the UX and design team 45 | * Participate in code reviews 46 | * Maintain best practices 47 | * Contribute to YJ's open source projects 48 | 49 | # Skills / Experience: 50 | 51 | * Experience working with a large existing Django codebase 52 | * Experience of test-driven development 53 | * Experience working on a full application (+ 12months) 54 | * Excellent Python (2.x and ideally 3.x) and Django (1.8+) 55 | * Competent HTML, CSS and JavaScript (including jQuery) 56 | 57 | # Bonus points for: 58 | 59 | * ElasticSearch 60 | * Postgresql 61 | * Heroku 62 | * Docker 63 | * Vagrant 64 | * AWS 65 | 66 | Please send a CV to estella@yunojuno.com 67 | -------------------------------------------------------------------------------- /jobs/growth_intel_dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Developer 3 | company: Growth Intelligence 4 | location: London, England 5 | url: http://growthintel.com/careers/ 6 | contract: permanent 7 | contact: 8 | name: Shammi Madhvani 9 | email: shammi@growthintel.com 10 | created: !!timestamp '2015-07-07' 11 | tags: 12 | - london 13 | - developer 14 | - machine learning 15 | - data 16 | - uk 17 | --- 18 | 19 | ## About Growth Intelligence (Gi) 20 | 21 | Gi is a fast-growing tech startup based in East London and is a pioneer of Predictive Lead Generation. Our clients include Google, American Express and Vodafone. 22 | 23 | As an engineer at Growth Intel you'll help us build, process and scale up our platform. We're ambitious and we need you to help us take the messy data we have on millions of companies and push it through a data pipeline into a web based search and recommendation engine. 24 | 25 | You'll join a growing team of bright developers and data scientists experienced in Machine Learning, Data analysis, Engineering and DevOps and work in a collaborative agile environment, influencing the direction of our product and technology strategy. 26 | 27 | ## The Role 28 | 29 | This is a full time position based in London. 30 | 31 | ### What you'll do: 32 | 33 | * Collect and process data from a lot of sources (public and private) 34 | * Contribute to our back-end data processing engine 35 | * Contribute to our web platform (Javascript Web App and Python API) 36 | * Analyse interesting datasets and derive unique insights and features using ML techniques 37 | 38 | ## Requirements 39 | 40 | ### We're looking for: 41 | 42 | * Excellent communication and team working skills, relishing the prospect of working in a fast-paced and collaborative environment - you should a self-starter with a demonstrable passion for technology 43 | * A relevant numerate degree / PhD (Computer Science, Physics, Statistics) 44 | * Practical experience of Python and Linux 45 | * Experience working with large datasets 46 | 47 | ### It'd be great if you had: 48 | 49 | Fluency in additional programming languages such as Javascript, Java or C++ 50 | 51 | ## Benefits 52 | 53 | * Working in a motivated, fast moving team: we have plenty of interesting challenges and you'll learn a lot. 54 | * Regular salary reviews 55 | * Opportunity to participate at relevant conferences/events (e.g. PyData) 56 | * Team dinners and activities, frequent team events/beer and birthday cakes! 57 | -------------------------------------------------------------------------------- /jobs/table_connection_la_1.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Backend/Web Developer for Grassroots Start-Up 3 | company: Table Connection 4 | url: https://github.com/lawloretienne 5 | location: Los Angeles 6 | contract: permanent 7 | contact: 8 | name: Etienne Lawlor 9 | email: lawloretienne@gmail.com 10 | created: !!timestamp '2016-03-22' 11 | tags: 12 | - Python 13 | - Ruby 14 | - PHP 15 | - MySQL 16 | - SQL 17 | - PostgreSQL 18 | - Django 19 | - Ruby on Rails 20 | - CakePHP 21 | --- 22 | 23 | # Overview 24 | 25 | Table Connection is a marketplace/platform that is unlike anything on the market and will revolutionize nightlife. We are looking for someone to come and help build out this service from the grassroots. Any experience working with marketplaces is a plus. The ideal person will be able to dedicate 10+ hours per week to this project. We are looking for someone that can build web scrapers and develop a backend architecture that can serve mobile clients though a restful web API. 26 | 27 | We are only able to provide equity, there is no other compensation for now, since we are a grassroots start-up. This is perfect for someone who has a full time gig but is looking to take on a side project and be part of something great. 28 | 29 | We are based in Los Angeles and are looking for a candidate that lives in the U.S. since we will need to make semi frequent face to face contact when working on this project. 30 | 31 | Contact Info : lawloretienne@gmail.com 32 | 33 | # Role requirements 34 | 35 | Experience building web scrapers 36 | 37 | Experience developing a backend architecture that can serve mobile clients though a Restful web API 38 | 39 | Worked alongside mobile developers to deliver endpoints to native Android and iOS apps 40 | 41 | The tech stack used to build out the backend is completely your choice (whatever technology is best for the job). You should have experience with one or more of the following technologies : Python, Ruby, PHP, MySQL, SQL, PostgreSQL, Django, Ruby on Rails, CakePHP 42 | 43 | # The Team 44 | 45 | Etienne Lawlor ~ Etienne is a passionate Android Developer. He previously was the Android Lead at ShopSavvy (https://play.google.com/store/apps/details?id=com.biggu.shopsavvy&hl=en). He is active in the open source community (https://github.com/lawloretienne). 46 | 47 | Sam Shar ~ Sam has extensive experience in Business Development. He has strong communication skills and has a knack for generating new streams of revenue. 48 | -------------------------------------------------------------------------------- /jobs/tracr_data_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data Engineer 3 | company: Tracr 4 | url: https://www.linkedin.com/jobs/search/?currentJobId=932076328&f_C=28660207&locationId=OTHERS.worldwide 5 | location: Islington, London, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Alex Dagge 9 | email: alex.dagge@project-tracr.com 10 | created: !!timestamp '2018-10-29' 11 | tags: 12 | - london 13 | - england 14 | - uk 15 | - islington 16 | - data 17 | - sql 18 | - linux 19 | - database 20 | - etl 21 | --- 22 | 23 | Tracr is a rapidly growing Blockchain company supported by De Beers (one of the world's largest diamond producers). As part of our expansion we are seeking world class individuals to join our expanding team and be part of our success. 24 | 25 | Tracr is rapidly expanding and as a result we are looking for an engineer to support our data science team. You will be working within our data science team, at our new location in Islington, North London London. 26 | 27 | Candidates will be exposed to techniques in data science, machine learning and image processing. 28 | 29 | # Role & Responsibilities 30 | 31 | * Responsible for data extract, transformation and loading (ETL) between different systems and databases, and on a number of key large-scale projects. 32 | * Comfortable balancing trade offs between technical, analytical and product needs. 33 | * Metrics driven approach to decision making, prioritisation and continuous deployment. 34 | * Continuous delivery and improvement. 35 | 36 | # Essential 37 | 38 | * Understanding of algorithms, data structures and data modelling. 39 | * Excellent working knowledge of Python 40 | * Hands-on experience in Java/AWS/SQL and a variety of database technologies 41 | * SQL databases (especially MySQL and Postgres) 42 | * Fluent in Python 43 | 44 | # Desirable 45 | 46 | * Familiar with Numpy, Pandas, Kafka and techniques for processing data streams 47 | * Use of agile/lean methodologies for continuous delivery and improvement 48 | * Experience with tableau or equivalent would be a plus 49 | * Previous experience within a Fast Growth entrepreneurial environment would be ideal. 50 | * AWS, Linux and shell-scripting 51 | 52 | # How To Apply 53 | 54 | Follow the link above and use LinkedIn EasyApply. 55 | 56 | We are an equal opportunities employer and positively encourage applications from suitably qualified and eligible candidates regardless of sex, race, disability, age, sexual orientation, religion or belief. -------------------------------------------------------------------------------- /jobs/foundersfactory-115795.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack Developer 3 | company: Founders Factory 4 | url: https://founders-factory.workable.com/jobs/115759 5 | location: London, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Paul Egan 9 | email: paul@foundersfactory.co 10 | web: www.foundersfactory.co 11 | created: !!timestamp '2015-10-02' 12 | tags: 13 | - london 14 | - python 15 | - javascript 16 | --- 17 | 18 | # Overview 19 | 20 | We are the Founders Factory, a corporate-backed incubator and accelerator highly capitalized to support investments in early stage UK and European tech businesses and closely affiliated with the Founders Forum, the top network of leading entrepreneurs and corporate leaders in Europe. We are looking to grow the engineering team that forms the core of our incubator lab. This team has the opportunity to work on amazing products across a variety of different technologies and markets. These are early-stage or green-field projects where a lean agile process is used to develop solutions tailored to validated startups ideas. 21 | 22 | This role is ideal for candidates who are excited by the prospect of playing with new technologies and taking the lead in rapidly developing solutions for innovative products. Small & agile teams will be formed around promising product ideas, where developers will work very closely with amazing product management, UX, & design talent to prototype & implement the initial product offering. Team members have opportunity to stay with successful products as they leave the incubation phase or to "return" to the factory and work on the latest exciting product/startup. 23 | 24 | # Role requirements 25 | 26 | Candidates should be 27 | 28 | * Enthusiastic about working in a startup environment, where product focus & lean process rule 29 | * Experienced full-stack developer with good working knowledge of server-side frameworks and user-facing interfaces 30 | * Skilled in a variety of programming languages, e.g. Javascript, Python, Java, PHP, Ruby, C 31 | * Knowledgeable of a range of modern web frameworks, e.g. Angular, Django, Express, Rails, Spring, Symfony 32 | * Confident at selecting or designing robust & scalable data structures and algorithms 33 | * Able to architect solutions that balance product innovation and technical excellence with off-the-shelf code & services and industry best practices 34 | * Comfortable with devops processes and cloud platforms 35 | * Interested in native mobile development. 36 | -------------------------------------------------------------------------------- /jobs/adspert_python_dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Software Developer 3 | company: Adspert (Bidmanagement GmbH) 4 | url: https://www.adspert.net/en/jobs/python-software-developer-mf/ 5 | location: Berlin, Germany 6 | contract: permanent 7 | contact: 8 | name: Karl Bartel 9 | email: jobs@adspert.net 10 | created: !!timestamp '2017-05-15' 11 | tags: 12 | - python 13 | - sql 14 | --- 15 | We are looking for a **Python Software Developer** 16 | 17 | **Note: The position is full-time and based in our Berlin office, therefore if you are outside of Berlin you must be prepared to relocate for this role.** 18 | 19 | Adspert was founded in Berlin in 2010 and our innovative technology was launched just one year later. Based on trading systems, Adspert automatically organizes and optimizes online advertising. Bertelsmann Digital Media Investment and K-Invest support Adspert as strategic partners and investors. 20 | 21 | **Our team** in the centre of Berlin is passionately working on bid management systems of the future. With us you can expect a friendly atmosphere and a healthy work-life balance. 22 | 23 | **We develop** our solutions with Python, Go, JavaScript and PostgreSQL and mainly work on Linux and Mac. Distributed version control, good test coverage and automated deployment are fundamental to our development process. 24 | 25 | **You are** a motivated developer with some years of professional experience who is excited about analyzing problems and the development of appropriate solutions. 26 | 27 | You have very good English language skills, advanced Python skills, solid JavaScript knowledge, and experience with relational databases (ideally PostgreSQL). 28 | 29 | If you also have experience with Go, web applications, cloud-based infrastructure (e.g. AWS EC2) or monitoring tools (Nagios, Graphite, Prometheus), that would be considered a plus. 30 | 31 | **We need you** to support us in improving and extending: 32 | 33 | - our optimization engine for online advertising (Python, Go, SQL) 34 | - applications for efficient synchronization of large data sets with the APIs of advertising platforms like Google AdWords and Microsoft BingAds 35 | - internal and customer-facing web applications (Python, JavaScript) 36 | - deployment and monitoring processes for applications and infrastructure (AWS EC2, Ansible, Nagios, Graphite) 37 | 38 | **Have we sparked your interest?** 39 | 40 | Apply now! Send your application including salary expectation and possible starting date to [jobs@adspert.net](mailto:jobs@adspert.net). 41 | -------------------------------------------------------------------------------- /jobs/EniramFI_Developer_Infra.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Developer 3 | company: Eniram (a Wärtsilä company) 4 | url: http://www.eniram.fi/about/careers/5666-2/ 5 | location: Helsinki, Finland 6 | contract: permanent 7 | contact: 8 | name: Antti Kaihola 9 | email: antti.kaihola@eniram.fi 10 | phone: +358 50 573 5886 11 | created: !!timestamp '2017-03-30' 12 | tags: 13 | - helsinki 14 | - finland 15 | - developer 16 | - data 17 | - data warehousing 18 | - python 19 | - scipy 20 | - numpy 21 | - pandas 22 | - jupyter 23 | - jupyterhub 24 | - linux 25 | - docker 26 | - kubernetes 27 | --- 28 | 29 | *Tired of the same old ERP and IoT projects? 30 | Would you rather use your skills to help 31 | save fuel, the environment, and lives? At Eniram, we provide 32 | measurable benefits to our seafaring customers by crunching data to 33 | build models and algorithms. The data we use includes e.g. wind, 34 | waves, cargo, and crew behavior.* 35 | 36 | *It’s a complicated but rewarding task. We use cutting-edge data 37 | science techniques on our custom data processing platform. Real-time 38 | data flows in from hundreds of vessels around the world.* 39 | 40 | *Eniram is an independent business entity owned and supported by 41 | Wärtsilä.* 42 | 43 | Eniram is seeking experienced Python Software Developers to join the Infra 44 | team at our Helsinki office. This agile team is responsible for 45 | developing and maintaining numerical data processing and interactive computing 46 | services for the company. These systems enable our data scientists and 47 | analysts to produce insight that feeds our customer reports and 48 | dashboards. The team’s technologies of choice are Linux, Python and 49 | Java with emphasis on scientific computing, as well as Docker and 50 | other cloud technologies. Their development toolbox includes GitLab, 51 | Flowdock, and Jenkins. 52 | 53 | # You’re a good candidate if you... 54 | 55 | * have significant experience in one or more of the technologies we are using. 56 | * You are eager to learn additional technologies as needed. 57 | * enjoy designing, scaling, and optimizing complex systems to make them fast 58 | and usable while still being nicely maintainable. 59 | * communicate well and are comfortable in a fast-paced environment with a small 60 | and talented team. 61 | 62 | # It’s a plus if you... 63 | 64 | * have implemented RESTful interfaces. 65 | * know about the Scientific Python stack (NumPy, Pandas, Jupyter, Cython). 66 | * have contributed open source code. 67 | -------------------------------------------------------------------------------- /jobs/Duxe_Sydney_Django.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Django React Full Stack Developer 3 | company: Duxe Software Systems 4 | url: http://www.duxe.io/ 5 | location: Sydney, Australia 6 | contract: contract 7 | contact: 8 | name: Luke 9 | email: luke@duxe.io 10 | created: !!timestamp '2017-12-18' 11 | tags: 12 | - python 13 | - django 14 | - AWS S3 15 | - React 16 | - Heroku 17 | - Javascript 18 | - HTML 19 | - CSS 20 | --- 21 | 22 | # Job Description: 23 | We’re after a keen and capable Django and React developer to help take our year-old software platform to the next level. 24 | You’ll be working with smart energetic people who want to make a difference. 25 | 26 | Our studio is in the heart of Surry Hills, conveniently located near Central Station. 27 | 28 | We want somebody to buys into our desire to change the world and wants to build their skills and reputation. 29 | 30 | We’re looking for somebody to start immediately.Our expectations of capability is listed here: 31 | 32 | 33 | # Ops 34 | Must have: 35 | Experience deploying and maintaining applications on a PaaS (such as Heroku) 36 | Experience using AWS S3 37 | Experience with a scripting language like Python and/or Bash 38 | 39 | Nice to have: 40 | Experience using error logging systems like Sentry 41 | Experience with deployments in Heroku, with particular emphasis on pipelines, rollbacks, and Heroku App integrations 42 | 43 | # Back end development 44 | Must have: 45 | Proven experience using Django, with a particular experience in writing REST API endpoints, and writing database migrations through the ORM 46 | 47 | Nice to have: 48 | Experience writing unit and integration tests in Python 49 | 50 | #Front end development 51 | Must have: 52 | Experience using React 53 | Strong HTML/CSS/JavaScript experience 54 | 55 | Nice to have: 56 | Experience using a state management system like Flux or Redux with React (Duxe uses Flux specifically) 57 | Experience using a task runner like Gulp or Grunt (Duxe uses Grunt) 58 | Experience using a CSS Transpiler like LESS or SASS 59 | Experience using JavaScript testing frameworksGeneral 60 | 61 | Nice to have: 62 | A university degree in Computer Science, Software Engineering, or an equivalent 63 | Experience using Agile methodologies 64 | Experience using and administering a JIRA project 65 | Product management experience, particularly in early stage products 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /jobs/chalkandwire_fulltime_senior_dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python Developer 3 | company: Chalk & Wire 4 | url: http://chalkandwire.com 5 | location: Ontario 6 | contract: permanent 7 | contact: 8 | name: Justin Pitcher 9 | email: careers@chalkandwire.com 10 | phone: 1-613-769-7018 11 | created: !!timestamp '2016-01-04' 12 | tags: 13 | - Ontario 14 | - python 15 | - postgresql 16 | - django 17 | - senior 18 | - remote working 19 | - education 20 | - web app 21 | - startup 22 | 23 | --- 24 | 25 | # Overview 26 | 27 | We are looking to recruit lead developers to help build a brand new education technology web app. 28 | 29 | Join a very small and agile product team to help build a completely new product. As one of the app’s first developers, you will be responsible for building the web application, making full stack decisions and preparing for the application’s first live customers. Expect to wear many hats and have lots of control. 30 | 31 | Candidates for this role should be fully proficient in Python and Django, with strong full stack skills. 32 | 33 | Chalk & Wire and its leaders have been serving education tech since the ‘90s and we have some interesting new ideas on where we want to go next. We operate as a distributed company, working remotely from home (mostly in Ontario). Ideally candidates would operate out of Ottawa or the GTA, and face to face meeting time would be arranged as needed. 34 | 35 | We offer competitive salaries and full benefits. 36 | 37 | If you’re interested in joining a personally satisfying industry, please send a CV to the address above. Questions always welcome. 38 | 39 | # Responsibilities: 40 | 41 | * Build a highly scalable web application in Python/Django 42 | * Participate in infrastructure and architectural design and implementation 43 | * Work remotely from home 44 | * Collaborate with team members on technical design and problem solving to come up with compelling solutions to problems 45 | * Own all aspects of implementation for features from design to development 46 | * Learning industry-specific APIs and interoperability standards 47 | 48 | # Role requirements 49 | 50 | * Python 51 | * Django 52 | * PostgreSQL or similar experience 53 | * JavaScript 54 | * JSON 55 | * 4+ years of experience building dynamic/scalable Web apps 56 | * Ability to work from home 57 | * RESTful 58 | * Git or SVN experience 59 | * Semantic HTML5 and CSS3 60 | 61 | # Nice to Have 62 | 63 | * React.js 64 | * Experience with AWS and Configuration Management tools 65 | * Sass CSS 66 | -------------------------------------------------------------------------------- /jobs/leaflink-new-york-city-django-engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Django Developer 3 | company: LeafLink 4 | url: http://leaflink.com 5 | location: New York City 6 | contract: permanent 7 | contact: 8 | name: LeafLink 9 | email: jobs@leaflink.com 10 | phone: 720-507-6919 11 | created: !!timestamp '2016-02-17' 12 | tags: 13 | - nyc 14 | - python 15 | - sql 16 | - django 17 | - senior 18 | --- 19 | 20 | # Django Engineer 21 | 22 | ## Overview 23 | We currently have an MVP of our platform which we’ve built in house and are piloting. As we come out of the pilot with a better understanding of the ideal user experience, we are looking to hire the company’s first full time engineer after proving themselves a good fit in a contract role. 24 | 25 | Our mission is to legitimize and standardize an industry that presents a once-in-a-generation opportunity in a proven market. Join us and help build a successful company and team of engineers. 26 | 27 | ## Qualifications: 28 | 29 | - 4+ years working in a fast paced software environment as an engineer 30 | - 4+ years working directly with Django and Python 31 | - 2+ years working with AWS and similar cloud computing services 32 | - 2+ years working with PostgreSQL 33 | - 1+ years working with Celery or similar queue systems 34 | - 1+ years working with Elasticsearch or similar technology 35 | - 1+ years working with AngularJS and client side web application development 36 | - Proven track record for quality code which has proper test coverage and documentation 37 | - You should be comfortable and embrace working in an agile / sprint based environment 38 | - Comfortable in a Linux (Ubuntu) environment 39 | - Familiar with basic security and infrastructure design 40 | 41 | ## Experience With: 42 | 43 | - Nginx and wsgi environments 44 | - RESTful API development 45 | - Automated deployment and configuration tools 46 | 47 | ##Pluses: 48 | 49 | - You are not a designer but have an eye for user experience and can do slight modifications to CSS 50 | - Strong production infrastructure experience: backups, load balancing, etc. 51 | - You have personal interest in the Cannabis Industry and are familiar with elements of compliancy. 52 | - You have worked in a startup environment 53 | - Excited by interacting directly with clients to understand their needs and gather requirements. 54 | - Lead or contribute to open source software projects 55 | 56 | 57 | ## To Apply: 58 | 59 | Please send an email to jobs@leaflink.com. We look forward to connecting and discussing the opportunity in greater detail. 60 | -------------------------------------------------------------------------------- /jobs/sartregroup_london_exppythondev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Experienced Python Developer - Quant Finance 3 | company: Sartre Group (Agency) on behalf of Citadel LLC. 4 | url: http:// 5 | location: London, UK 6 | contract: Permanent 7 | contact: 8 | name: Joe Jolly 9 | email: joe.jolly@sartregroup.com 10 | phone: 0203 457 8952 11 | created: !!timestamp '2017-01-25' 12 | tags: 13 | - python 14 | - experienced 15 | - scientific libraries 16 | - numpy 17 | - pandas 18 | - scipy 19 | - numpy 20 | - data visualisation 21 | - D3 22 | - matplotlib 23 | - greenfield development 24 | - quant finance 25 | --- 26 | 27 | # Overview 28 | 29 | Experienced python developer role, working in a leading financial institution (see company description). 30 | 31 | The role is placed within a globally distributed technology team (US and UK), as part of the firm's commodities trading activities. 32 | 33 | The position involves building industry-leading python tools and functions, through significant packages and systems, not just creation of lightweight 'glue' scripts. The role will be comprised of both enhancing existing systems but also significant greenfield development projects, as part of a global initiative to overhaul this team's technology infrastructure. 34 | 35 | # Job Requirements 36 | 37 | *Strong understanding in CompSci fundamentals (data structures, algorithms, distributed development, system design), and commitment to CI & modern SDLC methodologies 38 | 39 | *Significant experience building python packages and systems 40 | 41 | *Experience with scientific libraries (Numpy, Scipy, Pandas) 42 | 43 | *Data visualization tools (D3, matplotlib, seaborn etc.) 44 | 45 | *PLUS - experience in a globally distributed team, for a financial institution 46 | 47 | *PLUS - knowledge of commodities products or experience on commodities desk in financial institution 48 | 49 | # Company Description 50 | 51 | Sartre Group is working in partnership with a leading global Quantitative hedge fund, Citadel LLC. Well established in the industry, our client offers exceptional career opportunities for some of the brightest minds in the industry. 52 | 53 | With a focus on excellence, from personnel to implementation of the latest technologies, the end result is an elite and successful atmosphere where hard work is heavily rewarded, through both job fulfilment and industry leading compensation. 54 | 55 | # Additonal Information 56 | 57 | Contact Joe Jolly from Sartre Group on the email provided to arrange a confidential chat, or for more details. 58 | -------------------------------------------------------------------------------- /jobs/utilityapi_software_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Software Engineer (Clean Energy Job) (Remote OK) 3 | company: UtilityAPI 4 | url: https://utilityapi.com 5 | location: Oakland, CA, United States 6 | contract: permanent 7 | contact: 8 | name: Daniel Roesler 9 | email: daniel@utilityapi.com 10 | phone: +1-512-763-7537 11 | created: !!timestamp '2019-05-14' 12 | tags: 13 | - python 14 | - django 15 | - celery 16 | - remote 17 | --- 18 | 19 | # Company Description 20 | 21 | UtilityAPI is a mission-driven company that is fighting climate change by helping solar, storage, energy efficiency, and energy management companies access the utility bill and usage data they need for their projects. Lack of access to data is a key choke point for many companies in renewable energy, and our automation helps shorten the sales cycle and lower their customer acquisition costs. Our customers love us. 22 | 23 | We value the insights that a diverse team can bring. We encourage applications from members of groups that have been traditionally underrepresented in tech, including women, people of color and people with disabilities. 24 | 25 | # Job Description 26 | 27 | You will be writing application code and helping maintain/optimize/scale the Python stack. You will write scripts that collect data from utilities, and these scripts can break unexpectedly when utilities change their interfaces, so being able to update them quickly is important. Our codebase (Python, Django, Celery) is well organized, documented, and tested. You are welcome to work remotely in the United States or in our office in downtown Oakland. 28 | 29 | REMOTE WORK: OK (U.S. Only) 30 | 31 | # Compensation 32 | 33 | * Salary $60-85k, depending on experience and location 34 | * Stock options 35 | * Medical, dental, vision insurance 36 | * 401k 37 | 38 | # Requirements 39 | 40 | * U.S. Citizen, Permanent Resident, or non-expiring Visa not requiring sponsorship 41 | * At least 1 year of Python work experience, and in-depth knowledge of Python Language 42 | * HTTP (an understanding of methods, cookies, headers, etc.) 43 | * Regular Expressions (you need to have a pretty solid understanding of these) 44 | * CSS Selectors (you need to be comfortable using them) 45 | * JavaScript (you don't need to be an expert but you do need some experience with it) 46 | * Git, SSH, GPG (basic understanding) 47 | 48 | # Preferred 49 | 50 | * Experience with web scraping tools such as Selenium, Scrapy, Mechanize, etc. 51 | 52 | # How To Apply 53 | 54 | Apply here: [http://goo.gl/forms/YICrUuz7XNjiTcId2](http://goo.gl/forms/YICrUuz7XNjiTcId2) 55 | 56 | -------------------------------------------------------------------------------- /jobs/ThoughtLeadr-Python-Engineer-NativeKit.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Engineer 3 | company: ThoughtLeadr 4 | url: http://www.thoughtleadr.com/ 5 | location: Austin, Texas 6 | contract: permanent 7 | contact: 8 | name: Todd Cullen 9 | email: jobs@thoughtleadr.com 10 | phone: (415) 658-5744 11 | created: !!timestamp '2017-02-08' 12 | tags: 13 | - Austin 14 | - Texas 15 | - USA 16 | - Python 17 | - Flask 18 | - React 19 | - Javascript 20 | --- 21 | 22 | # About the Job 23 | 24 | At ThoughtLeadr, we provide our clients with best-in-class analytics and advertising solutions. The Engineering and Products teams work tightly together to create a shared vision for the future of the company. We take pride in the craftsmanship of our code and the reliability of our systems. 25 | 26 | We are looking for a Python Engineer to help us develop the consumer facing part of our flagship product, NativeKit. You should be passionate about growing as an engineer, learning different technologies, and solving complex problems that impact millions of users. 27 | 28 | # Responsibilities 29 | 30 | Develop, deploy, and maintain robust and high performance production systems and features 31 | Establish expertise in designing, analyzing and troubleshooting large-scale distributed systems 32 | Partner with internal teams to define and implement solutions that improve internal business processes 33 | Systematic problem solving approach, coupled with a strong sense of ownership and drive 34 | 35 | # Qualifications 36 | 37 | ## Minimum qualifications: 38 | 39 | * BS degree in Computer Science or related field, or equivalent practical experience. 40 | * 2 years of hands-on experience coding database-driven web applications in Python and Javascript 41 | * Technical experience in web technologies such as HTTP, HTML, XML, etc. 42 | * Ability to speak and write in English fluently and idiomatically. 43 | 44 | ## Preferred qualifications: 45 | 46 | * MS degree in Computer Science or related field. 47 | * Experience in online advertising industry, with ability to work independently and manage multiple projects simultaneously. Experience with programming and scripting. 48 | * Strong experience with React, Webpack, Flask, and SQL 49 | * Demonstrated creative problem-solving approach and strong analytical skills. 50 | * Communication skills, including the ability to translate complex technical concepts to non-technical and executive audiences. 51 | * Experience working with a distributed team 52 | * Located in Austin, Texas or willing to relocate 53 | 54 | To apply, contact jobs@thoughtleadr.com with a resume and cover letter. 55 | -------------------------------------------------------------------------------- /jobs/jurismarches-2018-scrum-master-developper.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Scrum Master & Lead Python Developer in Nantes (France) 3 | company: Jurismarches 4 | url: https://www.jurismarches.com 5 | location: Nantes,France 6 | contract: permanent 7 | contact: 8 | name: Frédéric Oliveau 9 | email: job@jurismarches.com 10 | created: !!timestamp '2018-01-25' 11 | tags: 12 | - python 13 | - scrum 14 | - django 15 | - angularjs 16 | - machine-learning 17 | --- 18 | 19 | 20 | # Job Description 21 | 22 | Your main mission is to lead de IT team (5/6 people, half the company) in charge of building and running [J360](http://j360.info/). You may also lead technical choices. 23 | 24 | You are responsible for: 25 | 26 | * collaboration within the IT team and with whole company 27 | * task definition and prioritization for the development team 28 | 29 | You also collaborate to: 30 | 31 | * product innovation through relevant functional and technical choices, and permanent reassessment 32 | * software architecture, based upon open-source tools and following best practices 33 | * software development 34 | 35 | Jurismarchés as a technical environment based essentially upon AngularJS, Django, Python, Elasticsearch and scikit-learn; our software is deployed using ubuntu, LXC and ansible. 36 | 37 | * Job position located in Nantes, France (downtown) 38 | * same announce in french https://www.afpy.org/jobs/scrum-master-developpeur-h-f-a-nantes/ 39 | 40 | # Requirements 41 | 42 | * **you speak french fluently** (main language in company) 43 | * you know how to clearly communicate upon an argument, summarizing concerns and possible choices 44 | * you pay attention to every team-mate participation and self development 45 | * you communicate your enthusiasm for novelty while offering a realistic vision and action plan 46 | * you have interested in user experience (UX) 47 | * you have a valuable experience on software projects 48 | * you like free software, open-data and Python 49 | 50 | # About the Company 51 | 52 | [Jurismarchés](https://www.jurismarches.com/en.html) is the software editor of [J360](https://www.j360.info/), international web application to identify new business opportunities and calls for tenders. J360 selects more than 175 000 new publics and privates bids per month all around the world but also intentions to purchase, suppliers qualification systems, calls for proposals, contracts award and business news. The J360 business social network connects its users looking for partners to bid. 53 | We are a SME with more than 12 years experience, doing our best to produce software that is both innovative and useful. 54 | 55 | -------------------------------------------------------------------------------- /jobs/stackjobs_junior_python_developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Junior Python Developer 3 | company: StackJobs 4 | url: http://stackjobs.co.uk 5 | location: London, England 6 | contract: permanent 7 | contact: 8 | name: Mark Waren 9 | email: mark@stackjobs.co.uk 10 | created: !!timestamp '2016-07-27' 11 | tags: 12 | - python 13 | - django 14 | - london 15 | - uk 16 | --- 17 | 18 | # Junior Python Developer 19 | 20 | StackJobs is a trending IT job board in the United Kingdom. We are looking for a Junior Python Developer to join our collaborative and forward thinking team located in Greenwich. 21 | 22 | ## Skills and experience 23 | 24 | #### Essential: 25 | 26 | - Excellent understanding of Python and strong knowledge of various Python Libraries, API's and toolkits; 27 | - JSON/XML, HTML, CSS, and JavaScript skills, including JQuery; 28 | - Experience with Django; 29 | - Understanding and experience of the software development lifecycle and code repositories such as git, including branching and merging flows; 30 | - Deep understanding of how to write maintainable code and the importance of testing; 31 | - Experience writing unit tests; 32 | - Excellent English language communication skills, both verbal and written, with the ability communicate effectively with a technical and non-technical audience. 33 | 34 | #### Personal characteristics: 35 | 36 | - Self-motivated with the ability to prioritise, meet deadlines, and manage changing priorities individually and on behalf of the team; 37 | - Committed and enthusiastic in regards to the job/contract at hand, quality of work and getting the job done is your motivator; 38 | - Proven ability to be flexible and work hard, both independently and in a team environment; 39 | - Strong analytical and problem solving skills; 40 | - Collaborative approach and willingness to compromise to find solutions; 41 | - A results oriented individual who thrives working in a fast paced environment and maintains a calm approach and sound judgement when operating under pressure; 42 | - Excellent interpersonal, facilitative and negotiation skills; 43 | - Highest levels of integrity; 44 | - Willingness to be flexible in regard to working hours. 45 | 46 | #### Responsibilities 47 | 48 | - Investigate and resolve application functionality related issues and provide support and troubleshooting as necessary for the development team; 49 | - Undertake other reasonable tasks as directed and necessary for the running of the company. 50 | 51 | This is a fantastic opportunity to join a start-up business where you will grow and develop in this position and which will add significant value to your long-term career. 52 | -------------------------------------------------------------------------------- /jobs/vericant_python_software_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer 3 | company: Vericant 4 | url: http://www.vericant.com/hiring/ 5 | location: Beijing,China 6 | contract: permanent 7 | contact: 8 | name: Sasha Muromets 9 | email: jobs+tech@vericant.com 10 | phone: +86 10 84856364 11 | created: !!timestamp '2016-07-14' 12 | tags: 13 | - Beijing 14 | - China 15 | - zh 16 | - Python 17 | - Django 18 | --- 19 | 20 | ## About Vericant 21 | 22 | Vericant partners with US schools/colleges to identify best-fit Chinese applicants via verified video interviews, proctored writing samples, and spoken English evaluation. One of Vericant’s core advantages is the technology that we’ve built so far and we’re looking for those who want to join and help continue to pave the way in this industry. If you’re interested in making a direct impact by working in a small and focused team in a high-paced startup environment, then you’ll fit right in. 23 | 24 | Location: Chaoyangmen, Beijing, China 25 | 26 | ## Job Responsibilities 27 | 28 | * Front-end and back-end web development of various core products that target Chinese and / or International users 29 | * Build and maintain video production systems 30 | * Integrate with third-party services (like Payment Providers, SMS Gateways, etc.) 31 | * Build and maintain cloud application infrastructure 32 | * Maintenance and fixes of bugs / live issues 33 | * Keep up to date with and implement the best modern practices 34 | * Ad hoc tech support for all Vericant teams (incl Product, Sales, CRM, Ops, etc.) 35 | 36 | ## Essential Skills 37 | 38 | * 2+ years web development experience 39 | * A solid understanding of web application development processes 40 | * Database Normalization and Data Migrations 41 | * UNIX system administration 42 | * Experience with TDD and Continuous Integration 43 | * Experience working in a development team 44 | * Ability to work in a fast paced, dynamic, team-oriented environment 45 | * Highly motivated and self-disciplined 46 | * Good analytical and problem solving skills 47 | * Strong communication and interpersonal skills 48 | * Fluent in English 49 | 50 | ## Desired Skills 51 | 52 | * Familiarity with the following technologies: git, MySQL/PostgreSQL, Ansible, Fabric, nginx, Python, Django, JavaScript, Angular/React.js, webpack/browserify, CSS, Vagrant/Docker, Linux 53 | * User awareness and strong UX skills 54 | * Experience as a Tech Team leader 55 | * Familiarity with Agile methodologies 56 | * Strong organization skills to manage multiple timelines and complete tasks quickly 57 | * Fluent in Mandarin 58 | 59 | To Apply: Please submit your application to jobs+tech@vericant.com  60 | -------------------------------------------------------------------------------- /jobs/ubuquity_press_software_engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Engineer (Mid-Level) 3 | company: Ubiquity Press 4 | url: http://www.ubiquitypress.com/ 5 | location: London, UK 6 | contract: Permanent 7 | contact: 8 | name: Brian Hole 9 | email: brian.hole@ubiquitypress.com 10 | created: !!timestamp '2017-01-24' 11 | tags: 12 | - london 13 | - england 14 | - uk 15 | - python 16 | - django 17 | - php 18 | - full-stack 19 | - devops 20 | --- 21 | 22 | # Overview 23 | 24 | Our platform is specialised for open access academic publishing, which makes research available to anyone in the world, without barriers. It includes all aspects of publishing technology, as well as features designed to enhance communication among researchers, and the universities in our network. 25 | 26 | In this full-time position, you will take on a range of responsibilities, and will be involved in all stages of the software lifecycle: from design through development, testing and deployment to maintenance. 27 | 28 | We’re looking for someone who is entrepreneurial, inventive, and who genuinely wants to have an impact on the world. 29 | 30 | # Qualifications required 31 | 32 | We’re looking for a candidate with proven web development skills and above all a positive attitude and willingness to learn new technologies. The core skills we are looking for: 33 | 34 | * Strong Django skills 35 | * HTML, CSS and JavaScript 36 | * Experience with object-orientated PHP 37 | * SQL and database design skills 38 | * Solid grounding in UNIX/Linux 39 | 40 | Additional experience in the following areas would be beneficial: 41 | 42 | * Experience with git and Mercurial 43 | * Semantic web 44 | * Research background and interests 45 | 46 | # Company description 47 | 48 | Ubiquity Press is more than a publisher – we’re also engineering new technology that will change and improve the future of research communications worldwide. We’re a young, dynamic and idealistic company, and can offer the excitement and advantages of working for a start-up, based from our offices in in London and Oakland. We have a wide focus: supporting open access university publishing, including research data and software, to solutions for the developing world. 49 | 50 | # Application Process 51 | 52 | Please send your CV and covering letter to [Brian Hole](mailto:brian.hole@ubiquitypress.com). A short covering letter (in the form of an email) should include a short introduction, and a link to GitHub/Bitbucket or other repo with some of your work. 53 | 54 | If your application moves past the CV stage you will be requested to attend an interview (in person or via Skype where required), and to complete a practical test. 55 | -------------------------------------------------------------------------------- /jobs/lambert-labs-junior-python-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Junior Python Developer 3 | company: Lambert Labs 4 | url: https://lambertlabs.com 5 | location: London, United Kingdom 6 | contract: contract 7 | contact: 8 | name: George Lambert 9 | email: careers@lambertlabs.com 10 | created: !!timestamp '2019-05-22' 11 | tags: 12 | - london 13 | - python 14 | --- 15 | 16 | Python-focused development agency Lambert Labs is looking for an enthusiastic Junior Python Developer for an initial 6-month contract, starting ASAP. There is a strong chance that the contract will become a full time role. 17 | 18 | Lambert Labs was founded in West London in April 2017. We build end-to-end digital solutions for multiple clients across a range of industries and verticals. Our services are in demand – we have worked with 15+ clients, and our team size now stands at 5. 19 | 20 | Projects to be tackled include: 21 | 22 | * building an education platform which delivers lessons to help children learn to read and spell 23 | * maintaining and scaling a browser automation platform 24 | * developing an API to be used for analytics in the telecoms space 25 | * setting up and maintaining continuous integration and deployment for a trading software provider 26 | 27 | Our main criteria for hiring for this role is that you are extremely bright and have a strong interest in programming/software development. There are, however, a few specific things that might make you a good fit for this role: 28 | 29 | * 2:1 or higher in a mathematical or scientific degree 30 | * experience with Python 31 | * familiarity with the command line 32 | * have dabbled in other programming languages 33 | * experience with a version control system 34 | * familiarity with deploying web apps and/or databases to cloud servers 35 | 36 | It would be an added bonus if you have had experience or have a keen interest in: 37 | 38 | * continuous integration 39 | * continuous deployment 40 | * testing! 41 | * mobile app development 42 | 43 | During the course of the contract you will have significant opportunities to develop your skills. You will: 44 | 45 | * be mentored by a Senior Developers 46 | * have the opportunity to learn about DevOps - including Docker, build pipelines and continuous deployment 47 | * gain exposure to both AWS and GCP 48 | 49 | Other benefits include: 50 | 51 | * weekly team lunch 52 | * Treehouse subscription 53 | * your choice of tech setup 54 | 55 | Please include an up to date version of your CV in your application. We would love to see any examples of your work that you have, including: a GitHub profile, a StackOverflow profile, a blog/personal website, a Treehouse profile or anything else that showcases your skills! 56 | -------------------------------------------------------------------------------- /jobs/sartregroup_NY_pythondatadev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer - HFT 3 | company: Sartre Group (Agency) on behalf of GTS. 4 | location: New York, US 5 | contract: Permanent 6 | contact: 7 | name: Joe Jolly 8 | email: joe.jolly@sartregroup.com 9 | phone: +1 917 795 0584 10 | created: !!timestamp '2017-01-25' 11 | tags: 12 | - python 13 | - expert 14 | - scientific libraries 15 | - numpy 16 | - pandas 17 | - scipy 18 | - numpy 19 | - trading analytics 20 | - HFT 21 | - trade analysis 22 | - data analysis 23 | - quant finance 24 | --- 25 | 26 | # Overview 27 | 28 | Python developer role, working in a leading financial institution (see company description). 29 | 30 | The role is placed within a tight-knit engineering team, working on cutting edge data processing systems of trading activities. 31 | 32 | The position involves expert level python development, as you take ownership of a high volume data-processing solution. This system will perform compliance verification on a daily basis of the entire firms trading activities across all asset classes. This system will process billions of records per day, calculating P&L amongst other metrics. Work will also include analysing data (historical and financial) from various sources. There will also be high levels of collaboration with trading model developers and management. 33 | 34 | # Job Requirements 35 | 36 | *Strong understanding in CompSci fundamentals (data structures, algorithms, distributed development, system design), and commitment to CI & modern SDLC methodologies 37 | 38 | *Significant experience using Python at an expert level 39 | 40 | *Experience with scientific libraries (Numpy, Scipy, Pandas) 41 | 42 | *Excellent level of analytic skills, in addtion to communication and the desire to work closely with other engineers 43 | 44 | *PLUS - Linux scripting experience (focus on data processing with grep, awk, sed, cut & sort) 45 | 46 | *PLUS - C/C++ programming 47 | 48 | *PLUS - Experience developing for or managing HDFS or other similar Big Data technologies 49 | 50 | # Company Description 51 | 52 | Sartre Group is working in partnership with a leading HFT/Quantitative finance firm, GTS. Well established in the industry, our client offers exceptional career opportunities for some of the brightest minds in the industry. 53 | 54 | With a focus on excellence, from personnel to implementation of the latest technologies, the end result is an elite and successful atmosphere where hard work is heavily rewarded, through both job fulfilment and industry leading compensation. 55 | 56 | # Additonal Information 57 | 58 | Contact Joe Jolly from Sartre Group on the email provided to arrange a confidential chat, or for more details. 59 | -------------------------------------------------------------------------------- /jobs/suade_senior_developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Developer 3 | company: Suade Labs 4 | location: Finsbury Square, London, England 5 | url: https://suade.org/jobs 6 | contract: permanent 7 | contact: 8 | name: Jesper Thomschutz 9 | email: jobs@suade.org 10 | created: !!timestamp '2017-01-13' 11 | tags: 12 | - london 13 | - uk 14 | - flask 15 | - oauth 16 | - sqlalchemy 17 | - postgres 18 | - elasticsearch 19 | - docker 20 | - senior 21 | 22 | --- 23 | 24 | 25 | # Overview 26 | 27 | We're pretty proud of the Linux based (micro)service oriented architecture that we've built, and now we're looking for someone to help us take it to the next level. 28 | 29 | Key technology we use: 30 | 31 | - Python (2) 32 | - Flask 33 | - REST 34 | - Swagger 35 | - Docker 36 | - Nginx 37 | - Postgres 38 | - Elasticsearch 39 | - Jenkins 40 | - Git 41 | 42 | Day to day you'll be working together with a tight team of ambitious engineers using methodologies like TDD, Kanban, pair-programming, and CI/CD. 43 | 44 | The ideal hire would be someone who's passionate about systems development and doesn't mind the occasional dip into frontend when need be. 45 | 46 | Experience working with very large data-sets is a big plus. 47 | 48 | Knowing how to spot performance bottle-necks as well as analyzing memory usage is a great skill that we'd love for our candidate to have! 49 | 50 | Building a fault tolerant distributed system is definitely an interesting challenge, and we'd love to have you join us. 51 | 52 | 53 | 54 | # The Role 55 | 56 | The ideal hire would be someone who's passionate about systems development and doesn't mind the occasional dip into frontend when need be. 57 | 58 | Experience working with very large data-sets is a big plus. 59 | 60 | Knowing how to spot performance bottle-necks as well as analyzing memory usage is a great skill that we'd love for our candidate to have! 61 | 62 | 63 | 64 | # About Suade 65 | 66 | We are an early-stage FinTech startup based in London. We have had the pleasure and good fortune of being a part of the Techstars and Microsoft Ventures programs. We also have a partnership with Simmons \& Simmons, who are a top-tier law firm in the Financial and Technology sectors. The company was founded on the belief that there must be a better way for financial institutions to comply with complex regulations. Our journey has led us through over 500 product iterations as a result of our conversations with experts on both sides of the rules. Our solution draws on innovative tech concepts from industries as diverse as transportation, social media, e-commerce and graphic design. We are uniquely positioned with a wealth of banking and technical talent to solve this real-world problem and deliver it to the industry. 67 | -------------------------------------------------------------------------------- /jobs/mobpro-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python Developer RTB Platform 3 | company: Mobile Professionals 4 | location: Amsterdam, The Netherlands 5 | url: http://mobpro.com/careers/ 6 | contract: permanent 7 | contact: 8 | name: Bas van Oostveen 9 | email: careers@mobpro.com 10 | created: !!timestamp '2015-03-13' 11 | tags: 12 | - Python 13 | - PyPy 14 | - PostgreSQL 15 | - Redis 16 | - MongoDB 17 | - Graphite 18 | - Ansible 19 | - amsterdam 20 | - netherlands 21 | --- 22 | 23 | We are looking for a Python developer to strengthen our tech team. 24 | 25 | You will be working in a multidisciplinary setting in a growing startup, dealing with software deployed on servers all around the globe. 26 | We operate a low-latency / high-frequency platform that generates terabytes of traffic and analytical data. 27 | 28 | Our philosophy is to have a close relationship with all other departments, development cycles are short and agile, deployments and feedback are continuous and a new feature 29 | can hit production in hours and bug fixes even sooner. 30 | 31 | # What you will be doing 32 | 33 | * Develop and improve features for our RTB platform 34 | * Developing data pipelines / analytic tools 35 | * Automate anything and everything so you never have to do things twice 36 | * Identify, setup and track key metrics to show how are platform is doing and fix issues before they become problems 37 | * Help to make sure everything keeps running smooth 38 | * Being part of our weekly development cycle 39 | 40 | # Skills and Experience 41 | 42 | * Python programming 43 | * Smart and willing to learn 44 | * Able to work with a multi disciplinary team 45 | * Automation is the way you document things and you like reproducibility. 46 | * Configuration Management / Automation systems like: Ansible / Fabric / Puppet / Chef (We use Ansible) 47 | * Distributed Version Control Systems like Git or Mercurial 48 | 49 | # Pro’s 50 | 51 | * Github / Bitbucket / Google Code or other demonstrable skills 52 | * Worked on Open Source software 53 | * Experience with “big-data” 54 | * Experience with administrating Debian Linux systems 55 | * Experience with monitoring servers and applications 56 | 57 | # What we offer 58 | 59 | * A place where your ideas are welcome and cultivated 60 | * Working on Open Source projects and giving back to the community 61 | * Competitive salary 62 | * 25 vacation days 63 | * Pension plan 64 | * Room for you to improve and develop yourself 65 | * At least one job related conference a year 66 | * Office in the Jordaan in Amsterdam 67 | * Awesome Friday afternoon's 68 | 69 | If you live in the Netherlands, or have a Dutch work permit, please mail us your resume or call +31 (0)20 7028200 and ask for Diederick Ubels. 70 | -------------------------------------------------------------------------------- /jobs/travelnest_edinburgh_20180604.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Development Engineers (All levels) 3 | company: TravelNest 4 | url: https://travelnest.breezy.hr/p/8f72c74d67bd01-software-development-engineers-all-levels 5 | location: Edinburgh, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Kim Watson 9 | email: kim.watson@travelnest.com 10 | phone: +44739 8971079 11 | an engineer's name: Laurence Billingham 12 | an engineer's email: laurence.billingham@travelnest.com 13 | created: !!timestamp '2018-06-04' 14 | tags: 15 | - python 3 16 | - aws 17 | - microservices 18 | - flask 19 | - serverless 20 | 21 | --- 22 | 23 | # About Us 24 | 25 | One of Edinburgh’s most exciting startups, TravelNest is going through a period of rapid growth. 26 | 27 | We’re building a team to grow with us as we aim to develop the leading SaaS platform in our sector. The company operates in a fast-paced agile environment and needs self starters who can deliver great results. 28 | 29 | 30 | # The Role 31 | 32 | We are recruiting software engineers at all levels to help us on our mission. 33 | 34 | We take culture very seriously, and are looking for people who: 35 | 36 | 37 | - Can deliver high impact in an agile and changing environment 38 | - Understand that software is about solving customer problems as much as writing code 39 | - Are happy to take risks and learn from failure 40 | - Act with kindness towards each other 41 | 42 | As an engineer, you will be working in cross-functional teams, creatively solving problems with technology. You will build products while contributing to engineering best-practices and sharing knowledge across the function and business as a whole. 43 | 44 | Please note: as we are not currently sponsoring visas, you must be eligible to work in the UK. 45 | 46 | # The Tech 47 | 48 | We are building a microservice architecture consisting of both front-end and back-end components. We use a lot of Python, all hosted in AWS and utilizing various AWS products for storage, messaging etc. 49 | 50 | We practice continuous delivery, committing code straight into production with safety through automated tests and alerts. As engineers we take responsibility for testing, deploying and monitoring the services we build. 51 | 52 | You don’t need experience in our exact stack, just a track record of delivering successful software and an eagerness to learn. You might specialize in one area such as front-end or back-end, but will be willing to work anywhere in the stack according to most impact on our goals. 53 | 54 | # Equal Opportunities 55 | 56 | We are an equal opportunity employer and value diversity. We do not discriminate on the basis of gender, race, religion, sexual orientation, disability or age. 57 | -------------------------------------------------------------------------------- /jobs/ro-senior-pythondjango-backend-engineer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Python/Django Backend Engineer 3 | company: Ro 4 | url: https://jobs.lever.co/ro/26413a36-2857-4589-8b50-95b12501a39c 5 | location: Anywhere 6 | # Choose one of the following options 7 | contract: permanent 8 | contact: 9 | name: Remi 10 | email: remi@ro.co 11 | # : 12 | created: !!timestamp 2019-03-20 13 | tags: 14 | - python 15 | - django 16 | - postgresql 17 | - healthcare 18 | # include relevant tags 19 | --- 20 | 21 | # Senior Python/Django Backend Engineer 22 | ## Things you'll do as a Backend Engineer 23 | - Leading the design and development of backend features and components 24 | - Collaborating with other engineers in API design and development 25 | - Scaling the backend architecture and codebase 26 | - Reducing the level of technical debt of the backend codebase 27 | - Stewarding technical standards and quality 28 | - Interface with product and other functional teams and their leadership 29 | - Provide peer code review and work with remote engineering teams 30 | - Analyze and assess code with an insistence on quality and reliability 31 | 32 | ## What we are looking for 33 | - Experience working on backend systems at scale, using technologies like PostgreSQL, Django, Redis, Python, RESTFul APIs, etc. 34 | - Experience building and deploying complex but well architected, maintainable, and testable application backends 35 | - Experience with error logging and performance tools such (Sentry, New Relic, etc.) 36 | - Strong object-oriented programming and test driven development skills 37 | - Great communication skills, interacting with development, testing and product team members 38 | - Experience working as part of an agile team and knowledge of agile process 39 | - Inquisitive, love to learn, embrace failure, and never give up 40 | 41 | __We welcome qualified candidates of all races, creeds, genders and sexuality to apply.__ 42 | 43 | ##WE ARE RO 44 | 45 | We are Ro, a mission-driven healthcare technology company where doctors, pharmacists and engineers are working together to reinvent the way the healthcare system works. So it works better for everyone–providers and patients alike. We promise to make the complicated straightforward. The expensive affordable. And the frustrating delightful. 46 | 47 | By tearing down the walls and bringing providers and patients together in one place, we’re making it easier and more affordable for millions of people to get personalized treatment, get healthy and get back to living the lives they dream about. 48 | 49 | Ro is backed by some of the best investors in the world. Our investors have also backed Warby Parker, Harry’s, Stripe, Oscar, and PillPack. 50 | -------------------------------------------------------------------------------- /jobs/Memrise-Head-Of-Platfrom-Django.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Head of Platform (Python/Django) 3 | company: Memrise 4 | url: http://memrise.com 5 | location: London 6 | contract: permanent 7 | contact: 8 | name: Michael Theodoulou 9 | email: michael@memrise.com 10 | phone: 11 | created: !!timestamp '2016-06-13' 12 | tags: 13 | - uk 14 | - python 15 | - django 16 | - senior 17 | --- 18 | 19 | # Overview 20 | We're a team of 25 people working on a product used by millions worldwide that makes learning joyful and effortless, leveraging lots of brain science and plenty of humour in the process. 21 | 22 | We're scaling fast, and we're now seeking a Head of Platform to take complete ownership of the team and processes surrounding our platform including: backend-services, data, devops, continuous-deployment and our web client. 23 | 24 | This is a very exciting and challenging role, as we scale from millions to tens of millions of active users, and presents a fantastic next opportunity for an ambitious team lead / senior developer. 25 | 26 | # Role requirements 27 | 28 | We're looking for a hands-on, passionate and humble person, ideally with experience in a fast-scaling startup. You've an eye for quality, you still want to spend most of your time coding, and you love finding pragmatic solutions to tricky technical problems. 29 | 30 | Reporting directly to our CTO, you'll lead a team of 5 developers, and be responsible for scaling that team in the future. 31 | 32 | It would be great if you had: 33 | 34 | * 5+ years commercial experience 35 | * At least 2 years experience of Python 36 | * At least 2 years experience leading a team 37 | * Experience with high traffic systems 38 | * Enthusiasm, willingness and talent to dive in and solve problems regardless of programming language, context or significance (little bugs count!). 39 | * An interest in empowering teams and mentoring coders 40 | * The desire to spend a considerable amount of your time coding 41 | 42 | When you work with us, you’ll get to work on: 43 | 44 | * A large Django app and supporting services 45 | * MySQL / Redshift / Kinesis / ElasticSearch / Redis 46 | * * 'Micro' services in Python / Go / Java 47 | * Docker / EC2 48 | * And much more besides, including the latest technologies 49 | 50 | If you aren’t completely confident that you fit our exact criteria, please get in touch immediately. Humility is a wonderful thing and we’re not interested in hiring ‘rockstars’ or ‘ninjas’. And we're at least as interested in character as in talent. 51 | 52 | BENEFITS 53 | 54 | We'd offer relocation for this role. 55 | 56 | Fresh fruit; coffee and soft drinks. We have two cats in the office. We take in turns to cook a team meal every Friday on the office Aga (optional).Frequent hackathons and team expeditions. 57 | -------------------------------------------------------------------------------- /jobs/TutorCruncher-python-django-dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Junior Django Developer wanted for Software Startup 3 | company: TutorCruncher 4 | url: https://tutorcruncher.com 5 | location: 'Vauxhall, London, SW8 2LX' 6 | contract: Permanent (On site) 7 | contact: 8 | name: Tom Hamilton Stubber 9 | email: tom@tutorcruncher.com 10 | phone: 02071128953 11 | created: !!timestamp '2019-01-09' 12 | tags: 13 | - django 14 | - python 15 | - postgres 16 | --- 17 | 18 | ## TutorCruncher's looking for a new full time developer to join our small team in London. 19 | 20 | # Who we are 21 | 22 | TutorCruncher is a SaaS Startup which has quickly become the market leader in its niche. We offer specialised 23 | business management software, working with clients all over the world to provide an outstanding service which 24 | continues to meet and adapt to the needs of the tutoring industry. 25 | 26 | As a company, we're dynamic in our approach and driven to help our clients get the most out of our product. We 27 | love to work with people who share our collaborative attitude and can offer you the opportunity to have a 28 | profound impact on a rapidly growing company in a global market. It's also great fun to work with TutorCruncher: 29 | we like playing squash, important meetings in the pub and general experimentation with electronics. 30 | 31 | # The role 32 | 33 | Your role will mainly involve working on our main product, TutorCruncher, which is built in Django 34 | (backend and frontend). Your duties would include building features, fixing bugs and looking for any 35 | ways you think the system can be improved. 36 | 37 | The ideal candidate should have knowledge of: 38 | 39 | - Django(at least 1 year, and knowledge of class based views) 40 | - HTML, CSS, and JavaScript 41 | - Git (and GitHub) 42 | 43 | and more depending on how the role expands. We are interested in candidates who enjoy working to a high 44 | standard, can learn fast, and like to get stuck in. 45 | 46 | This job is on-site only, so please don't apply if you wish to work remotely. **Starting salary would be 47 | £25-35k depending on experience.** 48 | 49 | Whilst working with TutorCruncher, you'll be working across all of our products. You'll get experience 50 | working with: 51 | 52 | - React and Create React App 53 | - Deploying with Heroku and AWS (multiple times per week) 54 | - Using CloudFlare's distributed web workers 55 | - PostgreSQL and Redis databases 56 | - asyncio and AIOHTTP 57 | 58 | Your duties would include building features, fixing bugs, working on the website and basically anything else 59 | that comes up. New initiatives will be constantly explored and your role will include leading projects and using 60 | new services and tools. We have some open source projects that you can check out, just search TutorCruncher on GitHub. 61 | -------------------------------------------------------------------------------- /jobs/skilljar_sde_seattle.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python/Django Developer 3 | company: Skilljar 4 | url: https://jobs.lever.co/skilljar/61b17ebe-8a00-485f-bc22-83302d979a32 5 | location: Seattle, WA 6 | contract: permanent 7 | contact: 8 | name: Hiring Manager 9 | email: careers@skilljar.com 10 | created: !!timestamp '2017-05-22' 11 | tags: 12 | - python 13 | - postgresql 14 | - django 15 | - django-rest-framework 16 | - aws 17 | - heroku 18 | - senior 19 | --- 20 | 21 | # Skilljar - Software Development Engineer 22 | 23 | Skilljar is seeking a versatile Software Development Engineer to join our fast-growing team. This person will be responsible for the technical design, development, and deployment of amazing products that delight our customers. 24 | 25 | We’re looking for someone with a successful track record building software products in an agile development environment. In addition, you will be joining a small and rapidly growing team, where you will have direct input into the product. 26 | 27 | You must be very comfortable wearing multiple hats in a highly ambiguous environment, managing complex customer requirements, and working closely with sales and marketing teams to close major accounts. This is a fantastic opportunity for a driven, strategic, and high-judgment software engineer to get in at the ground floor of a rapidly accelerating startup that has already delighted dozens of Fortune 1000 and mid-market clients. 28 | 29 | Questions? Contact us: careers at skilljar dot com 30 | 31 | # Requirements 32 | 33 | * 3+ years building web applications at scale using Django, Rails, or some equivalent framework. 34 | * Laser focused on delivering high quality features, with excellent judgment on balancing time-to-market and scalability. 35 | * Highly confident throughout the stack, whether that’s building responsive front-end interfaces or building service-oriented backends& APIs. 36 | * Knowledgeable on best practices for the full software development life cycle, including coding standards, code reviews, source control management, build processes, testing, and operations. 37 | * Highly self-directed and comfortable in a small, unstructured environment with ambiguous and rapidly changing requirements and designs. 38 | * A collaborative team player with excellent communication skills. 39 | * US work authorization and criminal background check are required. 40 | 41 | # About Skilljar 42 | 43 | We're disrupting the $130 billion corporate training market with our modern, easy-to-use, enterprise training platform. Our inbound customer demand has been phenomenal and we are ready to scale up for growth. We are a professional and experienced team with roots at Amazon.com, and we enjoy team lunches and a fun work environment in downtown Seattle. This is an amazing opportunity to join a funded, early stage startup! 44 | -------------------------------------------------------------------------------- /jobs/mintel-software-developer-chicago.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Developer 3 | company: Mintel 4 | location: Chicago, USA 5 | url: http://careers.mintel.com/jobs/view/software-developer-3 6 | contact: 7 | name: Matt Hall 8 | email: mhall@mintel.com 9 | contract: Permanent 10 | created: !!timestamp '2015-03-16' 11 | tags: 12 | - usa 13 | - chicago 14 | - python 15 | - django 16 | --- 17 | 18 | # Overview 19 | 20 | Mintel is the world's leading market intelligence agency. 21 | 22 | We have a great opportunity for a talented individual to join us in Chicago as a Software Developer. Joining an established team, the candidate will be redeveloping marketing intelligence websites that are used by most of the largest CPG companies and financial services institutions in the US and Canada, as well as the data entry and quality assurance systems which power it. 23 | 24 | ### Responsibilities 25 | 26 | * Participate in planning activities with the Product Owner and other stakeholders. 27 | * Develop features for our client-facing website and data entry software. 28 | * Demo software to stakeholders and record their feedback. 29 | * Participate in testing and other quality assurance activities. 30 | * Manage the deployment of new features to beta and live environments. 31 | * Contribute to continuous improvement activities. 32 | 33 | ### Benefits 34 | 35 | * Join a diverse, high-functioning Scrum team who enjoy great relationships with their Product Owner and stakeholders. 36 | * Exposure to our full software stack, using primarily Open-Source software. 37 | * A culture that fosters entrepreneurial spirit. 38 | * Influence the direction of your team through continuous improvement activities. 39 | * Collaborate with your team in an agile open workspace, or retreat to one of our quiet areas when you need to focus on individual tasks. 40 | * Intensive pairing activities to get you up to speed quickly with our technology stack. 41 | * Generous health insurance, vacation time, and 401k matching. 42 | * Access to recreational activities such as ping-pong, shuffleboard, on-site gym and regular social events. 43 | 44 | ### Experience and Skills 45 | 46 | * STEM degree or equivalent experience coupled with a proven ability to solve problems with code. 47 | * 1-5 years experience (academic or professional) of software development. 48 | * Ability to learn and adapt to new technology platforms. 49 | * Experience in web technologies and POSIX-based systems is beneficial but not required. 50 | * Desire to work in a highly collaborative environment and participate fully in agile software development processes. 51 | * Aptitude for identifying and solving problems, both technical and organizational. 52 | * Desire to enhance your development capabilities with some of the skills of a sysadmin, tester and DBA. 53 | 54 | EOE AA Minority/Female/Veteran/Disability 55 | -------------------------------------------------------------------------------- /jobs/aisoft-development-llc-remote-contractor-senior-django-rest-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Remote Contractor Senior Django REST Developer 3 | company: AIsoft Development LLC 4 | url: https://aisoft.dev/ 5 | location: Washington, D.C., Remote 6 | # Choose one of the following options 7 | contract: contract 8 | contact: 9 | name: Teddy Owen 10 | email: hiring@aisoft.dev 11 | phone: # Phone number (optional) 12 | created: !!timestamp 2020-06-08 13 | tags: 14 | - python 15 | - sql 16 | - django 17 | - REST 18 | - API 19 | # include relevant tags 20 | --- 21 | 22 | We’re a young team of developers building mobile apps, web apps and Alexa skills for clients in the US, and we’re looking to hire a remote Django REST developer to work about 10 hours per week with the goal of increasing that over time. You can work pretty flexibly around your own schedule, and you’ll only be responsible for back-end Django REST API development, not front-end or unrelated dev ops work (unless that interests you). All front-end development will be handled by a front-end dev using client-side libraries like React or Flutter, not Django Templating. All our leadership are developers, so you won’t be bombarded with unrealistic expectations. You’ll also have help from a junior developer or two when/where needed. Available work will vary depending on client projects, but will increase with time. To learn more, you can email us or visit our site: https://aisoft.dev/. We look forward to you joining the team! 23 | 24 | Requirements: 25 | - Fluent English 26 | - Located in North America 27 | - Entrepreneurial spirit 28 | - 5+ years of experience in Django REST development (flexible) 29 | - Comfortable overseeing a couple Junior developers (those with 1-2 years experience) 30 | - Able to draft a data model, URL schema and endpoint layout based on project discussions with product manager 31 | - Comfortable learning and integrating arbitrary third party APIs (e.g. Stripe, Google Cloud Storage, Mailgun, etc.) 32 | - Good experience with SQL and specifically PostgreSQL (should feel comfortable writing raw SQL and managing a postgres instance beyond the scope of the ORM when needed - e.g. Materialized Views) 33 | - Should feel comfortable implementing database concepts like indexing, caching and read/write replication 34 | - Should feel comfortable implementing Cron Jobs and worker queues with technologies like Celery, Redis etc. 35 | - Experience deploying with Docker 36 | - Django Channels websocket experience (bonus) 37 | - Experience deploying to Kubernetes (bonus) 38 | - Google Cloud experience (bonus) 39 | - Experience with Gitlab, including its CI/CD pipeline (bonus) 40 | 41 | In your email, please send a short description of your experience (can be in CV but doesn’t have to be) and links to Linkedin and/or Github if you have them. If you have a portfolio, please send. 42 | -------------------------------------------------------------------------------- /jobs/amsdard_wroclaw_django_0.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Middle/Senior Python Developer 3 | company: Amsterdam Standard 4 | url: http://amsterdamstandard.com 5 | location: Wroclaw/Krakow, Poland 6 | contract: permanent 7 | contact: 8 | name: Joanna Danel 9 | email: praca@amsterdam-standard.pl 10 | phone: +48 730 048 788 11 | created: !!timestamp '2018-04-23' 12 | tags: 13 | - python 14 | - sql 15 | - django 16 | - microservices 17 | - backend 18 | - aws 19 | - graphql 20 | --- 21 | 22 | We are Amsterdam Standard, the software house with a team of skilled, experienced and passionate developers. We manage and develop mobile and web projects. Hard working, fun making, constantly striving to improve ourselves and get results. 23 | 24 | # We expect you to have: 25 | 26 | * very strong Python programming skills, 27 | * experience with at least one of Python-based web frameworks (e.x. Django) 28 | * experience with web services, 29 | * knowledge of design patterns, 30 | * capability of building unit & functional tests, 31 | * practical knowledge of VCS tools (Git or Mercurial), 32 | * practical knowledge related to databases MySQL or PostgreSQL, 33 | * good command of English. 34 | 35 | # You will get extra points for: 36 | 37 | * JavaScript 38 | 39 | # What we offer? 40 | 41 | * being a part of a great team of skilled, experienced and passionate developers which your opinion matters, 42 | * we will co-finance your conference and trainings attendances, 43 | * possibility to attend English classes, 44 | * we care about your work-life balance - flexible working hours and possible remote work, 45 | * excellent work atmosphere – many unforgettable integration parties, time to relax with table football and Pizza Fridays 😊 46 | * last, but not least: health care, multisport, fresh fruit and much more! 47 | 48 | # How do we work? 49 | 50 | * our codebase is hosted on BitBucket/GitHub, 51 | * we manage our projects using Jira, Taiga & Redmine, 52 | * we work in Scrum when it makes a point, 53 | * 8/10 projects are hosted on Amazon or Azure, 54 | * we track live environment issues using Sentry, 55 | * we use prometheus/ELK/grafana for more advanced monitoring, 56 | * we deploy new projects using Docker, 57 | * we use our own infrastructure with Rancher cluster installed for internal development & testing, 58 | * we use Slack for daily communication & Skype/hangouts/appear.in for video calls, 59 | * you can check out our know-how & other nice stuff in our company's wiki, 60 | * we analyse the code we make using SonarQube, 61 | * we use LDAP management for accessing our internal tools, 62 | * we have our own Synology NAS for file sharing, 63 | * sometimes (when you're waiting for your client's feedback ;-)) we develop our internal projects or skills with the cutting-edge technologies (ECMA6, Redshift, EMR, pipeline, Lambda, PHP 7.x, Python 3.6, ReactJS, Angular etc.). 64 | -------------------------------------------------------------------------------- /jobs/Full_Stack_Python-Xref.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Full Stack Engineer 3 | company: Xref 4 | url: https://jobs.smartrecruiters.com/Xref3/743999716546197-full-stack-engineer 5 | location: Sydney, Australia 6 | contract: permanent 7 | contact: 8 | name: Amy Cotterill 9 | email: amy.cotterill@xref.com 10 | phone: 11 | created: 2020-08-12 12 | tags: 13 | - python 14 | - django 15 | - angular 16 | - sydney 17 | --- 18 | 19 | # Full Stack Engineer 20 | 21 | Xref (XF1) is trusted by businesses globally to offer reference, background and ID checks that are fast, simple and secure. 22 | 23 | 24 | ###The Opportunity 25 | 26 | 27 | This opportunity will have you working across the full software development lifecycle, from analysing needs through to developing and testing the new software to ensure it meets the identified needs. You will be working closely with product, operations and data science teams to deliver new features. The right person will be an advocate for the newest tech, someone who knows their stuff, who’s innovative and can get passionate about our platform. 28 | 29 | We use a modern tech stack including: 30 | * Angular 31 | * Python 32 | * Node.js 33 | * REST API’s (Django) 34 | * PostgreSQL 35 | * MySQL 36 | * NoSQL 37 | * Elasticsearch 38 | * Docker 39 | * AWS Lambda 40 | * Github 41 | * JIRA 42 | * Travis CI 43 | 44 | 45 | 46 | ###You'll need: 47 | 48 | 49 | * At least 2 years developing in Python and Django across the full development lifecycle 50 | * Working knowledge of Angular 51 | * Hand-on experience using relational databases like mySQL or PostgreSQL 52 | * High attention to detail with a problem-solving aptitude 53 | * Some familiarity with AWS services would be a bonus 54 | * To enjoy working in a startup culture - perks, challenges and all! 55 | 56 | As a team we're enjoying working from home and have achieved some incredible goals whilst working virtually together. We're not in a rush to go back to the office just yet, but further down the line you can expect to share your time between the office and home for a well-balanced work / home life. 57 | 58 | 59 | 60 | ###Why join Xref's Development team? 61 | 62 | 63 | * Driven - we’re an ambitious bunch and we’re always on the lookout for new ways to improve the Xref platform 64 | * The People - we're a close team and we love what we do, we believe in the platform and we encourage each other to succeed as a team and individually 65 | * Fast-paced - in a high-growth company, things can change in a heartbeat but we’ve got the drive to jump in and get a job done 66 | * Hands-on - we will all roll up our sleeves and get involved. While we have individual specialist skills, we support each other to deliver the best results as a team 67 | * Award-Winning - we have won multiple awards celebrating the technology we have created and this is all down to our hard-working dev team! 68 | -------------------------------------------------------------------------------- /jobs/ELoC-investments-analyst-and-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Investments Analyst and Developer 3 | company: Equitable Life of Canada 4 | location: Waterloo, Ontario, Canada 5 | url: http://www.equitable.ca/en/join-our-team/current-opportunities/investments-analyst-and-developer.aspx 6 | contract: permanent 7 | contact: 8 | name: Geoffrey McLarty 9 | email: resumes@equitable.ca 10 | 11 | created: !!timestamp '2015-03-12' 12 | tags: 13 | - python 14 | - SQL 15 | - PostgreSQL 16 | - VBA 17 | - HTML 18 | - Canada 19 | - Insurance 20 | - Waterloo 21 | --- 22 | 23 | # Overall Purpose 24 | 25 | The incumbent is responsible for spearheading a variety of divisional initiatives that support our key elements of the department vision of delivering superior, sustainable, risk-adjusted results to meet the needs of each of the Lines of Business. 26 | 27 | For each project the incumbent must provide all initial research and procedural methodology; support a timely and efficient implementation, while continually evaluating current conditions and procedures for future improvement. 28 | 29 | This role is essential when aligning Corporate goals and resources of the Investment Division’s needs and provide support to Financial reporting, Taxation and Actuarial. The incumbent is a key employee who significantly contributes to the 30 | cost-effectiveness and efficiency of the Investment division and Equitable Life. 31 | 32 | Responsible for analysis, process design, program coding, testing, implementing of scripts and processes within Investments. Makes recommendations toward the design and development of new code while optimizing process efficiency, maintainability, and scalability of processes. Also responsible for managing third party applications (hosted internally or externally), providing internal support, coordination with vendor resources, and maintaining complex production applications. 33 | 34 | # Qualifications 35 | 36 | * Programming languages: Python, SQL (Postgresql), VBA, HTML 37 | * Excellent analytical, problem solving and organization skills 38 | * Excellent communication 39 | * Strong Knowledge of Database concepts and practices 40 | * Extensive experience with scripting languages required, with Python preferred 41 | * Experience with automation of processes an asset 42 | * Experience utilizing open source modules an asset 43 | * Knowledge of web servers (IIS), Postgresql and Windows Server an asset 44 | * Knowledge of mutual fund processes an asset 45 | * Knowledge of insurance industry an asset 46 | * Knowledge of different investments including: equities, fixed income, preferred shares, derivatives, mortgages, private placements, segregated funds 47 | * 2+ years’ experience building and supporting databases and/or dealing with an asset portfolio management system (relevant cooperative work term experience will be considered) 48 | * Post-secondary education in technology or investment related field -------------------------------------------------------------------------------- /jobs/partners-capital-senior-full-stack-contract-software-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Full Stack Contract Software Developer 3 | company: Partners Capital 4 | url: https://www.partners-cap.com/ 5 | location: London, England 6 | 7 | contract: contract 8 | contact: 9 | name: Suzi Huntington 10 | email: suzi.huntington@partners-cap.com 11 | phone: +44 (0)20 7938 5228 12 | # : 13 | created: 2018-06-27 14 | tags: 15 | - Python 16 | - SQLAlchemy 17 | - Flask 18 | - React 19 | - React.js 20 | - MySQL 21 | # include relevant tags 22 | --- 23 | 24 | Partners Capital LLP is an independent international investment advisory firm serving high net worth families, foundations and endowments located in London, Hong Kong and Boston. We act as the outsourced investment office providing wholly independent advice on asset allocation and best of breed asset manager selection. 25 | We were initially established to advise the senior partners of the leading private equity, investment banking, strategy consulting and law firms. As such, our clients are typically sophisticated, well informed, experienced investors, often from within the investment community or leading university endowments. 26 | 27 | Our current assets under management exceed $18 billion with over 120 employees across five offices. The minimum client size is $20m with our largest having over $1 billion in assets. 28 | Our strategy aims to provide our clients with highly customized advice, which diversifies their portfolios across all asset classes including public equity, private equity, real assets, fixed income and hedge funds. With the help of our investment committee, shareholders and clients, we endeavour to gain access to the top performing managers in each asset class. 29 | 30 | 31 | # The person we are looking for: 32 | The ideal candidate will be an exceptionally talented software engineer with 6-7 years of industry programming experience as a full stack developer in the Python/React.js Framework. 33 | 34 | The primary responsibility of the individual is to work on all phases of the software development cycle to migrate an existing balance sheet functionality of the firm from a PHP/.NET code base to a Python stack. The developer should have: 35 | 36 | (mandatory) 37 | * Strong Python programming experience in the Flask framework (PEP 8) 38 | * Experience with SQLAlchemy 39 | * Test Driven Development (unittest, mocking, patching) 40 | * Experience building front end using JavaScript Framework specifically in React.js 41 | * Relational Database (MySQL) 42 | 43 | (optional) 44 | * Understanding of PHP code 45 | 46 | ## Contract Start Date 47 | This is an urgent requirement with a target start date of mid July to early August. We are only looking for candidates who are able to start at this time. 48 | 49 | ## Renumeration 50 | The daily contract rate is £450-500. 51 | 52 | -------------------------------------------------------------------------------- /jobs/pythonkwalee.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Backend Python Developer 3 | company: Kwalee 4 | url: http://kwalee.com 5 | location: Leamington Spa, Warwickshire, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: Veronica Minano 9 | email: veronica.minano@kwalee.com 10 | phone: +44 0000 000000 11 | created: !!timestamp '2016-09-26' 12 | tags: 13 | - uk 14 | - python 15 | - nosql 16 | - django 17 | - senior 18 | --- 19 | 20 | # Overview 21 | 22 | Kwalee is an expanding, independent mobile game developer based right in the heart of Leamington Spa, England, specialising in multiplayer, mass market games featuring user generated content. The Company was founded by David Darling CBE in 2011 (he was one of the original founders of Codemasters). We have a dynamic, highly experienced team of developers, including the original creator of Micro Machines, who use their talents to create highly innovative and exciting games. 23 | 24 | We are working on cutting edge technology for a new mobile game that is going to disrupt the industry and we need a talented Senior Server Programmer to help make this happen. As part of the team you will be included in our generous profit sharing scheme. 25 | 26 | As our Senior Games Server Programmer, we need you to deliver high quality, innovative and extremely fun mobile games. You will help lead the design and architecture of our servers and implement server features to robustly support millions of mobile games players. 27 | 28 | The systems you create will perform excellently and reliably, whilst being secure and scalable. Your code will need to be demonstrably of the highest quality. 29 | 30 | 31 | # Role requierements 32 | 33 | * A proven track record of writing high quality database and program code for servers 34 | * An excellent knowledge of highly scalable systems 35 | * Experience in Python 36 | * Knowledge of Unix, Linux or equivalent development environments 37 | * Knowledge of Nosql databases (Couchbase, MongoDB, Cassandra, Memcache, etc) 38 | * A creative mindset motivated by challenges and constantly striving for the best 39 | * 3+ years experience in games servers or a related industry 40 | * A team player who will contribute daily to developing great games 41 | * Excellent organisational skills 42 | 43 | 44 | # Salary and location 45 | 46 | Salary is negotiable depending upon experience and proven track record plus company benefits and royalties sharing scheme 47 | 48 | Benefits include private pension, private medical cover and life assurance 49 | 50 | 51 | # What else do we offer? 52 | 53 | - A highly creative atmosphere with the opportunity to contribute daily to important development decisions 54 | 55 | - An extremely experienced and passionate team, including David Darling CBE and many other industry veterans 56 | 57 | - A very ambitious ethos - we are aiming to create chart topping mobile hits 58 | 59 | - Quarterly team building days - work hard, play hard! 60 | -------------------------------------------------------------------------------- /jobs/liveit_juniordev_201709.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Graduate/Junior Python (+ JS) Developer 3 | company: LIVE IT 4 | url: http://www.liveit.io 5 | location: Edinburgh, United Kingdom 6 | contract: permanent 7 | contact: 8 | name: David Moss 9 | email: devjobs@liveit.io 10 | created: !!timestamp '2017-09-01' 11 | tags: 12 | - uk 13 | - python 14 | - django 15 | - javascript 16 | - vuejs 17 | - aws 18 | - microservices 19 | - Docker 20 | - serverless 21 | - junior 22 | - graduate 23 | - edinburgh 24 | - glasgow 25 | --- 26 | 27 | # Job Description 28 | LIVE IT is looking for a graduate or junior Python (and JavaScript) developer to join our technology team in Edinburgh. 29 | 30 | Our ticketing platform is trusted by event professionals around the world to deliver their primary revenue stream. Our next step is a suite of tools for event promotion, analytics & management and we would like you to help us build it. 31 | 32 | You will specify, build and deploy new features as well as find and fix bugs, refactor code and improve the speed and resilience of our platform. 33 | 34 | There are opportunities to get involved in all aspects of software development and you will be given the support and resources to learn and grow your skills. 35 | 36 | # Requirements 37 | Ideally you will have a degree in computer science or a related field and enough experience with Python to feel comfortable tackling everyday programming problems. We would like to see a working knowledge of CSS and JavaScript for tackling frontend tasks too. You should know your way around a Linux command line and experience using Docker and AWS will help you get up and running quickly, but is not essential. 38 | 39 | # About LIVE IT 40 | LIVE IT provides registration and ticketing for events and venues. Our primary market is live events such as festivals and concerts. 41 | 42 | The LIVE IT technology team is based in CodeBase, right next to Edinburgh Castle. We work flexible hours and usually work from home on Fridays. We take a mentor-based approach using a combination of pair programming and coaching. 43 | 44 | Our company culture is important to us. Everyone is encouraged to share their views and suggestions, everyone is given the autonomy to handle their own work schedule and everyone is given the support to succeed. 45 | 46 | # Benefits 47 | 48 | - Flexible hours 49 | - Work from home on Fridays (if you want!) 50 | - Generous equipment budget to spend as you wish 51 | - Weekly team lunches 52 | - Lovely city centre office 53 | - Small multi-skilled team 54 | - 25 days annual leave (in addition to bank holidays) 55 | - Take English or Scottish bank holidays 56 | - Working-parent friendly 57 | - Comfy chairs for nap time 58 | 59 | # To apply 60 | To apply, please send your CV and a link to your GitHub (or similar) profile to devjobs@liveit.io 61 | 62 | Unfortunately we are not offering visa sponsorship for this role, so you will need the right to work in the UK. No agencies please. 63 | -------------------------------------------------------------------------------- /jobs/growth_intel_data_sci.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data Scientist 3 | company: Growth Intelligence 4 | location: London, England 5 | url: http://growthintel.com/careers/ 6 | contract: permanent 7 | contact: 8 | name: Shammi Madhvani 9 | email: shammi@growthintel.com 10 | created: !!timestamp '2015-07-07' 11 | tags: 12 | - london 13 | - data scientist 14 | - machine learning 15 | - data 16 | - uk 17 | --- 18 | 19 | ## About Growth Intelligence (Gi) 20 | 21 | Gi is a fast-growing tech startup based in East London and is a pioneer of Predictive Lead Generation. Our clients include Google, American Express and Vodafone. 22 | 23 | As an engineer at Growth Intel you'll help us build, process and scale up our platform. We're ambitious and we need you to help us take the messy data we have on millions of companies and push it through a data pipeline into a web based search and recommendation engine. 24 | 25 | You'll join a growing team of bright developers and data scientists experienced in Machine Learning, Data analysis, Engineering and DevOps and work in a collaborative agile environment, influencing the direction of our product and technology strategy. 26 | 27 | ## The Role 28 | 29 | This is a full time position based in London. 30 | 31 | ### What you'll do: 32 | 33 | * Process structured / unstructured data from a variety of sources (public and private) 34 | * Feature engineering of datasets – creative thought in generating new predictive signals for the system 35 | * Build classifiers and predictive models using the signals we collect (supervised approaches) 36 | * Evaluate the performance of models and debug these systems 37 | * Build recommendation systems 38 | * Help to build data pipelines, clean-up data, create rules for data quality 39 | * Drive quality into feature and datasets 40 | 41 | ## Requirements 42 | 43 | ### We're looking for: 44 | 45 | * Excellent communication and team working skills, relishing the prospect of working in a fast-paced and collaborative environment - you should a self-starter with a demonstrable passion for technology. 46 | * Practical, commercial experience of Python and Linux (two years at least) 47 | * Practical experience of Machine Learning or NLP 48 | * Experience working with large datasets (preferably web datasets / unstructured data) 49 | * Python, scikit-learn, pandas and IPython notebooks (the data science toolkit) 50 | * Distributed processing systems e.g. Apache Spark 51 | * NoSQL databases 52 | 53 | ### It'd be great if you had: 54 | 55 | * Fluency in additional programming languages such as Javascript, Java or C++ 56 | * Web-based data scraping / crawling techniques and experience of cloud platforms 57 | 58 | ## Benefits 59 | 60 | * Working in a motivated, fast moving team: we have plenty of interesting challenges and you'll learn a lot. 61 | * Regular salary reviews 62 | * Opportunity to participate at relevant conferences/events (e.g. PyData) 63 | * Team dinners and activities, frequent team events/beer and birthday cakes! 64 | -------------------------------------------------------------------------------- /jobs/university-of-connecticut-junior-software-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Junior Software Developer 3 | company: University of Connecticut 4 | url: https://sait.uconn.edu/jobs/job-opening-junior-software-developer/ 5 | location: Storrs, Connecticut USA 6 | contract: permanent 7 | contact: 8 | name: Valerie Puffet-Michel 9 | email: valerie.puffet-michel@uconn.edu 10 | created: !!timestamp 2018-04-25 11 | tags: 12 | - python 13 | - javascript 14 | - sql 15 | - sqlalchemy 16 | - pyramid 17 | - docker 18 | - jenkins 19 | - agile 20 | - mako 21 | - linux 22 | - junior 23 | - web 24 | --- 25 | 26 | # Overview 27 | Student Affairs Information Technology is seeking a junior Software Developer. This is an opportunity to build new business software products for UConn students, staff and faculty. You will work with a small, dedicated team of software developers to deliver quality code early and often. Agile and DevOps are at the heart of what we do. 28 | 29 | ## What we are looking for in a candidate: 30 | * A bachelor’s degree in a computer-related field or equivalent work experience. 31 | * At least one year of programming experience writing software. 32 | * Knowledge of Python and front-end web libraries like Bootstrap, jQuery, Knockout.js. 33 | * Knowledge of object-oriented software design. 34 | * Knowledge of database design in SQL. 35 | * Knowledge of Linux, Git, and writing automated tests. 36 | * Familiarity with Agile development methodologies. 37 | 38 | ## Preferred Qualifications 39 | * Experience in Python or similar dynamic language. 40 | * Experience with front-end web libraries and frameworks such as Bootstrap, jQuery, Knockout.js, AngularJS, etc. 41 | * Knowledge of object-oriented design, database design and SQL. 42 | * Knowledge of Linux. 43 | * Knowledge of source control tools like Git, BitBucket. 44 | 45 | ## About UConn 46 | The University of Connecticut is the state’s flagship institution of higher learning. Founded in 1881, the University spans 4,109 acres at its main campus and four regional campuses, and an additional 209 acres at UConn Health in Farmington. The main campus, located in Storrs, Connecticut, enrolls over 19,000 undergraduate and approximately 7,000 graduate students. The University of Connecticut is a school of choice for academically talented students. UConn is ranked in the top 25 of the nation’s best public universities by U.S. News & World Report. 47 | 48 | ## To Apply 49 | 1. Go to [http://hr.uconn.edu/jobs/](http://hr.uconn.edu/jobs/) 50 | 2. Click “Staff Positions” and search for position #2019525 51 | 3. For full consideration submit a cover letter, resume and the names and contact information for three references in Word or PDF format. Employment of the successful candidate is contingent upon the successful completion of a pre-employment criminal background check. 52 | 53 | This job posting is scheduled to be removed at 11:59 p.m. Eastern time on May 10, 2019. 54 | 55 | The University of Connecticut is an EEO/AA employer. 56 | -------------------------------------------------------------------------------- /jobs/valsys-python-flask-developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Python / Flask engineer 3 | company: Valsys 4 | url: https://valsys.io 5 | location: London, UK 6 | contract: permanent 7 | contact: 8 | name: Simon Bessey 9 | email: simon.bessey@valsys.io 10 | phone: N/A 11 | 12 | created: !!timestamp 2019-05-10 13 | tags: 14 | - python 15 | - flask 16 | - aws 17 | - postgresql 18 | - reddis 19 | - neo4j 20 | - docker 21 | --- 22 | 23 | #### ABOUT 24 | We’re Valsys: a machine learning platform for company valuation. For too long, spreadsheets have been the weapon of choice in financial modelling - manual data entry, human error, bad stats and hidden biases have led to ineffective models. We’re not creating spreadsheet software though; we’ve built an engine from the ground up that allows you to value public companies in seconds. 25 | If you’re a software engineer looking to have a big impact on a fast growing company then get in touch! 26 | 27 | #### OUR CULTURE 28 | Valsys is a very early stage startup - we are a fully technical team and we don’t get caught up in office politics. We strongly believe in taking the time to build things correctly, sometimes you can’t just move fast and break things. Every team member is crucial to our organization, we are learning as we go and highly encourage feedback - transparency is key. It’s important that early team members be autonomous and can take the initiative. You’ll be part of a dynamic team working towards a singular vision. 29 | 30 | #### BACKEND BASICS 31 | Our services are mostly written in Python with Flask. We use a variety of databases (relational, NoSQL, graph) to store the many different types of data we have to work with and their relationships. Everything is containerized (Docker) and the infrastructure runs on AWS. 32 | 33 | #### ROLE OVERVIEW 34 | We’re looking for someone who is interested in solving hard problems, not afraid of venturing into unknown territory and will put in the work to get the job done. You will be working on new and exciting technologies in a small team that’s determined to do this right. 35 | 36 | **Requirements**: 37 | 38 | * 1-3+ years experience in any strongly-typed language 39 | * Working knowledge of Python 40 | * Experience designing, building and maintaining complex systems from inception to production 41 | * Working knowledge of containerization and orchestration 42 | * Testing experience (unit, system, integration) 43 | 44 | **Bonus**: 45 | 46 | * Familiarity with graph databases (particularly in production) 47 | * Knowledge of concurrent programming principles 48 | * Financial or accounting experience/understanding 49 | * Experience with distributed processing frameworks 50 | * Experience with various data serialization formats 51 | 52 | #### BENEFITS 53 | 54 | * Competitive startup salary & equity-based incentives 55 | * Opportunities to grow quickly 56 | * We’ll provide you with the hardware you choose 57 | * 28 days paid leave 58 | * Flexible working hours 59 | * Ability to work from home on certain days 60 | -------------------------------------------------------------------------------- /jobs/cgpartners_lead_creative_backend_developer.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Lead Creative Back-end Developer 3 | company: C&G Partners 4 | url: http://cgpartnersllc.com 5 | location: New York, NY, USA 6 | contract: project-based and permanent opportunities available 7 | contact: 8 | name: Careers at C&G Partners 9 | email: backenddev@cgpartnersllc.com 10 | phone: (212) 532-4460 11 | created: !!timestamp '2017-06-20' 12 | tags: 13 | - nyc 14 | - python 15 | - django 16 | - senior 17 | - backend 18 | - elasticsearch 19 | - solr 20 | - linux 21 | --- 22 | 23 | # Overview 24 | 25 | C&G Partners is a multi-specialty creative studio, dedicated to design for culture — from cultural organizations to organizational culture. We focus on design and user experience, making sure that our creations are elegant, engaging, seamlessly integrated, and efficient. We follow industry standards and best practices, and ensure that our work is not just visually appealing, but also well-built. 26 | 27 | We follow a rigorous design and development process to ensure the highest quality and we incorporate testing, monitoring, and documentation in every project. In our day to day work, we encourage exploring new methodologies and insights to improve our processes, and we are always learning and growing so we look to each team member to contribute in every way. 28 | 29 | We are seeking an experienced creative back-end developer to help lead projects through the entire design process—from concept discovery to implementation. As a member of our digital team, you will help build applications for both web and non-web projects. 30 | 31 | # Requirements 32 | * Three or more years of experience in back-end development 33 | * Experience in full-stack web development, with a good understanding of server-side and client-side performance optimization 34 | * Experience designing multi-tier architecture 35 | * Experience developing RESTful/MVC back-end frameworks, such as for Django, Ruby on Rails, or Symfony (we use Django) 36 | * Experience in making CMS interfaces more user-friendly 37 | * Experience configuring Linux-based web servers 38 | * Experience configuring databases like MySQL or Postgres 39 | * Experience developing custom search (Elasticsearch, Solr, etc.) 40 | * Experience with AWS and other cloud-based services 41 | * Experience integrating third-party APIs 42 | * Experience in configuring, deploying, and maintaining server-side infrastructure 43 | 44 | # Bonus Experience 45 | * Developing in other CMSs such as Drupal, .Net, CodeIgniter, Symfony, WordPress, etc. 46 | * Agile development and feature branch workflow 47 | * Continuous integration 48 | * Build automation (we have existing SaltStack projects) 49 | * Familiarity with popular front-end frameworks such as React, Angular, Backbone, Ember, etc. 50 | 51 | Compensation commensurate with salary history. Please provide resume, portfolio link, and professional references to: backenddev@cgpartnersllc.com with "Lead Developer" in the subject line. Email replies only please. 52 | -------------------------------------------------------------------------------- /jobs/bambus_vienna_django_dev_20200302.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Backend Developer (Python/Django) 3 | company: Bambus.io 4 | url: https://www.bambus.io 5 | location: Vienna, Austria 6 | contract: permanent 7 | contact: 8 | name: Patrick Wollner 9 | email: patrick@bambus.io 10 | created: !!timestamp 2020-03-02 11 | tags: 12 | - python 13 | - PostgreSQL 14 | - django 15 | - backend 16 | --- 17 | At Bambus, we are redefining what property ownership means. We make real estate ownership more flexible, productive and transparent. Our growing team is based in the centre of Vienna. We are looking for a full-time Senior Backend Engineer in Vienna, Austria to actively contribute to all aspects of our development efforts. You will be reporting directly to the founders. 18 | 19 | # Overview 20 | In this job, you’ll be improving the structure and robustness of our customer-facing web application as well as adding a host of new features, ranging from API integrations to security features. You will be managing development cycles, maintaining our products, and keeping customer data secure. The core technologies for this role include **Python/Django** and **PostgreSQL**. 21 | 22 | As an ideal candidate, you will have previously played a significant role in the development of a large-scale web application and have extensive experience with Django and some Javascript experience (not required!). Feel free to apply if you have other relevant skills and experience that you think may make you a valuable member of our team. 23 | 24 | # Requirements 25 | 26 | * Proficient in Python and experience with the Django framework 27 | * Hands-on attitude and personal initiative 28 | * At least 5 years of agile development experience 29 | * Previous project management responsibilities 30 | * Desire to grow and learn 31 | * Self-starter and able to operate in a dynamic environment 32 | * Ability to work on multiple projects concurrently 33 | * Creative mindset and ready to try and learn new methods 34 | * Fluent in German AND/OR English 35 | 36 | **Not required (but a plus)** 37 | 38 | * Particular interest in security and working with financial data 39 | * Experience with test automation: unit/integration/functional testing 40 | * Experience with CI/CD processes 41 | * Familiarity with or interest in DevOps (Terraform) 42 | 43 | # We offer 44 | 45 | * The opportunity to build a revolutionary platform 46 | * A dynamic multinational team without hierarchies 47 | * The opportunity for you to grow with Bambus 48 | * A sunny and modern office 49 | * Start: Immediately 50 | * Location: Vienna (we're not recruiting remotely for this position, but we're open to cover relocation costs) 51 | 52 | Bambus enables home-owners to act like professional investors. Real estate assets should give their owners financial freedom and flexibility, rather than limit their options. Our approach to asset-backed lending will fundamentally change the way home-owners manage their property. 53 | 54 | We're funded, growing and look forward to receiving your application. 55 | -------------------------------------------------------------------------------- /jobs/CrowdScores.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Senior Backend Developer 3 | company: CrowdScores 4 | location: London, England 5 | url: http://crowdscores.com/careers/senior-python-developer/ 6 | contract: permanent 7 | contact: 8 | name: Keir Little 9 | email: jobs@crowdscores.com 10 | created: !!timestamp '2018-04-09' 11 | tags: 12 | - python 13 | - flask 14 | - rabbitmq 15 | - postgres 16 | - aws 17 | - backend 18 | - microservices 19 | --- 20 | 21 | Here at CrowdScores we have a fantastic team of people working on a product used by football fans worldwide. The app itself has more than 6 million downloads and a 4.5 star rating on both the App Store and Google Play. Our aim is to create the best football community in the world and we need to grow our backend team to achieve this. 22 | 23 | We offer flexibility in where and how you work, what we care about is what you deliver. We regularly create substantial new features alongside dealing with significant scaling challenges as CrowdScores and our user base continues to grow. 24 | 25 | # In our backend team you will: 26 | 27 | * Get to write great code in a team of talented developers 28 | * Build and work on distributed systems that process large amounts of real-time data 29 | * Make architectural, code and workflow decisions 30 | * Use a range of technologies including; RabbitMQ, PostgreSQL, MongoDB, Flask, Django, Vagrant, AWS, Linux, Terraform, Docker, Firebase and more. Knowledge of these is useful but not essential – you can learn them when you get here 31 | * Have the chance to introduce and work with new technologies 32 | * Use Agile, TDD, continuous integration, frequent deployment and code reviews 33 | * Write and work with Microservices 34 | * Regularly attend conferences and meetups 35 | * Take part in Hack Days 36 | 37 | # The person we are looking for: 38 | 39 | * Has experience writing Python, and loves to code 40 | * Enjoys problem-solving, big or small 41 | * Has some experience with Distributed- and Service-Oriented Architecture 42 | * Has worked with Amazon Web Services or other cloud infrastructure 43 | * Is comfortable working with Relational Databases 44 | * Has an understanding of the challenges involved in scaling systems 45 | * Is a self-starter who loves to learn 46 | * Is looking to get involved in a dynamic, fast-moving startup company 47 | * Wants the chance to work on and contribute to modern, greenfield projects 48 | 49 | # Working with us, you will: 50 | 51 | * Work in a relaxed, flexible tech-startup environment, where the outcome matters more than anything else 52 | * Be given the freedom to get your job done 53 | * Face challenging, interesting and varied problems 54 | * Be given your choice of top of the range laptop (OSX, Windows or Linux) 55 | * Work in the centre of London in our offices just off Fleet Street 56 | * Wear whatever you like to work 57 | * Join an enthusiastic, collaborative team that cares deeply about the quality of code that they write 58 | * Share in the success of the company through share options 59 | * Have unlimited holidays 60 | * Be invited to regular team and company socials 61 | -------------------------------------------------------------------------------- /jobs/night_travel_london_backend_cto.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: CTO (Mid- to Senior-Level Backend Developer) 3 | company: Nightly.travel 4 | url: http://www.nightly.travel/ 5 | location: London, UK 6 | contract: perm 7 | contact: 8 | name: David 9 | email: jobs@nightly.travel 10 | created: !!timestamp '2018-01-28' 11 | tags: 12 | - Python 13 | - Django 14 | - Heroku 15 | - Javascript 16 | - HTML 17 | - CSS 18 | 19 | --- 20 | 21 | # About Nightly.travel: 22 | Nightly.travel is a hotel booking website with a twist, offering travellers the opportunity to stay in two hotels for less than the price of one. By switching hotels once during their stay, travellers can save as much as 70% vs. a single hotel stay, enjoy higher quality hotels for less, and experience more from the cities they want to visit. 23 | 24 | The Nightly.travel magic is powered by our proprietary algorithm which mixes and matches prices for hotels at travellers' destinations in the best possible combinations such that they can save vs. single hotel stays. At the time of booking travellers always know when their switch will occur and what hotels they will stay in so they can lock in their savings and plan ahead. 25 | 26 | # About the role: 27 | As CTO of a company just barely out of bootstrapping, you will be expected to get your hands dirty and essentially improve on the existing product by rolling up your sleeves and working with the co-founders to translate the product vision into reality. 28 | 29 | We think the ideal candidate is a Mid- to Senior-Level Developer that is a coding guru wanting to experiment, break things, and then rebuild them, but hasn't been given that opportunity in more traditional environments where he/she has been given a small piece of a larger pie to work on. At Nightly.travel, you'll be working on the whole thing and the responsibility will be all yours! We won't know the answers, so you'll have to come up with them. In essence, you'll be expected to punch above your weight, and the challenge should appeal to you. 30 | 31 | Equity is available for this role: you will be a key member of the senior team, so you should have skin in the game. 32 | 33 | # Required hard and soft skills: 34 | - Python on Django 35 | - Solid Backend Dev (comfortable with Frontend as well, but clear strength in Backend) 36 | - Experience integrating with 3rd party APIs 37 | - Comfortable translating Tech language into layman's terms and vice versa 38 | - Ability to lead a small team (it is just you at the moment but eventually you will have a team) 39 | - Passion for creating things from scratch 40 | - Demonstrated ability to break complex problems down into simple solutions 41 | 42 | # Nice to haves: 43 | - Machine Learning on Python or other language 44 | - Travel sector experience 45 | - B2C experience 46 | 47 | # Qualities we value: 48 | - Humility 49 | - Integrity - do what you say, and say what you do 50 | - Curiosity - ask questions... it's free! 51 | - Passion - it doesn't matter in what, just be passionate about something! 52 | - Camaraderie - enjoy working with others towards a common goal 53 | 54 | -------------------------------------------------------------------------------- /jobs/essentia_analytics_junior_dev.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Junior Systems Developer 3 | company: Essentia Analytics 4 | url: http://www.essentia-analytics.com 5 | contract: permanent 6 | location: Notting Hill, London, England 7 | contact: 8 | name: Julian Hall 9 | email: jobs@essentia-analytics.com 10 | created: !!timestamp '2015-03-24' 11 | tags: 12 | - london 13 | - england 14 | - uk 15 | - python 16 | - pandas 17 | - notting hill 18 | - fiance 19 | - essentia 20 | --- 21 | 22 | # About us 23 | 24 | At Essentia, we’re a friendly bunch of ex-fund managers, neuroscientists, quants and developers who are breaking new ground in the application of behavioural science to financial markets. 25 | 26 | We enable our clients - investment professionals, portfolio managers and fund managers - to capture rich data about their behaviour and thought-process, which we turn into compelling, actionable visualisations and insights. They then use this information to make better investment decisions, and ultimately, improve their fund performance. We are just under 2 years old, but have already made great headway in our market, won numerous awards and been featured widely in the press. 27 | 28 | You can get a feel of what it is like working here by taking a look [here](https://www.youtube.com/watch?v=9M6CtGMM-6M) - we all genuinely love it! 29 | 30 | # About you 31 | 32 | We are looking for someone who wants to work on a genuinely innovative, cloud based, big data analytics platform to join us in our office in Notting Hill. 33 | 34 | # Skills and Requirements 35 | 36 | As a junior developer, we don’t expect you to know everything all at once, but we do expect you to have a great attitude. We have a world class team, so we’ll help bring you along and get you up to speed. 37 | 38 | You’ll need to have some familiarity with Python and experience with any of the following will also help: 39 | 40 | - Server side development and REST API design 41 | - Data-science and machine learning 42 | - Data visualisation 43 | - The Pandas and numpy libraries 44 | - Highly secure, encrypted data systems 45 | - Large, mixed schema data set management 46 | - Server administration and dev-ops 47 | - Non Django Python code-bases 48 | - Functional programming 49 | - Front-end development and data visualisation (Backbone/d3) 50 | - Languages other than Python (any of the Lisps, haskell, golang, rust etc.) 51 | - Experience supporting a high availability system. 52 | - Financial data 53 | 54 | If you think this a great description of you, please get in touch with a cover letter that explains why you think you're the right person for the role. 55 | 56 | We want to hear your voice in it - CVs with form letters (or without letters) won't be considered. In addition, a web-presence that shows what you can do (github, programming blogs, portfolios etc.) makes it a lot easier for us to hire you! To apply, please send your CV and cover letter to jobs@essentia-analytics.com quoting ref PGH3. 57 | 58 | You must have the right to work in the UK. 59 | 60 | We only accept applications directly from candidates, no agents please. 61 | -------------------------------------------------------------------------------- /jobs/percolate_creative_wkflw_nyc.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Sr. Python Backend Engineer - Team Creative 3 | company: Percolate 4 | url: http://grnh.se/sq8pf2 5 | location: New York, NY, USA 6 | contract: permanent 7 | contact: 8 | name: Chintan Vora 9 | email: chintan@percolate.com 10 | phone: 11 | url: "https://www.linkedin.com/in/cvora" 12 | created: !!timestamp '2016-04-02' 13 | tags: 14 | - python 15 | - Django 16 | - SQL 17 | - NoSQL 18 | - kafka 19 | - SaaS 20 | - elasticsearch 21 | --- 22 | 23 | # Senior Backend Engineer -- Team Creative 24 | Percolate is The System of Record for Marketing. Backed by Sequoia Capital, Lightspeed Venture Partners, and GGV, Percolate is one of the fastest growing companies in enterprise software. Percolate’s all-in-one software platform helps marketers plan, create, launch, and analyze their marketing campaigns. Over 800 brands including GE, Unilever, MasterCard, and IBM use Percolate to manage their global marketing gamut. Percolate uniquely complements the most creative, high variance, hence inherently the most challenging area of the organization to be captured by software. 25 | 26 | We are looking for a seasoned Python software engineer to join Team Creative in New York. This team is focused on building the Creative Suite of collaboration and creative tools which help marketers plan, build, and distribute creative content across social and other marketing channels, as we establish the System of Record for Marketing. Senior engineers on our product team have the opportunity to influence technical direction and application infrastructure, mentor other engineers, and contribute to a great product and culture. This position is located in our spacious SoHo office in NYC. 27 | 28 | On Team Creative, you'll be responsible for key technical decisions related to data models, data storage, and API design. You'll be designing and building world's leading Marketing SaaS platforms, so understanding of scalability and reliability is key. 29 | 30 | # Requirements 31 | 32 | * 7+ years of experience with significant Python development achievements at a senior level. 33 | * Experience setting technical direction, contributing to scope and specification, and mentoring less experienced members of the team. 34 | * Interests and expertise in building multi-tenant SaaS-based systems, and service-oriented architectures. 35 | * Excellent understanding of data structures, algorithms, software engineering design patterns and principles. 36 | * Dedication to test-driven development. 37 | * Must have worked with traditional relational databases like MySQL. 38 | 39 | # Nice-to-haves 40 | 41 | * Experience building enterprise software. 42 | * Experience with database technology such as InfluxDB, MySQL, and Postgres. 43 | * Experience working with Apache Kafka. 44 | * Experience with search technology such as Elasticsearch (Solr and other Lucene-based search systems also helpful). 45 | * Familiar with AWS services (EC2, DynamoDB, S3, etc) or similar cloud environments such as Google Cloud. 46 | 47 | If you're interested, follow the link: http://grnh.se/sq8pf2 48 | Or, email me: chintan@percolate.com 49 | -------------------------------------------------------------------------------- /jobs/modernatherapeutics_cambridge_ma_USA_softwareengineer_r58.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Software Engineer 3 | company: Caperna, a Moderna Therapeutics Venture Company 4 | url: https://modernatx.wd1.myworkdayjobs.com/en-US/M_tx/job/320-Bent-Street---Cambridge---USA---MA/Software-Engineer_R58-1 5 | location: Cambridge, MA, USA 6 | contract: permanent 7 | contact: 8 | name: Eric Celidonio 9 | email: nobody@do-not-email.com 10 | created: !!timestamp '2016-03-25' 11 | tags: 12 | - python 13 | - sql 14 | - data modeling 15 | - data warehousing 16 | - relational databases 17 | 18 | --- 19 | 20 | # Position Summary 21 | 22 | Caperna, a Moderna Therapeutics Venture Company, is seeking a Software Engineer for a position based at their Cambridge, MA site. 23 | 24 | The individual in this role will develop robust software, algorithms, and databases for the automated design of mRNA vaccines tailored to a patient’s individual cancer genome. 25 | 26 | He/she will also perform thorough testing and validation to verify the accuracy of the data pipelines. 27 | 28 | The individual will work with bioinformatics scientists and software engineers within Caperna and Moderna. 29 | 30 | The successful candidate must be proficient in Python, SQL, and Linux systems, and should have extensive experience building automated analysis pipelines for large and complex datasets. 31 | 32 | # Responsibilities 33 | 34 | * Develop data pipelines and metadata stores for internal and public genomics data sources 35 | * Design, analyze and document complex data flows and models 36 | * Automate cleaning, parsing, and integration of data from specialized bioinformatics file formats 37 | * Perform thorough testing and validation to verify the accuracy of data transformations 38 | * Ensure data quality and governance through automated integrity checks 39 | * Lead innovation by exploring and implementing new technologies for the platform 40 | 41 | # Minimum Qualifications 42 | 43 | * Bachelor’s Degree in Computer Science, Math, Engineering or related disciplines 44 | * Minimum of 2 years experience designing software in an industry setting 45 | * Proficiency in programming in Python and SQL 46 | * Strong experience with data modeling, data warehousing, and relational databases 47 | * Prior success in the design and development of complex data systems and analysis pipelines 48 | * Proven ability to create and maintain tests, data integrity controls, and extensive documentation 49 | * Exceptional written and oral communication 50 | 51 | # Preferred Qualifications 52 | 53 | * Master’s Degree in Computer Science, Math, Engineering, or related discipline 54 | * Advanced programming expertise in Python, proficiency in R 55 | * Experience with Docker, Luigi, pandas, Amazon Web Services, and Spark 56 | * Knowledge of molecular biology, immunology, oncology 57 | * Familiarity with bioinformatics concepts and Next Generation Sequencing (NGS) 58 | 59 | # Competencies 60 | 61 | * Collaboration 62 | * Creative Problem Solving 63 | * Learning Agility 64 | * Desire for Impact 65 | 66 | # How to Apply 67 | 68 | Follow the URL provided to apply to the job posting on Modernatx.com. 69 | --------------------------------------------------------------------------------