255

Python Developer Job Vacancies in Bangalore

filter
  • Location
  • Role
  • Functional Area
  • Qualification
  • Experience
  • Employer Type
  • 4 - 6 yrs
  • 12.0 Lac/Yr
  • RR Nagar Bangalore
AI Machine Learning Implementation Java or .NET Python NodeJS Microservices Architecture MVC MVVM Architecture Patterns
Role: Senior Software Engineer / Lead Software EngineerDate: 2026/April/06Experience: 4-6 yearsOpen Positions: 2Joining Timeline: Immediate (within 10-15 days)Job Description:Arnest is looking for experienced full-stack developers with strong AI/ML implementation expertise.The ideal candidate will have a proven track record of designing, developing, and deploying scalableapplications integrated with advanced analytics and machine learning models.You will play a key role in building intelligent AI solutions, working across the stack-from datapipelines and model development to frontend dashboards and system deployment.
View all details
  • Fresher
  • 7.0 Lac/Yr
  • Female
  • Bangalore
Data Management Data Analysis SQL Python Power BI Python Developer
We are looking for a talented and motivated Data Analyst to join our team. This full-time position is ideal for fresh graduates seeking to start their career in data analysis. The role is based in Bangalore, India, and offers the flexibility of working from home.As a Data Analyst, you will be responsible for collecting, analyzing, and interpreting data to help our team make informed decisions. You will engage in various tasks including:- **Data Collection:** Gathering data from different sources to ensure we have accurate information for analysis.- **Data Analysis:** Using statistical methods to analyze and interpret complex data sets, providing insights that drive strategies.- **Report Generation:** Creating reports and visualizations to present findings in a clear and understandable manner.- **Collaboration:** Working closely with other teams to understand their data needs and providing assistance where required.To succeed in this role, you should possess strong analytical skills and a keen eye for detail. You should be comfortable using data analysis tools and software and have a solid understanding of statistical methods. Good communication skills are essential, as you will need to explain your findings to team members and contribute to discussions about data-driven decisions.We expect you to be driven, eager to learn, and capable of working independently. Being organized and proactive in handling tasks will help you thrive in this remote work environment.
View all details

Looking For Software Developer

CloudNausor Technologies

  • 2 - 5 yrs
  • 10.0 Lac/Yr
  • Bangalore
Java Python SQL Git
We are looking for a Software Developer to join our team in Bangalore. This is a full-time position that allows you to work from home. We prefer candidates with 2 to 5 years of experience and a Bachelors degree in Engineering (B.E).**Key Responsibilities:**- **Develop Software Applications:** Create, test, and maintain software applications that meet user requirements and ensure high performance.- **Collaborate with Team Members:** Work closely with other developers, designers, and project managers to deliver quality software solutions on time.- **Troubleshoot Issues:** Identify and fix bugs and performance issues in existing software applications, ensuring they run smoothly and efficiently.- **Write Clean Code:** Follow coding standards and best practices to produce maintainable and understandable code, which helps in future updates and debugging.- **Participate in Code Reviews:** Review code written by peers to provide constructive feedback and learn from others, ensuring high code quality across the project.**Required Skills and Expectations:**- **Proficiency in Programming Languages:** Strong knowledge of languages such as Java, Python, or C#, with experience in developing software applications using these languages.- **Understanding of Software Development Life Cycle (SDLC):** Familiarity with various phases of software development and agile methodologies to adapt quickly to changing requirements.- **Problem-Solving Ability:** Strong analytical skills to troubleshoot issues and come up with effective solutions quickly.- **Communication Skills:** Good verbal and written communication skills to facilitate collaboration with team members and present ideas clearly.- **Self-Motivation:** Ability to work independently with minimal supervision and effectively manage time to meet deadlines.
View all details
  • 2 - 7 yrs
  • 12.0 Lac/Yr
  • Hyderabad Bangalore Road
Python Language AI Chatbots Machine Learning SQL Azure AWS AI Python Java Cloud Computing
Vacancy for AI Developer.
View all details

Get Personalized Job Matches

Based on your experience, skills, interests, and career goals to help you find the most relevant opportunities faster. Register Now!

Senior Software Developer (2-3 Years)

Prakshiva Techno Reality Pvt Ltd

  • 2 - 3 yrs
  • Bangalore
SQL Python Java Html
We are looking for a Senior Software Developer with 2 to 3 years of experience to join our team in Bangalore. The ideal candidate will be responsible for designing, developing, and implementing software solutions while ensuring high-performance and responsiveness.**Key Responsibilities:**- **Software Development:** Write clean, scalable code for applications and systems, ensuring they meet user needs and technical requirements.- **System Design:** Collaborate with other developers and stakeholders to create software architecture and design specifications.- **Code Review:** Review and improve existing code, ensuring its quality and performance by providing constructive feedback to peers.- **Troubleshooting:** Identify and resolve software defects and performance issues promptly, ensuring the applications run smoothly.- **Documentation:** Create and maintain detailed documentation for code, processes, and systems to help others understand and use the software effectively.- **Team Collaboration:** Work closely with cross-functional teams, participating in meetings and contributing to project planning and execution.For this role, candidates should have a diploma in a relevant field and possess strong programming skills. Proficiency in languages such as Java, C#, or Python is essential. A solid understanding of software development methodologies, version control systems, and testing practices is expected. Strong problem-solving skills, effective communication, and ability to work in a team-oriented environment are also crucial. Being proactive and adaptable to changing technologies will be vital for success in this position.
View all details
  • 3 - 8 yrs
  • Bangalore
