Xbee digi digi pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 xbee digi digi python jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

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

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att gö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'm looking for a Python expert to help me set up a pipe network simulation and analyze the pressure data for detecting potential water leaks. The primary goal of this project is to simulate a water pipe network and subsequently identify potential leaks using pressure drop analysis. The simulation should be able to model the flow and pressure properties of a complex network of pipes. Key tasks: - Setting up the pipe network simulation using Python - Conducting pressure drop analysis for leak detection - Providing an intermediate level of detail in the analysis report - this should include the locations and estimated sizes of the potential leaks Ideal candidates for this project should have: - Proven experience in Python programming - Understanding of hydrauli...

    $125 (Avg Bid)
    Brådskande
    $125 Snittbud
    19 bud

    I need a proficient Python expert to scrape recipes from a designated website to an Excel sheet. The project needs to be completed as soon as possible. You can use this open-source working scraper Key requirements: - Scraping recipe information (name, ingredients, cooking instructions, nutrition facts) from a specific website. - Outputting the scraped data in a well-organized Excel sheet. Ideal skills for this project include: - Proficiency in Python for web scraping. - Familiarity with scraping data from websites. - Excellent organizational and data management skills for outputting the data in Excel. If you can deliver this quickly and efficiently, please feel free to bid.

    $11 (Avg Bid)
    $11 Snittbud
    6 bud

    I am looking for a skilled professional who can design an emulator for Windows platform. This emulator should primarily support the programming language Python, and should be able to cater to users who wish to use Python for completing assignments. Key requirements: - Platform: Windows - Main functionality: Assignment completion tool - Supported programming language: Python Ideal Skills and Experience: - Strong proficiency in software development, particularly in designing emulators - Proficiency in Python programming language - Experience working with Windows platform - Previous experience in developing educational tools or software is a plus

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

    I’m seeking a full stack web developer with proficiency in HTML, CSS, JavaScript, Python, Ruby, PHP, Node.js, and React to create a comprehensive hotel booking website. The primary aim of this project is to offer a user-friendly and efficient space for users to book hotels while enjoying a smooth and seamless experience. Features desired include: - Search functionality to enable effortless hotel discovery - Booking management to track and manage users' bookings - Incorporation of customer reviews to enhance customer confidence and choices - Integration of online payment solutions for smooth financial transactions - A Room availability calendar for easy checking of room availability - Multi-language support to cater to a global audience - A chat bot for 24/7 custo...

    $1329 (Avg Bid)
    $1329 Snittbud
    28 bud

    I'm uncertain whether my Windows system already has Python installed. I require assistance to get it up on my system, if it isn't already there. Primarily, I am looking for someone to help configure a Python script that will carry out automatic reservations on a specific website. This role will ideally suite someone with: - Proficiency in Python scripting - Strong understanding of automation using Python - Experience in setting up Python on the Windows platform - Knowledge of web interaction through code, in particular, reservation processes. here is the link to the script and its dependencies. I will need to work with you on zoom live to do this. I have node.js on windows

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

    ...Sagemaker Machine Learning models. Key Requirements: - **AWS Services**: Your primary focus will be on utilizing Amazon S3 and Amazon Sagemaker effectively within the architecture. - **Programming Languages**: Familiarity with both Python and R is important, given that my models are built in those languages. - **Model Operations**: Your design should focus on enabling batch predictions and facilitate model training and retraining for the Machine Learning models. Ideal Skills: - Experience with Amazon S3 and Amazon Sagemaker are a must. - Proficiency in Python and R for fine-tuning or troubleshooting the models. - Familiarity with designing architectures for batch predictions and model training/retraining. - Strong understanding of DevOps principles and AWS best practices...

    $165 (Avg Bid)
    $165 Snittbud
    30 bud

    I'm on the lookout for skilled blockchain backend developers with proficiency in Python, JavaScript, and Solidity. Your understanding of Ethereum and experience in blockchain will prove to be incredibly valuable. The key features I need you to support in the blockchain backend are smart contracts and the development of decentralized applications (DApps). Ideal Skills and Experience: - Proficient in Python, JavaScript, and Solidity - Experience with Ethereum - Prior work in blockchain development - Knowledge of smart contracts - Proven experience in DApp development Your ability to deliver efficient and secure blockchain backend solutions, that facilitate the execution of smart contracts and the development of DApps, will be crucial for the success of this project.

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

    I need to create a script to consume a SOAP service with WSSecurity to Encrypt and Sign the XML, an example is the way SOAPUI is configured to consume the service. Preferably in Python, but the language is free. Necesito crear un script para consumir un servicio SOAP con WSSecurity para Encriptar y Firmar el XML, el ejemplo mas cercano que puedo dar es la forma en la que SOAPUI se configura para consumir el servicio. Preferiblemente que sea en python, pero el lenguaje es libre

    $19 (Avg Bid)
    $19 Snittbud
    3 bud

    Hi, I am a python programmer and I am trying to learn how to code with the OpenHoldem framework, but since I have very little knowledge of C++, I feel a bit overwhelmed by the huge documentation, for this reason I am searching for someone with experience with OpenHoldem, and who already knows how to play poker to be able to understand what I want my bot to do, and transcribe it in code. I already have a warbot profile so I do not need a full poker bot from scratch. Details: - the bot is going to play spin (3 players) on a poker skin already available in the warbot list - it needs to adapt based on the opponents (I will provide with a list of players against whom it has to change some choices in game) -it needs to base its choices on a few specific decisional processes that I will ...

    $537 (Avg Bid)
    $537 Snittbud
    20 bud
    Python Expert with Documentation 6 dagar left
    VERIFIERAD

    I need a Python expert with an ability to cover various functionalities as per the need. The project might involve data analysis, web scraping, automation, or could be anything else as per the project requirements. The ideal candidate should have: - Expertise in Python programming and its different libraries. - Experience with data analysis, web scraping, automation. - Strong problem-solving skills. While applying, please share: - Your past work related to Python programming. - Your Python programming experience level. - Detailed proposal of how you can assist in this project.

    $20 (Avg Bid)
    $20 Snittbud
    14 bud

    ...Splitting: The freelancer will develop a Python script to split the large Excel sheet into smaller sheets based on schools. Each smaller sheet should contain data for students from a single school. WhatsApp Integration: The freelancer will integrate Twilio's WhatsApp API into the script to send the smaller Excel sheets to the WhatsApp numbers of school coordinators. Each coordinator's WhatsApp number is provided in the Excel sheet. Error Handling: The script should include error handling mechanisms to manage any potential issues during data parsing, splitting, and WhatsApp message sending. Documentation: The freelancer will provide documentation detailing how to run the script, including any necessary configurations and dependencies. Deliverables: Python script ...

    $111 (Avg Bid)
    $111 Snittbud
    31 bud

    ...performs well, and provides a seamless user experience across different devices and browsers. Deployment and Maintenance: Deploy the application to a cloud environment and ensure its ongoing operation, including updates and troubleshooting. Required Skills: Proficiency in web development technologies (e.g., HTML, CSS, JavaScript, and a server-side framework like Node.js or Django). Experience with Python, particularly in data handling (pandas) and automation scripts. Strong background in API integration and management. Experience in handling databases (e.g., MySQL, MongoDB). Familiarity with AI and machine learning frameworks or APIs (experience with image generation APIs is a plus). Good understanding of cloud services (AWS, Azure, or Google Cloud) for deploying and scaling app...

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    29 bud
    Django Developer Needed Urgently 6 dagar left
    VERIFIERAD

    I'm in immediate need of a Python Django developer. Even though the specific tasks were not outlined, experience in database management, user authentication, and API integration would be advantageous. Whether you have front-end development experience is not crucial, but it could be a plus. The purpose of the Django project has not been specified, but skills that cater to building a website, creating web applications, or backend development for an existing project could be beneficial. Please detail your previous experience, as it is the deciding factor for this job.

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

    As a Python Developer with less than a year of experience, I've been actively involved in web development and data analysis. I have particularly worked with Django and Pandas frameworks. I'm now seeking new opportunities where I can further develop my skills, work with experienced professionals, and make meaningful contributions to projects, especially in the web development and data analysis space. Ideal candidates for this project should: - Have a good understanding of Python and its frameworks (Django, Pandas) - Be able to provide guidance and mentorship for a less experienced developer - Have previous experience in web development and data analysis - Be supportive and open to new ideas and approaches

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    9 bud
    Web Scrapping 6 dagar left
    VERIFIERAD

    ...websites. Automate the extraction process to ensure accuracy and efficiency. Clean and structure the collected data into readable and usable formats. Integrate the extracted data into a database or spreadsheet as needed. Collaborate with our team to understand specific requirements and ensure the quality of the obtained data. Requirements: Demonstrable experience in web scraping using tools like Python (Beautiful Soup, Scrapy), Selenium, etc. Solid knowledge of HTML, CSS, and JavaScript to understand the structure of web pages. Ability to work independently and meet established deadlines. Excellent communication skills and ability to work in a team. Preferably, previous experience in data extraction projects related to the specific sector of the project (if applicable). If you h...

    $30 (Avg Bid)
    $30 Snittbud
    36 bud

    I need a proficient Linux developer with a solid understanding of networking and security, and expertise in scripting languages like Bash or Python. The primary task will be troubleshooting and optimizing existing Linux systems. Also, superior skills in server administration and deployment are a requisite for this role. As the project unfolds, communication is critical, but I haven't decided on a reporting frequency at this point. Please provide suggestions on what you've found effective in your experience.

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    8 bud
    Qt Designer for Python 6 dagar left
    VERIFIERAD

    Hello, i have python codes that fetchs some data.i need someone have experience in qt designer to create the win form To show the data as required some in lables and some tables and need the design visually so we can easly edit in future Will explain the required design privately sharescreen in anydesk..

    $29 (Avg Bid)
    $29 Snittbud
    10 bud

    I'm in need of an expert in Python, HTML and JavaScript programming. I am working on a project that involves developing a software tool. Key tasks involve: - Python programming - HTML development - JavaScript programming The main goal is to develop a high-functioning software tool. The ideal candidate should have expert level experience in all three programming languages. Your proven track record and portfolio of similar projects will help you stand out. This meticulously demanding job needs the best of the best. I am counting on your commitment to detail and your cutting-edge proficiency to produce a highly reliable software tool.

    $12 / hr (Avg Bid)
    $12 / hr Snittbud
    23 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 ... ...

    $76 (Avg Bid)
    $76 Snittbud
    9 bud

    I need assistance in creating a Python script that can dial a number through a VoIP service using the VCDial setup I have. The code should also play a pre-recorded message when the call is connected. The operating system I am using is Windows. Key Requirements: - Develop a Python script that can interact with the VCDial setup for dialing numbers. - Integrate the functionality to play a pre-recorded message once the call connects. - Ensure the script can run smoothly on a Windows environment. Ideal Freelancer: - Proficient in Python programming, with experience in telephony and VoIP setups. - Familiar with VCDial or similar systems. - Able to work effectively on Windows OS. - Prior experience in creating automated call systems or call centers would be a plus. My bud...

    $90 (Avg Bid)
    $90 Snittbud
    10 bud

    We are developing machine learning software aimed at predicting space debris collisions and enhancing mission planning. The initial phase of this project requires a meticulous approach to data pre...available in real time, providing time series information to understand the trajectory, size, movement, volume, and velocity of particular orbital debris objects. 4. Data Structuring and Preprocessing: Once data is obtained from various providers, the freelancer will need to structure and preprocess this data for further modeling. Project Deliverables: 1. An Excel table of data providers. 2. A Python script with a pipeline for data acquisition and preprocessing. This project does not include the development of machine learning models; the focus is strictly on the groundwork of data pr...

    $4302 (Avg Bid)
    $4302 Snittbud
    21 bud

    ( Only Indian ) Please help with the good quality profiles on the below shared requirement . Skills Required - Python , ReactJs and AWS ( For Technical Lead – Team lead experience required ) Experience – Lead – 9-+ years – 6-9 Years NP – Immediate – 10 Days Job Description As a Tech Lead, you will have key responsibility for the critical tech design and architecture decisions for your team. It is your responsibility to drive projects forward, mentor junior team members, ensure alignment with the company’s overall architectural direction, and contribute to continuous improvement initiatives. By delivering innovative and reliable software, you will contribute to the success of our organization and make a meaningful impact to thousands of c...

    $1157 (Avg Bid)
    $1157 Snittbud
    23 bud

    I am seeking an experienced Django and Python developer to assist with the development of a large-scale social media platform. This exciting project will be based on a reasonable monthly salary, with a requirement that your screen be shared during work hours for collaboration purposes. Your role will involve: Key Skills and Experience: - Expertise in Django and Python. - Prior experience with GraphQL. - Solid understanding of modern, minimalist user interfaces. - Experience in social media platform development would be advantageous. As for the user interface, I am leaning towards a minimalistic and modern design. This project promises to be challenging and rewarding, perfect for a motivated, and talented developer like you.

    $1206 (Avg Bid)
    $1206 Snittbud
    29 bud

    I'm seeking a knowledgeable professional to create an engaging, high-quality video course about technology. The course should be tailored t...key software development areas such as code writing and debugging, system design, and software testing. • The content should be geared towards an intermediate understanding, hence prior experience in teaching or tutoring at this level would be beneficial. Certifications and Skills Needed • Test-driven development • Knowledge in various software development languages (PHP, HTML, REACT, Java, Python, C++, etc.) • Excellent technical writing and communication skills • Experience in creating educational content, particularly video courses • A good understanding of the e-learning industry • Excellent video...

    $48 (Avg Bid)
    $48 Snittbud
    6 bud

    I am seeking a talented Python developer to create a recommendation model. The scope involves mining unspecified data types for the model training. It should be noted that while the purpose of the model is to be determined, the data for the model training is in CSV format. Ideal Skills: - Expertise in Python. - Familiarity with recommendation algorithms. - Experience manipulating CSV data. Responsibilities: - Developing a flexible, adaptable recommendation model. - Importing and managing data from CSV files. - Advising on and utilizing appropriate algorithms depending on the eventual decision for the purpose of the model. DELIVERABLES Output Data Frame: Attribute Name | Ad 1 | Ad 2 | Ad 3 | Ad 4 | Ad 5 | Ad 6 | Ad 7 | Ad 8 | Ad 9 | Ad 10 ADDITIONAL INFORMATION We want to...

    $63 (Avg Bid)
    $63 Snittbud
    20 bud

    ...represents data in real-time using Python and Salesforce. This task will require: - Tracking and visualizing loan applications, sales revenue (interest income), and franchise performance among other metrics. - Representation of fintech franchise lender-related metrics such as concentration by brand, average loan amount across our portfolio, target brands, US state-wise brand distribution in our franchise portfolio. - Highlighting lead conversion rates and time intervals from application to funding and status updates on total applications, approvals, declines, and those pending. - Displaying data in the form of bar charts, line graphs, and pie charts for a comprehensive understanding and clean aesthetic, or as suggested. The perfect candidate will have experience in Python...

    $541 (Avg Bid)
    Brådskande
    $541 Snittbud
    45 bud

    I am a php developer building api project on python , I need someone to assist me on project

    $165 (Avg Bid)
    $165 Snittbud
    16 bud

    I need a Python developer with a strong skill set in web scraping, database management, and video manipulation to create a code which can easily download videos from personal websites, save them to local web storage, and subsequently update values in an sqlite database. Detailed requirements are as follows: - Download videos specifically from personal websites. - Save videos internally for archiving purposes. - Saved videos should be in AVI format to maintain consistency. - Program should have a functionality of updating an sqlite database with relevant video details upon successful download. Ideal candidate should have a deep understanding of AVI video format handling as well as extensive experience interacting with an sqlite database using python. Familiarity with va...

    $50 (Avg Bid)
    $50 Snittbud
    11 bud

    ...Implement robust security measures to safeguard user data and uploaded files. 8. Scalability: Design the platform with scalability in mind to accommodate future growth and additional features. Technical Considerations: 1. Front-End Development: Utilize HTML, CSS, and a JavaScript framework (e.g., ReactJS) for front-end development. 2. Back-End Development: Select a server-side language (e.g., Python, PHP) for back-end development. 3. PDF Processing: Employ PDF manipulation libraries or APIs for efficient processing. 4. Image Processing: Utilize image manipulation libraries or APIs for efficient image processing. 5. Database: Establish a secure database for user accounts and document/image storage (if applicable). 6. Hosting: Choose a reliable web hosting solution with sufficien...

    $742 (Avg Bid)
    $742 Snittbud
    103 bud
    React & Node Expert 6 dagar left
    VERIFIERAD

    Hello We need to create the simple web application integrated chatgpt api There are 3 screens only (login/signup, choose model, result pages) We will provide the figma design. Frontend: react Backend: node & python Database: postgre db it will be complete in 2 days, We will hire only freelancers, not agency. If you are good fit for this task, please bid with 'not agency' word. Thanks

    $57 (Avg Bid)
    $57 Snittbud
    69 bud