Selenium project example pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 selenium project example python jobb har hittats, med prissättning USD

    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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg Bid)
    $402 Snittbud
    2 bud

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

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud

    Vi behöver en noggrann person som går igenom en hemsida och gör en rapport med saker som inte fungerar. Vad som ska testas: 1. Se till att text, video och bilder är läsbar och förstålig. 2. Se till att länkar fungerar och att man kommer dit man ska. 3. Se till att formulär fungerar och att den är enkel att förstå. Vilka webbläsare ska användas: - IE11 - Edge...Använd din egen mobil och dator till att börja med. Testa de enheter som du inte själv har tillgång till via - PC laptop - Mac laptop - 24" PC screen - 24" Mac screen - Android laptop - iPad - Android smartphone - iPhone - Windows smartphone Gör en sammanställning i ett spreadsheet över bug...

    $101 (Avg Bid)
    $101 Snittbud
    6 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    ...System-Level Gaming Keyboard Emulator Developer Project Overview: We are seeking a skilled developer to create a Windows-based keyboard emulator, specifically designed for gaming. The emulator must operate at a low system level to effectively mimic keyboard inputs for gaming purposes without requiring hardware. Key Requirements: OS Compatibility: The emulator should work exclusively on Windows systems. Emulation Focus: Aimed at simulating keyboard inputs for gaming applications. Ideal Skills and Experience: Proficient in Windows application development. Expert in low-level programming, specifically in system-level assembly language. Knowledgeable in gaming input emulation and keyboard input simulation. Experience in backend applications is beneficial. Project Specifics...

    $20 (Avg Bid)
    $20 Snittbud
    3 bud

    I'm looking for a talented individual who can help me develop an LLM text model which behaves like a virtual girlfriend. This text model must be engaging in intelligent dialogues with emotions and feelings. Here are the primary requirements for this project: - Create an AI-driven text model: I need a text model that is capable of engaging in intelligent dialogues. This means understanding context, providing relevant and meaningful responses, and exhibiting emotional intelligence. - Incorporate emotional responses: The text model should be capable of expressing emotions and feelings in a realistic manner. This is crucial for creating a believable and engaging virtual girlfriend. - The model can be trained from scratch or, if you have knowledge of current models, adapt it to you...

    $38 / hr (Avg Bid)
    $38 / hr Snittbud
    44 bud

    I need a Python program to parse a JSON file and format it correctly to be JSON compliant. Key Requirements: - Input Data: The input data is in JSON format. - Output Data: The JSON output should be properly formatted and adhere to a specific schema or structure. Skills and Experience Required: - Proficiency in Python programming. - Strong understanding of JSON parsing and formatting. - Experience in adhering to specific JSON schemas or structures. Please let me know your experience in similar projects and any relevant information that would make you a strong candidate for this job. You will pass the name of the input file as an argument and the output file should be the same file name with the .output extension. The input file is attached. Pay attention to the backsla...

    $50 (Avg Bid)
    Garanterad
    $50
    3 bidrag

    ...“Wow! This is an expensive phone. Yeah, this guy has money. Let me get a bribe out of him.” Whereas, if he were to look at a few ESP32 development boards which cost less than $5 (Five Dollars) each? Meh. I doubt he’s even going to think about asking for a bribe for such items. I suppose corrupt local customs officials are greedy, not foolish.z ✻ TIME FRAME ✻ I am not in a rush. However, this project must be completed within the next 60 (sixty) days. ✻ BEING WRONG ✻ Stand in front of a mirror and practice saying, “I was wrong.” Learn to smile when you say this. I am not joking. I’ve worked with many engineers; only two of them were excellent engineers. Both of them said, “I was wrong” frequently. Most bad engineers I worked...

    $1212 (Avg Bid)
    $1212 Snittbud
    36 bud
    Wordpress + python.. urgent 6 dagar left
    VERIFIERAD

    Python Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. The script will: Develop a Python script to automate Photoshop operations. Integrate the script with WordPress/WooCommerce to retrieve order details. Automatically open Photoshop and modify PSD files based on customer orders. Update text layers with customer input and save customized templates as JPG/PDF.

    $133 (Avg Bid)
    $133 Snittbud
    17 bud

    Seeking a long-term Python Data Scientist and Generative AI expert Your task is to develop a prototype chatbot that is powered by Generative AI and Large Language Model (LLM) to respond to user queries using domain-specific knowledge and RAG implementation. The project will focus on integrating LLM frameworks, managing data preprocessing, and implementing the chatbot's user interactions. ONLY people who respond to below screening questions will be considered: 1) Did you fine-tune an LLM model using LoRA or QLoRA? If so, which model did you fine-tune, and what was the use case? 2) Do you have a GitHub profile? If so, can you share the link? 3) Are you proficient in English, and what is your hourly rate?

    $23 / hr (Avg Bid)
    $23 / hr Snittbud
    43 bud

    I have a simple python script that interact with an API that takes data from said api and outputs it in a table. The service where I use the API also has a website where I can see in the same table format the exact same data. Pandas know how will help. My problem is that the data from API and from service is mismatching. Your job is too look and identify where the problem is. You will receive both program (simple streamlit app that runs locally) and login details to website to cross check.

    $7 (Avg Bid)
    $7 Snittbud
    3 bud

    I am seeking an experienced engineer to design and implement a two-axis machine control system that is capable of: - Effectively controlling and managing the movements of the system along two axes with a LIMITED RANGE. Your expertise in designing systems with the necessary naviga...knowledge in machine systems control and design. - A thorough understanding of motion control strategies. - A background in data analysis and logs processing. The machine is a Bandsaw to cut small logs into planks. The 2-off, NEMA 23 stepper motor movements are sequential, ie, first one moves then the second stepper moves. The controller is a Raspberry Pi 4, the prefered language is Python. Input to the controller via R Pi 7inch Touchscreen. File is to big to attach I look forward to ...

    $583 (Avg Bid)
    $583 Snittbud
    4 bud

    I'm seeking an expert in Python for a Natural Language Processing project focusing on text classification of social media posts. Key Project Features: - The goal is to build a Python coding notebook that can efficiently classify different types of text within social media posts. This will require a deep understanding of NLP principles and techniques. - The project primarily demands the use of Python for its implementation. Ideal Skills and Experience: - Expertise in Python programming is a must. - A strong background in NLP, particularly in the area of text classification, will be highly beneficial. - Prior experience working with social media text data would be a plus. If you're confident in your Python and NLP skill...

    $188 (Avg Bid)
    $188 Snittbud
    24 bud

    ...seeking a skilled Python developer who can help me with a critical task: Translating PDFs. The challenge here is to make sure that the translated content in the PDFs maintains the exact same format and layout as the original documents, without any alterations. Key Requirements: - Translate both scanned and text-based PDFs/images: I need a professional who can handle both types of documents with equal proficiency. - Language Proficiency: The translation will be from English to a variety of languages. Your ability to work with any language from a dropdown menu is crucial. - High Accuracy: The translated content must retain the original meaning and context with 95+% accuracy. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience using ...

    $15 (Avg Bid)
    $15 Snittbud
    12 bud

    We are seeking a highly skilled and experienced Data Scraping Spe...and IP blocking. Ensure data scraping processes comply with legal and ethical standards. Troubleshoot and resolve any issues that arise during scraping operations. Collaborate with our development team to integrate scraping solutions seamlessly. Requirements: Proven experience in web scraping and data extraction at scale. Proficiency in programming languages commonly used in web scraping (e.g., Python, Node.js). Experience with cloud services (AWS, GCP, Azure) and deploying scalable scraping solutions. Advanced understanding of web security measures and techniques to bypass them. Strong problem-solving skills and the ability to work independently. Excellent communication skills and the ability to document processe...

    $246 (Avg Bid)
    $246 Snittbud
    9 bud
    Advanced Java & Python Tutor 6 dagar left
    VERIFIERAD

    I need a highly experienced programming teacher who specializes in both Java and Python. I'm seeking advanced-level guidance, mainly through the following: - One-on-one mentoring: You will provide personalized, in-depth insights catered to my capacities, skills, and learning speed. We will explore challenges and complex concepts together. Patience and exceptional communication are crucial. - Expertise in Java and Python: You must demonstrate a solid understanding and practical application of these languages in the industry. Exit profiles such as the development of complex systems, application in advanced artificial intelligence, or extensive backend management would be ideal. - Advanced Level Programming: I need a tutor who can help me comprehend and implement advan...

    $4641 (Avg Bid)
    $4641 Snittbud
    34 bud

    I'm in need of a professional and well-rounded computer programmer to build and manage various software applications. Key Tasks: - Develop innovative web and mobile applications - Manage and maintain the software database Ideal Experience and Skills: - Strong familiarity and skill in programming languages (Java, Python or C++) preferred - Previous experience in database management - Proven track record in developing web and mobile applications While skills in Java, Python, and C++ are a bonus, I'm primarily interested in your ability to perform the tasks specified above. Show me what you've got!

    $36 / hr (Avg Bid)
    $36 / hr Snittbud
    97 bud

    I'm in need of an experienced backend developer who can deliver comprehensive solutions for a medium-scale project. The tasks to be handled include: - Database management: You should have sound knowledge and experience in managing databases efficiently. - API Integration: Proficiency in successfully integrating APIs is a must. - Server Maintenance: You will also be responsible for maintaining the server to ensure smooth operations. Though the programming languages preferred by me were not specified, having experience in Java, Python, or PHP would be advantageous. This opportunity is best suited for developers with a knack for troubleshooting and those who can guarantee smooth backend functionality even during moderate traffic.

    $224 (Avg Bid)
    $224 Snittbud
    16 bud

    NOTE: PLEASE MESSAGE ME IF YOU ARE AN EXPERT AND INTERSTED IN THE PROJECT. I'm currently seeking an expert in AI/Machine Learning, particularly in Natural Language Processing (NLP), who can assist in developing a solution using Python, Vector DB, Neo4j and GPT API. The main goal of this project is to create a sophisticated NLP solution that can work with text data such as documents and emails. Key Requirements: - Strong background in AI/Machine Learning, specifically in NLP. - Experience with Python, Vector DB, Neo4j and GPT API. - Ability to deploy the solution on a Local Server. Your tasks will involve: - Developing an AI/Machine Learning solution using the specified tools. - Ensuring the solution is optimized for processing text data. - Deploying t...

    $190 (Avg Bid)
    $190 Snittbud
    53 bud

    Request details FOR...up to 90 parameters Mentoring requested (to be worked with tech project lead and data engineer): • Data-Preprocessing (missing values, normalization, outliers) • Implementation methods for feature selection (e.g. correlation Analysis, feature importance, etc.) • Identify and run different algorithms (e.g., logistic regression, decision trees, random forests, gradient boosting, neural networks) • Details and rationale behind algorithms selection • Hyperparameter tuning and optimization • Cross-validation • Performance metrics (e.g., accuracy, precision, recall, F1 score, ROC-AUC) • Score Calculation and thresholds • Deployment and Monitoring Tools available: • In use: Microsoft Fabric and Excel (VBA) • Pot...

    $250 (Avg Bid)
    $250 Snittbud
    26 bud

    buen dia se necesita un un pequeño sistema para llevar a cabo la gestion de un pequeño sistema realizado en paython. dejo archivo adjunto para la explicacion.

    $503 (Avg Bid)
    $503 Snittbud
    38 bud

    I am seeking an experienced engineer to design and implement a two-axis machine control system that is capable of: - Effectively controlling and managing the movements of the system along two axes with a LIMITED RANGE. Your expertise in designing systems with the necessary navig...Comprehensive knowledge in machine systems control and design. - A thorough understanding of motion control strategies. - A background in data analysis and logs processing. The machine is a Bandsaw to cut small logs into planks. The 2-off, NEMA 23 stepper motor movements are sequential, ie, first one moves then the second stepper moves. The controller is a Raspberry Pi 4, the prefered language is Python. Input to the controller via R Pi 7inch Touchscreen. File is to big to attach I look forward to ...

    $565 (Avg Bid)
    $565 Snittbud
    25 bud

    I need a machine learning model developed in Python. This model should be able to evaluate prospective student applications by comparing them to historical data sets. The goal is to classify and sort the new applicants efficiently. Key Requirements: - Develop a classification-based machine learning model in Python - Understand and work with historical data sets to evaluate new student applications - Deploy the model in a web application format for ease of access Ideal Skills and Experience: - Strong background in machine learning and Python - Previous experience in developing classification models - Ability to understand and work with large data sets - Prior experience with deploying machine learning models in web applications

    $2180 (Avg Bid)
    $2180 Snittbud
    85 bud

    Das Ziel des Projekts ist die Entwicklung eines Blackjack-Spiels in Python. Das Spiel wird von einer Person gegen einen computergesteuerten Dealer gespielt. Es soll eine grafische Oberfläche und Geldeinsätze enthalten. Zur Dokumentation wird ein Projektbericht geschrieben. Hier werden alle Arbeitsschritte dokumentiert und reflektiert. Die verschiedenen Code Blöcke werden kommentiert, um seine Funktionsweise besser zu erklären. Eine kurze Anleitung erklärt dem Benutzer, wie das Spiel gespielt wird

    $186 (Avg Bid)
    $186 Snittbud
    11 bud

    I am in need of a developer who can assist me in converting my existing Flask API into an Assistant GPT openai. The ideal candidate will be skilled in Python and GPTs Assistant and have a proficient understanding of Flask APIs. As the project involves converting the API into an Assistant GPT, experience with AI and NLP models will be a huge plus. Please note that there was a technical error in the questions, hence the repeated skips. It is highly important that the converted system maintains the functionalities of the original API while being able to run as an Assistant GPT.

    $27 (Avg Bid)
    $27 Snittbud
    16 bud
    Case Study 6 dagar left

    I'm in need of a skilled professional who can produce a high-quality case study report focusing on marketing strategies within the retail industry. Key Deliverables: - Thorough Analysis: The case study should delve into various effective marketing strategies within the ...industry. Ideal Skills and Experience: - Proven Experience in Case Study Writing: You should have a strong track record of creating engaging and insightful case studies. - Retail Marketing Expertise: A deep understanding of the retail sector and its marketing dynamics is crucial for this project. - Strategic Thinker: The ability to identify patterns and trends in marketing strategies and translate them into practical recommendations is key. Gurobi with Python, Anaconda: Is able to use Gurobi with p...

    $55 (Avg Bid)
    $55 Snittbud
    27 bud

    I am seeking a proficient DevOps engineer with expertise in both AWS and Azure platforms to create a Continuous Integ...Manage code releases and updates with popular orchestration tools like : Jenkins , Ansible Ideal Skills: - Proficiency with AWS and Azure cloud platforms - Strong experience with CI/CD - Adeptness with Python, PowerShell programming or any other popular scripting language This job demands the candidate to have a sound understanding of cloud computing and CI/CD implementation, coupled with the ability to comfortably work with Python or other popular scripting languages like PowerShell. The selected consultant will have to train and mentor from A to Z how all steps are implemented The project plan is provided and reviewed by hired Freelancer to avo...

    $1259 (Avg Bid)
    $1259 Snittbud
    26 bud

    ...certain about the original coding language as I skipped that question, making it necessary for the freelancer to have adept skills in multiple languages, mainly in C++, Java, and Python. I'm also unsure about specific software or hardware dependencies that might be influencing the situation. However, the freelancer must have the expertise to identify and handle this potentiality. As for specific program functions, the user left a gap as well, so an experienced developer in generic software protocols and universal functions would be highly appreciated. However, the freelancer needs to understand that the scope of the project is conversion and compatibility, rather than development or adjustment of any specific function. Therefore, a strong understanding of technica...

    $1390 (Avg Bid)
    $1390 Snittbud
    47 bud

    I'm looking for a seasoned Python developer who can assist in two main areas: - Creation of PowerPoint presentation using a CSV data file - Automate the process via a public URL to upload the CSM file Creation of Powerpoint Presentation The CSV file will feature data-points in columns. A powerpoint presentation template will be provided for reference. The graphs and tables should be present as per the data-points present in CSV file. Automating the Process This is the secondary part of the job. Once we have are successfully able to convert a CSV data in PPT format, we should create a public secured link to upload the file. It should be auto-converted and file should be ready for download. The ideal candidate should be a proficient Python Developer with a solid unde...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    16 bud

    I'm in need of a skilled Python developer to create a custom Telegram bot for me. This bot will primarily focus on automated messaging. Key requirements: - (((meeting will be in person in Kuwait))) - The bot should be programmed in Python / any - It should be able to send automated messages - integrate payment gateway - Messages include, but aren't limited to, welcome messages for new users, notifications for updates, and reminders for appointments Please consider the following skills and experiences for this project: - Strong proficiency in Python, with a good understanding of its libraries and frameworks - Experience in developing Telegram bots specifically - A solid grasp of automation and scripting - Prior work with automated messaging syste...

    $467 (Avg Bid)
    $467 Snittbud
    48 bud
    Instant Reports from Tax Website 6 dagar left
    VERIFIERAD

    ...from a tax website. This involves scrapping website using the provided credentials by the client, i am looking for getting the python code as i can run the code myself in the future or integrate it to another system. Key Requirements: - I need approximately 300 data points extracted. - The output for these data points should be organized into a PDF or Word. This project is about creating an automated system to generate instant reports about a company. Only difficulty is the website has drops downs to select the period involved and in those 300 data points actually many come from the same source. Ideal Skills and Experience: - Experience in web scraping (Python) - Proficient in creating PDF documents from extracted data - Adept at handling large amounts of data -...

    $145 (Avg Bid)
    $145 Snittbud
    57 bud

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $20 (Avg Bid)
    $20 Snittbud
    2 bud