Web Scraping Python
Data Extraction Engineer designs extraction systems (and not just scripts). They build and maintain a next-generation data acquisition platform that treats web scraping as a declarative, specification-driven discipline. Instead of hard-coding XPaths for every site, Web Scraping Developer defines what data is neededusing schemas, natural language descriptions, or visual blueprintsand lets intelligent pipelines figure out how to get it.Key Responsibilities:Specification-Driven Extraction Engineering-Design and maintain declarative extraction specificationsusing Pydantic models, JSON schemas, or domain-specific languagesthat describe exactly which fields to capture, their types, and validation rules.Implement pipelines that translate these specifications into executable extraction plans, leveraging both classical (Scrapy, Playwright) and AI-augmented (LLM-based semantic parsing) backends.Build reusable specification libraries for recurring data types (product prices, tariff codes, regulatory texts) to accelerate onboarding of new sources.Autonomous & Self-Healing Systems-Deploy self-healing spiders that automatically detect website layout changes and repair themselves using Model Context Protocol (MCP) servers (e.g., Scrapy MCP Server, Playwright MCP).Integrate semantic extraction (Scrapy-LLM, custom LLM pipelines) to eliminate selector brittlenessspiders rely on field descriptions, not fragile XPaths.Orchestrate complex, multi-step browsing workflows with agentic frameworks (BMAD/TEA, AutoGPT-like agents) that reason about page state, adapt to anti-bot measures, and correct their own behaviour in real time.Platform Thinking & Reusability-Move beyond one-off scrapers: build a component-based extraction platform where selectors, login handlers, and pagination logic are shared, versioned, and tested.Implement monitoring, alerting, and automatic rollback for failed extraction runs.Champion ethical crawling by designrate limiting, robots.txt respect, and compliance with GDPR/CCPA are built into the specification layer, not retrofitted.Collaboration & Continuous Innovation-Partner with data scientists and domain experts to refine extraction specifications for complex, unstructured domains (e.g., legal texts, tariff classifications).Evaluate and pilot emerging tools to push automation coverage beyond 90%.Document and evangelise specification-driven best practices across the engineering organisation.Candidate Profile:Education and Experience -Bachelors degree in Computer Science3+ years of experience in web scraping or data extractionSkills and competences-Specification-Driven Extraction Experience defining extraction requirements via schemas (Pydantic, JSON Schema) and executing them through both traditional crawlers and LLM-based semantic parsers.SelfHealing & Semantic Extraction Handson use of ScrapyLLM, Scrapy MCP Server, or similar systems that decouple field definitions from page structure.Agentic Workflows Familiarity with frameworks that give LLMs browser control (Playwright + MCP, BMAD/TEA) to handle complex, nondeterministic crawling tasks.Classical Scraping Fundamentals You still know how to write a Scrapy spider or a Playwright script when needed, but you actively seek to replace that work with reusable, specification-driven components.Data Validation & Storage Ability to define validation rules within specifications and land clean data into SQL/NoSQL databases or data lakes.Python proficiency: the focus is on an extraction engineer who happens to use Python.HTTP, DOM, XPath, CSS.Basic API integration and authentication flows.Preferred / Nice-to-Have Skills:Contributions to open-source scraping or AI-automation projects.Experience training or fine-tuning small LLMs for domain-specific extraction.Familiarity with data privacy engineering (GDPR, CCPA) baked into specification design.DevOps light Docker, CI/CD for testing extraction specifications.Mindset & Approach (Non-Negotiable):Strong belief that the future of scraping is declarative, not imperative. Youd rather write a schema that says extract the price than debug an XPath when a website redesigns.Looking to shift from code that scrapes to systems that understand extraction.
View all details

Devops Developer (4-6 Years)

Talent Zone Consultant

  • 4 - 6 yrs
  • Bangalore
Python Azure DevOps GitHub Shell YAML XAML CICD Pipelines AWS
Key Responsibilities- Design, implement, and maintain DevOps technologies and processes, including analysis of current environments and selection of appropriate tools.- Develop and manage CI/CD pipelines for continuous integration, testing, and deployment across multiple applications.- Build automation solutions using Python and Shell scripting to streamline build, deployment, and operational tasks.- Implement infrastructure automation and configuration management using Ansible.- Integrate code quality, security, monitoring, and metrics tools into daily build and release pipelines.- Manage and support cloud-based production environments on AWS and/or Azure, including deployments and troubleshooting.- Work closely with development, QA, IT, and security teams to ensure adherence to DevOps standards and best practices.- Ensure compliance with defined organizational guidelines, processes, and delivery standards.- Coordinate activities of assigned team members and guide execution as per organizational objectives.________________________________________Required Skills & Experience- 4-6 years of overall IT/DevOps experience.- Strong hands-on experience in Python scripting and Python programming for automation, tooling, and integrations.- Solid understanding of DevOps principles and configuration management.- Proven experience in building CI/CD pipelines using Jenkins, Azure DevOps, and GitHub (YAML pipelines, vNext builds, scripted and freestyle Jenkins jobs).- Strong experience with Linux environments.- Hands-on experience with Cloud platforms (AWS and/or Azure), including managing production workloads.- Working experience with Kubernetes and container-based deployments.- Experience with Ansible for configuration management and infrastructure automation.- Hands-on administration of version control tools such as Git and Azure DevOps (ADO).- Experience with code quality and metrics tools such as SonarQube and TeamScale.- Strong experience in developing build workflows using Python, Shell, YAML, XAML, and TFS vNext.- Excellent analytical, debugging, and problem-solving skills.
View all details
  • 3 - 5 yrs
  • 5.0 Lac/Yr
  • Bangalore
