Telephone python telegramJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 telephone python telegram 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
    Service modul Avslutades left

    ...the module to perform the following: 1. The ability to create new costumers and to search for costumers which have already been created. We use this to when we want to create a new order of service, whenever a costumer wants a service to be done. 2. When a new costumer/order of service is created, the following input should be required: First & Lastname Social Security Number Adress Telephone Number E-mail We also want that every costumer who hands in their unit for service, receives a number for that service. That number is to be based on the last 4 digits in the social security number of that costumer. Ex. Social Security Number 1990-09-10-1234 Which translates to the costumer being born on the 10th of September, 1990. The last 4 digits is to identify that ...

    $505 (Avg Bid)
    $505 Snittbud
    4 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
    Daily Google Play Data Scraper 6 dagar left
    VERIFIERAD

    I need a script that can scrape the Google Play store specific data from list of apps in the search result url of any keyword. Need data in Excel spreadsheet. Eg : if i search ...counts, and URL of the app. - The scraped data should be compiled into an Excel spreadsheet format for my review and analysis. - deploy the script into my server The Ideal Freelancer: - Proficient in web scraping tools and techniques - Experience working with Google Play store data - Competent in automating data extraction and processing - Ability to deliver a reliable, daily scraping solution - python experts, node.js experts If you think you're the right person for this job, please get in touch with your relevant experience and a brief overview of your proposed approach. The script is for educa...

    $73 (Avg Bid)
    $73 Snittbud
    11 bud

    Functionality: Data Collection: Retrieve historical stock data (price and volume) for a given set of stocks from a reliable financial data provider (e.g., Yahoo Finance, Alpha Vantage). Store the data in a suitable format (e.g., CSV files or a database). Data Preprocessing: Clean and preprocess the collected data, handling missing values and ensuring consistent formatting. Calculate necessary technical indicators, such as moving averages (e.g., 50-day, 200-day), Relative Strength Index (RSI), and trading volume. Technical Analysis: Implement functions to identify bullish signals based on technical indicators, such as: Moving Average Crossovers: Detect when a shorter-term moving average crosses above a longer-term moving average (e.g., golden cross). RSI Oversold: Identify stocks w...

    $181 (Avg Bid)
    $181 Snittbud
    19 bud

    ...TypeScript, JavaScript, HTML, and CSS to a Python-based system. The website currently allows users to input a URL for evaluation on its ACT and WCAG compliance. Once evaluated, it highlights any errors and provides recommendations for improvement. The source code is provided. Key Requirements: - Recreate user input URL evaluation - ACT and WCAG compliance checking - Error highlighting - Recommendation provision Design Changes: - Redesign of the website's layout - Improvements to the user interface Design Preferences: - Clean and minimalist design - Modern and trendy elements The source code is available for reference. Ideal candidates should have a solid understanding of web development, particularly in TypeScript, JavaScript, HTML, CSS, and Python. Experience wit...

    $366 (Avg Bid)
    $366 Snittbud
    30 bud
    Pine to Python Backtesting Script 6 dagar left
    VERIFIERAD

    ...convert this script into Python so that I can run backtests on my local machine. This Python script should produce the same results as the Pine script on TradingView, but handle different data resolutions (1hr to 1Day data). Key Requirements: - Convert a Pine Script into Python. - Ensure the output of the Python script matches the results produced by the Pine Script on TradingView. - The Python script should be able to handle different data resolutions from 1hr to 1Day. Ideal Skills and Experience: - Prior experience in backtesting trading strategies in Python - Proficiency in Pine Script and familiarity with TradingView - Strong understanding of different data resolutions and how they impact backtesting - Ability to replicate the functionalit...

    $110 (Avg Bid)
    $110 Snittbud
    12 bud

    ...implement the visual and interaction design. - Conduct thorough testing across different platforms to ensure functionality and responsiveness. - Maintain regular communication with the project team to ensure alignment and address any technical challenges. **Key Skills Required:** - Strong experience in game development with a portfolio of successful projects. - Proficiency in JavaScript, C#, Python, and frameworks like Unity or Phaser. - Demonstrable experience with both web and mobile game development. - Knowledge of API integration for real-time data processing. - Ability to work independently and manage time effectively. **Deliverables:** - A fully functional front-end application for web and mobile. - Documentation of the development process and code. - Regula...

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

    I'm seeking an entry-level Python developer to help create a new application. Key Responsibilities: - Developing the backend of the application with Python - Ensuring the application is robust and scalable Ideal candidate: - Proficient in Python; prior experience with web development is a plus - Ability to work efficiently as part of a team - Open to learning and growing in the role - Familiarity with HTML and HTTP concepts.

    $173 (Avg Bid)
    $173 Snittbud
    32 bud

    I'm seeking a Python expert to assist me with a data analysis project. Specifically, I need to: - Analyze financial data: The project involves interpreting and analyzing financial statistics and metrics. Experience in financial analysis is preferred. - Present results via annotated code: The deliverable should be the Python code used for the analysis, with comments and annotations explaining each step. This will help me understand the process and replicate it in the future. The ideal freelancer for this project would be skilled in Python programming, have experience with financial data analysis, and a strong ability to communicate technical concepts in code.

    $163 (Avg Bid)
    $163 Snittbud
    25 bud

    I'm in need of a smart and efficient developer to create a binary trading telegram robot. This robot should offer the following functionalities: - Signal Generation: The robot should be designed to generate both buy and sell signals for trading on PocketOption and OlympTrade platforms. The signals should be accurate, timely and should help in maximizing profits. - Delivery Mechanism: The signals should be delivered directly to the users via Telegram. The delivery needs to be prompt and reliable to ensure users can act swiftly on the signals provided. Ideal Candidate: - Proficient in creating telegram bots - Prior experience in binary options trading - Familiarity with PocketOption and OlympTrade platforms - Ability to deliver accurate and timely trading signals...

    $138 (Avg Bid)
    $138 Snittbud
    5 bud

    ...-Enable the AI assistant to suggest better content for specific sections of the page. -Provide a simple "replace" feature that allows users to easily use the suggested content to update sections on the crawled site. Technical Requirements 1. Backend -Build the system with a robust backend architecture that supports high scalability and performance. -Use a well-known programming language such as Python, Java, or Node.js for backend services. 2. Database -Use a scalable database solution, such as PostgreSQL or MongoDB, to store scraped data and user information. 3. Proxy and IP Rotation -Implement IP rotation and use proxy servers to prevent website blocking. 4. Security -Implement security measures to protect user data and prevent unauthorized access. -Ensure data tran...

    $2391 (Avg Bid)
    $2391 Snittbud
    62 bud

    I'm seeking a skilled Python developer to optimize an existing codebase used for data analysis. Key Requirements: - Improve the speed of the code: The primary goal of this project is to significantly enhance the algorithm efficiency, thus resulting in a noticeable speed improvement. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience working with Python and be able to recognize areas in the code that are causing performance bottlenecks. - Data Analysis Experience: Familiarity with data analysis practices would be beneficial as the code is part of this application. - Optimization: You should have a strong background in optimizing code for improved speed and efficiency. Additional Information: - The code is currently func...

    $27 (Avg Bid)
    $27 Snittbud
    10 bud
    05-18-2024 Data Miner Expert 6 dagar left
    VERIFIERAD

    I am seeking a skilled data miner to initially extract at least 1,000 company names, telephone numbers, and emails of translation agencies in the United States. We will provide the names of the cities, and the data miner will be responsible for searching local translation agencies on Google that meet these requirements. The database is to be created on a Google Spreadsheet. Based on this information, please tell us how many entries you can complete per hour and your best rate per hour.

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

    i got my code pine script i need some when to add messge to the code and ill link it to webhook to send the signals Json signals fit to Cornix bot i need it asap in hours thanks

    $185 (Avg Bid)
    $185 Snittbud
    12 bud

    I need historical stock prices and income statement data, deliver python script to collect this data for an arbitrary stock from google finance.

    $143 (Avg Bid)
    $143 Snittbud
    69 bud

    I've been working on a Python script that I'd like to make accessible online through a web interface. This would involve uploading the script to a suitable web server and setting up a simple user interface. Key Requirements: - Deploy my Python script onto a web server, optimization for best performance. - Implement a basic but intuitive UI for the script. - Ensure it can be accessed by anyone without requiring user authentication. Ideal freelancer for this project should have: - Strong experience in deploying Python scripts to web servers. - Proficient in creating user-friendly web interfaces. - Familiarity with various web servers, especially as I'm undecided on a specific one. If you have experience in deploying Python scripts online and can...

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

    I'm looking for help from a talented programmer with C++ experience and low-level programming knowledge. The main purpose of this project is to develop a keyboard input emulator specifically for gaming purposes. Basic requirements: - Compatibility: The emulator must be designed to run on Windows operating systems. - Programming Language: It is important to develop the emulator using C...high-quality, effective solution, I look forward to reviewing your proposal. (The program to be made will be tested in the game with an exe and if successful, it will be included with the entire work.) The sample study is attached. (Note: The project I added did not work in the game) I don't want to install wdk or sdk on my computer or run my computer in test mode. If you want, you can also do it...

    $20 (Avg Bid)
    $20 Snittbud
    1 bud

    ...монтувати фото- і відеоконтент на пк та телефоні. • Навички взаємодії з блогерами та інфлюенсерами, ugs маркетинг.. • Відмінне знання всіх популярних соціальних мереж (Tik-Tok, Telegram, Instsgram та ін.). • Вміння аналізувати результати та оптимізувати стратегії просування. • Досвід роботи з API соціальних мереж та аналітичними інструментами. • Естетичне бачення картинки. Плюсом буде: Знати функціонал нейромереж, які допоможуть у роботі. Вміння працювати з програмами Adobe (Photoshop…), Figma. Якщо ви вже працювали зі сферою краси. ОБОВ’ЯЗКИ • Повне ведення соціальних мереж салону (Tik-Tok, Telegram, Instsgram) • Створення якісного та креативного контенту (фото, відео, тексти) • Розробка...

    $385 (Avg Bid)
    $385 Snittbud
    7 bud

    Hello, This is a $20 project. Looking for a freelancer to develop a python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should target restaurants that have a phone number and *do not* have a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (in meters) - Ensure the business/place is a restaurant, bakery, etc. Key Data to Retrieve, output in a .CSV: - Business Name - Address - Phone Number - Google Maps URL Thank you, trooper501

    $20 (Avg Bid)
    $20 Snittbud
    13 bud

    I'm in need of a skilled professional to help me create a data mining script. The task involves mining emails, data from a certain website and delivering the data in a raw text file format. Key Requirements: - Develop a data miner script that can effe...miner script that can effectively scrape email data from websites. - Ensure the script can handle multiple sources and is scalable for future needs. - Deliver the mined data in a raw text file format. Ideal Skills: - Proficiency in web scraping and data mining techniques. - Experience with developing scripts for text data mining. - Strong knowledge of scripting languages suitable for scraping like Python/BeautifulSoup, R, etc. Please provide samples of your previous similar projects or portfolio that demonstrate your abilit...

    $123 (Avg Bid)
    $123 Snittbud
    56 bud

    I'm looking for an Indian Python developer to create a script that can retrieve specific data from Telegram. Key Points: - The script should be able to fetch phone numbers and migration of users from Telegram. The ideal candidate should: - Have a strong background in Python development - Be familiar with working with API's - Have experience in web scraping - Have a good understanding of data privacy and security - Be able to deliver the project on a monthly basis. Looking forward to hearing from Python developers with relevant experience.

    $109 (Avg Bid)
    $109 Snittbud
    15 bud
    storage software 6 dagar left
    VERIFIERAD

    I need a professional C#, C or Python programmer with knowledge of MAC/IP

    $119 (Avg Bid)
    $119 Snittbud
    34 bud

    I have a YOLO v5 detection Python script, and I'm looking to turn it into an API-based web program with FastAPI. The API must support user inputs for 4 Twilio contact numbers and 4 RTSP addresses, and it should display the four video streams in a grid on a single page. Key requirements: - Convert the existing YOLO v5 detection Python script into a FastAPI-based web program. - Implement user input functionality for 4 Twilio contact numbers and 4 RTSP addresses. - Display the video streams in a grid layout on a single webpage. Ideal skills and experience: - Proficiency in Python and experience with YOLO v5 detection. - Strong knowledge of FastAPI for building web APIs. - Previous experience integrating Twilio for messaging. - Familiarity with displaying multiple v...

    $35 (Avg Bid)
    $35 Snittbud
    15 bud

    I have a database containing over 600 serial numbers. Email serial number has an associated email address. Instead of listing the same email address multiple times, I would like a script to place all serial numbers by one email address. This will enable me to email the customer once with ALL of their serial numbers in one email. Example: Hannah Walker appears in the database 5 times, the script should remove the four duplicates of Hannah Walker and put all 5 serial numbers by her name.

    $19 (Avg Bid)
    $19 Snittbud
    10 bud

    I'm seeking a skilled individual to assist in increasing my Telegram member count. The main goal of this promotion is to attract Crypto Enthusiasts to my channel. Key Requirements: - Experience and success in increasing member counts for Telegram channels. - A good understanding of the crypto market and community. - Ability to personalize direct messages based on the recipient's interests. - Strategies for engaging with potential members in a non-intrusive way. Your main tasks will include: 1. Identifying and reaching out to potential members within the cryptocurrency community. 2. Engaging with these individuals through personalized direct messages. 3. Encouraging them to join our Telegram channel. Personalization is key, and I believe that understanding ...

    $112 (Avg Bid)
    $112 Snittbud
    30 bud

    I'm seeking an expert in Python to help me with an Artificial Neural Network (ANN) implementation. Key Responsibilities: - Developing a comprehensive ANN tailored to our specifications. - Ensuring that the ANN is thoroughly trained. Ideal Skills and Experience: - Extensive experience with Python, particularly in the context of AI, neural networks, or machine learning. - Proven track record of successful ANN implementations. - Proficiency in the field of data science is highly advantageous. Please note that a strong grasp of neural networks and machine learning concepts is crucial for this project. Your ability to troubleshoot and debug effectively will be highly valued. Should you choose to bid, please provide examples of your previous work in this area.

    $202 (Avg Bid)
    $202 Snittbud
    58 bud

    I'm seeking a skilled programmer, proficient in Python, who can develop a trading algorithm according to my exact specifications. The algorithm itself must integrate with the TD Ameritrade platform and take into consideration an array of varying factors such as: - Historical stock prices - Market trends - Earnings reports - The presence of candles twice as large as the previous candle sma cro - Ignoring red and green bars - 8 sma crossing 21 at any time frame - 20 sma crossing 200 at any time frame - 50 sma crossing 200 sma - Double tail bars at any time frame A solid understanding of financial markets as well as a proficiency in developing trading algorithms is necessary. This task is intricate and requires meticulous attention to detail, only experienced developers should...

    $167 (Avg Bid)
    $167 Snittbud
    19 bud
    Python Backend Developer Needed 6 dagar left
    VERIFIERAD

    I'm in search of a skilled Python PHP developer with experience in backend development. If you have a good grasp of Python and backend systems, this project is for you. Essential skills and experience: - Proficiency in Python PHP - Proficiency in Firebase MySQL - Experience in developing real-time features like live chat and notifications Ideal candidates will have: - Strong communication skills - Experience in developing and maintaining a reliable backend system - A keen eye for detail and the ability to troubleshoot and solve problems quickly If you think you're a good fit for this project, please get in touch. I'm excited to see what you can bring to the table.

    $156 (Avg Bid)
    $156 Snittbud
    53 bud
    CORS Issue 6 dagar left

    Solve a cors issue in sever api . Api is developed in python flask .

    $16 (Avg Bid)
    $16 Snittbud
    11 bud
    Convert PDF to JSON object 6 dagar left
    VERIFIERAD

    I'm looking for someone proficient in Python to convert a PDF specified values file into a JSON object format. 1 PDF and 2 excel.

    $14 (Avg Bid)
    $14 Snittbud
    20 bud

    I'm looking for a wizard developer who can create an enterprise API. I do not have a preferred programming language, therefore, use the one you find most suitable and eff...business information and customer details. - Scheduling: The scheduling feature should be calendar-based, allowing users to easily follow-up appointments or tasks. - Credit card payments: The API should be able to handle secure credit card transactions without issues. similar to the attached Ideal skills and experience required are detailed knowledge of API development. Proficiency in at least Python, JavaScript, or Java is required. Additionally, a strong background in data security and e-commerce will be beneficial. A good understanding of calendar scheduling systems is also needed. Looking forward to he...

    $475 (Avg Bid)
    $475 Snittbud
    70 bud