Python web app frameworkJobb

Filter

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

    Jag behöver hjälp med att sätta upp ett framework med Angular, Vue eller OpenUI5. Web appen ska ha 5-6 sidor, Inloggning, Konfig, Kundreg, Produkter, Order, Logg. Viss logik i appen, men det mesta sker i backend som anropas via json REST API. Web appen skall köra på Azure linux server.

    $545 (Avg Bid)
    $545 Snittbud
    4 bud
    Mobilutveckling Avslutades left

    Android-app Jag har redan en design Hej, Jag har beställt en app som levererats och funkar fint. Jag vill nu vidareutveckla den och min utvecklare är uppbokad en lång tid framöver och söker därmed en frilansare. App: React Native + Redux ES6-7 Webpack för kompilering av Javascript Server: Node.js 8.9.4 MongoDB databas Sails MVC Framework

    $13698 (Avg Bid)
    $13698 Snittbud
    7 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

    ...differences, existing AZURE OCR API have not met our requirements, necessitating a custom solution. ✔Specific Requirements: 1. Ability to read QR codes from multi-page PDF files, multiple PDF files, and image files such as JPGs and PNGs. 2. Capability to analyze the data within the QR codes and format it into CSV files. 3. Development must be done in either Python or JavaScript. ✔Skills Required: -Experience in development with Python or JavaScript. -Knowledge of OCR technologies and QR code reading techniques. -Experience in handling PDF and image processing. ✔Project Goals: The goal is to efficiently extract data from various files provided by clients, automating and enhancing our operations. The finished program must be able to accommodate the diverse file formats we...

    $428 (Avg Bid)
    $428 Snittbud
    17 bud

    I’m in need of a skilled freelancer proficient in C, C++, and Python programming languages. Your primary role will be to develop a software application from scratch. Having a strong background in these languages is crucial because the software will be built simultaneously in all three languages. Ideal Skills: - Advanced knowledge in C, C++, and Python - Proven experience in software development - Strong problem-solving skills - Ability to work collaboratively and independently Please note that code optimization was not highlighted as a priority for this project. This should allow you to primarily focus on building a functional and reliable software application.

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

    I'm looking for a skilled software engineer to create a self-learning automation software that will handle my assignments and projects while I'm ...typically part of assignments and projects - Ensure the software is designed for self-learning to improve its efficiency over time Preferred Skills: - Proficient in Python, familiar with AI agents - Experience in developing self-learning software preferred - Knowledge of LLMS (Local Learning Management System) is a plus The main goal of this project is to create a software that can independently handle my assignments and project tasks, continuously improving its efficiency through self-learning. The ideal candidate should have a track record of developing similar software, and be able to demonstrate their expertise in Pyth...

    $506 (Avg Bid)
    $506 Snittbud
    10 bud
    Junior Crypto Content Specialist 6 dagar left
    VERIFIERAD

    – Build Your Path in Blockchain Meaningful Work: Create key articles that will propel the launch of a new crypto company, setting the stage for it to become a trusted leader in cryptocurrency insights. Your work will be pivotal in building the initial framework that informs and engages a growing audience. Job Description: The Junior Crypto Content Specialist will research trending cryptocurrency topics, write and edit compelling articles, and collaborate with technical experts to ensure accuracy. Additionally, you'll be responsible for SEO optimization to enhance article visibility and engagement. A significant part of your role will also involve building and maintaining an AI dataset database to streamline content creation processes. Mission: Your mission is to produ...

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

    I need a Python expert who can create a trading bot for me. This bot will not be tied to any specific trading platform, only related to Indian Stocks but rather designed to be adaptable and functional across various platforms. The bot will need to be able to perform the following tasks: - Data analysis: The bot should be equipped with moving averages, MACD, and RSI indicators for effective analysis and decision-making. - Web scraping: The ability to gather data from various sources is crucial for the bot's functionality. - Automation: The trading bot should be capable of executing trades autonomously based on predefined trading strategies and indicators. Ideal candidates for this project would have: - Profound knowledge and experience in Python programming - Pr...

    $1348 (Avg Bid)
    $1348 Snittbud
    21 bud

    As a business, we need a skilled Python Developer to help us with data analysis. Your responsibilities will include: - Analyzing unspecified sets of data to help us make informed decisions about our strategy and operations - Presenting your findings in an easy-to-understand format, with clear implications for our business The ideal freelancer for this project has proven experience with data analysis using Python, knowledge of statistical analysis, and strong problem-solving skills. While not a must, prior experience with business or economic data analysis would strengthen your bid. Don't hesitate if you're up for the task. We are looking to get started soon, preferably finishing within a month.

    $310 (Avg Bid)
    $310 Snittbud
    8 bud

    I'm in need of a skilled Frontend Engineer, proficient in JavaScript, HTML/CSS, and experienced with the Angular framework. The primary responsibilities will be: - Refactoring existing code to optimize performance - Building new, innovative features from the ground up - Troubleshooting and fixing bugs to ensure optimal functionality Ideally the candidate will have a robust portfolio demonstrating their expertise in these areas. Efficiency, attention to detail, and a problem-solving mindset are essential for success in this role.

    $1076 (Avg Bid)
    $1076 Snittbud
    100 bud

    I'm seeking a highly knowledgeable specialist in mobile robotics simulation using the ROS2 Noetic operating system, turtlebot3 and gazebo. The ideal candidate should possess a thorough understanding of Python as it's crucial for this role as well as deep reinforcement learning knowledge. Key requirements include: - Proven experience in robotics simulation, specifically with a focus on mobile robotics. - Exceptional proficiency with ROS Noetic is essential. - In-depth knowledge of Python. - Ability to work independently and troubleshoot challenging simulation scenarios. The task involves implementing and testing RL algorithms in a short time, so only talk to me if you’re fully available in the next couple of days

    $565 (Avg Bid)
    $565 Snittbud
    17 bud

    I am in need of a quick development of a user interface created from terminal-run code which i wrote (i will provide the code on contact) for my bank management system using Python and Tkinter. The current code will be provided for reference once selected for the project. (AS A GROUP OF STUDENTS WE CAN ONLY GIVE AT MAX 2000 RS WE JUST NEED A BASIC UI NO FANCY UI) Due to the immediate nature of the project within a week, I require the project to be completed as soon as possible. Ideal skills for this job would include: - Proficiency in Python. - Extensive experience with Tkinter. - Strong understanding of UI design. - Ability to deliver under tight deadlines. - Experience in banking software will be a plus. Please ensure your portfolio or similar past work experiences are a...

    $31 (Avg Bid)
    $31 Snittbud
    4 bud

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. You may not hardcode file names ... you must extract the filenames from the above https URL. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $115 (Avg Bid)
    $115 Snittbud
    30 bud

    ...filing for each year from the SEC website for the period 1995 through 2023 (resulting in approximately 29 10-K documents, it can be less depending on when the company IPOed). • Note that the task is to write a script or program to do this automatically, and not to download all files manually. • You can use the sec-edgar-downloader (https://sec-edgar-downloader.readthedocs. io/en/latest/) package in Python for ease or other similar packages. Task 1.2: Text Analysis • Note: You have to submit ONLY – The program is used to merge data, clean data, perform analysis, and generate visualization. The main task for this part is to conduct text analysis using LLM API available for free. • There are a few services that provide LLM inference API along with some f...

    $73 (Avg Bid)
    $73 Snittbud
    5 bud

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $141 (Avg Bid)
    $141 Snittbud
    18 bud

    I'm in need of a striking, modern logo that seamlessly combines both elements of faith and exercise. Key project requirements: - The logo should have a strong modern aesthetic. It's essential that the design is current and ...combines both elements of faith and exercise. Key project requirements: - The logo should have a strong modern aesthetic. It's essential that the design is current and forward-thinking. - The design must incorporate elements of both faith and exercise, giving equal weight to both concepts. - Regarding color: while I didn't specify a choice, the color scheme should work well within a modern design framework. Ideally, the candidate has experience crafting modern logos and a portfolio that demonstrates a knack for chievable results despite...

    $25 (Avg Bid)
    $25 Snittbud
    69 bud
    Java Desktop App Cloud Migration 6 dagar left
    VERIFIERAD

    ...Integrating a MySQL database component. - Developing a Python-based web interface for users to change settings. The ideal candidate should have: - Proficiency in Java, Python, and MySQL. - Prior experience with cloud hosting, particularly on AWS. - Knowledge of user access control systems, particularly Discretionary Access Control. - A good understanding of desktop-to-cloud migration. - Strong communication skills and attention to detail. We need a developer who can take a Java based desktop application and host it on a cloud instant of AWS. - must have multi user access - must have a database component - must have a web interface that can allow users to configure settings -knowledge of google sheets will be helpful This desktop app uses Z...

    $1181 (Avg Bid)
    $1181 Snittbud
    57 bud

    I require an experienced WordPress developer to quickly build an E-commerce website primarily focused on the integration of a dynamic shopping cart. I have the framework of the website already established and live but i would like the design and graphics to be more updated and professional. Its a simple 2-3 page website. Youre welcome to review at www.dlvrlv.com. Key Requirements: - Skilled in WordPress development with proficiency in E-commerce functions. - Fast delivery; I need this project completed as soon as possible. Ideal Skills and Experience: - Significant experience in building WordPress E-commerce websites. - Proven ability in integrating shopping carts into websites. - Ability to deliver high-quality work at a fast pace.

    $214 (Avg Bid)
    $214 Snittbud
    141 bud

    I'm looking for a skilled developer to create a P2P program specifically designed for Binance Merchant. The main goal of this program is to facilitate fast and secure transactions. Key Components: - The program should primarily focus on conducting transactions in a speedy and secure manner within the Binance Mer...permita competir con anuncios en el apartado P2P de binance, el programa debe tener capacidad de mantener mi anuncio en una posición fija sin ningún limite, posición fija con limite maximo, poder filtrar por banco, cantidad de compra, monto a aumentar, elegir posición en la tabla de acuerdo al filtro etc, adjunto pdf de otro programa del mercado parecido al que se requiere, ese fue desarrollado en Python, la idea no es hacer el mismo si no...

    $163 (Avg Bid)
    $163 Snittbud
    13 bud

    ...an Oracle 19c database using JDBC. - Implementing CRUD operations (Create, Read, Update, Delete) features within the application. - Ensuring the application is optimized for efficient data handling and processing. Security Requirement: - The application must be able to securely access the database using username/password authentication. Ideal Candidate: - Proficient in Java and Springboot framework development. - Experienced with Oracle database SQL and JDBC connectivity. - Prior experience in implementing secure database connections. - Familiarity with various CRUD operations and database optimization techniques. If you have a solid background in these areas and are confident in your ability to deliver a robust, secure, and efficient Springboot application that connects to a...

    $21 (Avg Bid)
    $21 Snittbud
    6 bud

    I am in need of a developer skilled in Python for a project concerning the creation of a tablet finder application compatible with Windows. The primary feature of this application must be search filters, specifically, those able to find tablets based on their MAC addresses. Ideal candidate would posses: - Proficient in Python - Experience in creating search filters - Familiar with MAC addresses - Working knowledge of Windows compatibility - Detail-oriented and able to work autonomously. The focus of this project is the development of a reliable application that can perform complex searches based on a tablet's MAC address. This is a specialized task requiring detailed and specific skill sets.

    $151 (Avg Bid)
    $151 Snittbud
    11 bud

    I am in dire need of a proficient machine learning engineer who is well-experienced in model selection, training, and data preprocessing. An ideal candidate would be one who excels in Python programming language since it is what I am most comfortable with. Additionally, you should be adept in handling a medium-sized dataset (1GB-10GB). In short, here's what I need: - Proficiency in Python programming - Robust experience with data preprocessing, model selection, and training - Ability to handle a medium-sized dataset (1GB-10GB) This project offers a great opportunity for those looking to flex their machine learning engineering muscles. I am excited to collaborate and see what your expertise can bring to the project.

    $498 (Avg Bid)
    $498 Snittbud
    44 bud

    I am seeking a Python C++ programmer who can assist me with the D400 Terminal. The primary task involves cloning software from a functioning D400 Terminal to a non-working one (because it ask for program). Ideal skills and experience: - Proficient in Python and C++? - Prior experience with software cloning - Familiarity with D400 Terminal (wich is a tool/machine/screen for concrete truck). Manual for D400 Terminal:

    $142 (Avg Bid)
    $142 Snittbud
    16 bud

    I am looking for an experienced individual to help me create an interactive web platform that will serve as a guide to various types of machine learning algorithms. The purpose of this guide is to cater to beginners and intermediate level practitioners who have a basic understanding of programming concepts. The ideal candidate for this job would have: - A strong understanding of machine learning algorithms and their practical applications - Experience in creating interactive web platforms - The ability to simplify complex concepts for a beginner audience - Good programming skills, as some technical programming knowledge will be required for creating the interactive elements Key requirements for the interactive web platform include: - Clear, concise explanations of va...

    $444 (Avg Bid)
    Sekretessavtal
    $444 Snittbud
    18 bud

    Modified python script as per client requirement

    $10 (Avg Bid)
    $10 Snittbud
    1 bud

    I'm in need of a Python developer with a focus on machine learning and AI. Your primary task will be to design and implement machine learning algorithms for our project. I'm looking for someone who can bring both technical skill and creative problem-solving to the table. Ideal Skills and Experience: - Strong Python programming skills - Proven experience in machine learning and AI - Previous project experience in this area I'm open to discussing the project, solving problems, and communicating progress. Looking forward to working with you.

    $120 (Avg Bid)
    $120 Snittbud
    32 bud

    I'm looking for a skilled Python developer who can help me with two key areas: revamping the structure of my code for efficiency and readability, and aiding in the creation of data visualisations. Key Tasks: - Code Improvement: enhancing the structure of my Python code. - Data Visualization: We'll be working on creating a range of data visualizations, including charts and graphs as well as interactive dashboards. You should have experience in creating these in Python. Ideal Skills and Experience: - Strong Python programming skills - Proven track record in code improvement - Previous experience with data visualization, particularly in Python - Familiarity with visualization libraries such as Matplotlib, Seaborn, Plotly, etc. - Ability to grasp ...

    $25 (Avg Bid)
    $25 Snittbud
    23 bud

    ...need of a Python expert who can meticulously extract text and tables from PDFs for data analysis. The requirements are as follows: - Develop a Python solution in form of a Jupyter Notebook - Preferable use of the libraries PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber for extraction Required Skills and Experience: - Proficient in Python - Familiarity with Jupyter Notebook - Experience with PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber - Data extraction and analysis expertise. Your commitments would include understanding the architecture of the PDFs, and the most effective library for extraction in each case. The ultimate goal is to create a Python script that eases the data extraction process for subsequent analysis. Whoever can most efficient...

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

    We're looking for a programmer skilled in scraping and converting APIs into PHP or Python code (reverse engineering)! If you have the following skills, join us: 1. Proficiency in JavaScript: Ability to work with this popular programming language and fully interpret and modify codes. 2. Knowledge of Cryptography: Ability to understand and use cryptographic algorithms and methods to comprehend how data is encoded and to transform unencrypted data. 3. Familiarity with Progressive Web Apps (PWA): Deep understanding of PWA structure and methods to bypass installation on iOS. 4. Experience with network monitoring and traffic analysis software such as Fiddler: Ability to use these tools for analyzing network traffic and related information, including identifying and address...

    $19 / hr (Avg Bid)
    Framhäv
    $19 / hr Snittbud
    39 bud

    ...categorical in nature. The ideal candidate should possess: - Mastery in Python - Experience working with categorical data - Demonstrated expertise in building predictive models using Machine Learning algorithms The mission at hand involves using Python, the preferred programming language for this project, to design an effective analysis solution. The key objective here is to convert raw data into a format that can be better interpreted for decision-making with the help of predictive analysis. The right professional for this project should further understand and interpret complex categorical data and effectively use it to build accurate and reliable predictive models. With your expertise in Machine Learning and Python, I'm looking forward to meticulous, res...

    $61 (Avg Bid)
    $61 Snittbud
    11 bud

    I'm looking for a proficient developer with experience in Python, Node.js, Postgresql, and Next.js. My project entails integrating an already developed Python bot to my existing website for the purpose of automating product-related data input. Here's what I require: - Bot Integration: This Python bot needs to seamlessly function with my website's Node.js backend and frontend. Your task will be to ensure this integration is smooth and functional. - Automated Data Input: The bot should reliably input product-related data. Expertise in database management systems, particularly Postgresql, will be vital for this task. - Error Handling: In the event of an error during data input, the bot is expected to automatically generate and send a bug report. If...

    $531 (Avg Bid)
    $531 Snittbud
    66 bud