Java Python Language JMeter Bugzilla TestLink
Role OverviewWe are seeking a skilled L2 Test Automation Engineer with 35 years of hands-on experience in designing, developing, and executing automated test scripts using JMeter, Selenium, Cucumber, and Appium. The ideal candidate will also have experience working with test management tools (TestLink or equivalent) and bug tracking systems (Bugzilla or equivalent). This role requires strong analytical skills, attention to detail, and the ability to collaborate with development, QA, and product teams to ensure software quality across web, mobile, and API platforms.Key ResponsibilitiesTest Automation DevelopmentTest Planning & ExecutionTest Planning & ExecutionTest Management & Defect TrackingCollaboration & ReportingQualifications & Skills Education: Bachelors degree in Computer Science, Information Technology, or related field. Experience: 35 years in test automation with hands-on expertise in:o Automation Tools: Selenium, Cucumber, Appium.o Performance Testing: JMeter.o Test Management: TestLink or equivalent.o Bug Tracking: Bugzilla or equivalent. Technical Skills:o Strong knowledge of Java, Python, or similar languages for test script development.o Familiarity with CI/CD tools for integrating automated tests.o Understanding of QA methodologies, SDLC, and Agile practices.Soft Skills: Detail-oriented, analytical, problem-solving, communication, and collaboration skills.Interested candidates kindly share your CV to vaishnavi.a@xevyte.com
View all details

Jobs by Popular Location

  • 3 - 8 yrs
  • Bangalore
Java Python CICD QA Methodologies Sdlc
Role OverviewWe are seeking a skilled L2 Test Automation Engineer with 35 years of hands-on experience in designing, developing, and executing automated test scripts using JMeter, Selenium, Cucumber, and Appium. The ideal candidate will also have experience working with test management tools (TestLink or equivalent) and bug tracking systems (Bugzilla or equivalent). This role requires strong analytical skills, attention to detail, and the ability to collaborate with development, QA, and product teams to ensure software quality across web, mobile, and API platforms.Key Responsibilities:Test Automation DevelopmentTest Planning & ExecutionTest Management & Defect TrackingCollaboration & Reporting Experience: 35 years in test automation with hands-on expertise in:Automation Tools: Selenium, Cucumber, Appium.Performance Testing: JMeter.Test Management: TestLink or equivalent.Bug Tracking: Bugzilla or equivalent. Technical Skills:Strong knowledge of Java, Python, or similar languages for test script development.Familiarity with CI/CD tools for integrating automated tests.Understanding of QA methodologies, SDLC, and Agile practices.Soft Skills: Detail-oriented, analytical, problem-solving, communication, and collaboration skills.Interested Candidates you can share your resumes to yashaswini@xevyte.com
View all details
  • 4 - 10 yrs
  • 5.0 Lac/Yr
  • Bangalore
ETL ELT SQL Python Dbt Spark Hadoop Cloud Data CICD Data Security Data Warehousing
Design, build, and maintain ETL/ELT data pipelines and data lake solutions to support analytics and AI/ML use cases. Ensure data quality, performance, and reliability across enterprise data platforms.Key ResponsibilitiesPipeline DevelopmentData Lake EngineeringPerformance & OptimizationCollaboration & SupportRequired Skills & Experience 4+ years of experience in data engineering or ETL development. Proficiency in SQL and Python (or Scala/Java) for data transformations. Hands-on with ETL tools (Informatica, Talend, dbt, SSIS, Glue, or similar). Exposure to big data technologies (Hadoop, Spark, Hive, Delta Lake). Familiarity with cloud data platforms (AWS Glue/Redshift, Azure Data Factory/Synapse, GCP Dataflow/BigQuery). Understanding of workflow orchestration (Airflow, Oozie, Prefect, or Temporal).Preferred Knowledge Experience with real-time data pipelines using Kafka, Kinesis, or Pub/Sub. Basic understanding of data warehousing and dimensional modeling. Exposure to containerization and CI/CD pipelines for data engineering. Knowledge of data security practices (masking, encryption, RBAC).Education & Certifications Bachelors degree in Computer Science, IT, or related field.Preferred certifications:o AWS Data Analytics Specialty / Azure Data Engineer Associate / GCP Data Engineer.o dbt or Informatica/Talend certifications.
View all details
  • 6 - 12 yrs
  • 16.0 Lac/Yr
  • Bangalore
