Cutshort logo
For Employers
Latent Bridge Pvt Ltd logo
Python Developer
Latent Bridge Pvt Ltd's logo

Python Developer

Mansoor Khan's profile picture
Posted by Mansoor Khan
2 - 6 yrs
₹5L - ₹20L / yr
Remote, Pune
Skills
skill iconPython
skill iconDjango
  • Hands-on experience in development of rest services using python
  • Good knowledge Django or Flask framework
  • Designing database tables and structures
  • Skilled at optimizing large complicated SQL statements
  • Knowledge of best practices when dealing with relational databases
  • Proficient understanding of code versioning tools such as Git
  • Good understanding of asynchronous request handling, partial page updates, and AJAX
  • Experience in owning Code Quality and Code Review processes
  • Good understanding of application debugging techniques
  • Experienced in Agile methodologies
  • Strong analytic, problem solving, and programming ability
  • Initiative and drive to contribute
  • Excellent organizational and task management skills
  • Strong oral and written communication skills
  • Ability to work in global cross-office teams

 

Additionally, we seek individuals with the following qualifications:

 

  • Understanding of SEO and accessibility issues and how they relate to development
  • Experience with NoSQL using MongoDB/Cassandra is a plus.
  • Experience in working with Amazon Web Services (AWS) like S3, EMR, EC2 is preferred

 

Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About Latent Bridge Pvt Ltd

Founded :
2018
Type :
Services
Size :
100-1000
Stage :
Bootstrapped

About

ALBAI™ platform delivers AI driven intelligent automation solutions in a flexible, scalable and easy to implement manner with zero capital costs, giving clients a one-stop shop for all IA software needs, in a vendor-agnostic manner
Read more

Connect with the team

Profile picture
Danish Hasan
Profile picture
Shweta Kapoor
Profile picture
Priyank Sain
Profile picture
Mansoor Khan
Profile picture
Palak Pal
Profile picture
Mansoor Khan

Company social profiles

bloglinkedintwitter

Similar jobs

NeoGenCode Technologies Pvt Ltd
Gurugram
3 - 6 yrs
₹2L - ₹12L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
MySQL
SQL
+17 more

Job Title : Python Django Developer

Experience : 3+ Years

Location : Gurgaon

Working Days : 6 Days (Monday to Saturday)


Job Summary :

We are looking for a skilled Python Django Developer with strong foundational knowledge in backend development, data structures, and operating system concepts.

The ideal candidate should have experience in Django and PostgreSQL, along with excellent logical thinking and multithreading knowledge.


Technical Skills : Python, Django (or Flask), PostgreSQL/MySQL, SQL & NoSQL ORM, REST API development, JSON/XML, strong knowledge of data structures, multithreading, and OS concepts.


Key Responsibilities :

  • Write efficient, reusable, testable, and scalable code using the Django framework.
  • Develop backend components, server-side logic, and statistical models.
  • Design and implement high-availability, low-latency applications with robust data protection and security.
  • Contribute to the development of highly responsive web applications.
  • Collaborate with cross-functional teams on system design and integration.

Mandatory Skills :

  • Strong programming skills in Python and Django (or similar frameworks like Flask).
  • Proficiency with PostgreSQL / MySQL and experience in writing complex queries.
  • Strong understanding of SQL and NoSQL ORM.
  • Solid grasp of data structures, multithreading, and operating system concepts.
  • Experience with RESTful API development and implementation of API security.
  • Knowledge of JSON/XML and their use in data exchange.

Good-to-Have Skills :

  • Experience with Redis, MQTT, and message queues like RabbitMQ or Kafka
  • Understanding of microservice architecture and third-party API integrations (e.g., payment gateways, SMS/email APIs)
  • Familiarity with MongoDB and other NoSQL databases
  • Exposure to data science libraries such as Pandas, NumPy, Scikit-learn
  • Knowledge in building and integrating statistical learning models.
Read more
Terrabase
Remote only
3 - 15 yrs
₹20L - ₹50L / yr
skill iconPython
Large Language Models (LLM)
AI Agents
Performance Evaluation
Generative AI
+2 more

Experience: 5+ years production software engineering, with 2+ years working directly on LLM or agent systems in production. 

Location: Remote 

To streamline and fast-track screening, please submit your details here (if you haven’t already): https://airtable.com/appbtkr4odapnb5I6/pagqo91lKv3VJg3GT/form 


We’ll review your responses as part of the initial screening process. Please make sure you complete and submit all details through the form to be considered for the next stage. Submissions outside the form may not be considered.


