Udemy python for beginners freeJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 udemy python for beginners free jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

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

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud

    Today most companies gets flooded by marketing opportunities in various forms; get a new website, advertise in this magazine, optimize your googlepresence, sponsor this or that and many compan...har endast fokus på att öka antalet potentiella kunder (lägg mer pengar på reklam för att nå fler människor). Please consider that we dont want a person to just call companies and see the time tick away, we want someone who believes in what we/they are doing, want to provide the best for the companies they are calling and know that they get compensated each step of the way. You will bid with an hourly rate, but bare in mind that for every consultation you will arrange you will get a bonus and furthermore, for every time the company chose...

    $13 / hr (Avg Bid)
    $13 / hr Snittbud
    2 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&ou...

    $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
    Python Expert with Documentation 6 dagar left
    VERIFIERAD

    I need a Python expert with an ability to cover various functionalities as per the need. The project might involve data analysis, web scraping, automation, or could be anything else as per the project requirements. The ideal candidate should have: - Expertise in Python programming and its different libraries. - Experience with data analysis, web scraping, automation. - Strong problem-solving skills. While applying, please share: - Your past work related to Python programming. - Your Python programming experience level. - Detailed proposal of how you can assist in this project.

    $21 (Avg Bid)
    $21 Snittbud
    11 bud

    ...Splitting: The freelancer will develop a Python script to split the large Excel sheet into smaller sheets based on schools. Each smaller sheet should contain data for students from a single school. WhatsApp Integration: The freelancer will integrate Twilio's WhatsApp API into the script to send the smaller Excel sheets to the WhatsApp numbers of school coordinators. Each coordinator's WhatsApp number is provided in the Excel sheet. Error Handling: The script should include error handling mechanisms to manage any potential issues during data parsing, splitting, and WhatsApp message sending. Documentation: The freelancer will provide documentation detailing how to run the script, including any necessary configurations and dependencies. Deliverables: Python ...

    $116 (Avg Bid)
    $116 Snittbud
    29 bud

    ...Freelance Full Stack Developer with experience in AI technologies, web development, and data processing to build an automated pipeline for creating AI images. The successful candidate will be responsible for developing a complete solution that includes trend analysis, automated prompt generation, integration with image generation APIs (such as DALL-E, Stable diffusion and MidJourney), backend infrastructure setup, and frontend design. Responsibilities: Trend Analysis: Implement a system to analyze and extract trends from Google searches stored in an Excel file. Prompt Generation: Develop an automated system to convert trend data into creative prompts suitable for image generation APIs. API Integration: Connect with external APIs like DALL-E or MidJourney to generat...

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

    I'm seeking an experienced marketeer to help promote my Cryptography course. This initiative is designed for industry professionals who are beginners in the field. The course intends to offer a comprehensive exploration of critical topics including: - Public-key cryptography - Symmetric-key cryptography - Cryptanalysis You Can Check the website at "" , the course costs "1388.33$" , use Discount Code "FREELANCERMARK13" while marketing for 5% off , each sale you successfully land you will receive 100$ after providing me with the screenshot from the email that the customer receive after paying Ideal candidates for this marketing project should have: - Knowledge of the professional marketplace - Experience advertising education...

    $8628 (Avg Bid)
    $8628 Snittbud
    6 bud
    Django Developer Needed Urgently 6 dagar left
    VERIFIERAD

    I'm in immediate need of a Python Django developer. Even though the specific tasks were not outlined, experience in database management, user authentication, and API integration would be advantageous. Whether you have front-end development experience is not crucial, but it could be a plus. The purpose of the Django project has not been specified, but skills that cater to building a website, creating web applications, or backend development for an existing project could be beneficial. Please detail your previous experience, as it is the deciding factor for this job.

    $14 / hr (Avg Bid)
    $14 / hr Snittbud
    70 bud

    As a Python Developer with less than a year of experience, I've been actively involved in web development and data analysis. I have particularly worked with Django and Pandas frameworks. I'm now seeking new opportunities where I can further develop my skills, work with experienced professionals, and make meaningful contributions to projects, especially in the web development and data analysis space. Ideal candidates for this project should: - Have a good understanding of Python and its frameworks (Django, Pandas) - Be able to provide guidance and mentorship for a less experienced developer - Have previous experience in web development and data analysis - Be supportive and open to new ideas and approaches

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    8 bud
    Web Scrapping 6 dagar left
    VERIFIERAD

    We are looking for a freelancer with strong web scraping experience for an exciting and challenging project. We need to gather specific data from multiple online sources and transform it into useful, structured information for analysis. Responsibilities: Utilize web scraping techniques to extract data from selected websites. Automate the extraction process to ensure accuracy and efficiency. Clean and structure the collected data into readable and usable formats. Integrate the extracted data into a database or spreadsheet as needed. Collaborate with our team to understand specific requirements and ensure the quality of the obtained data. Requirements: Demonstrable experience in web scraping using tools like Python (Beautiful Soup, Scrapy), Selenium, etc. Solid...

    $32 (Avg Bid)
    $32 Snittbud
    30 bud

    I need a proficient Linux developer with a solid understanding of networking and security, and expertise in scripting languages like Bash or Python. The primary task will be troubleshooting and optimizing existing Linux systems. Also, superior skills in server administration and deployment are a requisite for this role. As the project unfolds, communication is critical, but I haven't decided on a reporting frequency at this point. Please provide suggestions on what you've found effective in your experience.

    $13 / hr (Avg Bid)
    $13 / hr Snittbud
    6 bud
    Qt Designer for Python 6 dagar left
    VERIFIERAD

    Hello, i have python codes that fetchs some data.i need someone have experience in qt designer to create the win form To show the data as required some in lables and some tables and need the design visually so we can easly edit in future Will explain the required design privately sharescreen in anydesk..

    $26 (Avg Bid)
    $26 Snittbud
    9 bud

    I'm in need of an expert in Python, HTML and JavaScript programming. I am working on a project that involves developing a software tool. Key tasks involve: - Python programming - HTML development - JavaScript programming The main goal is to develop a high-functioning software tool. The ideal candidate should have expert level experience in all three programming languages. Your proven track record and portfolio of similar projects will help you stand out. This meticulously demanding job needs the best of the best. I am counting on your commitment to detail and your cutting-edge proficiency to produce a highly reliable software tool.

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

    I'm seeking an experienced marketeer to help promote my Cryptography course. This initiative is designed for industry professionals who are beginners in the field. The course intends to offer a comprehensive exploration of critical topics including: - Public-key cryptography - Symmetric-key cryptography - Cryptanalysis You Can Check the website at "" , the course costs "1388.33$" , use Discount Code "FREELANCERMARK13" while marketing for 5% off , each sale you successfully land you will receive 100$ after providing me with the screenshot from the email that the customer receive after paying Ideal candidates for this marketing project should have: - Knowledge of the professional marketplace - Experience advertising education...

    $19160 (Avg Bid)
    $19160 Snittbud
    5 bud

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the fra...

    $76 (Avg Bid)
    $76 Snittbud
    9 bud

    ...creating a Python script that can dial a number through a VoIP service using the VCDial setup I have. The code should also play a pre-recorded message when the call is connected. The operating system I am using is Windows. Key Requirements: - Develop a Python script that can interact with the VCDial setup for dialing numbers. - Integrate the functionality to play a pre-recorded message once the call connects. - Ensure the script can run smoothly on a Windows environment. Ideal Freelancer: - Proficient in Python programming, with experience in telephony and VoIP setups. - Familiar with VCDial or similar systems. - Able to work effectively on Windows OS. - Prior experience in creating automated call systems or call centers would be a plus. My budget is not ...

    $84 (Avg Bid)
    $84 Snittbud
    8 bud

    I'm seeking an experienced marketeer to help promote my Cryptography course. This initiative is designed for industry professionals who are beginners in the field. The course intends to offer a comprehensive exploration of critical topics including: - Public-key cryptography - Symmetric-key cryptography - Cryptanalysis You Can Check the website at "" , the course costs "1388.33$" , use Discount Code "FREELANCERMARK13" while marketing for 5% off , each sale you successfully land you will receive 100$ after providing me with the screenshot from the email that the customer receive after paying Ideal candidates for this marketing project should have: - Knowledge of the professional marketplace - Experience advertising education...

    $50000 (Avg Bid)
    $50000 Snittbud
    2 bud

    ...critical for the success of our subsequent modeling efforts. The challenge lies in acquiring as much relevant data as possible for accurate predictions. Project Scope: 1. Preparation Stage: The freelancer will be responsible for identifying and researching all available sources of space debris data, both free and paid. This includes a comprehensive evaluation of data providers to ensure the data's relevance and quality. The output at this stage will be an Excel table summarizing the research, which will include provider names, links to data or registration, pricing (if it is a paid source), additional requirements from the provider, and descriptions of the data. We anticipate identifying up to 10 data providers. 2. Evaluation and Registration: We will...

    $4334 (Avg Bid)
    $4334 Snittbud
    19 bud

    ( Only Indian ) Please help with the good quality profiles on the below shared requirement . Skills Required - Python , ReactJs and AWS ( For Technical Lead – Team lead experience required ) Experience – Lead – 9-+ years – 6-9 Years NP – Immediate – 10 Days Job Description As a Tech Lead, you will have key responsibility for the critical tech design and architecture decisions for your team. It is your responsibility to drive projects forward, mentor junior team members, ensure alignment with the company’s overall architectural direction, and contribute to continuous improvement initiatives. By delivering innovative and reliable software, you will contribute to the success of our organization and make a meaningful imp...

    $1157 (Avg Bid)
    $1157 Snittbud
    23 bud

    I'm seeking an experienced marketeer to help promote my Cryptography course. This initiative is designed for industry professionals who are beginners in the field. The course intends to offer a comprehensive exploration of critical topics including: - Public-key cryptography - Symmetric-key cryptography - Cryptanalysis You Can Check the website at "" , the course costs "1388.33$" , use Discount Code "FREELANCERMARK13" while marketing for 5% off , each sale you successfully land you will receive 100$ Ideal candidates for this marketing project should have: - Knowledge of the professional marketplace - Experience advertising educational initiatives - Familiarity with the field of cryptography Your role will involve strategy ...

    $50000 (Avg Bid)
    $50000 Snittbud
    4 bud

    I'm seeking a skilled HubSpot professional to provide me with training. Although I'm a beginner, I'm eager to get up to speed on Marketing and Sales Hubs. My primary goals for using HubSpot are to enhance our lead generation, customer relationship management, and sales pipeline management. Key Requirements: - Strong experience with HubSpot, specifically Marketing and Sales Hubs. - Prior training experience, especially with beginners. - Ability to tailor the training to my goals. Your responsibility will be to provide clear, engaging, and actionable instruction to help me utilize Hubspot effectively. You should be patient, good at explaining complex concepts simply, and able to adapt to my pace and learning style. A background in marketing automation and CRM...

    $50 (Avg Bid)
    $50 Snittbud
    2 bud

    I am seeking an experienced Django and Python developer to assist with the development of a large-scale social media platform. This exciting project will be based on a reasonable monthly salary, with a requirement that your screen be shared during work hours for collaboration purposes. Your role will involve: Key Skills and Experience: - Expertise in Django and Python. - Prior experience with GraphQL. - Solid understanding of modern, minimalist user interfaces. - Experience in social media platform development would be advantageous. As for the user interface, I am leaning towards a minimalistic and modern design. This project promises to be challenging and rewarding, perfect for a motivated, and talented developer like you.

    $1216 (Avg Bid)
    $1216 Snittbud
    28 bud

    I'm seeking a knowledgeable professional to create an engaging, high-quality video course about technology. The course should be tailored t...key software development areas such as code writing and debugging, system design, and software testing. • The content should be geared towards an intermediate understanding, hence prior experience in teaching or tutoring at this level would be beneficial. Certifications and Skills Needed • Test-driven development • Knowledge in various software development languages (PHP, HTML, REACT, Java, Python, C++, etc.) • Excellent technical writing and communication skills • Experience in creating educational content, particularly video courses • A good understanding of the e-learning industry • Excellent video...

    $48 (Avg Bid)
    $48 Snittbud
    6 bud

    I am seeking a talented Python developer to create a recommendation model. The scope involves mining unspecified data types for the model training. It should be noted that while the purpose of the model is to be determined, the data for the model training is in CSV format. Ideal Skills: - Expertise in Python. - Familiarity with recommendation algorithms. - Experience manipulating CSV data. Responsibilities: - Developing a flexible, adaptable recommendation model. - Importing and managing data from CSV files. - Advising on and utilizing appropriate algorithms depending on the eventual decision for the purpose of the model. DELIVERABLES Output Data Frame: Attribute Name | Ad 1 | Ad 2 | Ad 3 | Ad 4 | Ad 5 | Ad 6 | Ad 7 | Ad 8 | Ad 9 | Ad 10 ADDITIONAL I...

    $68 (Avg Bid)
    $68 Snittbud
    18 bud

    ...represents data in real-time using Python and Salesforce. This task will require: - Tracking and visualizing loan applications, sales revenue (interest income), and franchise performance among other metrics. - Representation of fintech franchise lender-related metrics such as concentration by brand, average loan amount across our portfolio, target brands, US state-wise brand distribution in our franchise portfolio. - Highlighting lead conversion rates and time intervals from application to funding and status updates on total applications, approvals, declines, and those pending. - Displaying data in the form of bar charts, line graphs, and pie charts for a comprehensive understanding and clean aesthetic, or as suggested. The perfect candidate will have experience in P...

    $541 (Avg Bid)
    Brådskande
    $541 Snittbud
    45 bud

    I am a php developer building api project on python , I need someone to assist me on project

    $171 (Avg Bid)
    $171 Snittbud
    14 bud

    I need a Python developer with a strong skill set in web scraping, database management, and video manipulation to create a code which can easily download videos from personal websites, save them to local web storage, and subsequently update values in an sqlite database. Detailed requirements are as follows: - Download videos specifically from personal websites. - Save videos internally for archiving purposes. - Saved videos should be in AVI format to maintain consistency. - Program should have a functionality of updating an sqlite database with relevant video details upon successful download. Ideal candidate should have a deep understanding of AVI video format handling as well as extensive experience interacting with an sqlite database using python. Familiarity ...

    $52 (Avg Bid)
    $52 Snittbud
    10 bud

    ...documents and images. Key Requirements: 1. Accessibility: Ensure the website is accessible across all major devices (desktops, tablets, smartphones) and mobile browsers. 2. User Interface (UI): Design an intuitive, visually appealing UI prioritizing ease of use, allowing users to quickly find and utilize desired features. 3. SEO Optimization: Implement best practices to optimize search engine ranking for relevant keywords related to PDF and image management. 4. Google Adsense Approval: Develop the platform in compliance with Google Adsense policies to facilitate potential ad placement approval. 5. Core PDF Functionalities: - Compress PDFs - Merge multiple PDFs - Split PDFs into separate documents - Sign PDF - Watermark Remover - Rotate PDF - HTML to PDF ...

    $740 (Avg Bid)
    $740 Snittbud
    103 bud
    React & Node Expert 6 dagar left
    VERIFIERAD

    Hello We need to create the simple web application integrated chatgpt api There are 3 screens only (login/signup, choose model, result pages) We will provide the figma design. Frontend: react Backend: node & python Database: postgre db it will be complete in 2 days, We will hire only freelancers, not agency. If you are good fit for this task, please bid with 'not agency' word. Thanks

    $57 (Avg Bid)
    $57 Snittbud
    66 bud

    ...software programmer who is proficient in Python, Java, and C++ to develop a small-scale software program primarily aimed at automating a specific task. The task itself is relatively simple, but the automation of it is critical to increase efficiency. Key aspects of the project: - The software program must be designed to automate a specific task. It's crucial that the programmer fully understands the task at hand to ensure a seamless integration of automation. - The scope of the project is small-scale, so the focus is on developing a functional, efficient automation solution. - Proficiency in Python, Java, and C++ is non-negotiable. The software is expected to be developed using these languages. Ideal skills and experience: - Proficiency in Python, Java, and...

    $106 (Avg Bid)
    $106 Snittbud
    35 bud

    I'm looking for a seasoned Python developer with a proven track record. This project demands expertise in advanced algorithms and special Python libraries. While I don't need user registration, login, search functionality, or a contact form, I still expect a high standard of coding. The ideal freelancer: - Has years of credible experience coding in Python; - Has displayed ability to employ advanced algorithms and certain Python libraries to build robust websites; - Can share samples of their past work in order to provide a visual representation of what they are capable of. Please ensure to attach a comprehensive portfolio of past Python projects when bidding. Showing me your subject matter expertise and past accomplishments will put you...

    $36 (Avg Bid)
    $36 Snittbud
    5 bud

    Good evening, I need help with a Python assignment and I also need programming tutorials in java, Python, mvc, php, Javascript, mysql, jQuery, html, css, asp.net, c#. The tutorials would be in Spanish. I need them as soon as possible.

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    27 bud