Python GCP Developer
Job Title:Data Engineer Location: Bangalore Experience: 6+ years Notice Period : Immediate to 21daysMUST-HAVE TECHNICAL SKILLSSkillSkill DepthPython for Data PipelinesIndependently written ingestion/transformation scripts, including pagination, exception handling, logging, and dataframe-level operations using Pandas, JSON, or GCP SDKsDBT (Data Build Tool)Authored and executed DBT models and tests using YAML files and Jinja macros; contributed to CI test configs and schedule integrationGCP (BigQuery, GCS, CloudSQL)Hands-on experience in at least two of the above tools in pipeline execution e.g., used BigQuery for SQL transformation and GCS for raw/processed layer segregationAWS LambdaIntegrated serverless functions to automate trigger points like new file upload, API call chaining or job completion; used boto3 or GCP Pub/Sub hooksData Quality & ValidationDeveloped or plugged-in validation layers for ingestion such as record count matching, null/duplicate flagging, recon table populationCloud-Native ModelingAdapted pre-existing logical models to ingestion logic, ensuring correct joins, partitioning strategy, and target-layer conformity (Star/Snowflake)Version Control & AgileParticipated in Git branching workflows and sprint-based delivery (JIRA or similar); able to push/pull/test with basic conflict resolution
View all details
  • 7 - 10 yrs
  • 27.5 Lac/Yr
  • Bangalore
Python BDD Azure TDD Rest API GitHub
We are seeking a highly skilled Senior Python Developer with extensive experience in microservice architecture, Azure cloud services, generative AI, and application development. The ideal candidate will design, develop, and maintain scalable and efficient applications while using modern technologies and best practices.Must-Have Skills710 years of strong expertise in PythonExperience building RESTful APIs using FastAPIMinimum 4 years of hands-on experience with Azure CloudStrong understanding of BDD, TDD, and Microservice ArchitectureExperience with DevOps practices, CI/CD pipelines, automated testing, and monitoringKey ResponsibilitiesGenerative AI Integration: Develop and integrate GenAI solutions to enhance application features and user experienceApplication Development: Collaborate with cross-functional teams to build high-quality softwareCode Quality: Write clean, maintainable, and efficient code following best practicesTesting & Debugging: Conduct comprehensive testing and debugging to ensure strong performanceDocumentation: Prepare and maintain technical documentation for code and systemsDeployment: Create Docker images, build pipelines, and manage deploymentsPreferred AttributesExcellent problem-solving ability and attention to detailStrong communication and teamwork skillsAbility to work independently and collaborativelyPassion for learning and adopting new technologiesAdditional InformationWork Model: HybridThis role is on Amantya's payroll; the candidate will be deputed to the client locationOffice Location: Bommasandra (must be comfortable with this location)Required QualificationBachelor of Engineering / Bachelor of Technology (B.E./B.Tech.)
View all details

ML Engineer

Smartcore Solutions

  • 4 - 6 yrs
  • 17.0 Lac/Yr
  • Electronic City Bangalore
Machine Learning Python Git Google Cloud AI Developer OpenAI Google Cloud AI Azure Cognitive Services Scripting Golang
Job Title: ML Engineer - Workflow Automation & Response Intelligence Role Overview: We-re seeking an experienced ML Engineer to lead initiatives in workflow automation and sentiment-driven response generation using third-party AI agents. The candidate will be responsible for integrating external AI services, orchestrating intelligent workflows, and ensuring contextual, automated replies based on sentiment and intent.Key Responsibilities:Integrate and orchestrate third-party AI agents for sentiment analysis and auto-response generationDesign and maintain workflow automation pipelines that trigger intelligent actions based on AI outputsConfigure and fine-tune agent behavior for tone, escalation logic, and contextual relevanceCollaborate with engineering and product teams to define response logic and escalation pathsMonitor agent performance, ensure reliability, and manage API interactionsDocument workflows, integration logic, and fallback strategies in ConfluenceRequired Skills:4-5 years of experience in AI/ML engineering or intelligent automationStrong proficiency in Python for scripting and API orchestrationExperience integrating third-party AI services (e.g., OpenAI, Google Cloud AI, Azure Cognitive Services)Familiarity with sentiment analysis, intent classification, and response generationWorkflow orchestration using tools like Airflow, Prefect, or custom schedulersREST API integration and error handlingVersion control using Git, and task management via JiraNice to Have:Exposure to LangChain, Rasa, or other conversational AI frameworksExperience with LLM prompt engineering and agent chainingUnderstanding of ethical AI principles and fallback logic for agent responsesExposure to Golang and PostgreSQL database
View all details
  • 0 - 1 yrs
  • 4.0 Lac/Yr
  • Bangalore
Python Java Data Science Machine Learning Data Analysis Power BI
Nimblix Technologies is Hiring Fresher for Frontend Developer Roles, Interested Candidates Send Your Contact Details and Resume.
View all details
  • 4 - 6 yrs
  • 10.0 Lac/Yr
  • Bangalore