Why This Role Matters

Terrabase builds agent infrastructure that enterprise customers rely on daily for SQL generation, forecasting, data analysis, and artifact delivery. Our orchestration layer routes between specialized sub-agents, manages typed handoff contracts, runs structured eval suites, and enforces correctness across every turn.


This is not a research-prototype role. You will build and evolve agent architecture, but always in service of making the system observable, typed, evaluated, recoverable, and boringly reliable in production.



What You Will Do


Own the harness architecture and middleware stack. Our LangGraph orchestrator routes between sub-agents through a layered middleware stack: file upload handling, source resolution, local context, workspace sync, state hydration, aggregation barriers, and typed handoff contracts. You will extend this stack, enforce its contracts in code, and keep it operational as routing logic and agent surfaces evolve.


Maintain typed contracts and boundaries. Agent handoffs at Terrabase carry typed contracts with barrier conditions and retry predicates. You will design these contracts, enforce them with strict typing, manage backward compatibility when contracts change, and write the contract tests that prevent silent regressions.


Own the eval suites. We run structured eval suites across routing decisions, context-resolution accuracy, multi-turn coherence, visual reference alignment, and artifact correctness. You will extend coverage, write new evals where gaps exist, and build CI gates that block releases when regressions are detected. A routing change or prompt change with no eval coverage does not ship.


Triage production failures and close the loop. When an agent turn fails in production, you will trace it in LangSmith, identify the failure class, and convert it into a durable regression test. You will own the release gates, keep prompts and runtime contracts in sync, manage feature flag rollout risk, and remove dead paths as the system evolves.


Own SQL and artifact correctness. Our agents generate SQL over customer schemas and produce structured artifacts (reports, dashboards, data sheets) under a strict schema contract. You will own the correctness layer: source grounding, schema-aware validation, provenance surfaces, and the eval infrastructure that catches generated artifact failures before they reach customers.


Build and maintain HITL workflows. Human-in-the-loop checkpoints let users intervene, redirect, or approve mid-chain. You will design these workflows, enforce their resumable state contracts, and ensure they degrade gracefully when interrupted.


Instrument for traceability. You will extend LangSmith tracing coverage, add structured span annotations, and build the tooling that lets us diagnose a bad agent turn from production trace data alone, without requiring a local reproduction.


What We Are Looking For


  • 5+ years production software engineering, with strong Python fundamentals
  • 2+ years working hands-on with LLM-based systems: agent loops, tool use, context management, or inference pipelines
  • Experience with LangGraph, LangChain, OpenAI/Anthropic tool-use systems, or equivalent multi-step agent/runtime orchestration
  • Practical eval engineering: you have built or extended eval harnesses, written automated test cases for agent behavior, and treated evaluation as an ongoing engineering discipline
  • Strong engineering hygiene: strict typing, small interfaces, contract tests, clear schema migrations, and CI discipline
  • Ability to debug from production traces and artifacts, not only local reproductions
  • Comfort working across prompts, Python runtime code, TypeScript product surfaces, data systems, and eval infrastructure
  • Systems thinking: you design for observability, recovery, and state management, not just the happy path
  • Maintenance ownership mindset: you triage, close loops, and leave systems more debuggable than you found them
  • Pragmatic judgment: you can distinguish between reliability-critical infrastructure and speculative abstraction

Bonus Points

  • HITL workflow design: checkpoints, approvals, mid-chain interrupts, resumable state
  • Context engineering depth: chunking strategies, retrieval-augmented generation, semantic routing, re-ranking
  • Experience with LangSmith, Weights and Biases, or similar trace and evaluation platforms
  • Prior work shipping agent systems to enterprise customers where SQL or data correctness is a hard requirement
  • Experience with mypy, Pydantic contracts, or strict typing disciplines in a production Python codebase


Life at Terrabase

We are a sharp, focused, fully remote team building agent infrastructure that enterprise customers trust with their data. You will work directly alongside the engineer who designed this harness, with broad ownership, generous compute budgets, and a culture that treats reliability as a product requirement, not a research topic.


Terrabase is an equal-opportunity employer. We celebrate diversity and are committed to building an inclusive environment for every team member.

Read more
Deqode
at Deqode
1 recruiter
Shraddha Katare
Posted by Shraddha Katare
Mumbai
2 - 4 yrs
₹4L - ₹10L / yr
skill iconPython
skill iconDjango
skill iconMongoDB
skill iconPostgreSQL
FastAPI

