1

Python Jobs in Denver, PA (NOW HIRING)

... SQL, Python, R, or similar tools Build reusable data assets, scripts, and models to support ongoing analytics needs Automate reporting and data workflows to reduce manual effort About Penske Truck ...

Coding Tutor

Reading, PA · Remote

$18 - $40/hr

Adapts instruction using block-based tools like Scratch, text-based languages like Python, and project-based learning to support learners from elementary students through adults beginning their ...

Solutions Engineer, Remote

Reading, PA · On-site

$120K - $140K/yr

Build advanced analytical models using SQL, Python, and Excel to demonstrate product value. * Monitor industry trends, competitor offerings, and ecosystem developments to maintain deep technical ...

Business Analyst

Reading, PA · On-site

$85K - $115K/yr

Using tools such as SQL, Python, and R, this person will create scalable analytics solutions, reusable data assets, and process automation that reduce manual effort and enhance decision-making across ...

Business Analyst

Reading, PA · On-site

$85K - $115K/yr

Using tools such as SQL, Python, and R, this person will create scalable analytics solutions, reusable data assets, and process automation that reduce manual effort and enhance decision-making across ...

Asset Management Senior Engineer

Marietta, PA · On-site

$98K - $135K/yr

Python) to improve diagnostics and decisionmaking. * Use cross sites scorecards to enable benchmarking across sites. * Animate the reliability engineering COP, ensuring consistent development of site ...

Data Architect (DWH)

Reading, PA · On-site

$61.25 - $78.75/hr

Expertise with Data Engineering/Big data tools such as Python, PySpark, Kafka, API's, Talend and BODS, etc. * Expertise with relational SQL and NoSQL databases * Experience in building data pipelines ...

Showing results 21-40

Python information

See Denver, PA salary details

$12

$56

$82

How much do python jobs pay per hour?

As of Sep 2, 2026, the average hourly pay for python in Denver, PA is $56.30, according to ZipRecruiter salary data. Most workers in this role earn between $46.39 and $63.94 per hour, depending on experience, location, and employer.

What is Python?

Python is a programming language used to write or develop a variety of programs and applications. The software developer community uses Python for programming because it is a simple language that is easy to test and debug. Large internet companies such as Facebook, Google, Reddit, and Amazon use Python, and so do government agencies such as NASA. Programmer professionals have used Python to help build popular software such as Autodesk Maya and other visual design applications. Financial professionals and stock traders use Python when scripting algorithms for economic predictions or computerized trading.

What is a Python developer?

A Python developer is a software programmer who specializes in writing, testing, and maintaining code using the Python programming language. They can work on a variety of projects, including web development, data analysis, machine learning, automation, and scripting. Python developers often collaborate with other team members to design solutions and ensure the functionality and performance of applications. Their responsibilities may also include debugging programs, integrating third-party services, and writing documentation.

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

To thrive as a Python Developer, you need strong programming skills in Python, knowledge of software development principles, and typically a degree in computer science or related fields. Familiarity with frameworks like Django or Flask, version control systems such as Git, and experience with databases are highly valued, along with certifications like PCEP or PCAP. Effective problem-solving, communication, and teamwork are essential soft skills to excel in collaborative and dynamic environments. These skills collectively ensure the delivery of robust, maintainable code and efficient project outcomes in technology-driven organizations.

What are some common challenges Python developers face when working on large-scale projects?

Python developers often encounter challenges such as managing dependencies, ensuring code scalability, and maintaining performance on large-scale projects. Collaboration with cross-functional teams can add complexity, especially when integrating with systems written in other languages. Adopting best practices like modular code structure, thorough documentation, and automated testing can help mitigate these challenges and streamline teamwork.

What is the difference between Python developer vs Java developer?

AspectPython DeveloperJava Developer
Required CredentialsBachelor's in CS or related field, Python certifications (optional)Bachelor's in CS or related field, Java certifications (optional)
Work EnvironmentWeb development, data science, automationEnterprise applications, Android development, backend systems
Industry UsageTech startups, data analysis firms, automation companiesFinancial services, large enterprise software, mobile app companies

Python developers focus on scripting, data analysis, and web development, often working in startups or data-driven fields. Java developers typically work on large-scale enterprise applications and Android apps. While both roles require programming skills and similar educational backgrounds, their industry applications and project types differ significantly.

Can I get a job with just Python?

A Python developer role typically requires proficiency in Python programming, along with knowledge of related tools like frameworks, libraries, and version control. While Python skills are essential, employers often prefer candidates with experience in problem-solving, data structures, and sometimes additional skills such as databases or web development. Certifications or practical projects can also enhance job prospects, but having only Python may limit opportunities for more advanced or specialized positions.

Does Python have good job opportunities?

Python developers have strong job prospects across various industries such as technology, finance, and data science. Proficiency in frameworks like Django or Flask and knowledge of data analysis tools can enhance employability, with many roles requiring experience in version control and problem-solving skills.

What jobs can I do with Python?

Python is used in a variety of roles including software developer, data analyst, data scientist, machine learning engineer, web developer, automation engineer, and cybersecurity specialist. These jobs often require knowledge of frameworks, libraries, and tools like Django, Flask, Pandas, and TensorFlow, and may involve working in teams or on specific platforms. Python skills are valuable across industries such as technology, finance, healthcare, and research.

Which Python job is in demand?

Python developer roles are highly in demand across industries such as technology, finance, and data science. Skills in frameworks like Django or Flask, along with knowledge of data analysis tools like Pandas and NumPy, enhance job prospects. Certifications and experience with cloud platforms can also improve employability.

What cities near Denver, PA are hiring for Python jobs?

Cities near Denver, PA with the most Python job openings:

Infographic showing various Python job openings in Denver, PA as of August 2026, with employment types broken down into 1% Internship, 81% Full Time, 10% Part Time, 1% Temporary, and 7% Contract. Highlights an 76% Physical, 7% Hybrid, and 17% Remote job distribution, with an average salary of $117,103 per year, or $56.3 per hour.

AI Agent Trajectory Annotator and Reviewer

Bespoke Labs

Reading, PA • On-site

$20 - $30/hr

Full-time

Posted 2 days ago

New


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.