Python vulkan tutorialJobb

Filter

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

    I'm currently encountering issues with my Python code which is being used for machine learning and natural language processing tasks. More specifically, the problems lie around syntax and logic errors. The ideal freelancer for this task is someone who has a wealth of experience in troubleshooting and resolving code issues within a TensorFlow and keras environment. If this sounds like a task that you're well equipped for, I'd love to hear from you. - Job Role: - Identify and correct syntax errors in Python code - Locate and fix logic errors within the code - Skill Requirements: - Extensive experience with TensorFlow , keras - Strong Python coding skills - Expertise in machine learning and NLP - Proven problem-solving abilit...

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

    I'm looking for a talented Full Stack Developer to connect a frontend to a ChatGPT-enabled backend for an education-focused application. Your primary responsibilities will include: - Frontend Development: - I'd like the frontend to be developed using JavaScript, Python, and HTML/CSS. The design should be a blend of modern and minimalistic along with colorful and vibrant elements. - The UX/UI should be intuitive, professional, and engaging for users. - Backend Development: - The backend should feature ChatGPT for comprehensive handling of educational documentation and reports. - Key backend functionalities should include: - User authentication and authorization: Implement a robust system that ensures secure and personalized access for different user ...

    $499 (Avg Bid)
    $499 Snittbud
    97 bud

    ...Additionally, it should suggest profitable betting strategies based on its predictions. Key Requirements: - Develop a machine learning model that can predict horse racing outcomes. - Utilize historical data, horse performance statistics, and weather conditions. - Suggest betting strategies that have proven to be successful. - Fully integrate the model into Discord. Programming Skills: - Proficiency in Python is a must for implementing the machine learning model. Experience: - Prior experience in developing machine learning models for sports events or betting is highly desirable. - Familiarity with horse racing data and analysis will be an added advantage. This is a unique opportunity for a talented individual to create a cutting-edge product at the intersection of sports, da...

    $27 (Avg Bid)
    $27 Snittbud
    8 bud

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

    Framhäv Brådskande Försegla

    Estou em busca de um desenvolvedor Python experiente para um projeto que envolve a integração do WhatsApp com o ChatGPT da OpenAI. O objetivo é criar um bot que permita comunicações fluidas e traduções em tempo real entre inglês e português, utilizando as APIs do Twilio e OpenAI. Responsabilidades: Integrar a API do WhatsApp via Twilio com a API do ChatGPT. Implementar funcionalidades de tradução e correção de texto em tempo real. Requisitos: Experiência prévia com as APIs do Twilio e OpenAI será considerada uma vantagem. Capacidade de escrever código limpo e bem documentado. Excelente habilidade de resolver problemas e de comunicação.

    $201 (Avg Bid)
    $201 Snittbud
    9 bud

    i need someone who is a cs graduate , have knowledge with algorithm subject , and someone who did alot of project , i need someone to help me with the project the dead line of this project is at 22 may .

    $157 (Avg Bid)
    $157 Snittbud
    45 bud

    I'm looking for a skilled Python programmer with experience in data analysis and route optimization. The main goal of the project is to create a method to develop a route optimization system for navigating between various locations. Key Tasks: - Create a method for data analysis - Develop a route optimization system The route optimization system should focus on finding the shortest path between the multiple stops. Ideal Skills: - Proficiency in Python - Strong background in data analysis - Experience in developing route optimization systems, especially focusing on the shortest path - Familiarity with tools and libraries used in data processing and route optimization - Excellent problem-solving skills I'm looking for someone who can take ownership of this proje...

    $160 (Avg Bid)
    $160 Snittbud
    39 bud

    ...múltiples canales, incluyendo voz, texto y gestos, para ofrecer una experiencia de usuario versátil y accesible. Análisis de Datos: Se implementará un sistema de análisis de datos para recopilar y analizar la información sobre las interacciones de los usuarios, con el fin de mejorar continuamente la precisión y la eficacia del asistente virtual. Tecnologías Utilizadas: Lenguajes de Programación: Python, JavaScript, entre otros según las necesidades del proyecto. Frameworks de Desarrollo: TensorFlow, PyTorch, Dialogflow, entre otros. Tecnologías de Procesamiento del Lenguaje Natural (NLP) y Reconocimiento de Voz. Herramientas de Desarrollo de Interfaces de Usuario (ui/ux). Objetivos del Proyecto: Dise&...

    $272 - $815
    Framhäv
    $272 - $815
    0 bud

    Jazba AI looking for Fullstack developer/AI developers/Blockchain developers who can build me a cutting-edge Web3 marketplace, integrated with AI capabilities, to cater for a broad spectrum of users. Key Skills & Experience: - Proficiency in Python, Angular.JS, , and experience in Machine Learning and AI. - Knowledge of Blockchain technologies like Solana and Ethereum. - Experience with Smart contract integration, Decentralized storage, and Tokenization of assets. - Ability to implement Generative AI and integrate with ChatGPT 4.0. - Proficiency in Third-Party Integrations like CRM, Lead Generation, Social Media, and Slack. - Previous experience with Android and iOS integration will be beneficial. The marketplace should be designed with the following features: - Smart contract...

    $2530 (Avg Bid)
    $2530 Snittbud
    69 bud
    Website Data Scraping to Excel 6 dagar left
    VERIFIERAD

    I need assistance with scraping data from a website and delivering it in an Excel file. The specifics of the project are as follows: I am looking for a person who will conduct scraping sessions for our business on a regular basis. Desired skills are knowledge of screen-scraper software, sql, Someone with Python knowledge will be better. Willing to follow instructions. Not cramped up with other jobs or other side hustles. Need to have solid internet connection. Expected work takes 5-10 hours per week, once fully trained. Must be responsible. Able to accept PayPal. - The source of the data is a website. This means the freelancer needs to have experience in web scraping. - The data should be delivered in an Excel file. Proficiency in handling and formatting data into Excel is a mu...

    $427 (Avg Bid)
    $427 Snittbud
    121 bud

    ...to create a seamless and intuitive user interface. - Test and optimize the system for various devices and network conditions. Requirements: - Proven experience in real-time communication software development. - Strong background in audio processing, preferably with experience in speech recognition technologies. - Proficient in programming languages suitable for backend development (e.g., Python, Java, C++). - Experience with cloud services (AWS, Google Cloud, Azure) and their speech API integrations. - Knowledge of front-end technologies (JavaScript, React.js) is a plus. - Excellent problem-solving skills and attention to detail. - Strong communication and collaboration abilities. How to Apply: Please submit your resume, portfolio of relevant projects, and a brief ...

    $34 / hr (Avg Bid)
    $34 / hr Snittbud
    52 bud

    Python and Angular Developers Needed for Small-Scale Project Skills Required: - Proficiency in Python and Angular - Knowledge of Python frameworks such as FastAPI - Experience in front-end development using Angular - Strong understanding of HTML, CSS, and JavaScript Project Scope: - The project is a small-scale application development - It involves creating a web application using Python and Angular - The application will have basic functionality and features Timeline: - The project does not have a specific deadline - The developer can work at their own pace and availability Requirements: - Must have prior experience in Python and Angular development - Ability to work independently and deliver high-quality code - Good communication skills and ability ...

    $87 (Avg Bid)
    $87 Snittbud
    8 bud

    I'm launching a project that requires the use of pycalphad, a Python library, to calculate tip velocity and the radius of the tip using Ivantsov equations. Specifically, the task involves: - Writing Python code in line with a model system I will provide details on. - Working with data that needs to be collected, since I have none pre-existing. While I expect you to have an innate ability to adapt and figure out where and how to source the required data, I am willing to provide assistance as needed. Ideal skills and experience for this job: - Proficient in using Python, specifically the pycalphad library. - Experience with Ivantsov equations and knowledge on tip velocity/radius calculations. - Proven experience in data gathering, particularly for scientific or ma...

    $176 (Avg Bid)
    $176 Snittbud
    3 bud

    ...mind for the LED display, so I'm open to creative suggestions. It would be great if the design can enhance the user experience and make the game more engaging. - **Programming Language:** I'd prefer the game to be developed using Python. Please ensure you're proficient with Python and can create a smooth and efficient game. - **Control Mechanism:** I'll need the game to be controlled via a web interface that's accessible through a network. This is essential for user interaction and convenience. Ideal skills and experience for this project include: - Proficiency in Python - Experience working with Raspberry Pi - Knowledge of web interfaces and networking If you're confident in your ability to deliver this project to a high standard, pl...

    $23 (Avg Bid)
    $23 Snittbud
    10 bud

    I'm looking to develop an algo tradin...their trading strategies, facilitating efficient and timely trading. The platform will primarily support stocks and Forex trading, so experience in dealing with these markets and their corresponding instruments is crucial. The ability to develop and integrate APIs for real-time data feeds and trading execution will also be highly beneficial. Proficiency in relevant programming languages (such as Python, Java, or C++) is essential for the successful implementation of this project. If you have experience in developing algo trading platforms and are confident in your ability to deliver a high-quality, tailored solution, please reach out. Your expertise will be pivotal in ensuring the platform's effectiveness in the Indian and US stoc...

    $4094 (Avg Bid)
    $4094 Snittbud
    46 bud

    Seeking a seasoned and versatile full stack developer who can double up as a graphic designer for a series of ongoing web design projects. The ideal candidate should b...candidate should be able to adopt a minimalistic, modern design style. Key Responsibilities: - Develop and maintain a range of informational/content-based websites - Implement responsive web designs that ensure optimal user experience across all devices Ideal Skills & Experience: - Proven experience as a full stack developer - Strong background in web development, including HTML/CSS, JavaScript and Python - Proficiency in graphic design tools such as Adobe Creative Suite - A keen eye for design and aesthetics, particularly in minimalistic, modern styles - Prior experience with informational/content-based webs...

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

    Hello, I have my Python/Django site hosted on PythonAnywhere and it's facing a NET::ERR_CERT_DATE_INVALID issue. Website : I would appreciate someone help to troubleshoot this issue and fix the NET::ERR_CERT_DATE_INVALID error, ensuring that the SSL/TLS certificate is correctly set up. - Website troubleshooting and error resolution - SSL/TLS certificate configuration. Thanks in advance !

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

    ...need of a proof of concept (POC) for a gemini API integration for species identification. I am looking for someone with expertise in Python and API integration, who can help me with this initial phase of development. Key requirements: - Experience with Python: The integration should be done using Python, so experience with this language is a must. - API Integration: You need to be comfortable working with APIs and handling requests and responses. - Proof of Concept: The end result should be a working POC that demonstrates the successful integration of the Gemini API for species identification. Ideal skills and experience for the job: - Proficiency in Python - Experience with API integrations - Knowledge of gemini API or similar APIs would be a plus This pr...

    $373 (Avg Bid)
    $373 Snittbud
    16 bud

    I need a Python developer to create a tool for me that can convert different file formats. Although I did not specify the particular formats, I am looking to convert at least two different formats. The tool should have a user-friendly interface and be able to handle these conversions seamlessly. Ideal skills and experience for this job include: - Proficiency in Python - Experience in creating file conversion tools - Knowledge of different file formats - Strong problem-solving skills - Ability to create a user-friendly interface - Understanding of data handling and manipulation Complete details will be provided to shortlisted candidates.

    $147 (Avg Bid)
    $147 Snittbud
    22 bud

    I'm in need of a skilled Python developer with knowledge of RAG and Chainlit to create an AI-powered chatbot. - Specific Tasks: - Develop an interactive chatbot to be used by customers - Implement RAG and Chainlit concepts to enhance the chatbot's capabilities - Ensure the chatbot can handle a variety of interactions and provide accurate information - Integrate the chatbot seamlessly into our systems and platforms - Desired Qualifications: - Proficiency in Python, particularly in relation to chatbot development - Expertise in RAG and Chainlit - Experience in creating chatbots with strong interactive capabilities The primary functionality for this chatbot will be answering frequently asked questions. The successful developer will need to be able...

    $12 (Avg Bid)
    $12 Snittbud
    10 bud
    Small update on app code -- 4 6 dagar left
    VERIFIERAD

    Small update to the android app. Change the payment gateway "cryptomus" to stripe. After that. Compile the code to obtain the apk version and an .aab version that will be used in the Google Play Store. In turn, upload the updated code to the app server. Send me the updated source code as well. The app is made on react Native, and the backend is Python. All the API's are made on Python. This may require modification in FrontEnd. in that case. You must be able to complete the project. Maximum budget $300

    $283 (Avg Bid)
    $283 Snittbud
    33 bud

    I am in need of a skilled professional in Lambda and Python to assist with the configuration of my Lambda function, optimize my Python code, and help me debug errors. Key tasks: - **Lambda Function Configuration:** I need help setting up my Lambda function correctly. - **Python Code Optimization:** I am using Python 3.x and require someone to optimize my code. - **Error Debugging:** I need assistance in finding and resolving errors in my Lambda function. Ideal candidate should: - Have prior experience with Lambda and Python. - Be comfortable working with Python 3.x. - Be adept at debugging and optimizing code. - Demonstrate strong problem-solving skills.

    $14 (Avg Bid)
    $14 Snittbud
    4 bud

    I'm in need of an experienced Python programmer to assist with ongoing tweaks and feature additions to my Interactive Brokers API-based applications. Phone support is required to flesh out ideas. Key Responsibilities: - Implement new features to enhance the existing codebase. - Ensure smooth integration of the new features. Ideal Skills and Experience: - Proficiency in Python programming. - Some experience working with the Interactive Brokers API a plus. - Ability to make ongoing tweaks and add new features. - Strong understanding of trading systems and portfolio management. Please note that this project involves working with a tight budget, so cost-effective solutions are highly preferred.

    $9 / hr (Avg Bid)
    $9 / hr Snittbud
    24 bud

    I'm looking for a skilled web developer to create a platform where I can share my how-to videos and users can purchase access to them for a limited time. Once their access expires, they should not be able to view the tutorial anymore. Video must not be downloadable If you will require more than $200 please don’t bid. Lowest bid gets the work Key Features: - Video Hosting: Implement a secure and reliable way to host my video content on the website. - Limited-Time Access: Set up a system that allows users to purchase access to the videos for a specific period, after which their access will be revoked. - User Registration: Implement a simple user registration system that enables users to create accounts on the platform. - Payment Integration: Integrate Credit/Debit Cards ...

    $165 (Avg Bid)
    $165 Snittbud
    76 bud

    ...Middle East/GCC countries. # Scalability: The scraper should be able to handle a large volume of job listings from multiple sources without performance issues. # Scheduled Scraping: Optional feature to schedule regular job scraping tasks to keep the data up-to-date. Ideal candidates for this project should have: - Experience in web scraping - Proficient in various programming languages such as Python, JavaScript, etc. - Familiarity with job hunting platforms like LinkedIn, Indeed, Monster, Google jobs, Naukrigulf - Strong understanding of data extraction, data processing, and data storage - Ability to present data in a user-friendly and easily accessible format The goal is to create a robust, efficient, and user-friendly tool that streamlines the job search process. If you h...

    $306 (Avg Bid)
    $306 Snittbud
    21 bud

    I'm seeking an expert Python Django developer to work on an ERP system for a lubricant oil manufacturing business. The main aim is to improve efficiency through exquisite control and management of different sectors. Key Features: - Inventory management - Sales tracking - Production planning - Finance handling - Logistics User Access: - The system must provide different access control for each department, allowing for optimal rights distribution and responsive control. The ideal freelancer will have proven experience in Python Django and a keen understanding of ERP systems in the manufacturing sector. Expertise in sector-specific challenges such as inventory management, sales tracking, and production planning is highly desirable.

    $1200 (Avg Bid)
    $1200 Snittbud
    79 bud

    I'm currently using a Python scraping bot for my project, but I need to make some adjustments. Key Requirements: - The primary modification involves segmenting the scraped data by day. To achieve this, I would like to have a timestamp column added that differentiates data on a daily basis. This will allow me to have a better understanding of the data collected each day. Your Proposal: In your application, please provide a detailed project proposal. I'm interested in freelancers who can clearly articulate how they will approach this task and ensure its successful implementation. Ideal Skills and Experience: - Proven experience in Python scraping bot modification - Familiarity with data segmentation and timestamping

    $157 (Avg Bid)
    $157 Snittbud
    49 bud

    ...call stats for each user of 3CX - Help create accurate reports in Odoo from sales, google ads, integration to Stripe payments, able to refund payments from witin Odoo for admin users/specific roles - Setup reports and dashboards that give insight into business and KPIs - The selected freelancer should have significant expertise in customizing Odoo's to fit a specific need. - Thorough knowledge of Python and Odoo Framework is required to undertake this task. - Develop custom module if needed Therefore, the ideal freelancer should have extensive experience in the domain of Odoo customization, demonstrating a good understanding of the relations between different Odoo modules, especially Odoo Studio, Helpdesk, Sales and CRM. Setting up automations, notifications, reminders, etc...

    $12 / hr (Avg Bid)
    $12 / hr Snittbud
    13 bud
    AWS DataEngineer required -- 2 6 dagar left
    VERIFIERAD

    A business-centric, data-oriented, and analytical mindset. Comprehensive knowledge of data science concepts and disciplines. Knowledge of enterprise information management processes and methodologies. Skills in database design, data security, and data lifecycle management (i.e., gathering, cleansing, publishing, archiving, back-up and recovery, and purging) for large enterpris...data warehousing and governance. Practical experience in enabling data usability, availability, and efficiency. Experience in data management, quality, metadata management, and modeling. Knowledge of database systems: MS SQL Server, Oracle, or another commercial RDBMS required, Snowflake, or other non-relational database desired. Knowledge of SQL. Experience with scripting languages, especially Python, and P...

    $292 (Avg Bid)
    $292 Snittbud
    6 bud

    I'm in need of a skilled developer who is experienced with inventory management systems, report production, analytics, user access control, and Windows-based applications. This job involves maintenance of a warranty return tracking software, with specific attention to: - Inventory management: Ensuring that the software e...software is to track and manage warranty returns effectively. Ideally, you should have previous experience in software creation and maintenance for tracking and managing products. The purpose of this project would be Bug fixing and improvement of the software tool already existing. Required: Experience with ER Models architecture Experience with MS SQL server 2017 express as DBMS Experience with Python 3.8.3 and Tkinter GUI toolkit Experience with Powe...

    $8453 (Avg Bid)
    $8453 Snittbud
    55 bud