Position: Python Developer

Location: Andheri East, Mumbai

Work Mode: 5 Days WFO

Availability: Immediate joiners only (or notice period completed)


What We're Looking For:

✅ 2+ years of solid Python development experience

✅ Django framework expertise - must have!

✅ FastAPI framework knowledge - essential!

✅ Database skills in MongoDB OR PostgreSQL

✅ Ready to work from office 5 days a week

Read more
The Alter Office
at The Alter Office
2 candid answers
Harsha Ravindran
Posted by Harsha Ravindran
Bengaluru (Bangalore)
2 - 4 yrs
₹8L - ₹12L / yr
Architecture
WebSocket
Authentication
skill iconRedis
RESTful APIs
+22 more

Job Summary:

We are looking for a skilled and motivated Backend Engineer with 2 to 4 years of professional experience to join our dynamic engineering team. You will play a key role in designing, building, and maintaining the backend systems that power our products. You’ll work closely with cross-functional teams to deliver scalable, secure, and high-performance solutions that align with business and user needs.

This role is ideal for engineers ready to take ownership of systems, contribute to architectural decisions, and solve complex backend challenges.


Website: https://www.thealteroffice.com/about


Key Responsibilities:

  • Design, build, and maintain robust backend systems and APIs that are scalable and maintainable.
  • Collaborate with product, frontend, and DevOps teams to deliver seamless, end-to-end solutions.
  • Model and manage data using SQL (e.g., MySQL, PostgreSQL) and NoSQL databases (e.g., MongoDB, Redis), incorporating caching where needed.
  • Implement and manage authentication, authorization, and data security practices.
  • Write clean, well-documented, and well-tested code following best practices.
  • Work with cloud platforms (AWS, GCP, or Azure) to deploy, monitor, and scale services effectively.
  • Use tools like Docker (and optionally Kubernetes) for containerization and orchestration of backend services.
  • Maintain and improve CI/CD pipelines for faster and safer deployments.
  • Monitor and debug production issues, using observability tools (e.g., Prometheus, Grafana, ELK) for root cause analysis.
  • Participate in code reviews, contribute to improving development standards, and provide support to less experienced engineers.
  • Work with event-driven or microservices-based architecture, and optionally use technologies like GraphQL, WebSockets, or message brokers such as Kafka or RabbitMQ when suitable for the solution.


Requirements:

  • 2 to 4 years of professional experience as a Backend Engineer or similar role.
  • Proficiency in at least one backend programming language (e.g., Python, Java, Go, Ruby, etc.).
  • Strong understanding of RESTful API design, asynchronous programming, and scalable architecture patterns.
  • Solid experience with both relational and NoSQL databases, including designing and optimizing data models.
  • Familiarity with Docker, Git, and modern CI/CD workflows.
  • Hands-on experience with cloud infrastructure and deployment processes (AWS, GCP, or Azure).
  • Exposure to monitoring, logging, and performance profiling practices in production environments.
  • A good understanding of security best practices in backend systems.
  • Strong problem-solving, debugging, and communication skills.
  • Comfortable working in a fast-paced, agile environment with evolving priorities.


Read more
MSD Tech
MSD Tech
Agency job
via Majoris Technologies by Ayushi Jain
Hyderabad
2.5 - 6 yrs
₹20L - ₹30L / yr
skill iconPython
skill iconC++
skill iconC
skill iconGo Programming (Golang)
Data Structures
+1 more

JD:

As a Staff Software Engineer, you will be responsible for the design, implementation and maintenance of software modules owned by a team. You will guide and mentor junior team members by reviewing their code and designs to ensure that they are writing well designed and high quality code. This role requires excellent communication skills as you will need to collaborate across teams. 

Key Skills:

  • 3 to 6 years of experience
  • Extensive experience on C/C++/Python
  • Experience on OS - Unix/Linux and Windows
  • Hands on experience in Networking and Multi-threading

Desirable Skills:

  • Experience in Cloud Technologies, system programming is a plus

Roles and responsibilities:

  • Play key role in design/development of security product. 
  • Responsible for the complete software development cycle.
  • Gathering & understanding requirements.
  • Design, development & implementation independently.
  • Responsible for ensuring timely and quality delivery.
  • Will be able to work in end to end features. 

Qualification:

  • B.Tech / B.E / M.E./ M.Tech (Computer Science) or equivalent.


