Pyspark python dependenciesJobb

Filter

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

    New freelancers from Pakistan and India. I need some Coders of Python, Asp.net for some easy tasks I need work for long term I need a serious and hard working persons

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    2 bud

    I need some Coders of Python, Asp.net for some easy tasks I need work for long term I need a serious and hard working persons

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

    Hello, I need a developer with a lot of experience in Java, Python and Socketweb - with the ability to create and solve problems with easy understanding of codes The rest of the details will be given to the correct developer

    $496 (Avg Bid)
    $496 Snittbud
    51 bud

    I'm looking for an expert specialized in Computer Science (CS), Electrical Engineering (EE) and Mechanical Engineering (ME) to assist me with academic projects particularly focused on Power Systems with emphasis on ...Engineering (EE) and Mechanical Engineering (ME) to assist me with academic projects particularly focused on Power Systems with emphasis on Renewable Energy Integration. This will require: - Profound knowledge of Computer Science, Electrical and Mechanical Engineering concepts - Expertise in dealing with Power Systems, specifically Renewable Energy Integration into Power Systems - Tools Matlab, Python - Algorithms development Expect your assistance to be comprehensive, covering all bases to ensure outstanding outcomes. Your bid should demonstrate your expertise ...

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

    ...experienced programmer who can create an automation script for a website. Key Requirements: - Automation Tasks: Your main job would be to automate various tasks on a website. This could involve anything from data entry to form submissions, and possibly content scraping. The specific tasks will be shared with you in detail. - Python Expertise: Given the nature of this task, your proficiency in Python is a must. If you have experience with automating websites using Python, that would be a huge plus. - Experience: Your application should showcase your relevant experiences and past projects. I’m looking for someone who has a proven track record in this field. Please include relevant examples of your past work in your application. Looking forward to hearing from ...

    $12 (Avg Bid)
    $12 Snittbud
    1 bud

    I am in need of a Telegram bot that can provide user registration and efficiently store and ...and retrieve data from a Firebase database. Key Responsibilities: - Implement a user registration system directly on the Telegram bot interface itself. - Develop a clear and efficient data storage and retrieval process from the Firebase database. - Ensure that the bot can handle user profiles, user activity logs, and applications in the database. Ideal Skills and Experience: - Proficient in Python, especially for developing Telegram bots. - Extensive experience working with Firebase databases. - Prior projects that involve implementing user registration systems. - Strong understanding of data storage and retrieval systems. - Good communication skills to ensure the system is implemented ...

    $11 (Avg Bid)
    $11 Snittbud
    3 bud

    I am seeking an expert Python programmer to realize a multi-objective optimization project I'm currently organizing. The specific problem involves optimizing the area and distance between points, in the context of a more complex scenario. Precision and efficiency are critical in this task. A freelancer should have: • Proficient knowledge of optimization problems, specifically in mathematical models like area and distance between points. • Relevant Python programming skills, preferably at an expert level. • Familiarity with collaborative tools and version control systems such as Git. • If you are familiar with geopandas then do mention this. Send a detailed proposal outlining: • Your understanding of the problem. • Proposed solution and me...

    $364 (Avg Bid)
    $364 Snittbud
    12 bud

    I'm in need of a Python script that can monitor specific events or conditions that I choose and send notifications to a Discord channel. I would like this to be done on a regular basis, for example, every hour. Key Points: - You need to create a Python script. - It should monitor for specific events or conditions (to be specified). - It must send notifications to a Discord channel. - The monitoring interval should be every hour.

    $34 (Avg Bid)
    $34 Snittbud
    19 bud

    ...scalability, and security. Stay abreast of emerging technologies and industry trends in inventory management. Provide technical support and guidance to end-users as required. Requirements: Bachelor's degree in Computer Science, Software Engineering, or a related field. Proven experience as a Software Developer, focusing on inventory management software. Proficiency in programming languages such as Java, Python, or C#. Familiarity with database management systems like MySQL, PostgreSQL, or MongoDB. Strong problem-solving skills with acute attention to detail. Excellent communication and collaboration abilities. Capacity to work independently and collaboratively within a team environment. Prior exposure to Agile development methodologies is advantageous. How to Apply: If you...

    $336 (Avg Bid)
    $336 Snittbud
    7 bud

    I have 3 construction programs currently in Excel that I need to be converted into Microsoft Project. The programs are primarily focused on project scheduling and do not require resource management features. Key requirements: - Convert 3 construction programs from Excel to Microsoft Project - Create interactive Gantt charts with dependencies - No need for resource management features, just the scheduling aspect Ideal skills/experience for this project: - Proficiency in Microsoft Project - Experience in project scheduling and Gantt chart creation - Previous work in construction or similar industries would be beneficial Feel free to ask me if you need any further details.

    $33 / hr (Avg Bid)
    $33 / hr Snittbud
    37 bud

    As a client, I require the expertise of a Python programmer who's adept at scripting. The centerpiece of the project is to write an algorithm for stereo vision and pose estimation. Notably, OpenCV will be the preferred library for this task due to its robust array of features. ArUco markers are being used as objects for calibration. Requirements: - Experience in Python scripting - Ability to write an algorithm for stereo vision and pose estimation - Proficiency with OpenCV Your relevant portfolio that illustrates your competency in the above tasks will be highly appreciated.

    $201 (Avg Bid)
    $201 Snittbud
    25 bud

    I'm looking for an experienced Python developer to take on a complex web development project for me. The primary goal is to build a sophisticated web application with a focus on integrating social media APIs. Key Highlights: - Primary purpose: Web Development - Specific third-party integration: Social Media APIs Key Responsibilities: - Develop a high-quality, responsive web application - Integrate various social media APIs for seamless user experience Ideal Skills and Experience: - Proven track record in Python web development - Strong understanding of social media APIs - Experience in building complex and dynamic web applications - Ability to implement user-friendly interfaces - Understanding of security considerations in web development The successful candidate wil...

    $240 (Avg Bid)
    $240 Snittbud
    39 bud

    I have a substantial nu...through the transcribed data and retrieve key information. A successful candidate should have: - Proven experience in working with Microsoft Azure document intelligence. - A clear understanding of OCR. - Background in handling and analyzing legal documents. Hi, I want to create a proof-of-concept of a model that can search and retrieve information using microsoft document intelligence api with python code. As its a proof-of-concept a simple dummy dataset should suffice. Additionally, I have very little IT and coding background so I would need additional help in understanding the code and the relevant jargon. Please send quotes only if you can adhere to these requests. In case I am satisfied with the output, I have additional projects for you along simi...

    $55 (Avg Bid)
    $55 Snittbud
    3 bud

    I am looking for a freelancer who can help me ...message that I want to send out. I don't have a preferred platform or language for the script, so I am open to suggestions. Ideal skills and experience for the job: - Proficiency in Python or JavaScript - Experience in creating scripts for bulk messaging - Ability to customize the messaging content - Familiarity with website integration and messaging APIs Here's a video of the website and what's needed, please watch this and bid. It's a simple script but I don't have the time to make this so please bid I dont want python unless you can provide me 2 years warranty and i want you to explain how it will work I have a budget please respect this

    $184 (Avg Bid)
    $184 Snittbud
    36 bud

    Necesitamos un profesor con experiencia en Webhook con Python para colaborar con nosotros. Tendría que hacer grabaciones en video (a través de Teams), varios videos explicativos de contenido: Cómo crear un webhook para que desde una página web de un cliente, que recoja los datos del comprador y nos lo suministre en una REST API. Serían vídeos de 1 hora aproximadamente hasta llegar a 10 horas en total. ------- We need a teacher with experience in Webhook with Python to collaborate with us. The teacher will have to make video recordings (through Teams), several explanatory videos of content: How to create a webhook so that, from a client's web page, it collects the buyer's data and provides it to us in a REST API. The videos...

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    14 bud

    Join our team as a Python Selenium Web Scraper responsible for developing scraping scripts using Python and Selenium. You'll gather data from diverse websites, utilizing your expertise in web technologies, HTML, CSS, and JavaScript. Key responsibilities include analyzing website structures, extracting and cleaning data, and collaborating with team members to integrate data into existing systems. Ideal candidates possess proficiency in Python, experience with Selenium, and a strong understanding of web technologies. This role offers competitive compensation, flexible work hours, health benefits, and opportunities for career growth in a dynamic, collaborative environment

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

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame number ... ...

    $283 (Avg Bid)
    $283 Snittbud
    23 bud

    ...principles, particularly in Java. The main goal of this project is to apply these principles to our existing application, to enhance its scalability, maintainability, performance and more. Key aspects of the project include: - Codebase management and version control: You'll be tasked with setting up a robust codebase management system that ensures version control. - Dependencies management: You should have experience dealing with dependencies in Java applications, and be able to streamline and optimize these processes. - Configuration, release, and runtime processes: You'll also be responsible for ensuring that our application's configuration, release and runtime processes align with 12-Factor App best practices. In addition to your technical expertise, a ...

    $41 (Avg Bid)
    $41 Snittbud
    2 bud

    Project Duration: 1 Hour Project Type: Python Script Modification Project Level: Normal Server Type: Ubuntu 22.04 Number of Changes Required: 1 Project Overview: We have an existing Python script that allows us to upload a CSV with two columns: Prompt Output The script then submits each “Prompt” to the OpenAI API, inserts the output into the “Output” column. We would like one change made to the existing script. Change Required: We would like to add one more column to the CSV file, “Id”, it will be the first column. We use “Id” as our own reference number for the row This column and its value should be retained in the output file. 5* FEEDBACK WILL BE LEFT FOR YOU

    $33 / hr (Avg Bid)
    $33 / hr Snittbud
    35 bud

    I am looking for a skilled developer or team to create a Python program designed for the efficient detection of surface defects on railway tracks. This tool is essential for ensuring the safety and operational efficiency of rail network covering high-speed and freight tracks. The program needs to be robust, capable of real-time defect detection and analysis, and capable of generating maintenance recommendations. Requirements: - Develop a Python program capable of converting video to images and image enhancement through filter and noise reduction. - It should capable of labeling of images and recognizing various surface defects including cracks, wear, corrosion, fractures, head-checks, wheel burns, rolling contact fatigue (RCF) defects, spells, squats, shelling, and flaking....

    $5110 (Avg Bid)
    $5110 Snittbud
    13 bud

    I am in need of a well-versed Python expert to assist in managing a Linux server. This project is task oriented and requires specific skills including: • Working with server data analysis • Implementing web scraping techniques • Establishing automation processes The role also demands a comprehensive understanding of Linux operations and the ability to print headers. A background in server security, setting up database servers and performance optimization would be ideal, but the focus is primarily on Linux server management via Python. Proficiency in Python, Linux, server data analysis and web scraping are must-haves. Experience in automation and server management will highly be appreciated. Looking forward to your knowledgeable and expert assistance ...

    $133 (Avg Bid)
    $133 Snittbud
    3 bud

    I'm looking for a skilled professional to help me install the eBay API on my existing Ubuntu 22.04 server for the primary purpose of showing orders on webpage. here is the sdk - Key Responsibilities: - Installation of the eBay API on the Ubuntu 22.04 server. - Ensuring the API is correctly set up to show orders on webpage. Ideal Skills and Experience: - Proficiency in working with Ubuntu servers, particularly version 22.04. - Prior experience installing and configuring the eBay API. - Ability to implement API functionalities for showing orders on webpage. If you have a good understanding of eBay's API and are experienced in working with Ubuntu servers, I'd be interested in hearing from you. Please share your relevant experience and explain how

    $30 (Avg Bid)
    $30 Snittbud
    14 bud
    Python Simple Program 6 dagar left
    VERIFIERAD

    Input:- You will get an excel file as input. Step1- Sort the Excel file by site name and place data in sheet 1 Step2- Sort the Excel file by site address and place the data in sheet 2 Step3- Sort the Excel file by latlong and place the data in sheet 3. After Sorting and creating 3 different sheet, we need to apply the logic to find exact duplicate and high match. Example - means in sort by site name we will find exact duplicate and high match site(75%) match and print exact duplicate/ partial match. Then for exact duplicate and partially match we are going to compare all row and need to print what is matching like site city, site state, site country etc

    $24 (Avg Bid)
    $24 Snittbud
    29 bud
    GUI for Predictive Network AI 6 dagar left
    VERIFIERAD

    I'm seeking a dedicated and experienced GUI developer to create a user-friendly, data visualization application...capable of efficiently managing input data, which will include historical synthesized network data & data that can be generated through Python's mockeries or any other similar library. The Ideal Candidate: - Profound experience in GUI development . - Strong understanding of predictive modeling control systems. - Familiarity with using historical network data and network fault data for AI models. - Python experience, specifically with DASH and Flask framework or any other, will be a significant plus. This project provides an excellent opportunity for you to showcase your technical prowess and contribute to the development of an impactful solution. Looki...

    $278 (Avg Bid)
    $278 Snittbud
    8 bud

    I need a Terraform configuration to provision my EC2 resources on AWS. This configuration should allow me to deploy the EC2 instances and also bring-down when needed. Key Requirements: An EC2 instance with...traffic allowed to the instance. A Bastion/jump server for SSH to EC2. EC2 connects to the internet using NAT-gateway. WAF to be integrated with ALB, and ALB only listens on HTTPS. Security groups are restricted with limited access. Allocate and associate an elastic IP to the instance. The EC2 instance will run Ubuntu and serve as application server. I can provide AMI image of the web-app. It is a Python FastAPI/Nginx app. No other service is needed like RDS or S3 etc. Docker or Kubernetes are not needed, and the app is not using any Databases. It is a Single Region Deployment...

    $224 (Avg Bid)
    $224 Snittbud
    14 bud

    I'm looking for a Python script that uses PyAutoGUI to control keyboard inputs, with a specific focus on interacting with a Firefox web page. I am open to creative ideas on how to do this differently then I have described below. Key Requirements: This is basically like a macro, or autohotkey, (if you do a gui then I can determine the winner as soon as whoever finishes first with working code, wins. The gui for the python code is up to you but maybe it could work well if I can have section one establish focus on right scrolling panel and ignore the left panel. Second section: because this is sendkeys basically we will use the keyboard to navigate. A text box stating how many tabs until we get to the first web object button to select, Then a second text box to state ...

    $45 (Avg Bid)
    Garanterad
    $45
    8 bidrag

    I'm looking to build a Flask Python serverless application. The main functionality of this app would revolve around API integration, specifically with social media platforms. The primary aim here is to fetch user data from these platforms. The ideal candidate for this job should have: - Profound experience with Flask Python - Prior experience in serverless architecture, particularly using AWS services such as API Gateway and Lambda - A strong understanding of social media API integration Please note that a comprehensive understanding of user data privacy and security is essential. The developer should be able to ensure that the data retrieved is used in accordance with the social media platforms' policies and regulations.

    $112 (Avg Bid)
    $112 Snittbud
    6 bud

    I'm currently seeking a skilled backend developer who has proven expertise in Python, Java, and Ruby. I need someone who can guide me through whether to use the current source code or start from scratch, a decision that we can make together as the project evolves. As our project's main responsibility is to handle authentication and server configuration, the perfect candidate should be experienced in: - Setting up, managing, and sustaining server configurations - Handling various authentication tasks - Expertise in Python, Java, and Ruby - Decision-making skills concerning source code development This project will be rewarding for someone who enjoys tackling unique challenges and has a flair for problem-solving. If you're up to the task, please don’t ...

    $741 (Avg Bid)
    $741 Snittbud
    57 bud

    Hello, I am currently looking for an excellent developer who is well versed in at least any one of the following fields: Java, C#, Golang, Rust, JavaScript, Python, solidity, web3, blockchain, web frontend and backend. Of course, he must be prepared to work with us long term, more than 40 hours per week. You must be geographically located in Europe or the Americas, be able to work at least 6 hours EST day time, and possess written/verbal English skills at an advanced level or higher. In order to select excellent talents, you will need to anticipate a 30-60 minute technical interview with a project manager in our team. Dont worry. We need at least 3 developers. Expected salary range is $15-$25/hr depends on experience. Please feel free to send us applications embroidered with yo...

    $23 / hr (Avg Bid)
    $23 / hr Snittbud
    52 bud
    Card game simulation 6 dagar left
    VERIFIERAD

    I am looking for a Python programmer with a math background (statistics) who can help calculate the optimal strategy and house edge for various permutations of a casino card game similar to blackjack.

    $702 (Avg Bid)
    Sekretessavtal
    $702 Snittbud
    24 bud