Python web form validationJobb

Filter

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

    Vi är en liten startup som säljer tjänster som abonnemang till andra företag. Vi behöver köpevillkor skrivna på svenska och engelska för att publicera på vår hemsida. Villkoren behöver följa svensk lag samt ge möjligheter för oss att senare ändra priser och tjänster i takt med att de utvecklas.

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

    Jag har pågående arbete relaterat till vårat tidigare projektAnsiktet för ny form av journalistik'

    $70 / hr (Avg Bid)
    $70 / hr 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
    $29 Snittbud
    1 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...

    $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 projektHTML 5, CSS & JQuery Step-by-step Process registration form'

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

    Jag har pågående arbete relaterat till vårat tidigare projektForm, CSS style'

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

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I'm looking for an experienced Python developer with in-depth knowledge of the Tkinter library to help me integrate an independent module into my main code. Key Responsibilities: - Integration of a standalone Tkinter module into the main code - Utilizing library functions for seamless integration - Ensuring the final product is a functional and cohesive application Ideal Skills and Experience: - Strong background in Python programming - Proven expertise in working with Tkinter library - Prior experience in integrating separate modules into larger applications - Familiarity with various library functions and their applications - Excellent problem-solving and debugging skills It's crucial that the freelancer I choose is able to work independently and deliver a high...

    $26 (Avg Bid)
    $26 Snittbud
    5 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...

    $181 (Avg Bid)
    $181 Snittbud
    9 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.

    $500 (Avg Bid)
    $500 Snittbud
    34 bud

    I have worked with a designer and now have the step and stl files for an item I would like to move into the mfg stage. Format is 18*24" rougly and 3d print was welded together. Would like to prototype and mfg a few at first then possibly move to large orders. Think of a doggie door basically,

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

    $25 (Avg Bid)
    $25 Snittbud
    3 bud

    I'm looking for a skilled web developer to transform and enhance our company website, shedbosstablelands.com.au. The major focus of this project is to bring it up to date with modern design trends, improve user navigation, and update the existing content. Additionally, I need an inquiry form integrated into the site to enable interested customers to request quotes easily. Key Deliverables: - Redesign the website with a modern, minimalist aesthetic to reflect current design trends. - Enhance user experience by improving site navigation. - Update the company information content to ensure its accuracy and relevance. Furthermore, the addition of an inquiry form is crucial for our business. This form should be integrated seamlessly into the website's inte...

    $1339 (Avg Bid)
    $1339 Snittbud
    104 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:

    $152 (Avg Bid)
    $152 Snittbud
    13 bud

    Currently, the second form on my website , is missing a city field. This is a critical fix that we have an urgent need for.

    $17 (Avg Bid)
    $17 Snittbud
    4 bud

    I am looking for a freelancer who is proficient in data entry and familiar wi...Excel to assist in the digitization of a 276-page vintage parts manual. Your task would be to: - Accurately copy the information from pdf to Excel. This includes part numbers, the description of parts, and all other columns present in the original tables in the document. - Organize the spreadsheet such that each section of the document is represented by a separate worksheet. No specific data validation rules or cell formatting are required, but the data must be accurate and searchable in Excel. This job requires someone with a keen eye for detail and a good understanding of Microsoft Excel. Prior experience in similar data entry tasks would be a significant advantage. A sample page of the document is...

    $555 (Avg Bid)
    $555 Snittbud
    26 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...

    $441 (Avg Bid)
    Sekretessavtal
    $441 Snittbud
    17 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.

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

    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 ...

    $23 (Avg Bid)
    $23 Snittbud
    18 bud

    I'm looking to improve the search functionality of my website by adding a custom search field to the Avada Theme search form builder. As a proposed plan, the modification should: - Include additional search criteria which will refine the search capabilities of the site, creating a more user-friendly experience. Ideal candidate for this job should: - Be proficient in WordPress and specifically experienced with the Avada Theme and form building. - Be able to provide creative solutions on the possible type and purpose of the custom field since the specifics are yet to be decided. - Be communicative and able to work with me to determine the optimal solution for my site. Excellent English skills are a must. This project will not only enhance the functionality of the s...

    $43 (Avg Bid)
    $43 Snittbud
    18 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 ef...

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

    $20 / hr (Avg Bid)
    Framhäv
    $20 / hr Snittbud
    33 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...

    $507 (Avg Bid)
    $507 Snittbud
    55 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Brådskande Försegla Sekretessavtal

    We are currently seeking a skilled Python developer to work as an external contractor on an hourly basis. The primary responsibilities will include developing a custom customer database tailored to our needs, where we can input various data such as photos, contact details, resumes, etc., and leverage machine learning algorithms for analysis. Additionally, there will be tasks involving automation and training and fine-tuning of models using tools like OpenAI's GPT-3, specifically Whisper. Key Responsibilities: Design and develop a specialized customer database for efficient data management. Implement machine learning algorithms for data analysis and insights generation. Create automation scripts for repetitive tasks. Train and fine-tune models using Whisper (OpenAI) with our o...

    $29 / hr (Avg Bid)
    $29 / hr Snittbud
    51 bud

    I'm looking to develop an Artificial Intelligence (AI) charges calculator for Excel. The core functionalities include: - Automatic calculation of fixed charges - User-friendly interface for effortless interaction and data management. - Reliable data input validation to ensure accuracy and consistency. - Calculate Profit based on fixed charges and earning from subscription The calculator will primarily handle financial data. Prospective freelancers should have a strong grip on Excel, data validation, and UI/UX design—along with financial acumen for effective calculator development. A successful execution ideally enhances efficiency and aids with precise financial management.

    $66 (Avg Bid)
    $66 Snittbud
    10 bud

    Note my budget not more 20$ I'm looking for a skilled developer who can build an open-source LLM chatbot model using , with integration to the Ethereum blockchain. Key Requirements: - Create an LLM chatbot model with : I need a chatbot that can engage in conversations, learn from them, and improve over time. The chatbot should be able to be trained by users on various topics. - Integration with Ethereum: The chatbot should be able to interact with the Ethereum blockchain. This could involve transactions, smart contracts, or other blockchain capabilities. Please note that I haven't specified the exact level of complexity I'm looking for, so I'm open to discussing this with potential freelancers. Looking forward to your proposals.

    $19 (Avg Bid)
    $19 Snittbud
    3 bud

    I'm looking for a skilled professional who can help me with a data analysis project. The project includes a variety of tasks such as Index Development and Justification, Data Selection, data cleaning, Multivariate Analysis, Normalisation, Weighting and Aggregation, Link to Other Indicators, Vi...data cleaning and normalization - Strong knowledge of multivariate analysis - Ability to create visual representations of data - Experience in version control of analytical work The specific data you'll be working with is open to your choice. Your expertise in selecting, cleaning, and analyzing the data will play a key role in the successful completion of this project. Needed strong knowledge of python and use of GitHub and virtual studio. Selected candidate will get more informat...

    $131 (Avg Bid)
    $131 Snittbud
    33 bud