Python sql view db2 jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 python sql view db2 jobs found, pricing in GBP
    Rapid WordPress Blog Creation 6 days left
    VERIFIED

    ...Create a minimum 3 backup copies 2. Smush Installed and activated 3. Yoast SEO Need to optimize 2 pages Installed activated Both SEO and Readability should be ALL green smiley faces Theme You need the child theme for this project - If the theme already includes the child theme, you can use that. If not, you can create the child theme. Source a WordPress theme online to use for project, view images attached. This step ensures that you indicate the source from which you downloaded your theme! If you submit a Theme that simply changes the images or text, this is not okay, I should not discover too many commonalities in design, layout, or color between your work and chosen theme. -Choose a Block theme -Child Theme activated and used Child Theme to add extra styles -Us...

    £69 (Avg Bid)
    £69 Avg Bid
    144 bids

    I am urgently seeking a specialist with a deep understanding of Python, especially concerning Telegram bot optimization utilizing Pyrogram. The primary target areas for improvement are: - Message handling - Media processing My current bot is suffering from slow response times that need urgent attention. Notably, video messages are the most affected and should be the priority. Here's what I am looking for in a freelance expert: - Proficiency in Python is essential, primarily focusing on Telegram bot libraries like Pyrogram. - Experience in optimizing bot performance, specifically in improving response times. - Background in handling and optimizing media processing, particularly video messages. - Capability to diagnose and rectify issues related to bot functionality. ...

    £65 (Avg Bid)
    £65 Avg Bid
    10 bids

    ...first txid should be that of the coinbase transaction Difficulty Target The difficulty target is 0000ffff00000000000000000000000000000000000000000000000000000000. This is the value that the block hash must be less than for the block to be successfully mined. Execution Create a file named that contains the command to execute your script. This file should ideally contain a single command like python or node index.js. Your script should autonomously perform all tasks when is executed, without requiring any manual intervention. Evaluation Criteria Your submission will be evaluated based on the following criteria: Score: Your code output will be scored bases on the fee collected and the amount of available block space utilised. You must score at least 60 points to pass the challe...

    £8 / hr (Avg Bid)
    £8 / hr Avg Bid
    2 bids

    I am seeking an experienced Android app d...incorporate a feature for determining the location from and to. - Live Tracking: This feature should allow users to track deliveries real-time. - Payment Gateways: Both Apple Pay and Visa should be integrated for smooth transactions. Additional Features: - Customer Reviews: A platform for customers to rate and review the service or delivery. - Order History: This feature should allow users to view past orders. - Referral System: I want to incorporate a referral system in the app to encourage more user sign-ups. Ideal Skills: - Experience in Android app development - Familiarity with integrating payment gateways - Understanding of implementing live tracking - Delivery application development experience - A strong user focus and an eye f...

    £1846 (Avg Bid)
    £1846 Avg Bid
    120 bids

    Englisch Hello, I need a homepage for a recruitment agency. I would like to use a template for this I need help setting it up and choosing the right template. I a...agency. I would like to use a template for this I need help setting it up and choosing the right template. I already own a web host, a domain and a logo Examples of the right template: My budget is €50 Deutsch Hallo ich benötige eine Homepage für eine Personalvermittlung. Ich möchte dafür eine Vorlage nutzen. Ich benötige für die Einrichtung und für die Auswahl des richtigen Template Hilfe. Ich besitzte bereits ein Webhoster, eine Domain und ein Logo Beispiele für das richtige Template: Mein Budget liegt bei 50€

    £78 (Avg Bid)
    £78 Avg Bid
    202 bids

    ​Hi, I'm looking for someone to write a trading strategy for financial instruments. So the concept is very simple. I would like to backtest trades that will take place every day at the same entry time, for example, 08:00:00, and run until 10:00:00. Entry criteria: One trade in each direction only Long Entry If we assume the entry point as 08:00:00 on a 5-minute chart, this bar will be our "open range.". If the next bar moves above "open range high," that will trigger the long position, and accordingly, our SL will be below "open range low.". Sell Short If we assume the entry point as 08:00:00 on a 5-minute chart, this bar will be our "open range.". If the next bar moves below "open range low," that will trigger the long p...

    £221 (Avg Bid)
    £221 Avg Bid
    42 bids

    ​Hi, I'm looking for someone to write a trading strategy for financial instruments. So the concept is very simple. I would like to backtest trades that will take place every day at the same entry time, for example, 08:00:00, and run until 10:00:00. Entry criteria: One trade in each direction only Long Entry If we assume the entry point as 08:00:00 on a 5-minute chart, this bar will be our "open range.". If the next bar moves above "open range high," that will trigger the long position, and accordingly, our SL will be below "open range low.". Sell Short If we assume the entry point as 08:00:00 on a 5-minute chart, this bar will be our "open range.". If the next bar moves below "open range low," that will trigger the long p...

    £125 (Avg Bid)
    £125 Avg Bid
    91 bids

    I am in need of an experienced data entry professional who can effectively update my databases. You will only be required to work less than three hours a day from your home. Key Responsibilities: - Updating Database regularly - Ensuring data integrity and accuracy - Solving any database related issues Ideal Skills and Experience: - Proficient in Oracle, MySQL, SQL Server - Exceptional attention to detail - Prior experience in Database updating Get in touch if you fit this profile. This could be your chance to establish a regular, part-time, work-from-home position.

    £24 / hr (Avg Bid)
    £24 / hr Avg Bid
    11 bids

    I'm seeking a seasoned GCP Architect for a 3-month contractual position. The professional will have the responsibility to lead the following tasks: - Cloud Strategy: De...Migration: Transpose our existing application into GCP. - Cloud Services Innovation: Innovate and enhance our cloud services for improved efficiency. Essential qualifications include a minimum of 8 years in cloud architecture and GCP certification. Proficiency in Terraform, coupled with extensive knowledge in cloud security, is crucial for this role. For the technical aspects of this project, Python is our preferred programming language. Complexity is the essence of the tasks and I expect the GCP Architect to come up with strategies and architectures that will drive the future of our cloud-based application...

    £2083 (Avg Bid)
    £2083 Avg Bid
    16 bids

    ...directly using UNION and removing any repeats or we can notice that count distinct for set 1 = 10 count distinct for set 2 = 6 count for set 1 + set 2 = 16 intersection of set 1,2 = SET 1 intersect SET 2 = {15,30} count SET 1 intersect SET 2 = 2 Therefore COUNT DISTINCT also equals COUNT (SET 1 + SET 2) - ( Count( SET 1 intersect SET 2)) = 10 + 6 - 2 =14 BUT THE UNION METHOD SEEMS FASTER IN MY VIEW Essentially when we COUNT DISTINCT of all sets combined we are technically counting the elements in the UNION of all the sets... Here is another special example set 1: 1 2 3 4 5 6 set 2 : 1 2 3 4 5 set 3: 3 4 5 6 COUNT DISTINCT = 6 since the union is {1 2 3 4 5 6} Note: the sets do NOT need to contain the same amount of elements if howwever i specify the MIN as 3 and the...

    £13 (Avg Bid)
    £13 Avg Bid
    43 bids
    Django Web Developer Needed 6 days left
    VERIFIED

    As a business that values efficiency and seamless user experience, we're seeking a skilled Django developer for our new project. Our requirements include: - Web development using Python and Django framework specifically - In-depth understanding of Django's ORM, Middleware, Templating Engine and its built-in Admin Interface However, a comprehensive list of functionalities needed for the web application has yet to be specified. The ideal candidate is one who can communicate effectively and work collaboratively to identify further application needs and potential improvements. Strong Python skills and extensive experience in Django are a must. Prior experience in successfully creating and deploying web applications will be highly regarded. Take this opportunity to co...

    £16 / hr (Avg Bid)
    £16 / hr Avg Bid
    125 bids

    Hello, I'm tasked with fixing a Quick View popup plugin for VirtueMart on Joomla 4. Only coders are invited to participate. Further details will be provided in the chat.

    £29 (Avg Bid)
    £29 Avg Bid
    21 bids

    I require a proficient de...The key functionalities needed in the app include: 1. App home page 2. User authorization and authentication (email base/mobile OTP based) 3. Image upload, store, retrieve, search by tags 4. Share images in public or to closed network groups (invite friends) 5. Users able to create moodboards using images 6. User statistics 7. Users are able to book appointments for a select service and able to view in their calendar 8. Personalized user inbox for push notifications and messages 9. Payment gateway integration Ideally, I am seeking someone with previous experience in developing productivity apps and an understanding of task management and file sharing principles. The project should be completed within a month. Strong Android and IOS development skills a...

    £558 (Avg Bid)
    £558 Avg Bid
    21 bids

    This project is focused on leveraging Tosca for the purpose of ...project is focused on leveraging Tosca for the purpose of automating software testing. Though the specific aspects of testing and the programming languages in the software being tested weren't specified, a general proficiency in software testing principles and methods, as well as familiarity with a range of testing types (functional, performance, security, etc.) and programming languages (Java, Python, C#, etc.) will be highly beneficial for this project. Key Skills and Experience: - Extensive experience with Tosca - Proficiency in software testing - Familiarity with diverse testing types - Experience with multiple programming languages - Ability to handle underspecified tasks and adapt to potentially changin...

    £13 / hr (Avg Bid)
    £13 / hr Avg Bid
    8 bids

    Here's a quick job for someone with the Xcode Dictionary Development Kit. Basically, I need someone to python the .dict file with Apple's Dictionary Development Kit. You convert the source .dict to .xml with Pyglossary and then use Apple's tools to compile it. I have the converted .xml file, I think, but I also have . files. These are basically the steps, I think: The goal is to have a flawlessly working dictionary on Mac starting out with the source dictionaries. It's not a big job, but I don't know how to wrangle Xcode/ don't have a developer account. Can you just let me know how long you think it'll take? Please don't quote 30+ hours, lol.

    £25 / hr (Avg Bid)
    £25 / hr Avg Bid
    70 bids

    I need a focused developer well-versed in Python, Java, and C++ to build a Coding Problem IDE. The successful candidate will be able to construct a platform that should be able to function on CodeTikki.in. Key features of the IDE should include: - Code highlighting: This feature is necessary to make the code more readable and easily understandable. - Syntax checking: To ensure the code is error-free and runs smoothly. Expertise in IDE development, as well as proficiency in Python, Java, and C++, is essential for this project. Familiarity with and commitment to delivering a user-friendly interface is also important.

    £61 (Avg Bid)
    £61 Avg Bid
    8 bids

    I'm experiencing the 'White screen of death' error on my Wordpress site when visitors attempt to view the website. The occurrence of this error across various browsers hasn't been verified yet, so bid only if you are prepared to troubleshoot across multiple platforms. A robust knowledge of Wordpress and extensive experience in identifying and fixing the 'White screen of death' error is ideally needed. site is

    £65 (Avg Bid)
    £65 Avg Bid
    158 bids

    I'm seeking an experienced developer to create a web scraping program. The main purposes of this software is to gather information from approximately 50 targeted web pages across five different real esta...City - Department - Manager - Seller Furthermore, the program needs to include certain features: - An ability to filter results by résidence type - By City - By departement - Ascending/descending filter functionality This extracted data should be directly exported and compiled into a Google Sheet, which will be linked to a website for free viewing and filter. Freelancers with experience in Python, web scraping, data extraction, and familiarity with real estate listing platforms are preferred. Your understanding of French websites will be an advantage, as the site...

    £99 (Avg Bid)
    £99 Avg Bid
    94 bids

    I am urgently seeking an experienced Python expert specialized in data science, in particular large language models and Generated AI. Your task will revolve solely around machine learning modeling. Your responsibilities will include: - Implementing unsupervised machine learning to produce effective anomaly detection models. It's essential that you: - Have significant experience with Python, large language model, and general AI - Hold solid understanding of unsupervised machine learning and anomaly detection - Are able to work independently, as this project is unsuitable for those currently committed to full-time employment. This opportunity will allow you to showcase your expertise and make a significant impact. Reach out to me for more information.

    £242 (Avg Bid)
    £242 Avg Bid
    25 bids

    I'm seeking a proficient individual who can devise a potent Power BI report by linking it to SQL databases and Online APIs. Key Responsibilities: • Develop reports focusing on Sales Data Analysis and Inventory Tracking • Fuse multiple company financial reports into a single, easy-to-digest visualisation • Ensure the reports are updated daily with the latest data Important Skills: • Proficient in Power BI • Experience in SQL databases and Online APIs • Understanding of sales data analysis and inventory tracking • Able to work with data from different companies and harmonise it in one report We are based in London and would be interested in working long term with an experienced consultant.

    £29 / hr (Avg Bid)
    £29 / hr Avg Bid
    38 bids

    Searching for a Python expert who is well-versed in SAML SSO authentication. The aim of this project is enacting functionality that includes: - Authenticating user credentials. - Allowing access to secure resources on a website. Post authentication, the system will execute automation and webscraping tasks such as: - Collection of data. - Interaction with webpages. - Triggering specific actions on the website. The ideal applicant should be proficient in Python and familiar with the requests library. A deep understanding of Single Sign-On (SSO) systems and a proven track record with project-based applications related to SAML (Security Assertion Markup Language) is a must. Experience in webscraping is also highly desirable. Being able to navigate and interact with webpages p...

    £427 (Avg Bid)
    Urgent
    £427 Avg Bid
    30 bids

    I need a Python programmer well-versed in seamlessly integrating Rapid API. I require extraction of detailed sports statistics data. I'm focusing on: • Implementing Python scripts to download data • Conversion and storage of these data in CSV file format I need two functions, one to download historical matches/races and all available data (from a specified date to a specified date), and one function that downloads future events/races/matches. Your expertise: - Proven experience with Python - Familiarity with Rapid API - Proficiency in data extraction and conversion to CSV - Understanding of sports statistics would be beneficial Looking forward to your skilled assistance in making this project a success.

    £18 / hr (Avg Bid)
    £18 / hr Avg Bid
    101 bids

    I am in need of a highly skilled individual with expert knowledge in HTML, CSS, SQL, JavaScript, Python, and Java. The main purpose of my project is to establish various connections including Network, Database, and API connections. Key Responsibilities: - Create complex, high performance networks - Establish secure and reliable Database and API connections - Web development using HTML, CSS, JavaScript, Python, and Java. Ideal Skills and Experience: - Proficiency in HTML, CSS, SQL, JavaScript, Python, Java - Experience in network building and maintenance - Database and API connection expertise - Strong problem-solving skills and attention to detail.

    £10 / hr (Avg Bid)
    £10 / hr Avg Bid
    21 bids

    I need a freelancer proficient in Prompt Engineering , Python and Pinescript who can provide prompts to use with Large Language models ( gpt , gemini , claude ai ) . Where those prompts are used to convert pinescript indicators' logic to python. Requirements include: * Extensive knowledge in Pine Script . * Extensive knowledge in Prompt engineering with LLM. * Experience in converting TradingView Pinescript to Python.

    £25 (Avg Bid)
    £25 Avg Bid
    32 bids

    Seeking a proficient Python developer to create software capable of extracting data from two provided excel sheets, designed to generate 50 unique outputs. The ideal candidate must: - Have proficiency in Python programming. - Exhibit understanding and competency in handling Excel documents and their formatting. - Display excellent data management competency especially in text, numbers, and dates extraction. The tasks involve: - Extracting data from two existing Excel sheets that contain different data forms involving text, dates, and numbers. - Only simple extraction is needed based on the criterias given and no complex calculations will be required. - Generating 50 individual excel sheet outputs from the extracted data. Experience in data extraction and management in ...

    £63 (Avg Bid)
    £63 Avg Bid
    44 bids

    I am seeking a professional coder skilled in Python, Java, and C++. This project primarily involves creating a website from scratch. You will be responsible for: - Front-end development: Structuring the interface with a keen eye for user experience. - Back-end development: Ensuring our site runs smoothly and effectively. - Database integration: Integrating a functional and secure database for user data management. Ideal candidates must have a compelling portfolio in website development and be proficient in Python, Java, and C++. Solid experience in frontend and backend development coupled with database integration expertise is necessary to accomplish the project's goal. I encourage individuals or teams with proven track records in completing similar projects to apply.

    £4 / hr (Avg Bid)
    £4 / hr Avg Bid
    16 bids

    As an entrepreneur looking to expand my digital footprint, I need a team of programming experts proficient in Python, Java, and C++. Your task will be two-fold: 1. Web Application Development: Design and develop a web application from scratch, taking care of the UI/UX design, back-end functionality, and ensuring smooth user navigation on the platform. 2. Mobile App Development: Mirror the web application in the form of a fully functional mobile app, compatible with both Android and iOS. Ideal applicants should have previous experience in web and mobile app development and a solid understanding of the specified programming languages. Collaborative team players and those with a knack for problem-solving will be given priority. We value open communication so be prepared to particip...

    £9 / hr (Avg Bid)
    £9 / hr Avg Bid
    7 bids

    Please read from start till end carefully before bidding, only if you knows mbb, sql, django and you understand everything then message or bidd . No time wasters please. Thanks in advance. I need a professional with robust experience in designing modern, vibrant and user-friendly website GUIs. The main task involves creating 2 - 3 pages using Django, one of the most secure platforms. The website needs to incorporate features such as: - User login: Users should be able to seamlessly sign in to both the website and existing MyBB forum using the same credentials. - Home page: This will feature Cryptocurrency and Exchange rankings and detailed reviews of each. - About page: This will provide detailed information about the website's main objective - to rank cryptocurrencies and ex...

    £122 (Avg Bid)
    £122 Avg Bid
    87 bids

    I'm looking for an experienced WordPress developer to craft a subscription plan for my website, focusing specifically on digital music downloads using python. Your job will involve the following tasks: - Implementing a robust subscription system onto my existing WordPress website, which allows users to engage in direct download of the music files they have subscribed to. Subscription plans will roughly be; free trial user (no downloads), single download is $10, subscription 1 (2 downloads per month $16.99), subscription 2 ( 12 downloads per month $89.99), and subscription 3 (75 downloads per month $499) - User information that will be gathered during the subscription process and a label will be placed on user dashboard with download balance remaining. - Implement this featu...

    £122 (Avg Bid)
    £122 Avg Bid
    64 bids

    I'm looking for an experienced freelancer, well-versed with Python, GitHub and Google Colab to help me deploy my Python-based machine learning project to Google Colab. - The project already has a dedicated GitHub repository. - Knowledge in deploying simple Python-based ML models on Google Colab is needed. - You must ensure the deployed project runs smoothly and rectify any issues during the deployment process. Your background in Python, Machine Learning, and GCP will be extremely crucial for this project. Familiarity with similar projects is a plus.

    £38 (Avg Bid)
    £38 Avg Bid
    44 bids
    woocomerce design profesional 6 days left
    VERIFIED

    Change existing theme with woodmart. There is a purchase permit. You may need a customs code for layout etc 2. Custom search filter like the following website 3. Speed ​​improvement 4. The design should look very professional on all pages of the website, not just the home page 5. Improvement of appearance on mobile to look very correct. 6. Creating a new pop up newlester view profesional 7. Improvement of product pages as well as all pages of the website 8. Shop language Greek Warning ⚠️ No pointless offers, the maximum budget is the one I write only... My store is is create on woocomerce Some reference sites from Greece that I like

    £74 (Avg Bid)
    £74 Avg Bid
    122 bids
    Python VLC Color Fix on RPI 6 days left
    VERIFIED

    I'm having an issue with the color display in VLC on my Raspberry Pi (RPI). The problem revolves around Python 3, which my current code is utilizing. I need a skilled Python developer who can sift through my existing code, understand it, and identify where the color display issue might be originating from. The ultimate goal is to modify the existing code and fix any bugs causing the color to display improperly. Ideal skills/experience for the job: - Strong proficiency in Python 3 - Hands-on experience with VLC on RPI - Ability to understand and modify existing code - Strong diagnostic and problem-solving skills, especially in display/color issues.

    £17 (Avg Bid)
    £17 Avg Bid
    38 bids
    GDA Services 9 days left

    okay, I will create the lms, I will also create a very nice dashboard for you to manage the courses and add courses and also manage your students and mangage payment and all, the student can login, register, forget password, they can view a course, pay for a course

    £119 (Avg Bid)
    £119 Avg Bid
    1 bids

    I'm looking to entrust the creation of a new AI Text to Video Generator Tool, with an empathetic view to improve website usability and stimulate increased conversion rates. I'm not pressed for time, so let's focus on creating something phenomenal. Although specifics were not chosen, anticipate functionalities like automated content creation, natural language processing, and predictive analytics. Ideal skills for this task encapsulate: * Vast experience in AI website tools creation * Know-how in improving website usability * Expertise in increasing website conversion rates * Comprehensive understanding of natural language processing * Extensive experience in automated content creation * Proficiency in predictive analytics. Let's craft an AI tool that can transfo...

    £527 (Avg Bid)
    £527 Avg Bid
    24 bids

    I'm looking for an experienced developer who specializes in Ethereum blockchain wallet development. My goal is to create a wallet accessible on desktop computers that embodies a minimalist design. The essential functions that need to be included are: - Transaction history: The users should be able to view a history of all their transactions. - Send/Receive function: Users need to be able to effortlessly send and receive Ether. - Multi-signature security: To ensure maximum security, the wallet should incorporate multi-signature security features. An ideal candidate for this project would have profound knowledge of and experience with Ethereum and Solidity. Expertise in developing blockchain wallets, particularly in a desktop environment, is highly desired. Proficiency in mini...

    £57 (Avg Bid)
    £57 Avg Bid
    16 bids

    Hey! I'm seeking someone for a long term partnership who can develop an custom blockchain, based on tendermint core or similar that fits all we need. We will have different developing steps and maybe at the end an ICO. You should be able to develop an independent blockchain, so should not be based on cosmos, ethereum etc. So you can use...adjustable fees to incentivize transactions, and a capped max amount to maintain scarcity. Therefore, rewards will decrease periodically after a certain step/ amount of coins were generated. Nodes: - Periodic broadcast for node discovery - Custom messaging protocol f.e. TCP/IP or UDP - Rewards for validating transactions and providing computational resources - Penalties for malicious behavior -Python flask exposing endpoints No ChatGPT gigs ...

    £1428 (Avg Bid)
    £1428 Avg Bid
    49 bids
    Python Web Scraper Debugging 6 days left
    VERIFIED

    I'm in need of Python savvy individual who can quickly identify bugs and troubleshoot my current web scraping tool. The web scraper is designed to extract property descriptions from various real estate websites, however, it's currently not performing to par. If you are a wiz with Python and have experience with web scraping specifically: - You have an understanding of real estate jargon. - You possess proven Python coding skills. - You have a rich experience in data extraction and bug fixing. This task won't make you break a sweat. I need this done quickly and efficiently. If you feel you can tackle this, let's get the ball rolling.

    £26 (Avg Bid)
    £26 Avg Bid
    57 bids

    As an Arduino and Python developer, I'm looking for expertise to create a comprehensive flowchart that outlines the logic and working of an existing Arduino and python code. This is an essential task to me because I want to understand the sequential order of operations, from start to end. Main Focus: - Emphasizing the relationship of different features coded, and their flow from start to completion. - As one knows, the different parts of the Arduino code work together in achieving specific output, hence, a skilled understanding of the code's hierarchy is of great relevance. Ideal candidate: - Proficiency in Arduino and Python language. - Strong experience in flowchart development. - Ability to analyze complex scripts and map process flows. - Detail-oriente...

    £17 (Avg Bid)
    £17 Avg Bid
    17 bids

    ...or agency to elevate our current Google Sheets-based systems into a robust SQL or BigQuery database framework. The objective is to create a user-friendly web dashboard that seamlessly interacts with the database, ensuring smooth data updates and retrieval. .Collaborate with cross-functional teams to understand current Google Sheets systems and user requirements. .Design and develop a web dashboard for user interaction with the SQL or BigQuery database. .Implement user authentication and authorization protocols for secure access to the system. .Create a system where users can create unique usernames and perform tasks associated with their roles. .Establish data synchronization between the web dashboard and the SQL/BigQuery database. .Optimize database performance ...

    £227 (Avg Bid)
    £227 Avg Bid
    33 bids

    I am seeking a team of skilled freelancers who are proficient in a diverse range of programming languages. Key skills ideal for this job include: - Experience in .NET, Python, and JavaScript - Experience with Web API and SQL server - Familiarity with Power Apps, Power Automate, and Power BI - Experience in Azure, DevOps, and CRM D365 As someone with over eight years of experience in software development, I expect high-quality output. I am particularly interested in those who can demonstrate robust experience in these areas, so please include your past work and detailed project proposals. This will aid me in making an informed decision in my selection process. I am looking forward to engaging with a dedicated, well-versed team for long-term collaboration.

    £20 (Avg Bid)
    £20 Avg Bid
    17 bids

    I am looking for a skilled Python and Vue.js developer to make several changes in an existing project. Key Responsibilities: - You'll be responsible for reviewing the current project and implementing a series of modifications that I have already ranked in order of importance. - You'll also need to make adjustments to the user interface as a part of these modifications. Ideal Skills and Experience: - Proven experience in Python and Vue.js - Expertise in UI/UX and be able to make needed changes - Ability to understand and implement modifications as per given preferences. Your understanding of Python and Vue.js will be highly important for this job. The project needs a subject-matter expert who has carried out tasks of this kind in the past. Strong familiar...

    £97 (Avg Bid)
    £97 Avg Bid
    13 bids

    I'm seeking a creative and talented designer who excels in photo manipulation to create engaging YouTube thumbnails for my channel on a weekly basis. The ideal candidate should be consistent, reliable, and possess a keen understanding of YouTube's aesthetic and what drives viewer engagement. Skills and Experience Req...basis. The ideal candidate should be consistent, reliable, and possess a keen understanding of YouTube's aesthetic and what drives viewer engagement. Skills and Experience Required: - Background in graphic design, particularly photo manipulation - Solid understanding of YouTube platform and thumbnail trends - Ability to deliver on a weekly schedule - Consistent and reliable. Look forward to view your previous works. Let's enhance my YouTube ...

    £10 (Avg Bid)
    £10 Avg Bid
    26 bids

    In this role, I'm looking for an intermediate Python developer who has a strong grasp of machine learning, artificial intelligence, and Python programming to run a project: "3D SHAPE RECONSTRUCTION OF SHAPES USING 2D GANs" Technical Requirements: - Proficient in Python - Experience in TensorFlow, PyTorch, and Scikit-learn - Understanding of machine learning concepts

    £66 (Avg Bid)
    £66 Avg Bid
    11 bids
    Trophy icon Device illustration 2 days left

    Hello, I would need a very good-quality illustration of a scientific device. White and light gray colors. Light 3D effets. This illustration will go to a brochure that will promote this device. The device should be represented in front view. I would need the SVG file as final. Please refer to the attached device picture and let me know if you need any other information.

    £38 (Avg Bid)
    Guaranteed
    £38
    20 entries

    I need a tool that'll automatically read my Gmail account, specifically parse email content, extract website links from within, and tweet these links. A background in data analysis, process automation, as well as familiarity with Gmail API, Twitter API, and Python or similar programming language will be essential. The duties are: - Develop a process automation tool - Program the tool to read Gmail accounts - Extract website links from the email content - Automate the process to tweet these links Knowledge of data privacy and understanding of secure data handling methods will be a bonus.

    £341 (Avg Bid)
    £341 Avg Bid
    65 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    £90 (Avg Bid)
    £90 Avg Bid
    105 bids

    Hello, we work in telecommunications and trading "capacity" such as submarine cables, satellites, fiber, etc. is very complex as every hour we get a lot of requests and offers - tracking these in an excel takes a lot of time and we lose opportunities. I need an AI based tool that : 1 - structure on an excel file or Sql database ALL the capacities that we have and that keep coming every hour. I will provide the structure and the route 2 - a tool that reads in my emails and whatsapp conversation and can extract and fill the database. For example "hello Tony, how are you - I have an urgent need of 100MB of Internet in New York, my target price is 10K USD" -- this would have to be properly read, extracted and summarized for my approval before being inserted. It nee...

    £418 (Avg Bid)
    £418 Avg Bid
    16 bids

    I need a proficient Nextjs GraphQL developer to create a ...developer to create a simple app extension for my Shopify store. The functionality I require is focused around product catalogue management, specifically: - Ability to fetch and update specific product data via GraphQL - Display the fetched data within the app in a list format - The fetched data should also be used to add a search functionality As for how the data is displayed, I would prefer a table view to best fit my workflow. Freelancers who've worked with Shopify's backend and have experience with GraphQL are preferred. Competency in creating user-friendly interface designs is also a plus. Potential candidates must demonstrate a clear understanding of eCommerce data management and the efficient implementati...

    £31 (Avg Bid)
    £31 Avg Bid
    60 bids

    As the product owner, I am seeking for a seasoned and versatile mobile app developer, skilled in both iOS and Android platforms, to bring my vision of a powerful task management tool to life. Key Features: - Task Assignment: The core feature of the app will involve creating projects with assigned teams to be able to be able to contribute to, or view updates of the project progress through to completion. - Progress Tracking: The app should include a progress tracking functionality for monitoring task completion in real time, submitting daily reports from a preset of required fields. - The app should be able to send PDFs of the tracked activity to assigned parties Ideal Skills and Experience: - Proven experience in creating task-management apps or similar projects - Excellent pro...

    £4147 (Avg Bid)
    £4147 Avg Bid
    160 bids