Read more
Java developer based in Hyderabad.
Java developer based in Hyderabad.
Agency job
via Qrata by Rayal Rajan
Hyderabad
5 - 12 yrs
₹6L - ₹25L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
skill iconPython
+7 more
Excellent knowledge of Core Java (J2SE) and J2EE technologies.
 Hands-on experience with RESTful services, API design are must.
 Knowledge of microservices architecture is must.
 Knowledge of design patterns is a must.
 Strong knowledge of Exception handling and logging mechanism is a must.
 Agile scrum participation experience. Work experience with several agile teams on an application built
with microservices and event-based architectures to be deployed on hybrid (on-prem/cloud)
environments.
 Good knowledge of Spring framework (MVC, Cloud, Data and Security. Etc) and ORM frameworks like JPA/Hibernate.
 Experience in managing the Source Code Base through Version Control tools like SVN, GitHub,
Bitbucket, etc.
 Experience in using and configuration of Continuous Integration tools Jenkins, Travis, GitLab, etc.
 Experience in the design and development of SaaS/PaaS-based architecture and tenancy models.
 Experience in SaaS/PaaS-based application development used by a high volume of
subscribers/customers.
 Awareness and understanding of data security and privacy.
 Experience in performing Java Code Reviews using review tools like SonarQube, etc.
 Good understanding of end-to-end software development lifecycle. Ability to read and understand
requirements and design documents.
 Good Analytical skills and should be self-driven.
 Good communication with interpersonal skills.
 Open to learning new technologies and domains.
 A good team player and ready to take up new challenges. Active communication and coordination with
Clients and Internal stakeholders
Requirements: Skills and Qualifications
 6-8 years of experience in developing Java/J2EE-based Enterprise Web Applications
 Languages: Java, J2EE, and Python
 Databases: MySQL, Oracle, SQL Server, PostgreSQL, Redshift, MongoDB
 DB Script: SQL and PL/SQL
 Frameworks: Spring, Spring Boot, Jersey, Hibernate and JPA
 OS: Windows, Linux/Unix.
 Cloud Services: AWS and Azure
 Version Controls/ DevOps tools: Git, Bitbucket and Jenkins.
 Message brokers: RabbitMQ, and Kafka
 Deployment Servers: Tomcat, Docker, and Kubernetes
 Build Tools: Gradle/Maven
Read more
Start Up
Start Up
Agency job
via Freelancer by Suhasini Ds
Bengaluru (Bangalore)
4 - 6 yrs
₹12L - ₹15L / yr
skill iconPython
skill iconDjango
Python DevOps, 
Must have - Strong python
 
· Must have - Familiarity with RESTful API development (Kafka).
Read more
India's best Short Video App
India's best Short Video App
Agency job
via wrackle by Naveen Taalanki
Bengaluru (Bangalore)
6 - 12 yrs
₹30L - ₹60L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconPython
skill iconElastic Search
Microservices
+5 more
What Makes You a Great Fit for The Role ?
You’re awesome at and will be responsible for
 
Lead design, development, implementation and maintenance of applications & back-end services demonstrating service-oriented architecture.
Design, build, test, and maintain scalable APIs, services, and systems within the platform.
Choose the right Data Structures, tools and tech stacks and be able to do High Level Designing with guidance.
Build, develop, mentor, review code and coach junior team members.
Extensive programming experience with cross-platform development: Java/SpringBoot, Javascript/Node.js, Express.js or Python
Extensive knowledge of ElasticSearch, MongoDB or Cassandra, Redis, SQS and data streaming (Spark, Flink, Kafka streams, storm, etc.).
Well versed in Kafka Understanding cloud native technologies such as Docker and Kubernetes, capable to cover full development lifecycle including CI/CD
Experience in use of source code management system like GIT, bitbucket and build tools like ant, maven, Gradle or make.
Take great pride in Code quality and developer productivity.
Put in Microservcies architecture in place that paves road for scalability, efficiency, observability, and availability.
Build (and open source) data processing, storage and fetch systems at the petabyte scale with the lowest cost/GB while still responding in milliseconds at the 99th percentile.
Write algorithms and services to influence personalisation and recommendation from a real-time recommendation engine for both home feed to surface most viral videos + video e-commerce.
Build machine learning pipelines using Kinesis,Spark/Flink/TensorFlow etc
Agile methodologies, Sprint management, Roadmap, Mentoring, Documenting, Software architecture
Proven experience in handling large infrastructure and distributed systems
Liaison with Product Management, DevOps, QA, Client and other teams
Your Experience Across The Years in the Roles You’ve Played
 
