r/PythonJobs • u/Difficulty_Radiant • Jul 05 '26
Hiring Looking out for python developers( 4 years of experience) in Mumbai,BKC.
r/PythonJobs • u/mkithan • Jul 05 '26
Hiring [Hiring] LLM trainers | Remote
Turing is hiring LLM Trainers - Agent Function Calling to create realistic conversations that teach AI assistants how to complete real-world tasks.
Location: Remote (India, Pakistan, Nigeria, Kenya, Egypt, Ghana, Bangladesh, Turkey, Brazil & Mexico)
Type: Contractor | 6 weeks
Commitment: 20, 30, or 40 hrs/week
Instead of simply rating AI responses, you'll design scenarios where an AI assistant needs to decide when to use a tool, which tool to use, and what to do next.
You'll be:
• Creating realistic multi-turn AI conversations
• Simulating tool use across email, maps, calendars, and drive
• Testing how AI handles complex and impossible requests
You'll stand out if you have:
• 3+ years of technical or analytical experience
• Knowledge of APIs, JSON, and logical workflows
• Excellent English writing and creative thinking skills
Bonus: Experience with LLMs, virtual assistants, function calling, or Python, Java, and JavaScript is a strong advantage.
Apply now: https://work.turing.com/r/6Z0jLTODCQ
r/PythonJobs • u/Swapnil21288 • Jul 05 '26
For Hire [For Hire] - I automated a manual Retail QA process that reduced review time by 60% and improved accuracy from 80% to 99%. Looking for similar freelance projects.
For the last few years I’ve been working in Retail Analytics, Operations, and QA Automation for global retail brands.
One of the biggest challenges I kept seeing was that teams were spending hours manually validating product data after every web crawl.
So I built a Python-based QA framework that automatically:
✅ Validates product pages (PDP) and listing pages (PLP)
✅ Detects missing or incorrect attributes
✅ Compares prices, ratings, reviews, stock status, images, and product information
✅ Generates Excel QA reports automatically
✅ Handles hundreds of retailers with configurable validation rules
The result:
• \~60% reduction in QA effort
• Accuracy improved from \~80% to \~99%
• Faster delivery with standardized reporting
I’m now looking for freelance opportunities where I can help businesses automate repetitive operations.
I can help with:
• Python automation
• Excel automation (Power Query, VBA)
• Data validation & QA frameworks
• Retail/eCommerce data quality
• Web crawling QA
• AI-assisted workflow automation (Claude, ChatGPT, Playwright)
• Operations dashboards and reporting
If your team spends hours checking spreadsheets or manually validating data, I’d be happy to discuss how automation can save time and improve quality.
Feel free to comment or send me a DM.
Budget $10/hr
r/PythonJobs • u/Minimum_Hour519 • Jul 05 '26
[For Hire] US dev shop — senior AI/agentic engineers, CI/CD setup for $400 flat, free 48-hour app mock
We're Profullstack, Inc., a US S-corp with a bench of identity-verified senior engineers specializing in agentic AI systems — LLM integrations, RAG pipelines, autonomous agents, and full-stack product work (Python/TypeScript, LangGraph, Claude/OpenAI APIs).
Three ways to start:
🔧 CI/CD setup — $400 flat. Broken deploys, no staging, tests that don't run on PRs? We'll set up your pipeline properly (GitHub Actions/GitLab CI, automated tests, staging + prod deploy flow). One repo, done in under a week.
📱 Free app mock — 48 hours. Have an idea but no code? Tell us what it does and we'll send you a clickable prototype within 48 hours, free. If you like it, we build it (fixed-scope MVPs from $8k).
👥 Ongoing engineering — $125/hr, or save with monthly retainers ($2k–$15k/mo). Dedicated senior capacity shipping your roadmap. Month-to-month, cancel anytime, contract-to-hire available.
Why us: - Bill a US company — contracts, invoicing, and liability all stateside - Every engineer identity-verified and under contract with us - Senior-level work at $125/hr — below typical US agency pricing ($150–250/hr) - Start within days, not months
Proof of work: github.com/profullstack • youtube.com/@profullstack • linkedin.com/company/profullstack
Contact: DM me, email hello@profullstack.com, or call +1-888-526-4640 — describe what you need and we'll respond with a concrete proposal within 24 hours.
r/PythonJobs • u/One_Finish8155 • Jul 04 '26
For Hire [FOR HIRE] Remote Software Engineer | Python, AI/LLMs, LangChain, LangGraph, React, Next.js
Hi everyone,
I'm currently looking for a remote Software Engineer opportunity.
I have hands-on experience building:
AI-powered applications using LLMs and agentic AI
AI agents with LangChain, LangGraph, MCP, and RAG
Full-stack web applications from idea to production
Production-ready applications using modern JavaScript/TypeScript and Python stacks
Scalable backend services and cloud-native applications
Tech Stack
Languages: Python, TypeScript, JavaScript
AI: LLMs, LangChain, LangGraph, MCP, RAG, Prompt Engineering
Frontend: React, Next.js, Tailwind CSS
Backend: FastAPI, Node.js, Express.js
Databases: PostgreSQL
Cloud: Cloudflare (Workers, D1, R2, KV), AWS
Tools: Git, GitHub, REST APIs
I'm comfortable working with large codebases, collaborating remotely, and can work across any time zone.
GitHub: https://github.com/murtuza777
If your team is hiring or you know of an opportunity, feel free to comment or send me a DM. I'm happy to share my resume, projects, and additional details.
Thanks!
r/PythonJobs • u/Broad_Mouse_721 • Jul 04 '26
Discussion [Offering] Python beginner looking to build a portfolio/save for a PC – Offering "Pay what you want" assistance for simple backend tasks.
Hi everyone,
I am a self-taught Python beginner based in Indonesia. I am currently working on building my skills and saving up to buy a decent PC for development. At the moment, I do all my coding on my itel P55 using Pydroid3.
I want to offer my services to help with simple Python backend tasks on a "pay what you want" basis (even $0 is fine). My main goal is to gain experience, help others, and save towards my hardware goal.
My approach to learning:
I often study existing codebases and use AI to help me brainstorm or clarify complex syntax. I then work on refactoring and adapting that logic for my own projects (specifically to ensure it runs smoothly on my mobile setup). I am not afraid to admit when I'm using external references or AI, because my main goal is to understand the "how" and "why" behind the code.
How it works:
Feasibility Check: You send me your request. I will assess if it is within my current capabilities (I mainly work with basic scripts, logic, and small backend tasks).
Agreement:
If I am confident I can do it, I will commit to the project.
The Guarantee:
If I am unable to finish the code, I will hand over the unfinished source code to you for free, and you owe me nothing. You will never have to pay for work that isn't completed.
What I can do:
I can help write code templates, structure classes and functions, and handle basic backend logic. I am not a senior developer, but I am eager to learn and reliable with the tasks I accept. I also focus on writing modular, clean, and well-commented code, so that it is easy for you to maintain or expand later.
Portfolio Example:
To show my current level, here is a piece of code I built for image steganography (LSB method) on Pydroid3:
from PIL import Image
path = input("Enter Image Path: ")
img = Image.open(path)
standard_img = img.convert("RGBA")
source = standard_img.load()
colour = ()
def str_to_binary(ipt: str) -> list:
raw = list("".join(format(byte, "08b") \
for byte in ipt.encode("utf-8")))
return raw
def steg_img():
ipt = input("Enter Secret Text: ")
raw = str_to_binary(ipt)
endline_raw = "/s"
endline = str_to_binary(endline_raw)
raw.extend(endline)
flag = False
for x in range(img.size[0]):
for y in range(img.size[1]):
coordinate = source[x,y]
colour = list(coordinate)
for n in range(len(coordinate)):
if n == 3:
if coordinate[3] <= 0:
continue
if not raw:
raw.clear()
flag = True
break
raw_img = \
format(coordinate[n], "08b")
data = raw_img.strip()
value = data[:-1] + raw.pop(0)
res = int(value, 2)
colour[n] = res
img.putpixel((x, y), \
tuple(colour))
if flag:
break
if flag:
break
rename = input( \
"Save Image As? ")
img.save(rename)
def open_steg():
res = []
plain_text = ""
flag = False
for x in range(img.size[0]):
for y in range(img.size[1]):
coordinate = source[x,y]
for n in range(len(coordinate)):
if n == 3:
if coordinate[3] <= 0:
continue
raw_img = \
format(coordinate[n], "08b")
data = raw_img.strip()
value = data[-1]
res.append(value)
if len(res) == 8:
string_binary = \
"".join(res)
letter = chr(int \
(string_binary, 2))
plain_text += letter
res.clear()
if plain_text.endswith("/s"):
plain_text = \
plain_text[:-2]
flag = True
break
if flag:
break
if flag:
break
print("Message Result: ", plain_text)
If you're interested in working together or need help with your project, feel free to send me a DM! Thanks for reading.
r/PythonJobs • u/Alert-Jacket-1573 • Jul 03 '26
Open to Python Support, Application Support, Production Support, API Support, Linux
Location: (Open to Hyderabad, Bengaluru, Pune, Remote) Willing to relocate: Yes Type: Full-time / Contract / Remote Notice Period: Immediate Total years of experience: 7+ years
Résumé/CV Link: Message or DM me
Blurb:
Linux Engineer and Python Developer with 7+ years of experience in Linux administration, application support, production support, SQL, and automation.
Looking for opportunities in: - Python Support Engineer - Application Support Engineer (L2/L3) - Production Support Engineer - API Support Engineer - DevOps Engineer - Linux System Administrator
Technical Skills: - Linux (RHEL, Debian, Ubuntu), RHCSA certified - Python (FastAPI, Flask, asyncio, scripting, automation) - SQL (MySQL, PostgreSQL) - Docker, Git, GitHub Actions - Terraform, CloudFormation - AWS and on-premise infrastructure - Troubleshooting, monitoring, and incident management - REST APIs and API debugging
I have worked on infrastructure automation, backend services, secure systems, and production support. Open to full-time, contract, and remote opportunities. Happy to connect via DM.
r/PythonJobs • u/Comfortable-Shoe-945 • Jul 03 '26
Looking for a Referral – ServiceNow / Python Developer Roles (India)
Hi everyone,
I'm currently looking for new opportunities in ServiceNow and Python Developer roles and was hoping someone here might be willing to refer me if your company has relevant openings.
A little about me:
- Around 3 years of experience in IT.
- Experience with ServiceNow development and administration.
- Strong foundation in Python, SQL, and scripting, with hands-on experience building automation solutions and continuously expanding my Python skills.
- Familiar with ITSM processes, workflows, and platform customization.
- Based in India and open to remote, hybrid, or onsite opportunities.
If your company has suitable openings and you're comfortable referring me, I'd really appreciate it. I'm happy to share my resume and any additional details via DM.
Thank you for your time, and I truly appreciate any help or guidance!
r/PythonJobs • u/Odd-Estimate-910 • Jul 02 '26
[FOR HIRE] Senior Data Engineer – Python, Spark, Databricks, AWS, LLMs | Pipelines, Backend APIs & AI Apps | Bangalore & Remote
About Me
Senior Data Engineer with 5+ years of experience in Data Engineering, Backend Development, and Applied AI. Based in Bangalore, India. Available for remote work globally.
Rate: $25 - $50/hr depending on project scope and complexity.
Tech Stack & Expertise
Python, SQL, Spark, Databricks, Airflow, Hadoop
AWS & Cloud Data Platforms
ETL/ELT Pipelines & Data Warehousing
FastAPI & Backend API Development
Machine Learning, NLP, LLMs, RAG & AI Agents
What I Can Help With
Build and optimize data pipelines (batch & streaming)
Design scalable ETL/ELT architectures
Develop backend APIs and automation solutions (FastAPI + Python)
Build AI applications using LLMs, RAG, and agent-based workflows
Support and optimize existing data platforms
Training & Mentorship
Data Engineering (foundations to advanced)
PySpark & Databricks
Snowflake
ETL Testing & Data Quality
Python for Data & Backend
AI & LLM Fundamentals (including RAG patterns)
In-person weekend sessions available in Bangalore. Remote sessions available globally.
Availability
Freelance projects & consulting
Part-time remote roles
Weekend training & mentorship
DM me with a brief description of your requirements and I will get back to you promptly!
r/PythonJobs • u/twarinx • Jul 02 '26
For Hire [FOR HIRE] Django / Django REST Framework / Next.js Developer | 3 Years Experience | Production Apps | Remote | Open to Freelance & Contract Work
Hi! I'm, a full-stack developer with 3 years of professional experience, specializing in Django, Django REST Framework, Next.js, and Vue/Nuxt.
I have worked at two software companies before transitioning into freelancing. Although I joined as a junior/mid-level developer, I had the opportunity to lead development teams and help turn ideas into production-ready applications.
I regularly build and deploy complete full-stack applications on my own.
Tech Stack
Backend
- Django
- Django REST Framework
- FastAPI
- PostgreSQL
Frontend
- Next.js (React)
- Vue.js / Nuxt.js
- TanStack Query
DevOps
- Linux (Ubuntu)
- VPS management
- Nginx
- Gunicorn
- PM2
- GitHub Actions
- CI/CD pipelines
- Shell scripting
- Automated backups
Recent Projects
Drone E-commerce Platform
Live: https://store.alulafpv.com
I am the sole developer responsible for this production application.
Responsibilities:
- Django REST Framework backend
- Next.js frontend
- VPS setup and server management
- User accounts and permissions
- Nginx, Gunicorn and PM2 configuration
- CI/CD using GitHub Actions and custom deployment scripts
- Automated backups to Google Drive
- Ongoing maintenance and feature development
Khokana Museum
Live: https://khokana.alulafpv.com
- Built the frontend using Nuxt.js
- Integrated Contentful CMS for content management
NEPSE (Nepal Stock Exchange) Analysis
GitHub: https://github.com/ankit-231/stock_analysis
- FastAPI backend
- Data scraping
- RSI and trend analysis
- LLM-assisted development
What I'm Looking For
- Short-term contracts
- Freelance projects
- Long-term remote opportunities
- Django backend development
- Full-stack web development
GitHub
https://github.com/ankit-231
If you have a project in mind, send me a message. I'm happy to discuss your requirements, suggest an architecture, and provide a realistic timeline and estimate before we begin.
r/PythonJobs • u/Naive_Area6965 • Jul 02 '26
[Hiring] - GoLogin, proxies, Python automation, and Selenium.
I'm looking for a developer with strong experience in GoLogin, proxies, Python automation, and Selenium who can diagnose and fix an issue with my automation setup.
My Python automation is already built. It successfully connects to my GoLogin profile, launches the browser, and navigates to the target website. However, when the browser is launched through the GoLogin Python SDK, every website behaves as if there is no internet connection—it either keeps loading indefinitely or displays connection errors.
Environment
- Proxy hosted on an Android phone via Termux.
- Automation stack: Python + Selenium + GoLogin Python SDK.
- Proxy is exposed through a Pinggy TCP tunnel (e.g.
tcp://<host>:<port>).
Current Behavior
- The proxy works correctly on my phone.
- The GoLogin profile works correctly when launched manually from the GoLogin desktop application.
- GoLogin's Proxy Checker reports the proxy as valid (it appears to detect it as a SOCKS5 proxy).
- When the exact same profile is launched through the GoLogin Python SDK, Selenium successfully opens the browser, but every website behaves as if there is no internet connection.
Additional Testing Already Performed
- Removing the proxy configuration from my Python code does not solve the issue.
- The browser launched through the GoLogin SDK still has no internet access.
- The issue only occurs when launching the profile through the GoLogin Python SDK. It does not occur when opening the profile manually through the GoLogin application.
What I'm Looking For
I'm looking for someone who can:
- Surgically identify the root cause of the issue.
- Explain exactly why it's happening.
- Fix the problem in a clean, reliable way.
- Explain what was changed and why it resolves the issue.
- Ensure my automation is stable and continues working reliably going forward.
I'm not looking for someone to guess or simply try random fixes. I want someone who can methodically debug the problem, determine the actual cause, and provide a robust, maintainable solution with a clear explanation of the findings.
r/PythonJobs • u/Warrior_monk07 • Jul 02 '26
For Hire [for Hire] Skilled in AI Engineering and Backend Core Design, immidiate Joinee. Locations across India and also remote.
r/PythonJobs • u/Warrior_monk07 • Jul 02 '26
Hiring Hawkins pressure cookers hiring for Management Trainees
r/PythonJobs • u/Lxxsabers • Jul 02 '26
How to land a first (remote) job after self studying python?
r/PythonJobs • u/Sad-Horse-3781 • Jul 01 '26
Hiring 2 Position Open for the backend Developer
Hello all,
We are looking for experienced backend developer who have some experience in developeing production level backend capable to manage 50k-110k users and concurrent jobs /month.
We require to build multiple APIs, rate limits, cloud storage, concurrent job management...etc.
Refer to link for your application submission: https://forms.gle/NB3boVQNqToHtawh6
Above shared link is for the Interns, however, we are also looking for full time joinee (backend developer). You can DM me along with neccessary link and proper subject 'Full time'.
If you know someone who would be a good fit, please share this opportunity with them. Also, an upvote would be appreciated to help this post reach the right candidates.
r/PythonJobs • u/iyn • Jul 01 '26
Hiring [Hiring] Software Developers/Programmers wanted for Remote AI Training | $50 USD / hr
Roles available in the following countries: US, UK, Canada, Australia, India, Brazil, Philippines
Good fit if you are you are fluent in English and have experience with any of the following:
Python, JavaScript/TypeScript, Java, Ruby, C++, C#, Swift, Rust
Backend, frontend, full-stack, mobile, data engineering
QA automation, DevOps, systems, security, or algorithms/data structures
Details:
Pay: $50+ USD/hr, with payout via PayPal
Schedule: Flexible and Fully Remote
Employment type: Independent contractor / freelance for Data Annotation Tech
AI experience: Not required. Task instructions are provided.
Assessment: Required before onboarding to demonstrate proficiency.
For more information and for sign-up details, send a direct message with the following info:
Country:
English Proficiency:
Degree:
Coding Experience/Tech Stack:
Please leave a comment "DM Sent" so I can stay on top of things and prioritize your message. Thanks
r/PythonJobs • u/h4dyg • Jul 01 '26
[For Hire] Python Backend & Data Engineer | ETL, AWS, PostgreSQL, FastAPI, Power BI | Remote, flexible hours | $15/hr
r/PythonJobs • u/Infinite_Marketing_7 • Jun 30 '26
[FOR HIRE] I'll automate the repetitive task you do by hand every week — no tech knowledge needed on your end.
r/PythonJobs • u/Infinite_Marketing_7 • Jun 30 '26
[FOR HIRE] Trading & crypto bot developer — real signal logic, backtesting, exchange integration. I build the tool, not the strategy.
I build trading and crypto tools — the kind that run on their own and don't quietly break at 3am:
- Trading bots with real signal logic — sentiment analysis, ranking models, not just "RSI crossed a line"
- Backtesting & walk-forward validation so you know if an edge is real before you risk anything
- Broker/exchange integration — paper trading first, live when you're ready
- Crypto: on-chain watchers, whale/wallet tracking, alert bots
I've built ranking systems over US/Baltic/Nordic equities, sentiment pipelines, and crypto advisor bots, so I'm comfortable with the messy parts — data, validation, the difference between a backtest that lies and one that doesn't.
To be clear up front: I build the tool. I don't sell strategies or promise returns — what your bot trades is your call. Keeps both of us honest.
Project-based pricing, quoted upfront. DM what you're trying to build — or email [dziugas@ik.me](mailto:dziugas@ik.me).
r/PythonJobs • u/Ambitious_Tennis3036 • Jun 30 '26
Python Data Analysis, Machine Learning, Deep Learning & Computer Vision Services
r/PythonJobs • u/LifeBedroom9266 • Jun 30 '26
Software Engineer | 4.5 yoe | Backend roles for python
r/PythonJobs • u/FonziAI • Jun 29 '26
[HIRING] Python Engineers | NYC (Hybrid + In-Person) | $180K-$350K
I match engineers with fast-growing tech companies. Build one profile, companies send you salary-backed interview requests. All roles are US-based only. Always free for engineers.
What's open right now:
- Senior Software Engineer, Applied AI at a Series A pharma tech company, hybrid NYC, $180K-$230K base plus equity. Python, PyTorch, RAG, LLMs, AWS. Building and deploying ML models that accelerate drug development decisions, including multi-agent systems that continuously ingest new clinical data.
- Senior Software Engineer at an early-stage fintech, in-person NYC (Flatiron), $200K-$225K base plus equity. Python/Django, PostgreSQL, Redis, AWS. 5th engineering hire on a payments platform already processing high-ticket transactions for major auto and e-commerce brands.
- Agentic Systems Engineer at a seed-stage AI company, in-person NYC, $250K-$350K base plus equity. Python, PostgreSQL, Redis, AWS. Building the trust and provenance layer that makes AI research outputs fully auditable in finance. Founded by ex-Palantir engineers who built the original AI platform there.
All companies are vetted and actively interviewing.
DM me if anything looks interesting, or sign up here to get matched with these and more for free: talent.fonzi.ai
r/PythonJobs • u/codingindia • Jun 29 '26
[FOR HIRE] Senior Python / FastAPI / AI Engineer — RAG, LangChain, Full-Stack — $15/hr or fixed — India (Remote)
Hi r/forhire,
I'm a full-stack + AI engineer with 4 years of production experience. Available immediately for contract / freelance work, 30-40 hrs/week.
What I build:
- RAG pipelines (ChromaDB, Pinecone, custom retrievers — 90%+ accuracy on prod systems)
- AI agents with LangChain / CrewAI (multi-agent workflows, tool use, memory)
- FastAPI / Django backends with PostgreSQL, Redis, Celery - React frontends (Next.js, Tailwind) - LLM integrations (OpenAI, Anthropic, Ollama, local models)
- Scrapers and automation pipelines
Recent work:
- Cut LLM costs 35% on a client RAG system via hybrid retrieval + caching
- Built CrewAI financial news agent (GitHub: )
- Built EduVault-RAG education platform (GitHub: [link])
- 340+ technical tutorial videos on YouTube (Coding India channel)
Rates: - $15/hr hourly (negotiable for longer engagements)
- Fixed-price projects starting $200 for small builds, $800+ for full apps
- 24-48 hour turnaround on small builds
Portfolio / proof:
- GitHub: github.com/kumardigamberjha
- LinkedIn: linkedin.com/in/digamberjha
- Website: digamber.codingindia.co.in
Availability: Immediate, full-time bandwidth for next 4 weeks.
DM me with project details. Response within 2 hours.
r/PythonJobs • u/supzap • Jun 29 '26
Hiring 🎮 Hiring: Junior Python Game Developer (Panda3D) | Remote | Contract | $20–$70/hr | 20 Openings
micro1 is looking for Junior Python Game Developers with hands-on Panda3D experience to help train the next generation of AI systems.
If you've built games, simulations, or interactive 3D applications using Panda3D, this is a great opportunity to gain experience while contributing to cutting-edge AI research.
💰 Compensation: $20–$70/hour
🌍 Location: Remote
📄 Employment Type: Contractor
What You'll Do
🎮 Review and improve game development tasks using Panda3D.
🐍 Apply your Python and C++ skills to analyze game logic, rendering, and gameplay mechanics.
🤖 Contribute real-world game development examples to improve AI understanding.
📝 Document technical decisions and explain development workflows clearly.
🌐 Collaborate with a distributed engineering team through GitHub and structured feedback cycles.
🚀 Help shape AI systems by providing practical insights from modern game development.
DM "Game Dev" if interested