1

Contract Python Jobs in Kansas (NOW HIRING)

Senior Data Architect

Topeka, KS · On-site

$63.25 - $84.75/hr

... API contract evaluation standards and source system connectivity patterns * Develop and maintain Python-based tooling for architecture validation, automation scripting, and shared engineering ...

Senior Data Architect

Topeka, KS · On-site +1

$63.25 - $84.75/hr

... API contract evaluation standards and source system connectivity patterns * Develop and maintain Python-based tooling for architecture validation, automation scripting, and shared engineering ...

Senior Data Architect

Topeka, KS · On-site

$125 - $150/hr

... API contract evaluation standards and source system connectivity patterns * Develop and maintain Python-based tooling for architecture validation, automation scripting, and shared engineering ...

Coding Tutor

Wichita, KS · Remote

$18 - $40/hr

Adapts instruction using block-based tools like Scratch, text-based languages like Python, and ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

Coding Tutor

Overland Park, KS · Remote

$18 - $40/hr

Adapts instruction using block-based tools like Scratch, text-based languages like Python, and ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

Biostatistician

Kansas City, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Biostatistician

Wichita, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Biostatistician

Overland Park, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Director of Biostatistics

Olathe, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Biostatistician

Topeka, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Director of Biostatistics

Wichita, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Director of Biostatistics

Topeka, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Biostatistician

Olathe, KS · Remote

$60 - $100/hr

... experience in pharmaceutical, contract research, hospital, or academic medical contexts ... Advanced proficiency in R, Python, SAS, or Stata applied to real clinical or epidemiological ...

Showing results 21-40

Contract Python information

See Kansas salary details

$11

$52

$76

How much do contract python jobs pay per hour?

As of Sep 9, 2026, the average hourly pay for contract python in Kansas is $52.28, according to ZipRecruiter salary data. Most workers in this role earn between $43.08 and $59.38 per hour, depending on experience, location, and employer.

What is a contract Python developer?

A Contract Python job is a temporary or project-based position where a developer is hired to work on Python-related tasks for a specific duration. These roles are often found in industries like software development, data science, and automation. Contract Python jobs can be freelance, short-term, or long-term, depending on the employer's needs. They offer flexibility but may not include benefits like full-time employment.

What kinds of projects and responsibilities can I expect as a contract Python developer?

As a Contract Python Developer, you can expect to work on a variety of projects ranging from web application development and API integrations to data processing, automation scripts, and machine learning tasks. Your daily responsibilities may include writing and testing code, debugging issues, collaborating with designers or front-end developers, and participating in code reviews. You'll often interact closely with project managers and clients to define requirements and provide technical solutions. The role offers exposure to different industries and technologies, making it a great opportunity to deepen your expertise and expand your professional network.

What are the key skills and qualifications needed to thrive as a contract Python developer?

To thrive as a Contract Python Developer, you need strong proficiency in Python programming, experience with frameworks such as Django or Flask, and a solid understanding of software development best practices. Familiarity with version control systems like Git, cloud platforms such as AWS or Azure, and relevant certifications such as AWS Certified Developer or Microsoft Certified: Azure Developer Associate are often advantageous. Excellent problem-solving skills, adaptability, and effective communication are essential soft skills in this role. These capabilities ensure you can deliver high-quality, maintainable code on time while collaborating effectively with diverse teams in dynamic, project-based environments.

What are the most commonly searched types of Python jobs in Kansas?

The most popular types of Python jobs in Kansas are:

What are popular job titles related to Contract Python jobs in Kansas?

For Contract Python jobs in Kansas, the most frequently searched job titles are:

What job categories do people searching Contract Python jobs in Kansas look for?

The top searched job categories for Contract Python jobs in Kansas are:

What cities in Kansas are hiring for Contract Python jobs?

Cities in Kansas with the most Contract Python job openings:

Infographic showing various Contract Python job openings in Kansas as of August 2026, with employment types broken down into 46% Full Time, and 54% Contract. Highlights an 88% In-person, 6% Hybrid, and 6% Remote job distribution, with an average salary of $108,745 per year, or $52.3 per hour.

AI Agent Trajectory Annotator and Reviewer

Overland Park, KS

$20 - $30/hr

Full-time

Posted 8 days ago


Job description

Type: Contract, hourly

Location: Remote

Hours: 20–30 per week

Pay: $20–30/hour, based on experience and language coverage

Start: Immediate

ABOUT THE ROLE

We evaluate how well advanced AI coding agents solve real engineering problems. An agent is given a real open source codebase inside a container and a hard task, then works on its own for 80 to 250 steps. A trajectory is the full record of that run — every command, result, and decision.

You will do two jobs, and you should expect either on any given day.

•Annotate — Read a trajectory nobody has looked at yet and judge it step by step.

• Review — Take an existing annotation, written by our AI tooling or another person, and confirm, correct, or reject it.

TASKS YOU'LL SEE

• Feature build — Add a working feature to a live library without breaking anything that already worked.

• Rebuild — Work out what a compiled tool does by running it, then rebuild it to match its output, exit codes, and file effects.

• Bug hunt — Find and fix twenty undocumented bugs across a dozen files with no test suite, then record what caused them.

Mostly Python and Go, with some Rust, C, and Ct+. A trajectory runs about 100 steps.

WHAT YOU JUDGE IN A TRAJECTORY

• Was the command right for the state the environment was actually in?

• Did the agent read the previous output correctly?

• Was the step wrong, or only inefficient — these are scored differently.

• Where did the run first go off course — usually earlier than where it visibly broke.

• Did the agent notice its own mistake and recover, or keep building on a false assumption?

• Did it game the grader instead of solving the task (e.g., weakening a test or hardcoding an expected value)?

WHAT WE NEED FROM YOU

• Experience — 2+ years in software engineering, DevOps, or site reliability, with real debugging in real codebases.

• Languages — Strong in Python or Go, and able to read a language you've never used.

• Linux — Comfortable with logs, running processes, build failures, and containers.

• Workflow — Everyday Git, diffs, pull requests, and issue tracking.

• Debugging — Able to work with no test suite and no error message pointing at the cause.

• Focus — Able to hold context across a long run, because step 74 can depend on step 12.

• Writing — Clear English, since every judgement needs an explanation another engineer can check.