Have total or more 7 - 9 years of experience with 2-3 years in a startup.
Have B.Tech or M.Tech or equivalent academic qualification from premier institute.
Experience in Product companies working on Internet-scale applications is preferred
Thoroughly aware of cloud computing infrastructure on AWS leveraging cloud native service and infrastructure services to design solutions.
Follow Cloud Native Computing Foundation leveraging mature open source projects including understanding of containerisation/Kubernetes.
 
 
We Value Engineers Who Are
 
Customer-focused: We believe that doing what’s right for the creator is ultimately what will drive our business forward.
Obsessed with Quality: Your Production code just works & scales linearly
Team players. You believe that more can be achieved together. You listen to feedback and also provide supportive feedback to help others grow/improve.
Pragmatic: We do things quickly to learn what our creators desire. You know when it’s appropriate to take shortcuts that don’t sacrifice quality or maintainability.
Owners: Engineers at Chingari know how to positively impact the business.
Read more
Fulfil.IO
Remote only
4 - 8 yrs
₹15L - ₹15L / yr
skill iconPython
skill iconDjango
skill iconFlask
skill iconPostgreSQL
Celery

Fulfil’s software engineers develop the next-generation technologies that change how millions of customer orders are fulfilled by merchants. Our products need to handle information at massive scale. We're looking for engineers who bring fresh ideas from all areas into our technology.


As a senior software engineer, you will work on our python based ORM and applications that scales to handle millions of transactions every hour. This is mission critical software and your primary focus will be building robust and scalable solutions that are easy to maintain.


In this role, you will be collaborating closely with the rest of the team working on different layers of infrastructure in an international environment. Therefore, a commitment to collaborative problem solving, sophisticated design, and quality product are important.


What You’ll Do:

  • Own definition and implementation of API interfaces (REST and GraphQL). We take pride in our 100% open API with over 600 endpoints.
  • Implement simple solutions to complex business logic that enables our merchants to manage financials, orders and shipments across millions of transactions.
  • Build reusable components and packages for future use.
  • Translate specs and user stories into reviewable, test covered patches.
  • Peer review code and refactor existing code.
  • Integrate with our eCommerce partners (Shopify, BigCommerce, Amazon), shipping partners (UPS, USPS, FedEx, DHL) and EDI.
  • Manage Kubernetes and Docker based global deployment of our infrastructure.


Requirements We’re Looking for Someone With:

  • Experience working with ORMs like SQLAlchemy or Django (2-3 years)
  • Experience with SQL and databases (Postgres preferred)
  • Experience in developing large server side applications and microservices
  • Ability to create high quality code
  • Experience with python testing tools (pytest) and test automation
  • Familiarity with code versioning tools like GIT
  • Strong sense of ownership and leadership quality
  • Experienced in the tools of our web stack- Python, Celery, Postgres, Redis, RabbitMQ


Nice to Haves:

  • Prior experience at a growth stage Internet/Software company
  • Experience with ReactJS, Google Cloud, Heroku
  • Cloud deployment and scaling experience
Read more
mind logicx
at mind logicx
3 recruiters
shweta grover
Posted by shweta grover
Bengaluru (Bangalore)
4 - 8 yrs
₹4L - ₹12L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
skill iconBootstrap
skill iconAngularJS (1.x)
+3 more
Sr. Software Engineer - Open Source   Department: MindLabs   Location: Bangalore         Job Description   1. Develops software solutions by studying information needs; conferring with users; studying systems flow, data usage, and work processes; investigating problem areas; following the software development lifecycle.   2. Determines operational feasibility by evaluating analysis, problem definition, requirements, solution development, and proposed solutions.   3. Documents and demonstrates solutions by developing documentation, flowcharts, layouts, diagrams, charts, code comments and clear code.   4. Prepares and installs solutions by determining and designing system specifications, standards, and programming.   5. Provides information by collecting, analyzing, and summarizing development and service issues.   6. Design, develop and implement new integration.   7. Able to manage team of developers         Skills:     -----------    
1. Django full stack development experience more than 4 - 6 years (Python, Django, PostgreSQL)  
2. Experience of front-end development (Angular, Bootstrap, CSS, jQuery)  
3. Bug fixing in Django/Python/Web protocol  
4. Having experience in development of heavy traffic web solution  
5. Experience in working with LMS tools customization and integration will be added advantage         Education   Bachelor's degree in Computer Science or related field or equivalent degree
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos