Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 modules python hittade uppdrag

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr Average bid
    $17 / hr Snittbud
    2 bud
    Project for Raja S.
    Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr Average bid
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 Average bid
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 Average bid
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 Average bid
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr Average bid
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida
    Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 Average bid
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 Average bid
    $17 Snittbud
    9 bud
    Web development
    Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 Average bid
    $555 Snittbud
    1 bud
    Software in Python
    Avslutades left

    Good programming skills

    $30 Average bid
    $30 Snittbud
    1 bud
    Programmering i Python
    Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python
    Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 Average bid
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 Average bid
    $155 Snittbud
    1 bud
    Programkurs att göra
    Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 Average bid
    $150 Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 Average bid
    $27 Snittbud
    2 bud
    Skriv lite programvara
    Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr Average bid
    $20 / hr Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $17 - $143
    $17 - $143
    0 bud

    I'm looking for an experienced developer to set up a Telegram bot for me based on a prompt generated via ChatGPT. The bot will be designed to handle a variety of task...(sending messages and media) Content Delivery: The bot will need to send a mix of text messages, media files (including images, audio, and video), as well as links and attachments. Ideal Skills: - Proven experience in Telegram bot development - Familiarity with ChatGPT and other AI tools - Strong understanding of Telegram's features and capabilities - Excellent programming skills, particularly in Python or Node.js The right freelancer will have a strong background in bot development and a keen understanding of user interaction and content delivery. I'm looking for a reliable professional who can br...

    $173 Average bid
    $173 Snittbud
    1 bud

    I need an experienced developer to modify a script currently r...running. The purpose of this modification is to enable the script to buy and sell tokens with Python. (Python code to modify) Example token to buy "oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h" I have the RPC_ENDPOINT = "CHAINSTACK_NODE" <API Key> Key Requirements: - Modify the existing python script for automated buying and selling tokens. Ideal Skills: - Extensive experience with Solana platform. - Proficient in scripting for token trading. - Prior work with creating automated trading scripts. Only wtih python Solana version 0.36.2

    $8 - $31
    $8 - $31
    0 bud

    I'm looking for a Python developer who can build a system that detects phishing websites based on their URLs. The system will be fed with data from a provided dataset () containing URLs and their labels (legitimate or phishing). Key Responsibilities: - Develop a phishing detection system that can classify URLs as either legitimate or phishing. - Implement the system for batch processing only, as real-time checking is not required. The ideal candidate will have: - Extensive experience with Python - Previous work in machine learning or data classification - Ability to work with and analyse large datasets.

    $30 Average bid
    $30 Snittbud
    11 bud

    Hello, i need an expert in NLP,python,and ML To apply sentiment lexicon on Dataset and add basic features to it

    $20 Average bid
    $20 Snittbud
    6 bud

    I need an expert in python,ML, and NLP

    $21 Average bid
    $21 Snittbud
    4 bud

    I need a Python developer to integrate a Telegram bot with Python code that will execute predefined terminal commands. The system should take messages which are broadcasted to the bot and execute the corresponding command. Key Requirements: - Python programming skills - Experience with Telegram bot development - Familiarity with terminal commands - Knowledge of MySQL for querying The primary goal of this project is to automate the execution of specific tasks via the Telegram bot. The user will interact with the system by sending MySQL queries, which the bot will interpret and respond to. The ideal freelancer for this project should be able to help me with the following: - Executing predefined commands - Using MySQL queries to trigger these commands - Ensuring the sys...

    $26 Average bid
    $26 Snittbud
    2 bud
    Python 3D Volume-Packing Optimizer
    6 dagar left
    Verifierad

    I'm seeking a proficient Python developer to create a 3D volume-packing optimizer program. This program is aimed primarily at packing mixed shapes primary cubes and cylinders, with a focus on both minimizing unused space and maximizing stability. Key Features: - The program should efficiently pack cubes into a designated volume, no typical use, can have varied applications - It should balance between minimizing unused space and maximizing stability, ensuring packed items are secure and space is used efficiently. - Show time taken to pack and Total weight. Expectations: - I need a detailed explanation of each step and line of code. This is critical for my understanding and future modifications. - Code should be easy to understand an not overcomplicated preferably (degree lev...

    $280 Average bid
    $280 Snittbud
    8 bud

    I'm in need of a budget-friendly Python scraper. who can create script for cheap budget. i want to build long term relationship with him

    $4 / hr Average bid
    $4 / hr Snittbud
    18 bud

    ...in need of an experienced Python developer to assist with debugging and enhancing a Windows desktop application that manages cloud instances. The application is built using Python, Tkinter, and AWS SDKs (boto3). The areas of focus will primarily be the application logic (Python code). Your role will encompass: - Identifying and fixing bugs within the Python code - Enhancing the application's overall performance - Possibly improving aspects of the user interface (Tkinter), depending on your expertise and suggestions While specific cloud services or features in AWS have not been highlighted, familiarity with EC2 instance management, S3 storage operations, and Lambda functions would be beneficial. Ideal skills for this project include: - Proficiency ...

    $20 / hr Average bid
    $20 / hr Snittbud
    85 bud

    ...environment. Our environment is expected to contain: **Frontend: React, JavaScript, HTML, CSS (Hosted on Azure Web Apps microservices) **Backend: Python (FastAPI) on Azure Web Apps **Database: Cosmos DB (NoSQL) Key Responsibilities: Develop a user-friendly web page for the GPT application Collaborate with the internal team to connect the front end to the back end. Participate in weekly check-ins, as well as sprint planning and review meetings. Required Skills and Qualifications: Proficiency in front-end technologies including React, HTML, and CSS. Full-Stack would be advantageous Strong experience in back-end development using Java and familiarity with Python. Experience with Azure, specifically in web applications and DevOps practices. Basic design experience is a plu...

    min $50 / hr
    Försegla
    min $50 / hr
    54 bud

    I need a Python Telegram bot that receives TradingView alerts and sends them to my Telegram channel or chat. The bot should also send a chart (image or link) along with each alert. It should have bot detection bypass for TradingView.

    $117 Average bid
    $117 Snittbud
    1 bud

    Project Details £10.00 – 360.00 GBP I am seeking a talented freelancer with strong web scraping skills, preferably in Python, to assist with a project involving two specific websites initially. There is potential for more sites in the future. I will provide the specific data fields that need to be extracted. Key Requirements: - Proficiency in web scraping and/or Python. - Familiarity with MS SQL Server databases is a plus, but not essential. - Ability to extract data efficiently and effectively. - Understanding of necessary security measures, including captcha integration if required. - Capability to deliver quality work quickly, as this project is a priority and needs to be completed ASAP. This project could evolve into a long-term partnership, as I would like ...

    $235 Average bid
    $235 Snittbud
    49 bud

    Requirements for Construction Services App Overview: The goal is to build a construction services app that provides end-to-end solutions for homeowners, builders, and businesses. The app should be user-friendly, efficient, and focused on transparency, quality assurance, and a seamless user experience. App Features/Modules: User Management Module • - User Types: Homeowners, Builders, Businesses • - Key Features: Secure login and authentication, Profile setup and management, Role-based access for different user types. Project Management Module • - Create and manage projects categorized by type (new construction, renovation, etc.). • - Track project milestones and receive updates via notifications. • - Upload and store documents, contracts, and images. &bull...

    $4015 Average bid
    $4015 Snittbud
    36 bud

    ...Mantenimiento y soporte (opcional): Ofrecer servicios de mantenimiento y soporte post-lanzamiento. Habilidades requeridas: Experiencia comprobable en el desarrollo de chatbots de IA. Conocimientos sólidos en procesamiento del lenguaje natural (PLN). Dominio de plataformas de desarrollo de chatbots (ej. Dialogflow, Rasa, Botpress, , etc.). Conocimientos de lenguajes de programación (ej. Python, JavaScript, Node.js). Experiencia en integración con APIs y webhooks. Capacidad para trabajar de forma autónoma y cumplir con los plazos establecidos. Excelentes habilidades de comunicación.   Se valorará: Experiencia en el desarrollo de chatbots para diferentes sectores (ej. e-commerce, salud, finanzas). Conocimientos en inteligencia artifi...

    $19 / hr Average bid
    $19 / hr Snittbud
    20 bud

    Develop and set up a server-side system for loading content from third-party websites via a proxy and modifying the loaded content in real time according to set rules. - When a...real time, without the user noticing. The config file should also define which pages of the site should be completely blocked and/or contain text replacement rules. - The fetched content is modified according to the rules and templates and is displayed to the user. Possible implementation options: - NGINX Reverse Proxy or Caddyserver with plugins. - Proxy handlers, DOM parsers, and modifiers: Python (BeautifulSoup), Node.js (http-proxy-middleware, Cheerio), Lua (NGINX, OpenResty), Golang (, goquery). - YAML or JSON format for config files. - Potentially cloud solutions – Cloudflare Workers.

    $520 Average bid
    Framhäv
    $520 Snittbud
    44 bud

    I'm in need of a skilled Odoo developer who can customize Odoo modules to fit my business needs. Ideal Skills: - Extensive experience with Odoo module customization. - Knowledge of Odoo's (Invoice & Offer). - Experience with Odoo 16, 17, and 18. Looking forward to your proposals. Thanks!

    $42 Average bid
    $42 Snittbud
    5 bud
    Python Web Scrapper Needed
    6 dagar left
    Verifierad

    I'm looking for a Python expert to Scrap a website for me. I will share the website and more details over chat. Thanks in advanced!

    $28 Average bid
    $28 Snittbud
    44 bud

    ...freelancer with Python Knowledge to provide in-depth tutorials tailored to my learning needs as shown below. The ideal candidate should be able to explain complex concepts in a clear and understandable manner, and create engaging, hands-on exercises. Only Freelancers that can work remotely are required. Topics include: Introduction to Data Analysis - CRISP-DM reference model - Data Analytics workflows - Distinction between Artificial Intelligence, Machine Learning, and Deep Learning - Roles and requirements of Data Engineers, Data Scientists, and Data Analysts in organizations Review of Python Fundamentals - Data types - Functions Data Analysis - Key Python modules for Data Analytics (NumPy, Pandas) - Data preparation process - Data m...

    $157 Average bid
    $157 Snittbud
    19 bud

    Graph Optimization Problem: Selecting Minimum Nodes for Coverage (Java Implementation)

    $28 Average bid
    $28 Snittbud
    1 bud

    Project Title: Python Flask & JavaScript Developer Needed to Integrate UI Module into Existing Web App Project Description: We are looking for an experienced Python Flask and JavaScript developer to help integrate a new UI module into our existing web application. The task involves developing a new module/page that will follow an already existing UI design. The module will retrieve its data from an existing backend API, which is already used by the current app. Requirements: - Develop a new UI module/page in the existing web application. - The new UI should replicate the design of an already existing page in the app. - Integrate the backend API (already in place) to fetch data for the new module. - Ensure the new UI is fully functional and properly integrated into the ...

    $21 Average bid
    $21 Snittbud
    10 bud

    ...or React, we're want to use MongoDB for data storage, and AWS to host our Python application. The project requires exceptional knowledge in: Python, FastAPI, NextJS/React, MongoDB, CCXT, API, Websockets and an expert level understanding of the API docs of the following exchanges: Bybit, Bitget and OKX. Key requirements: - Fixing backend functionality and API issues - Implementing frontend - Enhancing Error Handling, Data Synchronization, Connection Stability, Security and AWS efficiency - Reviewing and Enhancing our code. At the end of the project, we would need a tutorial on how to set everything up on aws. Skills and experience: - Extensive experience with NodeJS, NextJS and MongoDB - Deep understanding of Python, FastAPI, CCXT, API and Websockets - Expert...

    $770 Average bid
    $770 Snittbud
    81 bud

    I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can provide result wit...

    $15 Average bid
    $15 Snittbud
    4 bud

    Project Title: Create ...Installation/setup steps. • Configuration/customization options. • Troubleshooting and maintenance tips. 3. Support for initial setup and testing (if needed). Skills Required: • Experience with API integration (especially Marsello and WhatsApp APIs). • Knowledge of messaging API platforms (e.g., Twilio, Ultramsg, etc.). • Proficiency in a programming language suitable for the integration (e.g., Python, Node.js). • Strong problem-solving and debugging skills. Timeline: • 1-2 weeks max Additional Notes: • Please include examples of similar integrations or relevant projects in your proposal. • Indicate which WhatsApp API platform you recommend and why. • Let us know if you foresee any challenges or...

    $327 Average bid
    $327 Snittbud
    46 bud

    ...script to buy and sell tokens with Python. (Python code to modify) Example token to buy "oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h" I have the RPC_ENDPOINT = "CHAINSTACK_NODE" <API Key> Key Requirements: - Modify the existing python script for automated buying and selling tokens. - Implement transaction logging within the script for tracking purposes. Ideal Skills: - Extensive experience with Solana platform. - Proficient in scripting for token trading. - Prior work with creating automated trading scripts. - Capable of implementing logging within scripts. Only wtih python Solana version 0.36.2

    $30 Average bid
    $30 Snittbud
    2 bud

    I'm in need of a proficient Python developer with extensive experience using Beautiful Soup, Scrapy, and Requests for a web scraping task. Key Requirements: - Expertise in Python and web scraping libraries such as Beautiful Soup and Scrapy - Proficient in using Requests for HTTP requests - Comfortable working with public websites - Capable of extracting diverse data types including text, images, and audio Task Overview: - The project involves the extraction of data from a public website. - The specific data types to be extracted include text, images, and audio. Ideal Candidate: - A keen attention to detail is crucial for this task, as is the ability to navigate and extract data from potentially complex web structures. - Prior experience with similar web scraping ta...

    $124 Average bid
    $124 Snittbud
    70 bud

    ...frameworks, and techniques to help our clients achieve digital transformation. Automation simplifies end-to-end functional testing by automating tests across all layers of modern architectures. Key Responsibilities: · expertise in data testing tools, UI automation, and API automation testing tools. · Expertise in the automating testing tools for the web application, which have Angular, Node, and Python. · Should have experience in end-to-end consultation in automating the testing project-wise. · Mentorship & Training: Mentor testers and provide training on automation best practices and tools. · Problem Solving & Analytical Skills: Excellent troubleshooting, analytical, and problem-solving abilities. · Test Automation Strategy: De...

    $8 / hr Average bid
    $8 / hr Snittbud
    9 bud

    I need a Python developer to assist with updating an API URL for product feeds on my Shopify store. This task is solely focused on the API URL change, and I have all the necessary details and credentials ready. Key Responsibilities: - Update the API URL for my Shopify store's product feeds. Ideal Candidate: - Proficient in Python with experience in Shopify API. - Quick and efficient at executing straightforward tasks.

    $50 Average bid
    Garanterad
    $50
    11 bidrag

    I'm looking to develop a Telegram bot that automates responses to messages and sends links as notifications. Key Requirements: - The bot should be capable of sending predefined responses to incoming messages. - It should also be able to send links or URLs as notifications. Ideal Skills: - Proficient in Python or Node.js, the most common languages for Telegram bot development. - Experience with Telegram Bot API. - Prior experience in developing bots that handle message automation and sending notifications.

    $18 Average bid
    $18 Snittbud
    11 bud

    Senior Full Stack Engineer (Python + Full-Stack (JS) Developer) About the Role We are actively seeking talented developers proficient in Python & Javascript/Typescript to join our ambitious team dedicated to pushing the frontiers of AI technology. This opportunity is tailored for professionals who thrive on developing innovative solutions and aspire to be at the forefront of AI advancements. You will work with different companies in the US who are looking to develop cutting-edge commercial and research AI solutions. Job Responsibilities: Write readable, reusable, and maintainable code for high-quality software development. Participate in code reviews to ensure adherence to standards for code quality and best practices. Develop web applications using modular architectures...

    $1318 Average bid
    $1318 Snittbud
    35 bud

    I am currently engaged in a research and development-focused robotics project and require expert assistance with integrating both Raspberry Pi and Modbus with a Panasonic servo. The primary component of this project revolves around programming with Python. Ideal candidates for this project should possess: - Extensive experience in robotics and R&D - Proficiency in integrating Raspberry Pi and Modbus with Panasonic servos - Advanced skills in software development - Ability to troubleshoot if necessary

    $121 Average bid
    $121 Snittbud
    32 bud