Python website source codeJobb

Filter

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

    I need an experienced Python programmer to modify an Instagram comment script I already have. The modifications will primarily focus on comment targeting specificity. Key project tasks: - The script already logs in to multiple Instagram accounts, provided in a file, and writes comments. This functionality is to be preserved. - The main edit entails tailoring the script to target specific user accounts. I want the script to focus its commenting on these specified accounts. - The usernames of these particular accounts will be provided in a file. You must incorporate this file into the script logic to direct commenting activity. Ideal skills for this task: - Proficient in Python scripting. - Previous experience in working with Instagram's API is preferred. - E...

    $139 (Avg Bid)
    $139 Snittbud
    22 bud

    I'm looking for a skilled data analyst to help me with a comprehensive statistical analysis of a survey I conducted with roughly...I conducted with roughly 100 participants. Key Requirements: - Proficiency in Descriptive, Inferential, and Correlation data analysis techniques - Experience in interpreting survey data to identify trends and patterns - Ability to test hypotheses and make inferences - Knowledge of how to determine relationships between variables - Excellent skills in Excel and/or other statistical software or python for data manipulation and analysis Ideal Candidates: - A data analyst with a proven track record of handling survey data - Someone who can derive meaningful insights from the data - Excellent communication skills to explain the results in a clear and...

    $149 (Avg Bid)
    $149 Snittbud
    38 bud
    BioMedical Engineer 6 dagar left
    VERIFIERAD

    If you are good in python or Matlab and willing to work with me on something interesting. Apply Please

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

    As a client looking to develop a project centered on image recognition on Handwriting Character Recognition, I require a proficient Deep Learning Engineer who has expertise in Python programming. The core of the deployment involves: - The development of an effective image recognition system - Efficient use and application of PyTorch as the preferred platform The ideal candidate for this project exhibits the following skills and experiences: - Significant knowledge and experience in Python - Extensive understanding of PyTorch - Prior experience with image recognition projects Please ensure you have a strong grasp of the above-mentioned skills before bidding on this project. I look forward to meeting a dedicated professional who can deliver on time and efficiently.

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

    I am in need of an experienced Shopify developer who is knowledgeable in theme coding. My website displays prices in multiple currencies, integrated within the theme code itself instead of using an app. The specific issue is that while the regular price is showing correctly in all currencies on the product pages, the discounted price does not show with the sale tag in other currencies other than the default currency. When i am customizing the theme it shows the currency with discounted sale price and the tag. However when I view it separately it doesn't show it. I have attached images below of what needs fixing! I have circled what is missing when people view my store in Euros, i have also attached what i want it to be, this is what it looks like when im editing but w...

    $27 (Avg Bid)
    $27 Snittbud
    25 bud

    I'm seeking an experienced Java developer, ideally with exposure to the trading industry. Though I couldn't specify the type of trading experience, any kind would certainly be a plus. Despite not providing detailed project objectives, I'm confident such expert will inhere...confident such expert will inherently understand typical tasks in this field. This could include creating automated trading strategies, building a platform, integrating APIs, and so forth. Here are the primary aspects I'm looking for: - Strong Java programming skills - Previous experience in a trading domain - While technology stack specifics aren't set, proficiency in commonly used techs like Python and Node.js would be beneficial. If you believe you suit this role, I'd be excit...

    $1705 (Avg Bid)
    $1705 Snittbud
    11 bud

    I'm in need of a Python script that can efficiently take addresses from an excel spreadsheet and search google maps locate solar panels on roof tops Ideal Skills and Experience: - Proficiency in Python programming - Experience with image processing and analysis - Familiarity with satellite image utilization - Understanding of data output and manipulation in Excel Key Features: - The script should focus on residential rooftops specifically, using satellite images to identify solar panels. - It should be able to iteratively search through said images, pinpointing and marking the locations of solar panels. - The final output should be an Excel spreadsheet containing the results of the search, detailing the coordinates of the identified solar panels. Please, only bid...

    $1091 (Avg Bid)
    $1091 Snittbud
    69 bud
    Python-Based Image Recognition Expert 20 timmar left
    VERIFIERAD

    As a client looking to develop a project centered on image recognition on Handwriting Character Recognition, I require a proficient Deep Learning Engineer who has expertise in Python programming. The core of the deployment involves: - The development of an effective image recognition system - Efficient use and application of PyTorch as the preferred platform The ideal candidate for this project exhibits the following skills and experiences: - Significant knowledge and experience in Python - Extensive understanding of PyTorch - Prior experience with image recognition projects Please ensure you have a strong grasp of the above-mentioned skills before bidding on this project. I look forward to meeting a dedicated professional who can deliver on time and efficiently.

    $104 (Avg Bid)
    Brådskande
    $104 Snittbud
    14 bud

    I need a FullStack developer who shines in JavaScript, Python, and Ruby. You should have proven experience working with React, Angular, and Django. Your role will involve the following: - Developing quality code using JavaScript, Python, and Ruby - Building robust applications using React, Angular, and Django - Implementing essential features including: - User Authentication - Payment Gateway Integration - Real-time Chat Ideal candidates should possess a deep understanding of FullStack development. My project seeks someone with a knack for problem-solving, attention to detail, and a commitment to creating feature-rich, user-friendly applications. Is this you? Bid now!

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

    I am in need of an experienced web application developer who can help bring my project to life. The ideal candidate should have a strong background in front and back-end development, with a focus on the following key ar...The web application is to be primarily developed in JavaScript, so a strong command of the language is essential. - Full-Stack Development Experience: The ideal candidate should have experience in both front and back-end development. - Familiarity with Responsive Design Principles: The application must be fully responsive, adapting seamlessly to different screen sizes. Note: While expertise in Python and PHP is not mandatory, familiarity with these languages would be a bonus. I look forward to working with a talented and dedicated developer who can bring my visio...

    $705 (Avg Bid)
    $705 Snittbud
    39 bud

    PLEASE DON'T BID IF YOU CANNOT WRITE EXCEL MACRO TO SCRAPE THE DATA. PYTHON SCRAPPER DON'T NEED I'm in need of a VBA developer who can help in creating a small code for scraping contact details from a specific website. The task involves creating a button in an Excel file that triggers the scraping process and saves the extracted data back into the same Excel file. Note : Project budget is only 6k because it will take max 2-3 hour for experience developer Key Requirements: - Scrape contact details from - Specifically, scrape Owner Name & Address - Implement a function where a user clicking a button triggers the scraping process - Save the extracted data back into the same Excel file Ideal Skills & Experience: - Proficient in VBA programming

    $105 (Avg Bid)
    $105 Snittbud
    14 bud
    Marketplace b2b immo 6 dagar left
    VERIFIERAD

    ...Utilisateurs** : Inclut l'inscription, l'authentification, et la gestion des profils. - **APIs pour l'Intégration** : Connexion avec d'autres systèmes pour la vérification et la mise à jour des données immobilières. ### Technologies Suggérées - **Frontend** : React ou Angular pour une interface riche et interactive. - **Backend** : Node.js avec Express pour la gestion des requêtes serveur, et Python pour les calculs de données complexes. - **Base de Données** : PostgreSQL ou MongoDB, selon les besoins de structuration et d'accessibilité des données. - **Sécurité** : Mise en œuvre de protocoles HTTPS, authentification JWT, et encryptions des donn&...

    $545 (Avg Bid)
    $545 Snittbud
    39 bud

    Convertir el codigo sas a python.

    $50 (Avg Bid)
    $50 Snittbud
    1 bud

    We are seeking a highly skilled Python developer with expertise in Microsoft 365, Azure, and Selenium automation to develop a sophisticated account management and reporting system. This project involves integrating Microsoft 365 with Bitwarden or a secure credential management system, automating user account management, and implementing Selenium scripts for login verification and automated reporting from web portals. Responsibilities: Integrate Microsoft 365 and Bitwarden APIs to automate the creation and management of user accounts and secure credentials. Develop and maintain Selenium automation scripts to validate logins and pull reports from web portals. Implement robust error handling and reporting mechanisms for failed logins and other issues. Schedule automat...

    $14 / hr (Avg Bid)
    Sekretessavtal
    $14 / hr Snittbud
    16 bud

    I need Lambda/Python code to update the Log Subscription filter. Chat GPT doesn't work. The problem is when you "put_subscription_filter" it creates the second one but doesn't delete the first one. I need the code to delete the first data from STack and create a new Filter. Everything running from Cloud Formation stack. (In example I attached there is no delete the previous filter it is creating the second one)

    $146 (Avg Bid)
    $146 Snittbud
    32 bud

    I'm in need of a skilled backend developer to build the foundation of a new system using Python with Flask. Due to my busy schedule, I'm outsourcing this task to ensure it's handled with the utmost professionalism and efficiency. Key Responsibilities: Develop a production-ready Flask application. Implement automatic database migrations and manage the database using SQLAlchemy ORM. Securely store sensitive information using .env files. Structure the application with clear folder organization, including directories for services, templates, controllers, models, schemas and middleware. Create a user registration system that captures simple data such as email and password. Develop a content management system that dynamically serves page content based on language selection...

    $168 (Avg Bid)
    $168 Snittbud
    40 bud

    I’m in need of a Shopify expert to assist me with online store. All details about the changements by message. Code and design changements. I have 7 small changements in design and function that need to be done very fast so we can finish the project soon. Have more projects in future so looking for long time support and good price. Deadline is asap, 1-2 days max.

    $35 (Avg Bid)
    $35 Snittbud
    42 bud

    ...patterns in the rhythms and melodies typical of the tarantella dance. TouchDesigner Setup: Establish a TouchDesigner project that will serve as the platform for displaying audio data. Python Scripting in TouchDesigner: Write Python scripts within TouchDesigner to import and utilize data extracted from the AI analysis. Creation of Custom Operators: Employ CHOP (Channel Operators) to manipulate audio data in real time and TOP (Texture Operators) to display associated visual elements. Deliverables: A fully functional TouchDesigner project incorporating both audio-visual and interactive elements. Complete Python code for developing AI models and processing audio. A fully operational web-based platform to display the interactive audio-visual content. The proj...

    $269 - $808
    Försegla Sekretessavtal
    $269 - $808
    11 bud

    We're looking to integrate a Python script into our MySQL database to perform data analysis.: - Primary Task: The script's main responsibility will be to filter our data based on specific conditions. - Data Interactions: The script will predominantly be running operations on numerical and textual data. We're interested in candidates with a strong background in data analysis using Python and MySQL. Expertise in scripting languages, especially Python, is vital. Familiarity with MySQL is crucial as well - you should be comfortable working with numerical and text data within these databases. Efficiency, accuracy, and attention to detail are key for this task.

    $83 (Avg Bid)
    $83 Snittbud
    14 bud
    React Native QR Code App Developer 6 dagar left
    VERIFIERAD

    I am in need of an experienced React Native developer to build a mobile app compatible with both Android and iOS. The primary functionality of the app will be QR code generation and scanning. It needs a way to generate unique QR codes and accurately scan them. User authentication is also essential to this project. The app should allow creating users with login ad password and allow them to log in to scan qr code. Ideal skills for this job: - Proven experience with React Native - Knowledge of QR code generation and scanning - Experience building secure authentication systems

    $581 (Avg Bid)
    $581 Snittbud
    185 bud

    ...from it. We want to create a wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python...

    $172 (Avg Bid)
    $172 Snittbud
    29 bud

    Generate Exe from Python Source Code and How to Backup Files from Pythonanywhere. I need someone who can just put the Icon on the Code of Python and generate the EXE from Python Code and also how to backup all files from PythonAnywhere.

    $144 (Avg Bid)
    $144 Snittbud
    45 bud

    I'm in need of a skilled backend developer, particularly experienced in Python, for an ongoing project. The ideal candidate should: - Have a strong background in Python - Be proficient in database management, API integration, and server configuration

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    73 bud

    Hi! I am seeking an expert in Google Cloud's Pub/Sub service. My Python application needs to publish and subscribe to text data messages. Knowledge in message encoding and decoding, as well as Pub/Sub client libraries, is crucial. Therefore, a strong background in Python and Google Cloud Platform is required. Take a look a example image attached. Key responsibilities include: - Assisting with publishing text data messages - Helping with subscribing to these messages Please have proven experience in Google Cloud's Pub/Sub and Python programming for processing text data.

    $162 (Avg Bid)
    $162 Snittbud
    25 bud

    I'm developing an open source WBO whiteboard: In order to optimize better pen writing I want to implement a smooth SVG freehand drawn path in real time. The following code snippet makes the curve smoother by calculating the average of the last mouse positions. The level of smoothing depends on the size of the buffer in which these values ​​are kept. Please look at the example I have attached. Here is the link to the code snippet Please bid only experts. My requests is: Adapt this code to WBO so that the writing quality is as in this code snippet.

    $146 (Avg Bid)
    $146 Snittbud
    62 bud

    ...Machine Learning developer who has proficient skills in Python. The project is specifically based around a computer vision task. I need assistance with the following: - Correcting my current code base: I have already developed some code for Handwriting Character Recognition but I am facing some bugs and errors that I can't seem to resolve. Therefore, your primary task will be to correct these issues in the existing code. The project centers around: - Handwriting Character Recognition: This is essentially a computer vision task and so experience in this area is a must. The final code should be able to: - Recognize handwritten characters that are presented to the system. It's important that you have: - Strong proficiency in Python...

    $17 (Avg Bid)
    Brådskande
    $17 Snittbud
    4 bud

    I'm looking to build a loyalty app that can be utilized across multiple industries. While I've missed providing specific features, target audience, and user interaction details, my aim is to create a versatile SaaS solution. with same idea in Key requirements: - Development of a user-friendly, scalable, and secure loyalty SaaS platform - In...Integration with Apple wallet and Samsung pay The ideal freelancer for this project would have: - Proficiency in SaaS software development, particularly within the loyalty sector - A strong understanding of various businesses and customer needs - Experience in creating versatile and scalable platforms - Ability to provide user-friendly and intuitive interfaces. we recommend use php or python or node js for backend

    $1489 (Avg Bid)
    $1489 Snittbud
    144 bud

    ...recommend similar products. (Might not be needed) - Development of a scalable backend to support real-time data tools and user analytics. Requested Technical Skills: - Experience creating sustainable Data modells - Experience in browser-extension development with JavaScript, HTML, CSS, and modern frameworks (React, Angular, Vue.js). - Proficiency in backend programming, particularly with Node.js or Python. - Strong understanding of RESTful API design and development. - Experience working with cloud services (AWS, Azure, Google Cloud). - Skills in data analysis and machine learning are a plus. - Proficiency in database management, especially SQL and NoSQL databases. If you are passionate about technical innovation and want to be part of a team striving to change e-commerce, pl...

    $927 (Avg Bid)
    Sekretessavtal
    $927 Snittbud
    97 bud

    I am looking for a programmer to develop a software application. The application should have a user-friendly interface, be highly functional, and should be designed keeping scalability in mind. Key Requirements: - Proficiency in one or more of the following languages: Python, Java, C++ - Experience in software development - Ability to create a user-friendly interface - Knowledge of best coding practices and ability to ensure high performance and scalability. If you are comfortable working with the above requirements, please bid for the project.

    $2165 (Avg Bid)
    $2165 Snittbud
    103 bud