Python Language SQL Azure Azure Administrator Software Developer
About the RoleWe are looking for a technically strong engineer with 46 years of hands-on experience. This role will focus on developing cloud-native backend systems, designing and building resilient APIs and integrations, and working closely with cross-functional stakeholders to deliver high quality software. Youll be part of full life-cycle delivery (from design, development, testing, deployment, support) in an Agile team.________________________________________Key Responsibilities Develop, test, and maintain server-side components and services using Python, ensuring performance, scalability, and reliability Work with Azure services such as Logic Apps, Functions, API Management, Service Bus, Event Grid, etc Design and implement integration solutions and patterns (sync / async, event-driven, messaging, orchestration) Define and own API contracts, versioning, error handling, authentication & authorization Collaborate with Product, Business Analysts, Architects, QA, DevOps teams to gather requirements, refine specifications, and deliver solutions Participate in code reviews, maintain code quality, and enforce best practices Help build and maintain CI/CD pipelines (preferably in Azure DevOps or equivalent) Contribute to architecture and design discussions; propose improvements, refactoring, and optimizations Support end-to-end business understanding: understand the domain, workflows, and how systems interact________________________________________Required Skills & Qualifications 4 to 6 years of experience in backend development (strong in Python) Solid understanding of cloud-native development and distributed systems Hands-on experience in Azure (Logic Apps, Functions, API Management, Service Bus, Event Grid, etc) Proven experience in designing and developing APIs and integration solutions Deep knowledge of integration patterns (e.g. request/response, messaging, pub/sub, event-driven, incremental sync, batch, streaming) Strong grasp of resilient/fault tolerant design (retries, idempotent operations, circuit breakers etc) Experience with CI/CD pipelines, automated testing, deployment automation Good problem solving, logical thinking, and ability to reason across systems Strong communication skills and ability to work with cross-functional stakeholders Comfortable in Agile / Scrum environment: participating in ceremonies, sprint planning, grooming, retrospectives Understanding of software development life cycle (SDLC), including testing (unit, integration, system)________________________________________Preferred / Optional Skills (Nice to Have) Experience in frontend (HTML, React) Experience with Salesforce integrations (e.g. using REST/SOAP APIs, eventbased integration) Familiarity with containerization (Docker, Kubernetes)________________________________________
View all details

Opening For Technical Consultant

Promantia Business Solutions Pvt. Ltd.

  • 2 - 3 yrs
  • 7.0 Lac/Yr
  • Old Airport Road Bangalore
Python Developer SQL Coding Java-script Vue Js
Job DescriptionWe are seeking enthusiastic and dedicated people to join our team as ERPNext Developers.This role involves working on the development, customization, and maintenance of ERPNextsolutions to meet client needs.Responsibilities: Develop, customize, and implement solutions on ERPNext/Frappe framework Analyze and understand business requirements to design scalable and efficient solutions. Perform integrations with third-party systems as needed. Troubleshoot and resolve issues in the ERP system. Maintain documentation for development activities and customizations. Stay updated with the latest developments in Frappe and ERPNext.Requirement: 2 - 3 years of Software Development experience Self-starters - Can read/write the documents and don't need hand-holding Experience in Python/Javascript/jQuery/Vue/MySQL Functional knowledge of ERP will be a plus. Ability to learn new technologies and understand how to utilize them according to theclients Hands-on experience in developing applications over Frappe Framework-ERPnext willbe a plus
View all details
  • 3 - 5 yrs
  • 10.0 Lac/Yr
  • Bangalore
EDA Python Perl Developer Problem Solving Spice RCS
Were Hiring Standard Cell Characterization Engineer BengaluruLooking for an experienced Standard Cell Characterization Engineer to join our clients dynamic team!What youll do: Develop & support standard cell libraries Perform PPA analysis & cell characterization Work on RC extraction, SPICE simulation & verification Automate tasks using Python/Perl/TCLWhat were looking for: 3+ years in standard cell design/characterization Strong in EDA tools (simulation, verification, extraction) Proficient in scripting (Python, Perl, TCL) Immediate to 30 days joiners preferred Interested? DM me or send your resume to Pratishtha.B@orglinked.co.in
View all details

DFT Engineer - Bangalore

Msolvion Technologies

  • 4 - 10 yrs
  • 27.5 Lac/Yr
  • Bangalore
ASIC SOC Environments DFT Compiler TestMAX TetraMAX Tessent FastScan TCL Perl Python RTL STA Constraints
We are seeking experienced DFT Engineers with expertise in Scan, ATPG, and MBIST for SoC / ASIC designs. This role focuses on implementation, pattern generation, and verification of DFT features to ensure high test coverage and silicon readiness. Key ResponsibilitiesImplement and verify Scan, ATPG, and MBIST for complex SoCs.Perform pattern generation, coverage analysis, and debug.Integrate and validate MBIST with memory test algorithms.Collaborate with RTL and Physical Design teams for smooth DFT integration and sign-off.Develop automation scripts to streamline DFT flows. Required Skills4 to 10 years of DFT experience in ASIC / SoC environments. (Rs 22L to Rs 28L per annum)Hands-on expertise with EDA tools:Synopsys (DFT Compiler, TestMAX, TetraMAX)Cadence ModusPreferred: Siemens Tessent / FastScanStrong understanding of fault models (stuck-at, transition, path delay).Knowledge of MBIST architecture and memory test techniques.Scripting skills in TCL, Perl, Python.Familiarity with RTL design flows, STA constraints, and silicon bring-up.Send your resumes to mstechtalentacq@gmail.com and we will contact you.
View all details

Full Stack Developer - Full Time - Freshers

Paskon(India)Private Limited.

  • 0 - 1 yrs
  • Bangalore
Python Mysql Spring CSS3 React Js AngularJS2 html5 Rest API Postgre SQL Javascript React Native Java
Job OverviewWe are looking for a highly skilled Python programmer who is comfortable with both front andback end programming. You will be responsible for developing and designing micro servicebackend applications, ensuring the responsiveness of applications and working alongside UI/UXdesigners for front end web application integration, among other duties.Full Stack Developers will be required to see out a project from conception to rollout, requiringgood organizational skills and attention to detail.Responsibilities and Duties Developing backend micro service applications. Designing and developing REST APIs. Creating servers and databases for functionality. Ensuring responsiveness of applications. Designing user interactions on web pages. Working alongside graphic designers for web design features. Seeing through a project from conception to deployment. Meeting both technical and functional needs. Staying abreast of developments in web applications and programming languages.Requirements Degree in Computer Science or equivalent discipline Strong organizational and project management skills. Proficiency with server-side languages such as Java, and R Familiarity with database technology such as PostgreSQL, MySQL, and NoSQL databases. Proficiency with fundamental front-end languages such as HTML, CSS and JavaScript. Familiarity with JavaScript frameworks such as Angular JS, React.JS and React Native is aplus. Knowledge in Data Analytics, Charts & Reports is a plus. Excellent verbal communication skills. Good problem-solving skills. Attention to detail.
View all details

