Python quant libraryJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python quant library 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

    ...x 448px tall Page Background 1438px wide x 810px tall This should be ambient so as not to compete with the content on the page, so try to avoid high-contrast images or images with lots of text. A template will automatically be applied to your uploaded file, which will tint it blue and fade out the edges. Library Capsule 600px wide x 900px tall Library Hero 3840px wide x 1240px tall Image-rich, no texts and stuff. Library Logo 1280px wide x 720px tall Note for Library Hero and Library Logo: The hero graphic and logo are layered and move independently when the page is scrolled, creating a subtle parallax effect. Consider how the product logo will be placed on top of the hero image (left bottom corner or centered). You'll want to ensure the logo...

    $250 (Avg Bid)
    $250 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ö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
    PHP to Python Code Conversion | 6 dagar left
    VERIFIERAD

    I have a backend code for a pre-existing fully function website and mobile app. The backend code is currently all written in php. I need someone to convert this existing php code into fully functional python code which I can deploy.

    $42 (Avg Bid)
    $42 Snittbud
    8 bud

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    $55 (Avg Bid)
    $55 Snittbud
    3 bud
    Python Tutor for Kids Needed 6 dagar left
    VERIFIERAD

    I need a Junior Python Coder who may teach the kids I shall prefer the Female Coders I need work for long term

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    10 bud
    Expert in Neural Network -- 2 6 dagar left
    VERIFIERAD

    My project requires an expert in machine learning, particularly with a focus on using Python for neural networks. Ideal Skills and Experience: - Proven experience in machine learning projects - Expertise in Python programming - Proficiency in neural network programming - Strong understanding of deep learning Your understanding of machine learning principles, advanced Python programming, and neural network frameworks will be pivotal to the success of this project. Please detail your relevant experience and provide examples of similar projects.

    $100 (Avg Bid)
    $100 Snittbud
    12 bud

    I have a desktop application made using Electron software for electro...to help with software packaging and COM port detection. Ideal Skills and Experience: - Expertise in Front-End Development, specifically with Javascript and HTML - Experience with Electron software - Prior experience with arduino and python, a bonus - Strong understanding of software packaging in Electron applications The application should be compatible with Windows operating system. I need help fixing certain issues like the selecting the COM Port, the functionality needs to be re-written so that it is performed by Electron's WebAPI rather than Python(current). The start-up image must be the company logo. I need help in packaging the whole thing up to make the application suitable for differen...

    $84 (Avg Bid)
    $84 Snittbud
    17 bud

    I'm on the hunt for a talented designer to create a jiu jitsu journal. This journal should be not only a place to log training and progress, but also a source of inspiration and mindfulness. It needs to have a clean and minimalist design. Here's a detailed list of what I am looking for: - Training log section per training session - Technique library or pages dedicated to techniques - Progress tracker which includes tracking for belts, stripes, seminars, competition history - Sections for gratitude, mindfulness, wellbeing, and meditation challenges - Pages with inspirational quotes - Blank pages filled with key questions and prompts about jiu jitsu eg: What are your short, medium and long term SMART goals. What does jiujitsu mean to you? Why should you compete? What lesso...

    $324 (Avg Bid)
    $324 Snittbud
    53 bud

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

    Brådskande Sekretessavtal

    I'm in need of a developer proficient in Python who can create a video tutorial. The tutorial should showcase the process of building a user authentication login page for a web application using the Microsoft Graph API. The loging should just allow pre-registered users (from azure dashboard) to enter the app. Ideally the should build a little login page using streamlit! Key Requirements: - Expertise in Python: Comprehensive proficiency in Python is a must, as the tutorial is centered around this language. - Familiarity with Microsoft Graph API: The ability to leverage the Microsoft Graph API for user authentication is essential. - Video Creation: While I'm not looking for a professional video maker, the candidate should be able to record, edit, and produce...

    $25 (Avg Bid)
    $25 Snittbud
    11 bud
    Python Script for Web Scraping 6 dagar left
    VERIFIERAD

    I urgently need a Python script created to scrape data from Website 1 and write it to a CSV file. The data I need to extract is specific to TVL daily total. Site: Key Requirements: - Develop a Python script for web scraping - Extract TVL daily total data from - Save the data into a CSV file Ideal Skills: - Proficient in Python programming - Experience with web scraping tools and techniques - Strong understanding of data handling, especially writing to CSV files - Good communication for timely updates on the project's progress.

    $26 (Avg Bid)
    $26 Snittbud
    36 bud

    I'm seeking a skilled Python developer to create a script that can facilitate sending and receiving voice calls via Telegram VoIP. The main aim of this project is to integrate the developed script into an existing application. The script should be compatible with Python 3.x.

    $96 (Avg Bid)
    $96 Snittbud
    2 bud

    I'm seeking an experienced data scientist with expertise in Python and R for a project that involves time series data visualization and statistical analysis. Key Responsibilities: - Conducting data visualization to present insights in a clear and compelling manner - Performing statistical analysis to extract meaningful patterns and support decision-making I will provide you with a working file that retrieves data from our Python/R library. Your responsibility would be to process and analyze this data. We use Python/R with Jupyter notebooks. Ideal Skills: - Strong proficiency in Python - Experience with data visualization tools such as Matplotlib, pyplot and of course Pandas - Proficiency in statistical analysis methods and tools I want t...

    $12 / hr (Avg Bid)
    $12 / hr Snittbud
    18 bud

    I'm looking for an experienced developer to assist me with an Artificial Intelligence (AI) driven video processing project. The key points of this project are: - **Objective**: The main aim of this project is to create a video processing system that could understand video content and generate a talking video avatar. - **Tasks**: The AI system should be capable of performing three key tasks: facial recognition, text extraction, and converting the extracted text + video into a talking video avatar. - **Output Format**: The desired output format for the generated talking video avatar is MP4. Ideal candidates should have: - Proven experience in artificial intelligence, particularly in video processing and generation of talking video avatars. - Proficiency in facial recognition and tex...

    $2454 (Avg Bid)
    $2454 Snittbud
    11 bud

    ...function should be specifically designed to extract text from images and past that text in new screen and make search in that text for list of words if it in that text make it highlighted with different screen for user to write list of the text must be translated to user selected there must be user profile and sign and payment with stripe .the OCR from api or OCR library. Ideal skills and experience for this job would include: - Proficiency in Flutter for mobile app development - Prior experience with OCR integration in applications - Strong understanding of both iOS and Android platform-specific requirements - Capability to design and develop user-friendly and visually appealing mobile applications - Ability to efficiently utilize device's camera for image processing

    $250 (Avg Bid)
    $250 Snittbud
    64 bud

    I'm seeking a Django and Python Fullstack developer who can lend their expertise to my application project. The chosen freelancer should excel in creating: - Robust user authentication and authorization systems - Seamless database integration - Responsive design that adapt to various devices I have certain design ideas but I would highly appreciate guidance to help realize these concepts. The freelancer should possess a strong grasp of user-centric design and prove instrumental in translating these concepts into a streamlined, functional, and easy-to-use interface. Ideal skills: Python, Django, Database Management, User Interface Design, User Experience Design, and Responsive Web Design. It's a bonus if the candidate has a knack for making technical functionalit...

    $575 (Avg Bid)
    $575 Snittbud
    66 bud

    I'm currently seeking a proficient freelancer in Google Cloud Platform (GCP) who specializes in Infrastructure setup, Virtual Machine manageme...setup, Virtual Machine management, and Data storage and management. Key Tasks: -Setting up a secure and efficient GCP Infrastructure -Managing and optimizing Virtual Machines -Handling Data storage and management effectively The freelancer needs to have: -Sound knowledge and experience in GCP -The ability to implement advanced automation in GCP Programming Skills: -High-level proficiency in Python -Competency in Shell scripting is necessary This project is for those who are passionate about cloud technologies and eager to help initiate an advanced level of automation within my GCP environment. Please, only those with the relevan...

    $421 (Avg Bid)
    $421 Snittbud
    8 bud

    I'm looking for a Python expert who can help me preprocess and normalize a CSV dataset for a machine learning project. Key Responsibilities: - Loading the CSV dataset - Adjusting timestamps - Merging data from a single file - Normalizing the data using Min-Max scaling Ideal Skills and Experience: - Proficient in Python programming - Solid understanding of data preprocessing techniques - Experience with handling and merging large datasets - Familiarity with statistical analysis and machine learning modeling This project is crucial for setting a solid foundation for the subsequent machine learning analysis. The freelancer who takes on this role should be able to execute these tasks accurately and efficiently, with a strong eye for detail.

    $57 (Avg Bid)
    $57 Snittbud
    20 bud

    ...web dashboard using Python with Django framework. The purpose of the dashboard is to monitor a specific service. Admin can create new services or update / delete Ability to add commands to start a service if it crashes by using the commands and notify on successful execution. As well as provide web dashboard for visibility . If this service crashes, the dashboard should send notifications via email and then restart the service. Key Requirements: - Develop a Python-based web dashboard using the Django framework. - Implement a monitor for a specific service. - Configure email notifications to be sent out to a designated email address upon service crash. - Enable the dashboard to automatically restart the service upon crash. Your Experience: - Proficiency in Python...

    $120 (Avg Bid)
    $120 Snittbud
    19 bud

    I'm looking for a skilled Python developer to help me with a scraping project. I need to extract specific product data from a website's table. Skillset: - Proficiency in Python and Scrapy - Experience in web scraping - Familiarity with handling web popups The website () contains a table with important product information. For each product, I need the following details scrapped: Certificate Type Certificate Number Product Type Organization Name Country Issue Date Expiry Date in addition to Product Details Brand Model Description Barcode The data should be saved in a CSV file. There are no specific rules or requirements to be followed during the scraping process.

    $42 (Avg Bid)
    $42 Snittbud
    29 bud

    ...system should be able to process various types of documents including printed documents, handwritten notes, and scanned images. Key requirements for the project include: - Develop the system using Python, Java, and C# - Ensure that the system can accurately extract and process text from different types of documents - Implement a reliable method for processing printed documents, handwritten notes, and scanned images - Provide a user-friendly interface for uploading and retrieving documents Ideal candidates for this project should have: - Proven experience in developing OCR systems - Expertise in Python, Java, and C# - Strong understanding of document processing techniques - The ability to deliver a user-friendly and efficient solution If you have prior experience in OCR...

    $86 (Avg Bid)
    $86 Snittbud
    11 bud
    Python PDF to XML Conversion 6 dagar left
    VERIFIERAD

    I need a Python developer to help me convert a PDF file into an XML file. And Share that Python Code With me as well. Key Requirements: - The primary task is to extract text from the PDF and structure it into an XML file. Ideal Skills: - Strong proficiency in Python, with a good understanding of its syntax and libraries, particularly for PDF processing. - Experience in text extraction from PDFs is a plus. Please note that I do not have a predefined XML structure in mind, so I'll need some guidance on how to structure the output.

    $20 (Avg Bid)
    $20 Snittbud
    37 bud
    Python Selenium Expert Needed 6 dagar left
    VERIFIERAD

    I'm looking for a skilled Python developer with experience in web scraping and Selenium. Your task is to extract a domain list from a given URL (). The data extracted should be cross-referenced for each domain with the following fields: name, full address, email, and phone. Key Requirements: - Extract domain list from a specific website () - Implement cross-referencing for each domain with name, full address, email, and phone - Proficiency in Python and Selenium for web scraping - Ideally, experience with data cleaning and manipulation Please note that the number of records on the dealer locator is unknown. Your ability to handle large data sets will be crucial for the successful completion of this project.

    $136 (Avg Bid)
    $136 Snittbud
    35 bud

    I'm looking for an experienced Python developer who has previously worked with options Greeks and the Zerodha API. Your main tasks will involve: - add third order greeks to an existing code The ideal candidate should have a strong command over Python, especially the Pandas library, and a thorough understanding of financial markets, particularly options Greeks. Prior experience working with the Zerodha API will be highly beneficial for this role. I look forward to your proposals!

    $15 (Avg Bid)
    $15 Snittbud
    5 bud

    ...a skilled developer who can create a tool that utilizes Google Chrome to perform searches and click on search results multiple times. Key Project Requirements: - The tool should be built using Python, Java or Visual Basic - The primary goal of the tool is to perform automated web browser searches and click on various results - The tool should utilize Google Chrome as the web browser To give you a better idea, the tool should: - Conduct multiple web searches on Google - Click on a configurable number of search results from the returned search page Ideal Skills and Experience: - Proficient in Python, Java or Visual Basic - Experience in browser automation and web scraping - Familiarity with Google Chrome's automation capabilities If you have experience with similar ...

    $483 (Avg Bid)
    $483 Snittbud
    68 bud

    I'm in need of a skilled Python developer to work on a web scraping project. Key Requirements: - I'm primarily focusing on Web scraping as the main functionality for the project. - You should be well-versed in Python and have a proven track record in data analysis. - Knowledge of web scraping is essential to ensure efficient and reliable data extraction.

    $83 (Avg Bid)
    $83 Snittbud
    24 bud

    My project requires an expert in machine learning, particularly with a focus on using Python for neural networks. Ideal Skills and Experience: - Proven experience in machine learning projects - Expertise in Python programming - Proficiency in neural network programming - Strong understanding of deep learning Your understanding of machine learning principles, advanced Python programming, and neural network frameworks will be pivotal to the success of this project. Please detail your relevant experience and provide examples of similar projects.

    $93 (Avg Bid)
    $93 Snittbud
    14 bud

    I'm in need of a skilled Python coder to assist me in deploying Locally Hosted Language Model (LLM) applications. Here are the details: - **Operating System**: The deployment is hybrid, so familiarity with Windows, macOS, and Linux is ideal. - **Purpose**: The primary aim of the deployment is for text ebedding (vector db) and generation. - **Requirements**: Specifically, I'm looking for functionality related to Language modeling and retrieval augment generation in the LLM applications. - mongoDB should be set up runining a .sh file - docker-compose deploy of the app - whisper transformers for stt ttl - AWS S3 bucket for file serving Essential skills for this project include a strong background in Python programming and experience with deploying applications on di...

    $207 (Avg Bid)
    $207 Snittbud
    15 bud

    ...between Raspberry Pi and Mitsubishi Driver (Model:MR-J5W3-222G) - Writing code for controlling the servo driver from the Raspberry Pi - Testing and debugging the system - Providing support for any issues that may arise during the project Previous experience with Raspberry Pi and Panasonic Servo Drivers is a must. Additionally, the ideal candidate will have a strong understanding of programming in Python, as well as a background in robotics or industrial automation. GUI in Raspberry Pi will have START button. When we click on start button: Step 1: Communicate with Start Panasonic Servo Driver 1 to rotate the Servo motor in Clockwise direction and stop and a fixed position. This position we have to confirm with testing. Step 2: After the Servo 1 STOP. Panasonic Servo Driver...

    $68 (Avg Bid)
    $68 Snittbud
    13 bud
    Desarrollador ODOO 6 dagar left
    VERIFIERAD

    Estamos buscando un desarrol...realizar customizaciones en ODOO. - Colaborar en la integración de ODOO con otros sistemas. - Participar en el diseño y desarrollo de soluciones basadas en ODOO. - Realizar pruebas y depuración de código. - Mantenerse actualizado sobre las últimas tendencias y tecnologías en ODOO. Requisitos: - Experiencia demostrable en el desarrollo de aplicaciones utilizando ODOO. - Conocimientos sólidos en Python y Odoo Framework. - Capacidad para trabajar de manera autónoma y en equipo. - Excelentes habilidades de comunicación y resolución de problemas. - Certificación en ODOO (deseable pero no indispensable). Beneficios: - 100% Remoto - Salario competitivo. - Oportunidades de crecimien...

    $8 / hr (Avg Bid)
    $8 / hr Snittbud
    5 bud

    I need a Python program that can tap into Yahoo's fantasy football datasets using their API and extract various essential pieces of historical league-specific information. The main requirements of my project include: - Extracting information like player statistics, team standings, draft results, transactions (trades and adds/drops), weekly schedules (head-to-head matchups by week), weekly lineups, scoring settings, and league settings The Yahoo API Endpoints you'll need to use as inputs to derive the above data extracts for a particular league are: - the associated League ID (each league created by Yahoo is given it's own unique ID that a league member can provide) - the associated Game Key (there is a unique Game Key provided by Yahoo by fantasy sport and by year) ...

    $840 (Avg Bid)
    $840 Snittbud
    83 bud