Python vbulletin databaseJobb

Filter

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

    Till en nygrundade företag inom social entrepreneurship behövs det skaffas en SQL databas samt back-end mask till data query och entry, och en mindre front-end sökmask. Detailerad lista på databas-råder och egenskaper såväl som mockups på aller masker finns. Webspace med möjlighet till SQL databas finns. Detta är prototyp-stadien till en större projekt och rätt programmerare kan blir anlitad även till vidare arbeten med databasen, back- och front-end maskarna, samt senare utveckling av sökmask i app-form och enkelt web-shop kopplad till databasen.

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

    Jag har pågående arbete relaterat till vårat tidigare projektMySQL database problem (ASP.net nhibernate)'

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

    Will discuss

    $250 - $250
    $250 - $250
    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 require a seasoned Python expert with specific skills in data analysis and scripting and automation. The key tasks will involve working with numerical data to accomplish two prime goals - data visualization and processing/transformation. Direct experience in the following areas is crucial: - Strong Data Analysis: Ability to dissect and interpret complex numerical datasets - Skilled in Scripting and Automation: Can systematically automate data processing and transformation tasks - Proficient in Data Visualization: Capable of creating intuitive visualizations to contextualize processed data Assured understanding of numerical data handling is a prerequisite. If the above resonates with your skills set, feel free to place your bid.

    $55 (Avg Bid)
    $55 Snittbud
    20 bud
    Fix Python Monitor 6 dagar left
    VERIFIERAD

    Hello, Im looking to fix a Python website monitor

    $30 (Avg Bid)
    $30 Snittbud
    14 bud

    I'm seeking a Laravel expert to help resolve a database connection error I'm experiencing on my website. This error occurs specifically when trying to access certain pages. Key requirements: - Experience with Laravel: You should have a strong understanding of Laravel's structure, especially concerning database connections, in order to diagnose and resolve this issue efficiently. - Troubleshooting Skills: You should be adept at identifying the root cause of the error, whether it be an issue with the code, configuration, or server setup. - Efficient Communication: As I have full access to the website's server and database configuration files, you may need to collaborate with me to access the necessary resources.

    $418 (Avg Bid)
    $418 Snittbud
    82 bud

    I'm in need of a skilled Python/Java developer who can help me build a full-stack accounting web application. Key aspects of this project include: - **Main Feature:** The most crucial aspect of this accounting web application is its financial reporting capabilities. The financial data will be taken from Excel and XML. There will be financial reports (P&L, Balance Sheet, Cash Flow) and graphs to show the financial status. - **Technology Stack:** I require the project to be developed using Python/Java as the primary programming language. - **Database:** The application should be built using MongoDB for its databases. Ideal candidates should have: - Proficiency in Python/Java and MongoDB. - Experience in developing accounting or financial applications...

    $29 / hr (Avg Bid)
    Sekretessavtal
    $29 / hr Snittbud
    36 bud

    I need AWS Lambda function that handles Google signin JWT token and creates a new user in DynamoDB. For Endpoint creation - API Gateway For User auth - Google signin JWT token

    $136 (Avg Bid)
    $136 Snittbud
    10 bud

    I'm in need of an experienced fullstack developer who will help me determine an effective solution for my project. -Proficiency in Python, specifically Django and Flask, and PHP, particularly Laravel and CodeIgniter, is a must. -Despite skipping on certain details, I presume features such as user authentication and database management, plus API integration may be needed. -I haven't chosen a design yet but preferably, I'm looking forward to someone who can contribute to the style discussion. Your experience in multifaceted projects will be a huge plus.

    $52 (Avg Bid)
    $52 Snittbud
    16 bud
    Crypto Trading Bot Development 6 dagar left
    VERIFIERAD

    I need Crypto market making bot which is generate Volume without any loss. I need python code means I can run on AWS cloud. I have one code if you do changes on that then that's also Okay for me.

    $140 (Avg Bid)
    $140 Snittbud
    1 bud

    I'm in need of a skilled developer who can help me with my entire software lifecycle. The project will involve...expected to run Snyk vulnerability tests to identify and mitigate potential security risks in the codebase. - Integrate Slack notifications: You'll need to set up a mechanism for notifying the team via Slack about the progress, issues, and other relevant updates of the project. The ideal candidate for this project should have experience and proficiency in the following programming languages: - Python - JavaScript - Your expertise in these languages will be crucial to successfully fulfilling the tasks at hand. Also, a strong understanding of software development practices, particularly CI/CD pipelines, and experience with SonarQube, Snyk, and Slack integration ...

    $439 (Avg Bid)
    $439 Snittbud
    2 bud

    I'm in need of an original Scheme language interpreter tailored specifically for Windows. This tool is to be primarily used for educational purposes, hence it should be user-friendly and efficient. A command line interface is sufficient for this tool. Must be written using python. Please include small simple technical report and simple design schematic. Ideal Skills: - Proficiency in Scheme language - Experience in developing Windows applications - Understanding of educational software design

    $122 (Avg Bid)
    $122 Snittbud
    18 bud

    For this project, I need a proficient python developer with expertise in AI and human-computer interactions. I aim to implement AI probing into cyber-physical systems with a focus on human error analysis. Key Responsibilities: - Design and develop algorithms using Artificial Intelligence for cyber-physical systems. - The AI project will be implemented on a desktop computer. - The primary task is to conduct a comprehensive human error analysis, understand user behaviors in different scenarios, and generate actionable feedback. Ideal Skills & Experience: - Strong Python programming skills. - Deep understanding of AI, Machine Learning. - Expertise in Human-Computer interactions. - Experience with cyber-physical systems. - Background in HCI research, particularly human erro...

    $50 (Avg Bid)
    $50 Snittbud
    2 bud

    Hello I am looking for a python code to scrape a large number pages and save them as html. In order to get to the page to save, you must click a radio button, submit, and then enter a string of numbers, then submit and then save the html. If the string entered provides an error then you must skip to the next iteration. There is no human verification. I already have a version I made myself that works with Selenium, however I need to increase the speed, so I am looking for someone to see if its possible to do this without even opening a browser and possibly using direct call methods (get, request, cURL, response, JSON?). It should be a simply project for someone who knows how to do this. Please enter the result of 3+2 for your message to be received.

    $100 (Avg Bid)
    $100 Snittbud
    79 bud

    ...the best-fit programming language for my project, you are given the flexibility to choose between Python, JavaScript and Ruby, based on your expertise and the bot's needs. 2. Required Functionality: I'm not certain about all the functionalities needed yet. Hence, I expect you to suggest essential attributes during development, keeping in mind a bot that can handle referrals efficiently and incorporate an earning system. 3. Bot Purpose: The primary purpose of this bot is to encourage users to refer and earn rewards. It must be able to streamline this process, making it user-friendly and effective. Ideal skills and experience: - Past experience in coding telegram bots - Proficiency in Python, JavaScript or Ruby - Excellent understanding of referral functions ...

    $75 (Avg Bid)
    $75 Snittbud
    5 bud

    I'm looking for a skilled Python programmer to improve the functionality of my code which automates downloading and generating reports from a specific website. Key requirements include: - Deep understanding of Python and proficiency in code repair and maintenance. - Experience with highly efficient report generation. The goal is to improve quality of code and reduce the time it takes to generate and download these reports. - The ability to critically analyze existing scripts and identify potential optimizations. The task will be considered successful when our report generation process is noticeably faster and more efficient. Having experience in similar projects is a plus.

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    40 bud
    Node.js Site Database Remapping 6 dagar left
    VERIFIERAD

    ...issues with my Node.js site, I require an expert in database management to remap the database. Specifically, clicking on 4-5 specific buttons frequently crashes the site, displaying an error of "table not found". Understandably, this is impacting the usability and overall user experience of the website. The key project objectives include, but are not limited to: 1. Diagnosis and rectification of the error causing the site crash. 2. Remapping of the website database to eliminate the current recurring issue. 3. Arguably most vital, is the safe retainment and integration of the old member data within the newly rectified database. Ideal applicants should be proficient in Node.js and database management, especially handling and rectifying such ...

    $24 (Avg Bid)
    $24 Snittbud
    9 bud

    I'm in need of a skilled .NET developer to create a functional web application that mainly handles user registration, login, and database management. Key Requirements: - User Registration and Login: The application should have a robust system for users to sign up, log in, and manage their accounts securely. - Database Management: Proficient database management within the application is a must. This includes data storage, retrieval, and manipulation. Additional Information: - External Integrations: There is a possibility that additional integrations may be required in the future. Experience with integrating external systems and APIs would be beneficial. - User Roles and Permissions: The application may need to support multiple user roles and permissions. While th...

    $82 (Avg Bid)
    $82 Snittbud
    10 bud
    Python Mathematical Model 6 dagar left
    VERIFIERAD

    A tool using equations and generating a graph & excel report showing how variations in some of the variables change the value of a model.

    $23 (Avg Bid)
    $23 Snittbud
    6 bud
    Conversion of PHP code to Python 6 dagar left
    VERIFIERAD

    I have a backend code for a pre-existing fully function website and mobile app. The backend code is currently all written in php. I need someone to convert this existing php code into fully functional python code which I can deploy.

    $30 (Avg Bid)
    $30 Snittbud
    15 bud

    I'm looking for a skilled MS Access developer to create a billing and accounting database with a modern, minimalist interface. Key Requirements: - Customizable Reporting: The system should be able to generate a variety of reports on different aspects of the business, such as sales, expenses, and profit margins. These reports should be adaptable for future needs and allow for different levels of detail. - Integration with Existing Systems: The database will need to interact seamlessly with other existing systems and software used by the company, ensuring data consistency and accuracy. - User Permissions and Access Control: The system should have a robust user management system that allows for different access levels and permissions. This will ensure that sensitive financ...

    $159 (Avg Bid)
    $159 Snittbud
    11 bud

    I'm on the lookout for a specialist who brings proficiency in both ASHLAR and MIST to the table. Your main objective will be: - Create a small demo App using VB.NET to illustrate implementation of both Ashlar and Microscopy Image Stitching Tool. You're free to employ placeholder images or your own sample images. It's essential that you're adept at using ASHLAR and MIST for seamless ta...using ASHLAR and MIST for seamless task execution. Your bid should evidence your understanding and experience in these software along with VB.NET. Ready to use explanation are available on various sites : Purpose is to understand and learn these two techniques, in VB.NET.

    $150 - $449
    Framhäv Försegla
    $150 - $449
    2 bud

    I'm looking for an experienced freelancer to install Python on my cPanel shared hosting account and run several cron jobs daily using a ready-made Python script. Budget is $20.

    $25 (Avg Bid)
    $25 Snittbud
    15 bud

    As a client, I'm seeking a seasoned data analyst with expertise in data science who can thoroughly clean, ...that same data through meaningful visuals to explore its intricate properties and characteristics. - Should additionally facilitate statistical analysis to derive patterns and trends otherwise invisible to the naked eye. The hoped-for end-product of this project is not just predictive analytics but insight and data-driven recommendations that will inform future decision-making. Proficient use of Python or R for these tasks is essential, as is familiarity with data cleaning and visualization libraries and tools. To thrive in this role, you must be a highly analytical thinker with the ability to separate noise from signal in dataset and excel at drawing clarity out of com...

    $447 (Avg Bid)
    $447 Snittbud
    53 bud

    I'm in need of a professional who can help me with installing the Oracle 23c database on my Ubuntu Linux system. Key Skills: - Proficiency in Oracle database installation - Specific experience with Oracle 23c - Strong understanding of Ubuntu Linux The selected candidate should be able to: - Perform a detailed installation of Oracle 23c database (enterprise version) on Ubuntu Linux - Ensure proper configuration to meet the project's requirements - Provide guidance on any post-installation tasks that may be necessary Is there any possibility to install a 23c oracle database enterprise version not free version on docker?

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

    I'm in need of an experienced Python developer to assist with the development of critical web security tools. While specific tools aren't outlined below - Subdomain Enumeration: Subdomains to be listed and categorized. - Directory Enumeration - Sensitive Parameter Detection - XSS Testing - SQL Testing

    $98 (Avg Bid)
    $98 Snittbud
    12 bud

    I'm looking for a skilled data scraping professional to assist me with a project. I had a working script in Python using an API, but the company implemented a Cloudflare protection that is always blocking me. You would need to find a solution how this could be circumvented (e.g. proxies) and large amounts of data be scraped. If you are interested, I am happy to provide more details privately.

    $159 (Avg Bid)
    $159 Snittbud
    81 bud

    ...(LGR) pseudo-spectral method. Use adaptive multi-mesh-interval collocation to transcribe the optimal control problem into a nonlinear programming (NLP) problem. 4- Algorithm Implementation: Convert the differential equations for each submodel into a numerical format compatible with optimization algorithms. Write the pseudo-spectral method for numerical optimization using libraries like SciPy for Python or built-in MATLAB optimization tools. 5- Optimization Execution: Define multiple test cases for minimum-time, minimum-aging, and balanced charging. Analyze results and generate insights regarding optimal tradeoffs between charging time and degradation. 6- Experimental Validation: Conduct experiments to validate the developed optimization algorithms against real-world battery data....

    $190 (Avg Bid)
    $190 Snittbud
    12 bud

    ...done through scheduled sync and is expected to be seamless and error-free. Key Points: - I use Quickbooks for my accounting activities and need it to be in sync with my other tools - The integration should be scheduled, with the ability to set the frequency of the sync - It should be able to handle a large amount of data and ensure that all transactions are accurately reflected in Quickbooks - Python integration is created for Booqable, but needs adjustment The ideal candidate for this project should have: - Proven experience in integrating Quickbooks with other software, ideally Booqable, Shogo, and Lightspeed - Proficiency in working with APIs and ensuring scheduled syncs are set up correctly - Strong attention to detail to ensure that all data is accurately captured and sy...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    40 bud

    I'm currently seeking a skilled freelancer for a data entry job concerning primarily text data. The data to be entered will be provided in an Excel spreadsheet and will need to be accurately transferred to an online database. Ideal candidates should have: - Proficiency in Microsoft Excel - Experience with data entry into online databases - Attention to detail and accuracy Please place your bid based on the information provided, and get ready to embark on an engaging and fulfilling data entry task.

    $32 / hr (Avg Bid)
    $32 / hr Snittbud
    77 bud