AWS Tech Lead

The Best Services & Enterprise's

AWS Engineer AWS Developer Software Services AWS Services & CloudFormation Python Scripting Migration Lead Engineer Migration Engineer
We are looking for a skilled **Migration Lead Engineer** to join our Infrastructure & Platform Engineering team. You will ensure the high availability, scalability, and reliability of our systems across cloud and containerized environments. You will collaborate with development and operations teams to automate deployments, monitor systems, and continuously improve platform performance.**Key Responsibilities:*** Lead cloud migration and platform initiatives on AWS.* Design, implement, and maintain scalable and reliable infrastructure.* Automate deployments and monitor system health.* Collaborate with DevOps and development teams to optimize CI/CD pipelines.* Troubleshoot incidents and ensure high uptime of critical systems.**Required Skills & Qualifications:*** Strong **Python** skills for scripting, automation, and tooling.* Hands-on experience with **AWS services** and **CloudFormation templates** for IaC.* Proficiency with **OpenShift or Kubernetes** for container orchestration.* Experience with **monitoring tools** like Dynatrace and AWS CloudWatch.* Understanding of **networking, Linux systems, and cloud-native architecture**.* Familiarity with CI/CD tools (Jenkins, GitLab CI, ArgoCD).* Knowledge of configuration management tools (Ansible/Terraform is a plus).* Strong troubleshooting and incident management capabilities.**Preferred Qualifications:*** Experience with **AWS Well-Architected Framework** and **cost optimization**.* Familiarity with **Prometheus, Grafana, or ELK Stack**.* Relevant certifications: AWS Certified SysOps Administrator / DevOps Engineer / Red Hat Certified Specialist in OpenShift.* Experience with **microservices architecture** and **DevSecOps practices**.**Soft Skills:*** Excellent communication and collaboration skills.* Analytical mindset with high attention to detail.* Strong ownership and accountability for uptime and system performance.
View all details

AI Engineer

Msolvion Technologies

  • 2 yrs
  • Bangalore
Python Azure React Nodejs Rdbms Autogen AWS Machine Learning
We're Hiring: AI Engineer at MSolve TechMSolve Tech is looking for a talented AI Engineer with 4+ years of experience to design and build AI products using Agentic AI (Autogen), Python backend, and React/Node.js front-end.What You'll Do:Build AI-powered products from concept to deployment.Develop backend services in Python and integrate AI/ML pipelines.Create responsive front-end apps using React & Node.js.Work with RDBMS and Azure Cosmos DB.Skills We're Looking For:Python, Node.js, ReactAgentic AI (Autogen)RDBMS & Azure Cosmos DBProduct-focused mindset & strong problem-solving skillsWhy Join Us:Lead the development of cutting-edge AI productsFlexible work environmentGrow your skills with an innovative tech team
View all details

Opening For Golang Developer

Smartcore Solutions

  • 6 - 10 yrs
  • 25.0 Lac/Yr
  • Electronic City Bangalore
JIT Jira Reactjs API Golang Postgre SQL Python Mongodb Kafka Developer
JD: Golang Developer(ReactJs + Go)Job Title: Software EngineerLocation: Bangalore (Work from Office) Full-TimeExperience: 4 - 5 YrsEmployer: (US Client Project)About the Role Join a fast-paced engineering team working on a global-scale product for a US-basedclient. You ll be responsible for building and maintaining scalable web applications using modernfront-end and back-end technologies. This role demands strong expertise in ReactJS, Go, andPostgreSQL, along with a strong emphasis on writing clean, high-performance code.What You'll Work On Building responsive front-end interfaces with ReactJS Developing scalable APIs and microservices using Go Managing efficient builds and automation with Bazel Designing and optimizing relational data models in PostgreSQL Collaborating through Git, Jira, and SlackMust-Have Skills 4+ years in full-stack development 3+ years with Go (Golang) Strong ReactJS experience SQL database proficiency (PostgreSQL preferred)Good-To-Have Skills Redux, and modern JavaScript (ES6+) Gin Web Framework GORM ORM library Docker, Bazel Git, Jira, Jenkins CI/CD pipelinesBonus Skills Python, Django, MongoDB, Slack, Kafka, Protobufs, Prometheus, Vite
View all details
  • 3 - 5 yrs
  • 18.0 Lac/Yr
  • Electronic City Bangalore
