Python publish timelineJobb

Filter

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

    ...publishing targeted ads from our system to Facebook. Our system is based on a Java-environment, where we have a large number of job ads targeted to different groups stored in a database. It's some of these jobs we're looking to publish as Facebook ads, targeted at the correct audience (gender/age/region). This project can either be done as something you write in Java, which will be added as a module to our current system, publishing selected data to Facebook. Alternatively we'll provide and xml/json-file which contain the data we want published, which you publish to Facebook using the software of your choise. Either solution would satisfy us, and we're likely to follow your recommendation. If you have experience working with Google's AdWor...

    $1465 - $2930
    $1465 - $2930
    0 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    Das Ziel des Projekts ist die Entwicklung eines Blackjack-Spiels in Python. Das Spiel wird von einer Person gegen einen computergesteuerten Dealer gespielt. Es soll eine grafische Oberfläche und Geldeinsätze enthalten. Zur Dokumentation wird ein Projektbericht geschrieben. Hier werden alle Arbeitsschritte dokumentiert und reflektiert. Die verschiedenen Code Blöcke werden kommentiert, um seine Funktionsweise besser zu erklären. Eine kurze Anleitung erklärt dem Benutzer, wie das Spiel gespielt wird

    $154 (Avg Bid)
    $154 Snittbud
    4 bud

    I am in need of a developer who can assist me in converting my existing Flask API into an Assistant GPT openai. The ideal candidate will be skilled in Python and GPTs Assistant and have a proficient understanding of Flask APIs. As the project involves converting the API into an Assistant GPT, experience with AI and NLP models will be a huge plus. Please note that there was a technical error in the questions, hence the repeated skips. It is highly important that the converted system maintains the functionalities of the original API while being able to run as an Assistant GPT.

    $33 (Avg Bid)
    $33 Snittbud
    6 bud
    Case Study 6 dagar left

    I'm in need of a skilled professional who can produce a high-quality case study report focusing on marketing strategies within the retail industry. Key Deliverables: - Thorough Analysis: The case study should delve into various effective marketing strategies within the retail sector, potentially highlighting particular successes and failures. - Practi...You should have a strong track record of creating engaging and insightful case studies. - Retail Marketing Expertise: A deep understanding of the retail sector and its marketing dynamics is crucial for this project. - Strategic Thinker: The ability to identify patterns and trends in marketing strategies and translate them into practical recommendations is key. Gurobi with Python, Anaconda: Is able to use Gurobi with python...

    $56 (Avg Bid)
    $56 Snittbud
    22 bud

    I'm looking for a talented web designer to create a professional and clean website for my IT company. The primary purpose of this site is to showcase our portfolio, so it needs to be visually appealing, easy to navigate, and optimized for lead generation. Key Deliverables: - A home page that grabs the visitor's attention and encourages them to explore further. - An 'About U...satisfied clients. The ideal candidate should be experienced in: - Web design, preferably with experience in creating websites for IT companies or tech startups. - UI/UX design, ensuring the site is user-friendly and intuitive. - SEO optimization and lead generation best practices. Please share your portfolio and tell me how you plan to approach this project. Your proposal should include a timeli...

    $162 (Avg Bid)
    $162 Snittbud
    160 bud

    I am seeking assistance with getting my paper published in a SCOPUS listed journal in diversifying areas of law . I have a preference for a particular type of journal, but I am open to suggestions. The desired timeline for publication is as soon as possible. Ideal Skills and Experience: - Knowledge and expertise in the diversifying areas of law - Experience with publishing papers in SCOPUS listed journals - Familiarity with different types of journals in the field of law - Ability to meet tight deadlines and work efficiently

    $82 (Avg Bid)
    $82 Snittbud
    6 bud

    **Job Description:** **Title:** Development and Implementation of an Outgoing Predictive Dialer System **Description:** We are seeking an experienced freelancer to develop and implement a robust...Salesforce, HubSpot). - Knowledge of cloud-based telephony solutions. - Strong understanding of call center operations and best practices. **Application Process:** Please submit your proposal including your relevant experience, a brief outline of your approach to developing the predictive dialer system, and any past projects that demonstrate your expertise in this area. Include your estimated timeline and cost for the project. We look forward to working with a talented freelancer who can help us enhance our call center operations with an efficient and reliable outgoing predictive dial...

    $1590 (Avg Bid)
    $1590 Snittbud
    25 bud

    I'm currently seeking a professional with extensive experience in structural engineering, especially older homes. My property is an 1890s house in Michigan requiring structure optimization for joist, rafter, and beam/collar tie to better withst...Be capable of designing and implementing robust structural supports. Being familiar with Michigan's weather conditions and how they impact a home's structure will be a plus. Your recommendations and solutions should effectively address and prevent any potential instability or damage. Please include any relevant experience, project estimates, and methodological approach in your bid. Completion timeline is flexible and can be negotiated based on your professional opinion and strategy. We value quality, precision, and sustaina...

    $455 (Avg Bid)
    $455 Snittbud
    30 bud

    I am seeking a proficient DevOps eng...out CI/CD pipeline with supporting infrastructure as Code (Kubernetes, Docker) - Manage code releases and updates with popular orchestration tools like : Jenkins , Ansible Ideal Skills: - Proficiency with AWS and Azure cloud platforms - Strong experience with CI/CD - Adeptness with Python, PowerShell programming or any other popular scripting language This job demands the candidate to have a sound understanding of cloud computing and CI/CD implementation, coupled with the ability to comfortably work with Python or other popular scripting languages like PowerShell. The selected consultant will have to train and mentor from A to Z how all steps are implemented The project plan is provided and reviewed by hired Freelancer to avoid any ...

    $1259 (Avg Bid)
    $1259 Snittbud
    26 bud

    I'm seeking professional help to rectify a problem with one of my programmes which is presently operational on a Windows 8.1 environment but doesn't launch on Windows 11. I'm not certain about the original coding language as I skipped that question, making it necessary for the freelancer to have adept skills in multiple languages, mainly in C++, Java, and Python. I'm also unsure about specific software or hardware dependencies that might be influencing the situation. However, the freelancer must have the expertise to identify and handle this potentiality. As for specific program functions, the user left a gap as well, so an experienced developer in generic software protocols and universal functions would be highly appreciated. However, the freelancer needs to...

    $1399 (Avg Bid)
    $1399 Snittbud
    45 bud

    I'm looking for a seasoned Python developer who can assist in two main areas: - Creation of PowerPoint presentation using a CSV data file - Automate the process via a public URL to upload the CSM file Creation of Powerpoint Presentation The CSV file will feature data-points in columns. A powerpoint presentation template will be provided for reference. The graphs and tables should be present as per the data-points present in CSV file. Automating the Process This is the secondary part of the job. Once we have are successfully able to convert a CSV data in PPT format, we should create a public secured link to upload the file. It should be auto-converted and file should be ready for download. The ideal candidate should be a proficient Python Developer with a solid unde...

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

    I'm in need of a skilled Python developer to create a custom Telegram bot for me. This bot will primarily focus on automated messaging. Key requirements: - (((meeting will be in person in Kuwait))) - The bot should be programmed in Python / any - It should be able to send automated messages - integrate payment gateway - Messages include, but aren't limited to, welcome messages for new users, notifications for updates, and reminders for appointments Please consider the following skills and experiences for this project: - Strong proficiency in Python, with a good understanding of its libraries and frameworks - Experience in developing Telegram bots specifically - A solid grasp of automation and scripting - Prior work with automated messaging systems - Ab...

    $464 (Avg Bid)
    $464 Snittbud
    42 bud

    We are looking for an experienced UI/UX designer to create an interactive design for our property management application using Figma. The application is intended to streamline property management operations, offering functionalities like task mana...with a strong portfolio showcasing similar projects. Skills: Proficiency in Figma, understanding of responsive design principles, and knowledge of current design trends. Communication: Strong communication skills, ability to take feedback constructively, and willingness to collaborate. How to Apply: Interested candidates should submit: Portfolio samples, especially any similar work. Proposed timeline and milestones. If you're someone with a passion for designing intuitive and engaging user experiences, I'd love to discuss t...

    $486 (Avg Bid)
    $486 Snittbud
    133 bud
    Instant Reports from Tax Website 6 dagar left
    VERIFIERAD

    ...from a tax website. This involves scrapping website using the provided credentials by the client, i am looking for getting the python code as i can run the code myself in the future or integrate it to another system. Key Requirements: - I need approximately 300 data points extracted. - The output for these data points should be organized into a PDF or Word. This project is about creating an automated system to generate instant reports about a company. Only difficulty is the website has drops downs to select the period involved and in those 300 data points actually many come from the same source. Ideal Skills and Experience: - Experience in web scraping (Python) - Proficient in creating PDF documents from extracted data - Adept at handling large amounts of data - Famili...

    $145 (Avg Bid)
    $145 Snittbud
    51 bud

    I urgently need an expert in C# to integrate my Point of Sale/Enterprise Resource Planning (POS/ERP) system ...(POS/ERP) system with QuickBooks Online. The goal is seamless syncing of different modules, including, but not limited to: - Customer Information - Inventory Status - Purchase History - Sales Records - Products, Categories, etc... Familiarity with QuickBooks Online APIs and proficiency in C# .net Core is imperative for this role. Past experience with similar projects will be highly valued. The timeline is urgent; I need this integration done ASAP. we already have a code we made integration with SAP Business One, we can share this code to have the fastest development, and also we have the code of a previous developer who made of Quickbooks so it would help to see how to...

    $154 (Avg Bid)
    $154 Snittbud
    20 bud

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $20 (Avg Bid)
    $20 Snittbud
    2 bud

    We are looking for a developer experienced in working with the Solana network and trading bots, with a mandatory requirement of being knowledgeable about the P...one view, allowing the user to check the total bonding curve of SOLs versus SOLs owned in the project. Implement a comment bot to automatically write comments on each project. Qualifications: Proven experience in developing trading bots. Strong understanding and experience with the Solana network. Familiarity with the Pumpfun platform is mandatory. Proficiency in programming languages such as Python, C++, or Java. Experience with trading APIs and platforms (e.g., REST, WebSocket, FIX protocol). Strong problem-solving skills and attention to detail. Ability to work independently and as part of a team. Excellent communicati...

    $1218 (Avg Bid)
    $1218 Snittbud
    43 bud

    Description: We are looking for a highly skilled and mo...technologies and integration is a plus. Prior experience with agile development methodologies. How to Apply: Please submit your proposal including: A brief introduction of yourself and your experience relevant to this project. Examples of previous projects or similar desktop applications you have developed. An outline of your approach to this project, including your development process and timeline. Your availability. Any additional skills or experiences that make you a strong candidate for this role. We are excited to find a talented developer to join our team and bring this project to life. If you are passionate about web & desktop application development and meet the requirements above, we would love to hear from y...

    $81 (Avg Bid)
    $81 Snittbud
    9 bud

    i need to creat a mobile app with sign in a'd sign up + 3 pages: 1 where i can publish daily trading signals 2 a tutorial with image a d text 3 an api news where ppl can check daymily economical and financial news 1st page must be like showing i the screen shot

    $170 (Avg Bid)
    $170 Snittbud
    19 bud

    I'm in need of a skilled WordPress plugin developer who can create a Wo...in need of a skilled WordPress plugin developer who can create a WordPress plugin for me. The plugin will be used to integrate Gravity Forms with our custom SaaS CRM. Key Requirements: - Integration of Gravity Forms with a custom SaaS CRM: The plugin should seamlessly connect the data collected from Gravity Forms to our custom CRM system - Urgent Timeline: I need this project done ASAP, so I'm looking for someone who can commit to this timeline Ideal Skills and Experience: - Proven experience in WordPress plugin development - Strong knowledge in integrating WordPress with external systems - Familiarity with Gravity Forms and CRM systems. It's beneficial if you have worked with custom C...

    $96 (Avg Bid)
    $96 Snittbud
    64 bud

    ...72-01 Queens Blvd, Woodside, NY 11377, USA Photography Focus: Building exterior, architectural details. High-resolution digital images A minimum of 20-30 photos covering various angles and perspectives.. Deliverables: High-resolution images RAW formats. ( No edited needed just RAW formats ) HDR bracketing of each shot. Full rights for the use of images in marketing, web, and print materials. Timeline: Photographer Qualifications: Proven experience in architectural and real estate photography. A strong portfolio showcasing similar projects. High qulity camera and lens. ataching example in this link in special for 72-01 Queens Blvd I need whole building shot , Ataching file with reference....

    $184 (Avg Bid)
    Lokalt
    $184 Snittbud
    1 bud

    I'm in need of a skilled programmer who is adept in Python, Java, and C++. Your tasks will span database management, working with algorithms and data structures, and user interface design. Here's a further breakdown of the ideal skills and experience I'm looking for: - Programming skills: Proficient in Python, Java, and C++. Familiarity with various coding patterns and best practices. - Database management: Experience in handling large datasets, querying databases in an optimized manner, and ensuring the integrity and safety of the data. - Algorithms and Data Structures: Demonstrated understanding of algorithms and data structures. The ability to use this knowledge to solve problems efficiently is a must. - User Interface Design: Skills in creating intu...

    $23 (Avg Bid)
    $23 Snittbud
    14 bud

    I have a data in my excel sheet. They are from column A - J, 10 column, 4137 rows of data. The data are in mixed string format, which means all long text mentioning about their company. I need to do some data analysis. So i need help in doing NLP for those data to clean and filter the data. I need help in doing NLP for the data and provide me the python code use to do the analysis, I will need like the summaries of the text. For example, for column Funder Purpose the row contain info like "Since the business started, we have been fully relying on our internal fund. We plan to utilize this fund to support our working capital requirement and operating expenses. Based on our business growth progress, we are confident in our repayment capacity." I want the summary as "...

    $1102 (Avg Bid)
    $1102 Snittbud
    59 bud

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    $34 (Avg Bid)
    $34 Snittbud
    5 bud
    Virtual Assistant 6 dagar left

    Seeking an experienced and strategic virtual assistant with over 3 years of experience to join our growing team. This role is a longer-term role with an ability to grow within the group of brands we are building. Currently looking for someone with experience or great people management / communication skills. Requirements:...8:00pm-4:00am (MDT) Type: I-9 Contractor Must sign NDA Random audits performed Check ins daily and weekly with team Start date: Immediately after hire Responsibilities: All chatter roles responsibilities. Pay: Hourly, but for the right person who, there are opportunities for additional bonuses and commission (based on quality of work, long-term dedication to the company, and performance) Training timeline: 2 weeks with reduced pay Please reply with the wor...

    $975 (Avg Bid)
    $975 Snittbud
    41 bud

    I'm in need of a proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in generating Windows e...

    $28 (Avg Bid)
    $28 Snittbud
    23 bud

    I'm looking for a Microsoft Power Platform expert to help me package and publish a comprehensive PowerApps solution on AppSource. The primary goal for this project is to showcase innovation. Key Components: - Canvas app - Component library - Power Automate flows - Environment variables - Connection references Required Application Information: Freelancers interested in this project should provide a brief description of their relevant experience and knowledge. Ideal Skills and Experience: - Microsoft Power Platform and Dataverse Expertise - C# and .NET Development - Package Deployer Tool Proficiency - Power Apps CLI and Visual Studio Code - Experience with Dynamics 365 SDK - Previous experience in publishing PowerApps solutions on AppSource - Ability to work with canvas apps...

    $587 (Avg Bid)
    $587 Snittbud
    26 bud

    ...enhanced communication. - A secure payment gateway offering an effortless checkout process for users. - Implementation of video and study material storage facilities. - Live classes integration providing real-time learning experiences. Study Material Details: - Incorporation of text files, video lectures, and interactive quizzes for a well-rounded learning experience. The project offers a strict timeline, hoping to complete within 1 month. Ideal freelancers should have experience in educational website designs, full-stack development, as well as the storage and streaming of multimedia content. Proficiency in using interactive elements on the landing page is a must, and a portfolio demonstrating these skills is highly appreciated. The budget for this is 20k but we are open&n...

    $257 (Avg Bid)
    $257 Snittbud
    15 bud

    ...GUI interface, currently built on the MATLAB compiler, into a Python application. The source code for SPM12 is available at SPM12 GitHub repository Objectives: • Translate the entire SPM12 codebase from MATLAB to Python while maintaining functionality. • Develop a Python-based GUI that replicates the current MATLAB interface. • Ensure the converted application integrates well with Python scientific computing stacks. Key Deliverables: • A fully functional Python version of SPM12. • Source code with comments and documentation. • A user guide for the Python-based GUI. Skills Required: • Proficiency in MATLAB and Python programming languages. • Experience with GUI development in Pyth...

    $83 (Avg Bid)
    $83 Snittbud
    8 bud