1

Python Flask Jobs in Texas (NOW HIRING)

Gen AI

Dallas, TX · On-site

Python * Flask * REST APIs * FastAPI (good to have) * Microservices Architecture * Event-Driven Architecture ### Cloud & DevOps * Microsoft Azure * Azure Kubernetes Service (AKS) * Docker

New

We are hiring a Python Developer to join our dynamic team. The ideal candidate will have a strong ... Django or Flask. - Familiarity with front-end technologies (JavaScript, HTML, CSS) is a plus ...

Python Developer TN

Irving, TX

$48.75 - $67/hr

USA Looking for Python Developers (Mexico Only) - Strong Python Frameworks experience including Flask. - Strong Python service instrumentation, performance testing, troubleshooting - Strong skills in ...

Python Developer

Austin, TX

$49.75 - $68.75/hr

... Flask / Web2Py Self-motivated and able to work without supervision Additional Information All your information will be kept confidential according to EEO guidelines.

Python Developer

Irving, TX · On-site

$48.25 - $66.50/hr

Job Summary We are looking for a Mid-Level Python Developer with hands-on experience in Python ... Familiarity with web frameworks such as Flask, FastAPI, or Django. Strong knowledge of JSON, HTTP ...

New

Gen AI Python Developer

Irving, TX · On-site

$48.25 - $66.50/hr

FastAPI, Flask, or Django. Strong understanding of software development best practices, including version control (Git), testing, and CI/CD. Experience with relational and/or NoSQL databases.

Python Developer

Irving, TX · On-site

$48.25 - $66.50/hr

Strong expertise Python Full stack and Flask/Django development * Knowledge of object-relational mapping (ORM) * Familiarity with front-end technologies (like JavaScript and HTML5) * Effective ...

Python Developer

Dallas, TX · On-site

$50 - $68.75/hr

Strong Python Django/Flask/FastAPI REST APIs, async programming Databases: PostgreSQL/MySQL/MongoDB Git, CI/CD AI MLFrameworks CrewAI LangChain Machine Learning Deep Learning Generative AI AI Agents ...

next page

Showing results 1-20

Python Flask information

What are some typical daily responsibilities for a Python Flask developer?

As a Python Flask developer, your daily tasks often include designing and building web application features, developing and maintaining RESTful APIs, and troubleshooting code issues. You'll frequently collaborate with front-end developers, QA engineers, and product managers to ensure seamless integration and alignment with project goals. Keeping codebases well-documented and participating in code reviews are also common aspects of the role. Additionally, you'll likely be involved in deploying applications to production environments and staying updated with industry best practices for security and performance.

What is a Python Flask job?

A Python Flask job typically involves developing web applications using the Flask framework, a lightweight and flexible web framework for Python. Responsibilities may include building APIs, handling request-routing, integrating with databases, and deploying applications. Flask developers often work with front-end technologies and cloud platforms to create scalable and efficient web solutions.

What are the key skills and qualifications needed to thrive in the Python Flask position, and why are they important?

To thrive as a Python Flask developer, you need a strong command of Python programming, a thorough understanding of Flask web framework concepts, and experience with RESTful API design and implementation. Familiarity with tools such as Git, Docker, and relational databases, as well as certifications in web development or related fields, are often beneficial. Excellent problem-solving skills, effective communication, and the ability to work collaboratively in agile teams set standout candidates apart. These skills ensure high-quality, scalable application development and efficient teamwork in a dynamic tech environment.

What are the most commonly searched types of Python Flask jobs in Texas? The most popular types of Python Flask jobs in Texas are:
What job categories do people searching Python Flask jobs in Texas look for? The top searched job categories for Python Flask jobs in Texas are:
What cities in Texas are hiring for Python Flask jobs? Cities in Texas with the most Python Flask job openings:
Infographic showing various Python Flask job openings in Texas as of July 2026, with employment types broken down into 1% As Needed, 88% Full Time, 4% Part Time, 5% Contract, 1% Nights, and 1% Summer. Highlights an 81% Physical, 6% Hybrid, and 13% Remote job distribution.

Python Full Stack Lead (F2F W2 only)

LANDMARKIT LLC

Dallas, TX • On-site

Other

Posted 6 days ago

New


Job description

Senior Python Full Stack Technical Lead

Dallas, TX-Onsite- F2F Interview need someone Local 

Need IN-Person Interview 

 Polyglot Python Platform Evolving Toward Event-Driven Systems

 Strong Python,Flask, FastAPI, and Django  with coding required

  

About the Role

Senior Python Full Stack Technical Lead to guide the engineering of its learner-facing and operational platforms. The Academy stack is Python-first—spanning Flask, FastAPI, and Django—integrated with a Hasura GraphQL data layer, a WordPress content surface, and Salesforce (Apex) as a system of record, all deployed to AWS on Kubernetes (Amazon EKS) with Terraform.

This is a builder-leader role: you will write and review production code, set technical direction, and mentor an onshore/offshore team. The architecture is deliberately evolving—today a mix of request/response services and point integrations, and on a clear path toward target-state event-driven systems. We need a lead who can keep the current platform healthy while steering the team toward asynchronous, decoupled, event-first patterns, and who treats that migration as an opportunity rather than a chore.