Python Python Development Django Developer PostgreSQL MySQL or Oracle.
FULL STACK DEVELOPER Location ; Bangalore , Electronics City -Phase 2CTC : 12-18 L RESPONSIBILITIESAs an experienced Full Stack Developer you will have opportunities to work at all levels of our technologystack, from the customer facing dashboards and back-end business logic, to the high volume data collectingand processing. As a Full Stack Developer you should be comfortable around a range of different technologiesand languages, and with the integration of third-party libraries and development frameworks. Work with project stakeholders to understand requirements and ideate software solutions Design client-side and server-side architectures Build front-end applications delivering on usability and performance Build back-end services for scalability and reliability Write effective APIs and build to third-party APIs Adhere to security and data protection standards and requirements Instrument and test software to ensure the highest quality Monitor, troubleshoot, debug and upgrade production systems Write technical documentationREQUIREMENTS Proven experience as a Full Stack Developer or similar role Comfortable with Golang, Scala, Python, and Kafka, or the desire to learn these technologies Experience in front-end web development helping to create customer facing user interfaces; experiencewith ReactJS a plus Familiarity with databases and data warehousing such as PostgreSQL, MongoDB, Snowflake Familiarity with Amazon Web Services cloud platform Attention to detail, strong organizational skills, and a desire to be part of a team Degree in Computer Science, Engineering, or relevant field share resume to 9035734851
View all details
  • 4 - 6 yrs
  • Bangalore
Python AWS Services API Gateway CICD Agile AWS Lambda AWS Glue Data Structures Data Visualisation Algorithm Development
Key Responsibilities Model Development: Lead the design and development of quantitative data engineeringmodels, including algorithms, data pipelines, and data processing systems, to supportbusiness requirements. Data Processing: Develop and maintain data processing pipelines to ingest, clean,transform, and aggregate large volumes of data from various sources, ensuring dataquality and reliability. Algorithm Development: Design and implement algorithms for data analysis, machinelearning, and statistical modeling, using techniques such as regression analysis,clustering, and predictive modeling. Performance Optimization: Identify and implement optimizations to improve theperformance and efficiency of data processing and modeling algorithms, consideringfactors like scalability and resource utilization. Data Visualization: Create visualizations of data and model outputs to communicateinsights and findings to stakeholders. Data Quality Assurance: Implement data quality checks and validation processes toensure the accuracy, completeness, and consistency of data used in models andanalyses. Model Evaluation: Evaluate the performance of data engineering models using metricsand validation techniques, and iterate on models to improve their accuracy andeffectiveness. Collaboration: Collaborate with data scientists, analysts, and business stakeholders tounderstand requirements, develop models, and deliver insights that drive businessdecisions. Documentation: Document the design, implementation, and evaluation of dataengineering models, including assumptions, methodologies, and results, to ensurereproducibility and transparency. Continuous Learning: Stay updated with the latest trends, tools, and technologies inquantitative data engineering and data science, and continuously improve your skillsand knowledge.Desired Skills and Experience Data Engineering: Strong background in data engineering principles, including dataingestion, data processing, data transformation, and data storage, using tools andframeworks such as Apache Spark, Apache Flink, or AWS Glue. Quantitative Analysis: Proficiency in quantitative analysis techniques, includingstatistical modeling, machine learning, and data mining, with experience inimplementing algorithms for regression analysis, clustering, classification, and predictivemodeling. Programming Languages: Proficiency in programming languages commonly used fordata engineering and quantitative analysis, such as Python, R, Java, or Scala, as well asexperience with SQL for data querying and manipulation. Big Data Technologies: Familiarity with big data technologies and platforms, such asHadoop, Apache Kafka, Apache Hive, or AWS EMR, for processing and analyzing largevolumes of data. Data Visualization: Experience in data visualization techniques and tools, such asMatplotlib, Seaborn, or Tableau, for creating visualizations of data and model outputs tocommunicate insights effectively. Machine Learning Frameworks: Familiarity with machine learning frameworks andlibraries, such as PyTorch for implementing and deploying machine learning models. Cloud Computing: Experience with cloud computing platforms, such as AWS, Azure, orGoogle Cloud Platform, and proficiency in using cloud services for data engineering andmodel deployment. Software Development: Strong software development skills, including proficiency insoftware design patterns, version control systems (e.g., Git), and software testingframeworks, to develop robust and maintainable code. Problem-solving Skills: Excellent problem-solving skills, with the ability to analyzecomplex data engineering and quantitative analysis problems, identify solutions, andimplement them effectively. Communication and Collaboration: Strong communication and collaboration skills, withthe ability to work effectively with cross-functional teams, including data scientists,analysts, and business stakeholders, to understand requirements and deliver solutions. Domain Knowledge: Domain knowledge in areas such as finance, healthcare, ormarketing, depending on the industry, to understand the context and requirements ofdata engineering models in specific domains. Continuous Learning: A commitment to continuous learning and staying updated withthe latest trends, tools, and technologies in data engineering, quantitative analysis, andmachine learning.
View all details
  • 8 - 12 yrs
  • Bangalore
