2

Remote Python Jobs in Milpitas, CA (NOW HIRING)

Runtime Engineer

Mountain View, CA · On-site +1

$175K - $362K/yr

Build Python bindings via PyO3, with a C-ABI shim as the alternative integration path for ... Remote Perks We work remotely Monday & Friday, supported by home-tech setup, and remote wifi ...

Remote USA Employees : Industry : Wireless services Position Reporting To: Algorithm Engineering ... Use MATLAB and Python to prototype and test signal processing algorithms. * Work alongside software ...

Remote JD: Core Responsibilities * Design, develop, and deploy autonomous AI agents using ... Expertise in Python and modern software development practices. * Hands-on experience with Large ...

"DATA ENGINEER"

Cupertino, CA · Remote

$117K - $140K/yr

Remote Duration: 6 month contract Note: Client is looking for someone with experience on more of ... Strong Python skills for data manipulation (e.g., pandas, pyarrow, pyspark) Data Infrastructure ...

Contribute to developing cutting-edge AI systems, while enjoying the flexibility of remote work and setting your own schedule. We are looking for existing cybersecurity professionals to help advance ...

next page

Showing results 1-20

Remote Python information

See Milpitas, CA salary details

$15

$68

$100

How much do remote python jobs pay per hour?

As of Jul 12, 2026, the average hourly pay for remote python in Milpitas, CA is $68.32, according to ZipRecruiter salary data. Most workers in this role earn between $56.30 and $77.60 per hour, depending on experience, location, and employer.

What are Remote Python jobs?

Remote Python jobs are positions where you work primarily with the Python programming language but do so from a location outside of a traditional office, such as your home or another remote location. These jobs can include roles like software developer, data analyst, backend engineer, or machine learning engineer, all of which use Python for building applications, analyzing data, or automating tasks. Remote Python jobs are popular due to Python's versatility and the growing demand for flexible work arrangements in the tech industry.

What are the key skills and qualifications needed to thrive as a Remote Python Developer, and why are they important?

To thrive as a Remote Python Developer, you need strong programming skills in Python, experience with software development life cycles, and a relevant degree or professional experience. Familiarity with tools like Git, Docker, cloud platforms (e.g., AWS), and frameworks such as Django or Flask is typically required, along with knowledge of remote collaboration tools like Slack and Jira. Excellent problem-solving abilities, self-motivation, and effective communication are crucial soft skills for remote team integration and project delivery. These skills ensure efficient, high-quality code development, seamless teamwork, and the ability to meet project goals independently in a remote environment.

What Are Remote Jobs That Use Python?

Remote jobs that use Python focus on coding software and applications to meet the needs or business objectives of your employer. This may involve working with a database, customizing an existing application, or otherwise modifying software based on its expected environment. You can also find a few remote roles that allow you to teach Python instead of using it. Many remote jobs that use Python also involve coding in other common languages as necessary—Python may be the bulk of the work, but the ability to switch to other modes of programming as needed is essential for success in this field. As a remote employee or independent contractor, you may use virtual office software to coordinate with others, upload software into a central database for testing, or work odd hours to meet the needs of your client.

What is the difference between Remote Python vs Remote Data Analyst?

AspectRemote PythonRemote Data Analyst
Required SkillsPython programming, scripting, libraries (e.g., Pandas, NumPy)Data analysis, SQL, Excel, visualization tools
CertificationsPython certifications, data science coursesData analysis certifications, SQL certifications
Work EnvironmentRemote, tech companies, startupsRemote, finance, marketing, consulting firms
Industry UsageSoftware development, automation, backend servicesBusiness intelligence, market research, reporting

Remote Python roles focus on coding, automation, and software development using Python, while Remote Data Analysts analyze data sets to generate insights. Both roles often work remotely and require analytical skills, but their core responsibilities and tools differ significantly.

How do Remote Python Developers typically collaborate and communicate with their teams?

Remote Python Developers often work closely with distributed teams using collaboration tools like Slack, Zoom, and GitHub. Clear communication and regular check-ins are essential for syncing on project requirements, code reviews, and troubleshooting. Developers are encouraged to document their code thoroughly and proactively update their progress to ensure smooth workflow across different time zones. This environment fosters independence and strong written communication skills, while also providing opportunities to participate in virtual standups, sprint planning, and peer programming sessions.
What are the most commonly searched types of Python jobs in Milpitas, CA? The most popular types of Python jobs in Milpitas, CA are:
What are popular job titles related to Remote Python jobs in Milpitas, CA? For Remote Python jobs in Milpitas, CA, the most frequently searched job titles are:
What job categories do people searching Remote Python jobs in Milpitas, CA look for? The top searched job categories for Remote Python jobs in Milpitas, CA are:
What cities near Milpitas, CA are hiring for Remote Python jobs? Cities near Milpitas, CA with the most Remote Python job openings:
Infographic showing various Remote Python job openings in Milpitas, CA as of July 2026, with employment types broken down into 76% Full Time, 10% Part Time, and 14% Contract. Highlights an 100% Remote job distribution, with an average salary of $142,097 per year, or $68.3 per hour.

