Pandas and numpy in pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 pandas and numpy in 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
    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&ou...

    $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...

    $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...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    ...background in JavaScript and/or Python. The primary focus of this project is to seamlessly integrate and , creating a unified system that streamlines data management and accessibility. Key Responsibilities: 1. Syncing Invoices - Establish a daily synchronization process between and to ensure real-time updates of invoice data. - Implement robust error-handling mechanisms to address any discrepancies during synchronization. 2. Payment Status Updates - Develop a reliable mechanism to update payment statuses on based on data changes in monday.com. - Ensure accuracy and consistency in payment status updates. Ideal Freelancer Skills and Experience The ideal candidate will possess the following qualif...

    $445 (Avg Bid)
    $445 Snittbud
    135 bud
    PostgreSQL Database Development 6 dagar left
    VERIFIERAD

    1) We hade a PsgSQL database with ticker financhial data. We need to create another streaming data table with 1 min aggregated data for each transaction. Data table should update constantly, ideally each time ticker dateable is...table should update constantly, ideally each time ticker dateable is added with data 2) We need to write ports to the SQL data table to allow LAN connection to SQL from local network (other virtual machines connected by VM Oracle). Including Python connection 3) We need to write ports to the SQL data table to allow internet connection 4) We need instrument to add historical 1 min data to the database created on stage 1 5) We need Python script that will connect to 1 min data base and get top 5 instilments by price change from all instruments p...

    $21 (Avg Bid)
    $21 Snittbud
    15 bud

    Hi, I'm looking for proficient programmers to join my team. We need expertise in JavaScript, Python, and C++. Your tasks will involve working on various cloud-based and desktop software projects. Key requirements: - Proficient in JavaScript, Python, and C++ - Experienced with React and Angular frameworks - Capable of following specific design and UX/UI requirements for websites/software projects Incredible attention to detail, good analytical skills, and ability to brainstorm and troubleshoot are essential for this role. I look forward to your bids!

    $1500 - $3000
    Försegla Sekretessavtal
    $1500 - $3000
    35 bud

    ...experienced in Vue.js, Python, and SQL to add fresh capabilities to an existing application. As I have unfortunately overlooked the specific functional requirements, potential bidders are encouraged to propose how they may enhance the software, particularly in terms of user authentication, data visualization, and database integration, based on their expertise and experience in these areas. Key Requirements: * Deep experience with Vue.js, Python, and SQL. * 3+ years working with SQL or other database querying language. * Expertise in Python. * Familiarity with relational databases and API design/development. * Knowledge of containerization and orchestration technologies * Familiarity with CI/CD ...

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    59 bud

    I am looking for a skilled Python developer with experience in machine learning techniques to develop a Facial Expression Recognition model for my project. The project entails: - Creating a script that helps in training and testing the model. - Applying this model in dealing with real situations such as testing. The ideal candidate for this engagement would have: - Strong Python programming skills - Advanced machine learning techniques - Past experience in developing facial recognition models The performance of this facial recognition model will be assessed based on Precision, Recall, and F1 score. Looking forward to a successful collaboration on this project.

    $124 (Avg Bid)
    $124 Snittbud
    97 bud

    1) We hade a PsgSQL database with ticker data. We need to create another streaming data table with 1 min aggregate. Data table should update constantly, ideally each time ticker da...table should update constantly, ideally each time ticker dateable is added with data 2) We need to write ports to the SQL data table to allow LAN connection to SQL from local network (other virtual machines connected by VM Oracle). Including Python connection 3) We need to write ports to the SQL data table to allow internet connection 4) We need instrument to add historical 1 min data to the database created on stage 1 5) We need Python script that will connect to 1 min data base and get top 5 instilments by price change from all instruments present in 1 min database Bot check: wri...

    $5879 (Avg Bid)
    $5879 Snittbud
    28 bud

    1) We hade a PsgSQL database with ticker financhial data. We need to create another streaming data table with 1 min aggregated data for each transaction. Data table should update constantly, ideally each time ticker dateable is...table should update constantly, ideally each time ticker dateable is added with data 2) We need to write ports to the SQL data table to allow LAN connection to SQL from local network (other virtual machines connected by VM Oracle). Including Python connection 3) We need to write ports to the SQL data table to allow internet connection 4) We need instrument to add historical 1 min data to the database created on stage 1 5) We need Python script that will connect to 1 min data base and get top 5 instilments by price change from all instruments p...

    $115 (Avg Bid)
    $115 Snittbud
    90 bud

    I'm in need of an experienced Python developer with a specialty in Flask framework. - The primary responsibilities of the project include web development, API development, and database integration. - One key functionality that this web application needs to have is user authentication to ensure our customers have secure and personalized access. - The application will mainly serve our customer base, therefore strong skills in creating user-friendly, customer-centered interfaces and experiences are essential. Overall, an ideal candidate would have substantial experience in Flask-based projects, be familiar with API development and is able to integrate databases effectively. Strong knowledge in generating secure us...

    $443 (Avg Bid)
    $443 Snittbud
    140 bud

    ...career as a data scientist and need a professional to create a comprehensive portfolio file for me that aligns with my resume. The portfolio must include code documentation and organizing my GitHub account. Key requirements: • Documentation: The documentation should be written in Python. Thus, a strong understanding of Python is necessary for this task. • Specialization: I want the portfolio to display my skills in Machine Learning, Data Visualization, and Statistical Analysis. A freelancer with similar professional experience would be ideal. • Inclusion of Works: My portfolio should include major data science projects which are predictive modeling, data mining, and data storytelling. Hence, the freelancer shou...

    $21 (Avg Bid)
    $21 Snittbud
    44 bud

    I need a python script that works as follows: 1- Allows me to upload a csv file including a list of e-commerce URLs from my computer (ex: ) 2- appends / to each URL (ex: ) 3- looks for the value next to every instance of "vendor": in the code (this is typically a brand name like “Nike”, a) If there is only one 1 unique vendor on the page (ex: all 250 instances = Nike), don’t extract, skip to next URL in the list b) If there is more than 1 vendor on the page (ex: Nike, Adidas, etc), extracting brands from all pages until there are no more pages you can append the following extensions to urls to get to next pages / / /

    $12 (Avg Bid)
    $12 Snittbud
    34 bud

    ...We are looking for a passionate and skilled AI Engineer to join our team and play a key role in developing and integrating AI functionalities in ongoing development. Project that connects job seekers with employers. Responsibilities: ● Design and develop machine learning models for various components of the platform, including job search recommendations, resume analysis, and chatbots. ● Collaborate with product managers, and software developers to define AI requirements and integrate AI capabilities into the platform. ● Design and implement data pipelines for collecting, processing, and transforming data to train AI models. ● Perform data preprocessing and feature engineering to extract meaningful insi...

    $15 - $25 / hr
    Försegla Sekretessavtal
    $15 - $25 / hr
    9 bud

    I require a Python specialist to assist in data analysis, visualization and data web scraping and automation tasks. Should be proficient in JavaScript and SQL for smooth operation. Expect to handle text, numerical, and image data with finesse. Key Skills and Experience: - Expert in Python - Proficient in JavaScript and SQL - Prior experience in data analysis and visualization - Proven ability in web scraping and automation - Capable of working with text, numerical, and image data. We need to scrab below site.

    $103 (Avg Bid)
    $103 Snittbud
    19 bud

    Hello guys We are looking for a developer who is perfect on both Python and PHP Needed for fixing current issues

    $139 (Avg Bid)
    $139 Snittbud
    130 bud

    ...site structure are easily crawlable and indexable by search engines. - Priority Signaling: Advise on and implement methods to communicate the importance of client request pages to search engines, encouraging more frequent crawling. - Automated Sitemap Submission: Set up a process for the automatic submission of the updated sitemap to Google Search Console for timely indexing. The ideal candidate should be able to provide expert insights on using server-side scripting or APIs for real-time updates and have a solid understanding of SEO best practices to enhance the visibility of our client requests. Skills and Expertise Required: - Strong proficiency in XML and sitemap generation techniques - Expertise in server-side scripting languag...

    $40 (Avg Bid)
    $40 Snittbud
    70 bud

    I am seeking a capable developer to create an efficient grid trading bot for cryptocurrency transaction...efficient grid trading bot for cryptocurrency transactions. The bot must be programmed to interface seamlessly with a hardware wallet like MetaMask. Key functionalities of the bot include: - Automated buying and selling of cryptocurrencies - Setting of stop-loss and take-profit levels - Real-time tracking and monitoring of market data While I do not have a preferred programming language, the chosen freelancer should have extensive experience in developing crypto trading bots. Understanding of top exchanges and familiarity with hardware wallets such as MetaMask is vital. Expertise in Python, JavaScript, or Solidity is desirable. Pleas...

    $568 (Avg Bid)
    $568 Snittbud
    161 bud

    I'm looking for a skilled professional with a strong command of PowerShell, Python, and YAML, who can bring substantial DevOps CICD experience to my project. Key tasks include: - Automating scripts - Provisioning infrastructure - Managing configurations The project will operate across both Windows and Linux platforms. Experience working with these operating systems is necessary. I prefer to use Azure DevOps and Github Actions as tools for this project, so familiarity with these is advantageous. I look forward to connecting with professionals who demonstrate a clear understanding of these specific project requirements.

    $73 (Avg Bid)
    $73 Snittbud
    87 bud

    I am looking for an experienced Python developer to analyze the WebSocket responses of a web page that tracks shopping discounts and analyze the products with a certain discount. I need the products with the specified discount rate to be automatically transmitted to a Telegram channel with the name, link and discount rate information. Required skills and experience: • Fluent in Python. • Experience with WebSocket technology. • Knowledge of Telegram bot/API to establish channel communication. • Proficient in data extraction, specifically text data. Your responsibilities: • Review and understand the WebSocket responses structure. • Develop a Python program that efficiently extracts text data fr...

    $99 (Avg Bid)
    $99 Snittbud
    89 bud

    ...skilled Python developer to build a program leveraging the Gemini AI. Basically the requirement is to create a Function calling python code. I have the python code with me. The ideal candidate will have experience working with Gemini and in-depth knowledge of data analysis and automation. The program's core functionalities should be: - Data analysis: analyze text articles in detail. - Automation: automatically respond to a set of predetermined questions based on the article analysis. Specific tasks should be: - Analyzing article text for responses to a variable number of questions (minimum 4, maximum 10) - Executing automation of the question-response workflow using Gemini API key. Candidates with experience in Gemini fun...

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

    I'm in need of an experienced Python developer to build a visual question answering system. Key project requirements include: 1. The system must be able to take in an image and a question and produce an explanation and answer for it. 2. I specifically chose Python as the preferred programming language for this project. Therefore, your proficiency in Python programming and related libraries is crucial. 3. The system should provide explanatory answers in text format. Your experience in Natural Language Processing (NLP) and building similar systems that generate written response will be highly regarded. 4. The dataset to be used for this is GQA-REX and VQA-E 5. Create a relationship betw...

    $81 (Avg Bid)
    $81 Snittbud
    7 bud

    Mình cần xây dựng code hoặc tool có thể tích hợp vào python để chuyển đổi file văn bản từ latex sang word (.docx) mà vẫn giữ nguyên định dạng, có thể chuyển trực tiếp từ latex sang word hoặc chuyển gián tiếp từ pdf sang word cũng được.

    $50 (Avg Bid)
    $50 Snittbud
    1 bud
    Python Model Creation 6 dagar left
    VERIFIERAD

    I'm urgently needing an expert in Python programming alongside strong understanding of artificial intelligence to build a predictive model. The key details include: - Utilizing free datasets for the model build - Focusing on generating an AI model for prediction, although the domain isn't specified, a general application would be ideal - Pushing for an ASAP completion time Ideal candidate would have experience in: - Development of AI models particularly prediction models - Proficiency in Python programming - Ability to work on short timelines - Familiarity with sourcing and implementing free datasets.

    $406 (Avg Bid)
    $406 Snittbud
    35 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Framhäv Brådskande Försegla Sekretessavtal

    For this bespoke venture, I'm searching for a talented programmer who is proficient in either Python or C++. batch understanding is a must! The primary task involves: - Developing a new API key login system with a focus on implementing access control and permissions. This calls for deep understanding of SQL and batch. Ideal skills/experience include:- Hands-on experience in SQL, batch, and either Python or C++ for backend programming. - Demonstrated skills in developing and maintaining API key login systems. - Proven knowledge in creating permission-based access controls within systems.

    $129 (Avg Bid)
    $129 Snittbud
    32 bud

    I'm seeking an experienced SQL Developer with proficiency in Python or C++. This role involves creating an API key login system with basic features to my batch written software. The database system in use is MySQL, but if you want to change it we can talk over it. Your tasks will include: - Developing a secure API key login system - Conducting batch processing in MySQL environment Ideal candidates will have: - Proficiency in Python or C++ - Deep understanding of MySQL - Experience with creating basic API key login systems - Strong background in SQL development - Good knowledge in batch Please place your bid with examples of similar work done in the past.

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    60 bud

    ...working on a NLP assignment that utilizes the attention mechanism and am seeking help with a specific bit of the task that's giving me a challenge, namely calculating precision in the BLEU score code. I have already finished the majority of the work and anticipate the required fix will take less than an hour to complete. This project is a step-by-step navigation process on a Python notebook. The specific qualifications needed for this job are: • Proficiency in Python programming. • Familiarity with Natural Language Processing. • Proficient in working on Python notebooks. • Knowledge of the NumPy and SciKit-Learn libraries. Your task will be to: • Review and understand the curren...

    $14 (Avg Bid)
    $14 Snittbud
    30 bud
    Python Script for Product Scraper 6 dagar left
    VERIFIERAD

    I'm in need of a proficient coder who can develop a Python script that can scrape product data from multiple e-commerce platforms. Here's some crucial information about the project: • Websites to Scrape: While I did not provide specific platforms in the questionnaire, I mainly focus on Amazon, eBay, and Walmart. • Information Expectation: The proposal should demonstrate your proficiency and dedication to my project. I'm interested in ways you successfully crafted similar scripts in previous projects and how your skills and experimentation can help me solve my problem. • Data Structure: At this moment, I don't have a specified structure or format for the scraped product data. If you have an...

    $58 (Avg Bid)
    $58 Snittbud
    40 bud

    I'm in need of a proficient coder who can develop a Python script that can scrape product data from multiple e-commerce platforms. Here's some crucial information about the project: • Websites to Scrape: While I did not provide specific platforms in the questionnaire, I mainly focus on Amazon, eBay, and Walmart. • Information Expectation: The proposal should demonstrate your proficiency and dedication to my project. I'm interested in ways you successfully crafted similar scripts in previous projects and how your skills and experimentation can help me solve my problem. • Data Structure: At this moment, I don't have a specified structure or format for the scraped product data. If you have an...

    $49 (Avg Bid)
    $49 Snittbud
    59 bud

    I'm seeking an experienced Python developer, schooled specifically in AI. Essential skills and expertise include: - Proven experience with Python and AI projects - Experience in Finetunning a LLM - Ability to work quickly and efficiently under time pressure The task in hand involves a crucial automation project, requiring a razor-sharp focus and commitment to deliver promptly due to the completion requirement. If you're the Python guru who thrives when the stakes are high, I'm eager to hear from you.

    $25 / hr (Avg Bid)
    $25 / hr Snittbud
    112 bud
    Automated Website Scraper Needed 6 dagar left
    VERIFIERAD

    I'm in need of an experienced developer who could build an automated website scraper for me. Since there were some questions skipped, I'll be open to discussing which specific website to target later. Your key responsibility will be: - Creating a fully functional scraping tool - Ensuring the scraper can run on an automated schedule While applying for this project, you are not required to provide any specific details such as past work experience or detailed project proposals. The frequency at which the scraper should run is also open to discussion. Ideal skills: - Proficiency in Python, JavaScript or other common scripting languages - Familiarity with web scraping tools and libraries - Experience with automation of repetitive tasks - Problem-solvi...

    $488 (Avg Bid)
    $488 Snittbud
    63 bud

    Hi Avinash D., Here is new project for you. Undetectable automation with SeleniumBase UC Mode and undetected-chromedriver. (Python)

    $100 (Avg Bid)
    $100 Snittbud
    1 bud