Software Development Python AWS SQL Databases API Development Design and Development Leadership Code Review Guidance Training
Key Responsibilities Analyst Workflows: Lead the design and development of org integrated content publishing platform using a proprietary 3rd. party editorial and publishing platform for integrated digital publishing. Designing and Developing APIs: Lead the design and development of robust, scalable, and secure APIs on AWS, considering factors like performance, reliability, and cost-efficiency. Architecture Planning: Collaborate with architects and stakeholders to define architecture, including API gateway, microservices, and serverless components, ensuring alignment with business goals and AWS best practices. Technical Leadership: Provide technical guidance and leadership to the development team, ensuring adherence to coding standards, best practices, and AWS guidelines. AWS Service Integration: Integrate APIs with various AWS services such as AWS Lambda, Amazon API Gateway, Amazon SQS, Amazon SNS, AWS Glue, and others, to build comprehensive and efficient solutions. Performance Optimization: Identify and implement optimizations to improve performance, scalability, and efficiency, leveraging AWS services and tools. Security and Compliance: Ensure APIs are developed following best security practices, including authentication, authorization, encryption, and compliance with relevant standards and regulations. Monitoring and Logging: Implement monitoring and logging solutions for APIs using AWS CloudWatch, AWS X-Ray, or similar tools, to ensure availability, performance, and reliability. Continuous Integration and Deployment (CI/CD): Establish and maintain CI/CD pipelines for API development, automating testing, deployment, and monitoring processes on AWS. Documentation and Training: Create and maintain comprehensive documentation for internal and external users, and provide training and support to developers and stakeholders. Team Collaboration: Collaborate effectively with cross-functional teams, including product managers, designers, and other developers, to deliver high-quality solutions that meet business requirements. Problem Solving: Lead troubleshooting efforts, identifying root causes and implementing solutions to ensure system stability and performance. Stay Updated: Stay updated with the latest trends, tools, and technologies related to development on AWS, and continuously improve your skills and knowledge.
View all details

Software Development Lead

Talent Zone Consultant

  • 6 - 8 yrs
  • Bangalore
Python Back End Developer AWS SQL API Development DESIGN & DEVELOPMENT Lead Developer
ROLE/Duties-- Developing high-quality, high-performance, scalable applications using best practices and the latest generation of technologies Providing technical leadership to a team throughout a project lifecycle Providing mentorship to other developers on the team Providing recommendations, reviewing, and validating proposed solution designs from other team membersTechnology Skills A minimum of 7+ years of software development experience with at least 2 being in a leadership role Proficient with Python. Comfortable with object-oriented programming, building data pipelines and automated unit testing Proficient with SQL and familiarity with ORM technologies like SQLAlchemy/Django ORM Proficient in data processing using AWS serverless technologies like Lambda, Batch, and Glue Proficient with Linux/Bash scripting for working with EC2/Batch servers Familiarity with version control such as Git/SVN/Mercurial etc Familiarity with CI/CD pipelines like Jenkins/Code Deploy/etc Familiarity with container technologies like Docker for containerizing production code Familiarity with IaC tools like Terraform for automating cloud deployments
View all details
  • 2 - 5 yrs
  • Bangalore
EDA Perl Developer Python Cadence Virtuoso Synopsys Standard Cell Design Cell Design CMO Transistor Debugging PPA SRAM
* * Were Hiring: Memory Design Engineer Bangalore** Looking for talented *Memory Design Engineers to join our semiconductor design team* in Bangalore!* *What Youll Do:** Design & validate *SRAM/memory compilers and high-performance cache instances** Optimize Power, Performance & Area (PPA)* Work on circuit simulations, debugging, and layout integration using EDA tools (Cadence/Synopsys)* *What Were Looking For:** 2+ years in SRAM/memory design & characterization* Strong knowledge of CMOS, high-speed/low-power design, and PPA trade-offs* B.E./M.E. in Electronics, Electrical, or VLSI* Scripting (Perl/TCL/Python) a plusIf youre passionate about memory design innovation, lets connect! Drop your resume at 9042185651 or *mail your resume* at Pratishtha.B@orglinked.co.in
View all details
View More Jobs

Apply to 255 Python Developer Job Vacancies in Bangalore

  • Bangalore Jobs
  • Hyderabad Jobs
  • Ahmedabad Jobs
  • Mumbai Jobs
  • Pune Jobs
  • Chennai Jobs
  • Kolkata Jobs
  • Delhi Jobs

Frequently Asked Question

Q1. What is a Python Developer Job?

Bengaluru, India is Known as the "Silicon Valley of India," which has many Python developer opportunities. They range from top opportunities for seasoned experts to entry-level jobs for recent grads.


The duties of a Python Developer include creating, developing, and debugging Python applications. They work on server-side web apps. Python developers in Bengaluru frequently work with teams on IT projects associated with the city's booming IT industry. India's Silicon Valley is home to several companies, Infosys and Wipro. Python Developer Jobs in Bengaluru are mostly used for backend services.

Q2. What are the Required Python Developer Skills?

A Python developer should be well expert in Python programming languages and have a solid understanding of frameworks such as Django and Flask. They need to know data analysis packages like Pandas and NumPy. It is a knowledge of databases and SQL.


Cloud platforms (like AWS or Azure) and machine learning (using TensorFlow or PyTorch) are supplementary talents in Bengaluru's competitive tech scene. DevOps techniques are quite beneficial. Soft skills like communication, cooperation, and problem-solving are also critical.

Q3. What is the Python Developer Salary in Bengaluru?

Depending on experience and skill, a Python Developer in Bengaluru can expect to make between 6,00,000 and 15,00,000 annually. The starting salary for entry-level developers may be about 4,00,000. Developers with specialized experience and training might make up to 20,000,000 annually. Bengaluru, the center of India's IT industry, frequently provides high compensation to draw in the best employees.

Q4. What Python Developer Courses are Available in Bengaluru?

Aspiring Python developers can choose from a range of courses offered in Bengaluru. Reputable institutions offer comprehensive online Python Developer Course in Bengaluru. Training centers can also provide offline courses. In response to the city's need for qualified developers, these courses usually include web frameworks, data science applications, real-world projects, and the fundamentals of Python.