The Architecture & Where It’s Heading

A central part of this role is comfort with a polyglot, multi-surface platform and the discipline to evolve it coherently. The current landscape and target direction look like this:

Python application tier built across Flask, FastAPI, and Django — a mix of lightweight services, async APIs, and fuller web/admin applications. Part of the lead’s job is bringing consistency (shared libraries, conventions, and service boundaries) across these frameworks.

Hasura provides a declarative GraphQL (and REST fçade) data-serving layer over PostgreSQL-compatible tables, including event triggers that can emit changes for downstream consumers.

WordPress serves content and marketing/learner-facing surfaces; the platform integrates with it rather than treating it as a silo.

Salesforce (Apex) acts as a key system of record; integration patterns (CDC, platform events, REST/Bulk APIs, and Apex callouts) connect it to the Python tier.

Target state: the platform is moving from synchronous, point-to-point integrations toward an event-driven architecture — durable events, asynchronous processing, and decoupled producers/consumers (e.g., via Hasura event triggers, Salesforce platform events / CDC, and a streaming/eventing backbone). Leading that transition is core to this role.

Everything runs on Amazon EKS, provisioned with Terraform and shipped through CI/CD.

You don’t need to have used every one of these technologies in production, but you should be able to reason across them, judge when to introduce event-driven patterns versus keep things simple, and lead engineers through the migration without destabilizing what already works.

Core Responsibilities

Provide hands-on technical leadership—architecture, design, code, and review—while mentoring onshore and offshore engineers and driving technical decisions.

Design, build, and maintain Python services and applications using Flask, FastAPI, and Django, with attention to consistency, testability, and shared standards across frameworks.

Define and drive the migration toward event-driven architecture—identifying integration seams, introducing events/async processing, and decoupling tightly-coupled flows incrementally.

Build and consume APIs over the Hasura GraphQL/REST layer, including configuring and reacting to event triggers.

Design and maintain integrations with Salesforce (Apex, platform events, CDC, REST/Bulk APIs) and with WordPress content surfaces.

Implement Change Data Capture (CDC) and reliable messaging patterns for real-time, decoupled data synchronization.

Write Infrastructure as Code with Terraform and containerize/deploy services on Amazon EKS.

Create and maintain CI/CD pipelines for automated testing, quality gates, and deployment.

Champion observability, security, performance, and data-governance practices across the platform.

 

Required Technical Skills

10+ years of software engineering experience with strong, current proficiency in Python 3.

Production experience with at least two of Flask, FastAPI, and Django — and the ability to work fluently across all three.

Strong grasp of asynchronous programming in Python (async/await, task queues such as Celery/RQ, background workers).

Demonstrated experience designing and building event-driven and message-based systems (e.g., Kafka, Pulsar, SQS/SNS, or platform events) — or a clear track record of migrating synchronous systems toward them.

Proven track record building internet-facing web applications deployed to a public cloud (AWS preferred).

Solid RESTful and GraphQL API design and implementation.

Experience integrating enterprise applications with Salesforce using REST APIs, Bulk APIs, Platform Events, Change Data Capture (CDC), and Apex-based integrations.

Strong relational database skills with PostgreSQL (SQL modeling, performance, migrations).

Hands-on experience with Docker, Kubernetes (EKS), and Terraform.

Solid CI/CD and Git version-control / branching and PR-review skills.

Experience integrating with third-party SaaS and systems of record via APIs and webhooks.

Exposure to Salesforce Apex — able to read and work with Apex (triggers, classes, callouts) and reason about Salesforce data/automation when building and debugging integrations.

 

Preferred Qualifications

Experience with:

Hasura (auto-generated GraphQL/REST, event triggers, permissions) or comparable declarative API layers.

Deeper Salesforce development — hands-on Apex development, platform events, Change Data Capture, and the broader Salesforce integration ecosystem.

WordPress integration, headless WordPress, or the WP REST API.

Streaming/eventing platforms (Kafka, Pulsar, Kinesis) and CDC tooling (Debezium or equivalent).

Observability and metrics tooling (Prometheus, Grafana, Dynatrace, OpenSearch).

Test-driven development (TDD) and code-quality tooling such as SonarQube, with peer review via GitHub PR flows.

Knowledge Of

Microservices and API security patterns; OAuth 2.0 and JWT authentication.

Event sourcing, CQRS, and distributed-systems / decoupling design patterns.

Data governance, privacy, and compliance requirements.

EdTech domain and exposure to platforms such as Moodle, Open edX, or other Learning Management Systems (LMS) and Student Information Systems (Banner)

Leadership & Communication

Demonstrated ability to lead distributed onshore/offshore teams and mentor engineers.

Clear, fluent written and verbal communication—able to explain trade-offs to engineers and non-technical stakeholders alike.

Pragmatism in an evolving architecture: keeps today’s platform healthy while steering deliberately toward the event-driven target state.