Runtime Engineer

MatX

Mountain View, CA • On-site, Remote

$175K - $362K/yr

Other

Medical, Dental, Vision, Life, Retirement, PTO

Posted 15 days ago


Job description

What MatX is Building

MatX is building custom silicon for large-language-model inference and training, with HW/SW co-design across ISA, RTL, simulator, compiler, and kernels so each layer benefits from the others. The runtime owns the host-side stack and the contracts that bind those teams together.

What You'll Do Here
  • Build the host-side interface library - device memory management, DMA, streams and events, sync primitives - that every compiler-emitted program runs on top of
  • Own and extend the executable format: the compilerruntime contract, its versioning, the weight and quantization layouts that let compiler and runtime evolve independently
  • Design the custom-kernel ABI - calling convention, sync semantics, lifecycle - and the host-side marshaling layer (DLPack, the buffer protocol, numpy) that gets Python tensors to the device
  • Build Python bindings via PyO3, with a C-ABI shim as the alternative integration path for downstream consumers
  • Build the LLM inference serving stack - paged KV cache, continuous batching, request scheduling, token streaming - and the cluster orchestration primitives underneath it
  • Bring up interconnect topology from the host and own the failure-detection and clean-teardown path for stop-restructure-resume recovery across racks
  • Design what the chip exposes to host-side profilers and debuggers - perf counters, traces, and the Python surfaces ML engineers actually use - and hit measurable performance targets on runtime overhead and serving throughput
Who You Are
  • Strong experience in a systems programming language - Rust, C, C++, or Go - including memory management, allocator design, and FFI/ABI work
  • Have built Python interop layers in production (PyO3, ctypes, pybind11, or equivalent C-ABI bridging)
  • Have designed and maintained API or ABI contracts between teams - versioning, evolution, breaking-change discipline - not just consumed someone else's
  • Hands-on with at least one accelerator programming model (CUDA, ROCm, oneAPI Level Zero, TPU, or comparable) - enough to reason about device memory, async execution, and kernel launch
  • ML-systems literate - comfortable with the training and inference loop, what collectives do, what a tensor layout is. Research depth not required.
Bonus Points If You Have
  • LLM inference internals - vLLM, TensorRT-LLM, or SGLang (paged attention, scheduler design)
  • Rust at depth, including proc macros, unsafe with soundness reasoning, and complex lifetime/trait work
  • Custom allocator design (slab, paged, arena) or other low-level memory work
  • ML framework integration experience (PyTorch custom backends, JAX/XLA, ONNX runtime)
  • Profiler or tracing infrastructure work (perfetto, Nsight, or a custom stack)
  • Driver-adjacent or kernel-bypass work, or prior new-silicon bring-up
Compensation

The US base salary for this full-time position is determined based on a variety of factors including role, experience, location, job related skills, and relevant education and training. Career length is only a guideline for compensation.

  • Early Career - $120,000 - $250,000 + equity
  • Mid Career - $175,000 - $362,500 + equity
  • Senior Career - $250,000 - $475,000 + equity
What We Offer
  • A Stake in our success A flexible cash equity compensation mix that fits your needs
  • Health & Wellness Company subsidized Health, Dental, Vision, and Life insurance; Pre-tax Health Savings Accounts with generous company contribution (even if you don't)
  • Time To Recharge 4 weeks paid time off (accrued), 12 company holidays, and 3 weeks remote/flexible work per year
  • Support to Parents Up to 12 weeks of paid parental leave, regardless of your path to parenthood
  • Learning & Development $1,500 yearly towards your professional development e.g. conferences, courses, and other learning opportunities
  • Team Connection Team Lunches, quarterly off-sites, and regular town halls
  • Financial Wellbeing. 401K and/or Roth IRA, with 5% company contribution, even if you don't!
  • Flexible Spending Accounts Pre-tax spend accounts for medical, dental/vision, dependent care, parking, and transit expenses
  • Commute On Us For those commuting up to 1 hour, put your rideshare cost on our company card and reclaim the drive-time to get work done!
  • MatX E[x]tras $50 per month to use on the perks you care about most 
  • Remote Perks We work remotely Monday & Friday, supported by home-tech setup, and remote wifi expense reimbursement

As part of our dedication to the diversity of our team and our focus on creating an inviting and inclusive work experience, MatX is committed to a policy of Equal Employment Opportunity and will not discriminate against an applicant or employee on the basis of race, color, religion, creed, national origin or ancestry, sex, gender, gender identity, gender expression, sexual orientation, age, physical or mental disability, medical condition, marital/domestic partner status, military and veteran status, genetic information or any other legally recognized protected basis under federal, state or local laws, regulations or ordinances.

This position requires access to information that is subject to U.S. export controls. This offer of employment is contingent upon the applicants capacity to perform job functions in compliance with U.S. export control laws without obtaining a license from U.S. export control authorities.

MatX does not accept unsolicited resumes from individual recruiters or third-party recruiting agencies in response to job postings. No fee will be paid to third parties who submit unsolicited candidates directly to our hiring managers or People team and any resumes submitted are deemed to be the property of MatX.