Python exception messageJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python exception message 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
    Medical Supply Logo Avslutades left

    Will message details.

    $28 (Avg Bid)
    $28 Snittbud
    1 bud
    Moodcompany.se Avslutades left

    ...sakerna vi först behöver rätta till, det är betydligt fler men dessa är akuta. Mood company () sells ready-made and custommade party products to companies and individuals. We can deliver small or large orders quickly and efficiently. The platform used is Magento. What I need help with immediately are: -to make an order for a customer does not work … they get a error message as the attached file. We can not receive orders normally over the website -the customer don’t get any confirmation email neither do we -we sell both to companies and individuals and it must be clear that the prizes are excluding VAT and then what the price including VAT is also (25% on all our products is the VAT in Sweden) - The cart and the checkout mix...

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    10 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

    As someone requiring expert Python knowledge, I am looking to find a coder who can aid me in creating a precise Python script that will effectively integrate a Topaz Signature Pad. The following degree of functionality should be prioritized: - Capture signatures from the Topaz T-LKB755SE-BHSB-R SignatureGem LCD 4x3. This are the available SDKs /software combaine what you need i am on a windows pc with the topaz in front. Python is main but load or do what you need. The captured signatures should be saved in a format that's optimal for database storage and for use in official forms. The preferred database management system for storing these signatures is SQLite3. The ideal freelancer for this role should have:

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

    I need a Python expert write a basic python script to integrate a Topaz Signature Pad. The pad is Topaz T-LKB755SE-BHSB-R SignatureGem LCD 4x3 Key Requirements: - The integration should allow the capture and preservation of signatures directly through the Topaz Signature pad. Just script to open a form with a picture field and a button with label write now. on the pad write a signature and after save button the picturefield should be filled with the written signature/image. Image stored in same map als the script. Desired Skills and Experience: - Proficiency in Python, particularly version 3.9. - Prior experience with integrating peripherals, such as signature pads, into applications. - Familiarity with signature capture and storage

    $155 (Avg Bid)
    $155 Snittbud
    17 bud

    I need assistance adding a consistent call-to-action message to 265 YouTube videos. This is a manual task. I will provide the card title/call to action/teaser text which is the same for all videos. Each video takes 1-2minutes so for all the videos this will take 8-10 hours of work Key Requirements: - Implementation of the same call-to-action message to 265 YouTube videos - Each video's call-to-action message should be carefully placed to ensure maximum viewer engagement (around half way through each video) Ideal Candidate: - Prior experience with YouTube video editing and info card implementation - Strong attention to detail to ensure consistency across all videos - Understanding of YouTube's best practices for call-to-action placements - Ability to work e...

    $20 (Avg Bid)
    $20 Snittbud
    10 bud

    I'm experiencing an issue with my email that was linked to Google Workspace. After transferring my website to a new hosting, the email stopped working. Now whenever I try to send an email, even though Google permits my login, I'm encountered with an error message (This is the message i receive now: 550 5.1.1 : Recipient address rejected: undeliverable address: host [private/dovecot-lmtp] said: 550 5.1.1 User doesn't exist: xxx@xxx (in reply to RCPT TO command) I don't know how to verify if my DNS settings update is aligned with the new website hosting. I need urgent assistance from an experienced individual to amend this issue. Ideal Skills: - Experience in troubleshooting Google Workspace email issues. - Proficiency in DNS settings and have experienc...

    $25 (Avg Bid)
    $25 Snittbud
    19 bud

    I need a Python expert write a basic python script to integrate a Topaz Signature Pad. The pad is Topaz T-LKB755SE-BHSB-R SignatureGem LCD 4x3 Key Requirements: - The integration should allow the capture and preservation of signatures directly through the Topaz Signature pad. Just script to open a form with a picture field and a button with label write now. on the pad write a signature and after save button the picturefield should be filled with the written signature/image. Image stored in same map als the script. Desired Skills and Experience: - Proficiency in Python, particularly version 3.9. - Prior experience with integrating peripherals, such as signature pads, into applications. - Familiarity with signature capture and storage

    $28 (Avg Bid)
    $28 Snittbud
    6 bud

    The task centers around leveraging Python programming and machine learning skills to perform data analysis. The data to be analyzed are contained in an Excel sheet, specifically focusing on customer data. The ideal freelancer for this task should exhibit the following: - Strong proficiency in Python programming. - Solid experience with machine learning. - Familiarity with data analysis, particularly descriptive analysis. - Ability to accurately interpret customer data. The task requires a reading of the Excel sheet and performing data analysis based on the customer data contained within. The chosen Python and machine learning expert will focus on descriptive analysis techniques to extract meaningful insights. Your insights should guide our strategies in terms of cust...

    $38 (Avg Bid)
    $38 Snittbud
    18 bud

    In my message with you, I will complete the work in that way, sir

    $98 (Avg Bid)
    $98 Snittbud
    1 bud
    Miningweb.io -- 2 6 dagar left

    I'm looking for a skilled developer with strong expertise in Python, JavaScript, , and Node.js. This project involves enhancing our MiningWeb platform. Key Tasks: - Implementing user authentication features - Improving data visualization capabilities - Optimizing the platform's performance This is a great opportunity for someone passionate about blockchain and crypto and looking to take on a challenging and rewarding project. The work is fully remote and offers competitive compensation. Ideal Skills Include: - Proficiency in Python, JavaScript, , and Node.js - Prior experience with user authentication, data visualization, and performance optimization - Strong understanding of blockchain and crypto technologies - Self-motivated and able to work effectively in a re...

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

    I need an automation that can set one or more predetermined replies to top tweets within a certain time. In other words, this automation will allow me to choose the following settings: "Every [frequency] hours, search for top tweets with the word [keyword] that were tweeted within the past [time] hour, and reply [predetermined reply] to [number of replies] tweets. Every [functioning ...not need to have technical knowhow to choose these. You will need to test this to make sure it works and mimicks human behavior so it doesn't get us banned. You will also find a way for it to work on its own, without any need for me to keep my laptop on. If this is something you can do, please give me a description of how it can be done and how we can avoid being banned for spam and start your m...

    $112 (Avg Bid)
    $112 Snittbud
    11 bud

    I am in need of a skilled email marketer who can target potential clients within web design agencies. The goal of this campaign is to promote a particular product awareness and sales Key Responsibilities: - Develop a strategic email marketing campaign that allows us to effectively deliver our message to web design agencies. - Potentially recommend and implement email marketing software, if it aids in increasing efficiency and effectiveness. Ideal skills and experience: - Proven experience in executing successful email marketing campaigns - Specific experience targeting web design agencies is a plus. - Working knowledge of renowned email marketing software. - Excellent written communication skills - Strong understanding of B2B marketing - Ability to analyse email marketing statis...

    $30 - $250
    Försegla
    $30 - $250
    4 bud

    I'm in need of a skilled and experienced individual who can develop an anti-counterfeiting platform using NTAG 424 DNA NFC tags. The platform needs to ensure that genuine products can be authenticated securely and also prevent counterfeiting. Ideal Candidate: - Strong understanding and experience with NTAG ...experience with NTAG 424 DNA NFC tags - Proficient in developing secure, dynamic NFC authentication systems - Experience in developing anti-counterfeiting platforms for the pharmaceutical, fashion and luxury goods, and electronics industries - Proficient in creating user-friendly mobile applications -NXP Key Requirements: -understanding of The security features like the SUN (Secure Unique NFC) message feature and CMAC (cipher-based MAC). -Native app development . -datab...

    $443 (Avg Bid)
    $443 Snittbud
    1 bud

    ...a skilled Python developer with experience in using Playwright to develop a set of flexible data scraper tools. These tools will be deployed to capture data and screenshots from a variety of popularly visited websites such as e-commerce platforms, directories, social media and news sites which includes but not limited to eBay and clinicaltrials.gov. Key functionalities should include: - Capturing various data types such as product details, pricing information, ratings, reviews, and any other elements visible in a full-page screenshot. - Organizing the captured data and screenshots in a clear, easy-to-navigate folder structure. - Being adaptive enough to scrape data from a widely diverse set of websites. To be successful in this role, you should have a solid knowledge of P...

    $165 (Avg Bid)
    $165 Snittbud
    47 bud

    ...portfolio of recipients with consent from recipients before sending them commercial electronic messages. Consent can be express or inferred, but it must be clear and specific. Express consent is obtained when a recipient actively agrees to receive marketing messages; : Marketers must clearly identify themselves and provide accurate contact information in every commercial electronic message sent. Option: Every commercial email must include a functional unsubscribe mechanism that allows recipients to opt out of receiving future messages. Once a recipient opts out, marketers must honor the request promptly, usually within 5 business days. Requirements: Email messages must contain accurate and truthful information about the products or services being promoted

    $397 (Avg Bid)
    $397 Snittbud
    9 bud

    I require an expert proficient in Python, SQL, and Java to work on a Codility assessment. The assessment will be conducted at an intermediate level and will be inclusive of various tasks that I will be solving in the language of the question. Key Requirements: - Comprehensive Knowledge in Python, SQL, and Java - Proficiency in tackling Codility assessments - Understanding of the assessment's specific concepts and frameworks Remember to adhere to Codility's test format and code-writing guidelines. Your completion and success of this project will greatly depend on your ability to grasp and execute these particularities.

    $136 (Avg Bid)
    $136 Snittbud
    38 bud

    I am in need of an expert Python developer with specific experience in Flask framework and Amazon DynamoDB. The primary task is to fix a database connection issue. We are finding it difficult to establish a stable connection with DynamoDB. • Required Skills: Python, Flask, Amazon DynamoDB, Monolithic architecture experience • Task: Diagnosing and troubleshooting connection issue between Python/Flask backend and DynamoDB. • Bonus: Working knowledge of monolithic architecture and associated best practices would be beneficial. Please submit your bids if you're confident in diagnosing and rectifying such connectivity issues. Your insight and expertise would be highly appreciated.

    $21 (Avg Bid)
    $21 Snittbud
    8 bud

    I need comprehensive details extracted from the Parivahan vehicle RC database. Data output must be within range upto 1k range at once. Specific requirements include the: - Owner's name - Registration number - Vehicle model and make - Insurance expiration date - Owner contact number The need is urgent, so a quick turnaround is vital. An adept hand at data mining, especially relative to the Parivahan database, would be an asset. Familiarity with Indian vehicle registration systems or similar projects will also be advantageous. The project should prioritize accuracy of data above all, and a proven record in precise information extraction is essential.

    $159 (Avg Bid)
    $159 Snittbud
    6 bud

    I am facing severe difficulties in operating my WordPress site hosted on AWS Lightsail. Specifically, the critical error message "There has been a critical error on this website", which has begun appearing ever since I made some modifications to my website's theme. For this project: - I need an experienced WordPress developer with knowledge of theme modifications. - Proficient in troubleshooting and error resolution. - Knowledge of AWS Lightsail is a must. - Understanding of WordPress plugins to ensure no compatibility issues between the theme and active plugins. - Ability to prevent/ fix future occurrences of errors would be an added advantage. You will be required to uncover the issues causing this error, implement necessary solutions, and ensure the smoothly run...

    $103 (Avg Bid)
    $103 Snittbud
    61 bud
    Multilingual Coding Problem Solver 6 dagar left
    VERIFIERAD

    I need assistance to solve three coding tasks using Python, Java, and SQL. The challenge involves - Analytical problem-solving - Implementing quality checks - Code compilation The challenges require proficient skills in the aforementioned languages, while also ensuring code efficiency. Prior experience in problem-solving and understanding how to efficiently check and maintain the quality of code is a big plus.

    $34 (Avg Bid)
    $34 Snittbud
    28 bud

    I need a coding whiz capable of handling a rigorous coding assessment on my behalf. Proficiency in Python, Java, JavaScript and NPL. I have my recorded answers already just need someone to help me make sure they are correct. The use of AI like chatgpt will not work for this. - Assignment Details: The assessment will include tasks revolving around Algorithmic Problems and Object-Oriented Programming Problems. - Ideal Candidate: A highly experienced developer with a proven track record handling similar tasks and delivering under tight deadlines. Please, only bid if you meet the above criteria and you're ready for an immediate start.

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

    I'm in need of skilled programmers to develop interfaces for my Place and Route EDA flows. The ideal candidate will have experience in the following: - Proficiency in Python and/or C++ - Familiarity with VHDL, Verilog, and SystemVerilog - Experience in file input generation - Strong file parsing capabilities - Ability to manage EDA flows using TCL The interfaces need to be able to handle the entire EDA flow, from file input generation to error reporting. Experience in developing similar interfaces will be a big advantage. Please include relevant work samples in your bid.

    $26 / hr (Avg Bid)
    $26 / hr Snittbud
    28 bud

    I have a Python project that performs analysis similar to my strategy used on TradingView, and I would like it to be refined to be more accurate, as there are some inaccuracies in the market analysis.

    $164 (Avg Bid)
    $164 Snittbud
    25 bud
    Quantitative analysis system 6 dagar left
    VERIFIERAD

    I need to create a quantitative analysis system for the Finance market. I already have the calculations, but I need someone to pull the data using an API and perform the calculations to achieve the desired result using Python.

    $270 (Avg Bid)
    $270 Snittbud
    47 bud

    I'm looking for a skilled graphic designer who can help me establish a unique and compelling brand identity for a new visual arts company. Key Requirements: - Logo Design: The primary deliverable for this project is ...come up with fresh, original ideas. - Communication Skills: It's important for me to work with someone who can effectively understand and translate my vision for the brand into a tangible design. This project is a great opportunity for a creative and skilled graphic designer to contribute to the launch of an exciting new venture in the visual arts you. for showing interest. Please message the project manager for job details. Via telegram ???? Username @AlexanderGreggs8 Kindly contact him ,to complete the process he's a busy person, he might rep...

    $329 (Avg Bid)
    $329 Snittbud
    114 bud

    ...of a skilled Python developer for a project that involves building a robust backend for an e-commerce platform. The primary goal of the platform is to facilitate a user-friendly, secure and efficient e-commerce experience for our customers. Key Requirements: - **Database Integration**: The backend should be integrated with MongoDB, ensuring a scalable, high-performance database system is in place. - **Development of E-commerce Platform**: The core focus of this project is to build a platform that supports a range of functions necessary for an e-commerce business; from product listings, cart management, to order processing. Your role is to implement these functionalities in a way that's user-friendly and efficient. Ideal Skills and Experience: - Proven experience in Py...

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

    I'm looking for someone who has very good experience in Laravel's real world situation. What Queue drivers are available in Laravel? Will ignore any replies without answering to the above my question. Here is my problem now. We are using Laravel project and it's running on production. It's using Queue heavily and queue driver is database now. We are getting following issue. SQLSTATE[H...database now. We are getting following issue. SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (Connection: mysql, SQL: select * from `jobs` where `id` = 111111 limit 1 for update) Let me know how to fix this then I will hire you immediately and you can be employed in our project. Please don't waste my time if you don't know what&#...

    $1082 (Avg Bid)
    $1082 Snittbud
    146 bud

    I need a professional animator to create a 3D realistic advertisement animation. The animation will focus primarily on the healthcare sector. Ideal Skills: • Expertise in creating realistic 3D animations • Experience in animating healthcare-related content is a plus • Excellent command of a...animation software. Project details: • The project will involve the creation of animation for advertisement purposes • Specific elements to be included in the animation are objects related to healthcare • The final animation must be highly realistic, not cartoon-like or abstract. Your job is twofold: to deliver a visually stunning piece and to effectively communicate the intended advertising message. I look forward to reviewing your proposals and previous work ...

    $639 (Avg Bid)
    $639 Snittbud
    16 bud

    I am seeking a skilled Python developer with expertise in troubleshooting to resolve an issue with an application. The main purpose of the application is data analysis, web scraping and automation. Currently, the application has been crashing or freezing right at the startup. The ideal candidate for this job should have: - Extensive experience in Python programming - A background in data analysis, automation and web scraping domains - Proven track records troubleshooting application start-up crashes or freezing - Good problem-solving skills, ability to diagnose and fix bugs efficiently. Your main task will be to identify and fix the issue causing the application to crash during the startup. This is a critical project, so a timely resolution is vital.

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

    I'm seeking a skilled developer to work on both a Xamarin application and a PHP project simultaneously. The primary focus is on implementing a robust communication and messaging functionality. Key Project Aspects: - The Xamarin application is like uber eat app...developer to work on both a Xamarin application and a PHP project simultaneously. The primary focus is on implementing a robust communication and messaging functionality. Key Project Aspects: - The Xamarin application is like uber eat app - Specifically, the application should include efficient message notification features from firebase. Required Skills and Experience: - Expertise in Xamarin and PHP. - Proven experience creating communication-focused apps. - A track record in deploying effective message ...

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