Odoo module in pythonJobb
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...
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.
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.
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.
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.
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.
Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API
sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go
Jag vill fixa till en webbsida Pandas Python django
...someone who has experience working with Facebook's API for advertising, who can help us automate the process of 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...
I need a service module which is connected to the costumer database, and the inventory database of products on our webpage. I want the module to perform the following: 1. The ability to create new costumers and to search for costumers which have already been created. We use this to when we want to create a new order of service, whenever a costumer wants a service to be done. 2. When a new costumer/order of service is created, the following input should be required: First & Lastname Social Security Number Adress Telephone Number E-mail We also want that every costumer who hands in their unit for service, receives a number for that service. That number is to be based on the last 4 digits in the social security number of that costumer. Ex. Soci...
Vi får in Excel-filer som vi önskar konvertera till XML för att kunna läsa in dem maskinellt i en programvara. Filen vi får in är på formen som Excelfilen som är bifogad. Den kan ha olika antal rader och alla rader skall infogas i XML-filen på formen som finns i XML-filen som är bifogad. Vissa av fälten i Excelfilen är konstanta och skall läggas i ett huvud i XML-filen medan de variabla skall läggas som datarader i XML:en på det sätt som är angivet i exemplen. Det är inte en nackdel om det går att göra detta med XSLT. I detta läget behöver fel inte hanteras. Du kommer att bli tilldelad ett Bitbucket-repository som skall användas för detta projek...
Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0
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
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&...
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...
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,
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,
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...
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...
Jag har pågående arbete relaterat till vårat tidigare projektpython programming'
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...
This project focuses on refining a pre-existing Python script designed to generate articles using the OpenRouter API. The script's primary functionality is already implemented, including creating a hierarchical outline and sending requests to the API for article generation. However, an issue has been identified in the final looping process, which requires debugging and modification. Existing Script Functionality: 1. Outline Creation: The script generates an outline in a hierarchical structure, formatted as follows: H2: Topic 1 H3: Subtopic 1.1 H4: Detail 1.1.1 H4: Detail 1.1.2 H3: Subtopic 1.2 H3: Subtopic 1.3 H2: Topic 2 H2: Topic 3 H3: Subtopic 3.1 H3: Subtopic 3.2 H3: Subtopic 3.3 H4: Detail 3.1.1 H4: Detail 3.1.2 H4: Detail 3.1.3 - Each H2 represents a prima...
I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can prov...
● Job Description: I'm looking for a highly skilled and experienced Senior Software Engineer to handle outsourcing project. The ideal candidate will have a strong background in building and managing cloud infrastructure for machine learning applications, following the MLOps model. This role is fully remote. I'm looking for an Asian developer who is willing to work across EST and PST hours. ● Key Responsibilities - Build and maintain scalable cloud infrastructure to support machine learning operations (MLOps). - Design, develop, and implement public and internal APIs. Create event-driven and streaming-based services for efficient data processing. - Develop and maintain batch data pipelines for machine learning on massive datasets. - Build tests and automate deployment pipe...
I'm looking for a proficient developer to create a...looking for a proficient developer to create a trading bot for Kucoin that operates on a one-second timeframe and can execute up to 6000 trades. The bot should perform automatic trading based on specific indicators that I'll provide. Ideal skills for this project include: - Experience in developing trading bots, particularly for cryptocurrency exchanges like Kucoin. - Strong understanding of trading indicators and strategies. - Proficiency in a suitable programming language for this task, preferably Python or JavaScript. - Ability to work with high-frequency trading systems. Please note that the programming language for the bot has not been specified, so the choice of language will depend on the develop...
...Name, age, gender, email, and password. Height and weight (to calculate BMI in the backend). Personal history of illnesses, Family history of illnesses (e.g., diabetes, heart disease). Enable secure login and account management, including password recovery. 2. Image-Based Meal Logging Image Upload: Users can upload images of their meals. The system identifies the dish using GPT4o and prompts for confirmation or manual input if needed. Follow-Up Questions: Ask predefined questions to refine meal details (e.g., serving size, sides, ingredients). Macronutrient and Micronutrient Tracking: Calculate and display nutritional details for each logged meal (e.g., calories, protein, fat, carbs, fiber, iron). Store meal logs in the user's account for daily tracking. 3. Recipe Sel...
We are seeking a skilled Python developer with expertise in web scraping to create a script that extracts product information from websites. The solution must be efficient, reliable, and capable of handling diverse website structures. Project Requirements: Domain Extraction: Start with a large array of email addresses and extract their respective domains. PDF Search: For each domain, search for downloadable product sheets in PDF format. HTML Product Extraction: If PDFs are unavailable, extract product information directly from the HTML content of the website. Robustness: Ensure the script is adaptable to handle varying formats and structures of product information across different websites. Desired Qualifications: Proven experience in Python web scrapi...
I'm seeking a professional skilled in Python and applied robotics. The primary focus of this project revolves around implementing machine learning algorithms. Key Responsibilities: - Develop and implement various machine learning algorithms, predominantly supervised and reinforcement learning. - Utilize Jupyter Notebook for Python to perform tasks like data preprocessing, model training and evaluation. Skills and Experience: - Extensive experience in Python, particularly in applied robotics. - Strong background and understanding in machine learning algorithms. - Proficiency in using Jupyter Notebook for data analysis and visualization. - Experience in model training and evaluation. Please note, the specifics of the mac...
I’m looking for an experienced automotive technician to complete the installation of my Compustar remote start kit in my 2011 Chevy Cruze. Important Details: I have already programmed the bypass module (iDatalink Blade-AL) myself, so this step is complete. The installation should include keyless entry and an alarm system setup. The kit is already purchased and ready for installation. Ideal Candidate: Proven experience with Compustar remote start systems installations. Skilled in integrating keyless entry and alarm systems. Strong understanding of automotive electrical systems and wiring. Detail-oriented to ensure the installation is safe, clean, and fully functional.
I'm seeking a skilled video editor to assist me with a corporate video that highlights a 12-week program/course. 12 Modules, between 20-40 slides each module. when the Slides are stitch together the videos are 20mins to 40mins long. Files originally created in loom but when downloading it picks up the whitenoise of my laptop fan which is want I want to get removed. I tried using descript but it removes some of the words even though they are in the transcript and original file. The videos will be uploaded to an education platform called Go High Level. Ideal Skills: - Proficiency in video editing software - Experience editing corporate videos - Ability to create engaging content - tech like Auphonic or similiar to remove whitenoise Potential freelancers...
I'm looking for a skilled professional to help me integrate multi-master redundancy for Postgres into my Python server. Ideally, you should have: - Extensive experience with Postgres and Python - Familiarity with multi-master redundancy systems - Ability to implement this in a seamless manner Please note that specific details regarding the setup and environment will be discussed in person before the project is assigned.
I'm looking for a professional who can convert my Python automation code into an executable file compatible with Windows, MacOS, and Linux. Key requirements: - Expertise in Python and experience with converting Python scripts to EXE files - Understanding of cross-platform compatibility issues and how to resolve them - Knowledge of the specific libraries my code uses and how to package them with the EXE The Python code includes automation tasks and relies on certain external libraries. It is vital that the converted EXE retains the full functionality of the original Python script. Please note, the ideal candidate for this project should be able to ensure that the EXE runs seamlessly across all three operating systems.
I'm looking for a skilled Python programmer who can help establish a connection between my YDLIDAR G6 and a Windows laptop via USB. Key tasks: - Python coding to connect the YDLIDAR G6 to a laptop - Ensuring smooth communication between the two devices Ideal skills: - Proficient in Python - Experience with YDLIDAR G6 This project is crucial for my future work with the LIDAR, so timely completion is highly appreciated.
I fix system issues using custom Python tools with an id called the power of Python to identify, troubleshoot, and resolve system issues efficiently. developing custom scripts and tools, I streamline the process of diagnosing problems in operating systems, applications, and networks, ensuring minimal downtime and optimal I Offer: Automated Diagnostics: Build Python scripts to analyze system logs, monitor performance metrics, and detect anomalies. Identify root causes of errors or crashes using data parsing and analysis tools like Pandas. Custom Troubleshooting Tools: Create interactive Python applications to test and debug specific system components (e.g., hardware checks, API response testers). Develop tools to manage system resources, monitor disk u...
...Zero 2 w remote PTZ camera. Web page to display video stream and PTZ controls on the right side. PTZ button lay out, compass style pan = left/right, tilt = up/down with a return to center button in the center of the directional control buttons and a vertical slider bar under the buttons for zoom 1X (100%) to 20X (200%). HTML to be re-sizable for multi page display on monitor (up to 4 RPi Zero 2 w remote cameras may be used at one time). A modern/tech appearance is desired for the page layout. Hardware description; Up to 4 Raspberry Pi Zero 2 W with 2 servos (pan/tilt) and a Raspberry Pi Camera Module 3 (NoIR or Standard) for the remote camera system. A Raspberry Pi 5 8GB running Raspberry Pi OS (full) will be used for a system hub to view and control the remote cameras. I...
...Project: Setting in the program where it is possible to store and change login information Website Spamzilla Login information and password Website Ubersuggest Login information and password When clicking on ”start to extract from Spamzilla” button following will happen Login to a Spamzilla Extract predefine filters and make them choicble in the program as a dropdown list When chosen a predefined filter the program began to extract data from the website and import it to Mac program numbers that the program creates with the filter name and date and time. (Thera are 27 columns fields in a table to import to the numbers Sheet) When clicking on ”start to extract from Spamzilla” button following will happen log in to Ubersuggest w...
I am looking for a WordPress expert to help me build a website for flight bookings with the following requirements: Search Module: API Integration: SEO-Friendly Pages: Custom API Requests: Website Development Requirements 1. Website Design Build a simple and clean-looking website similar to The design should focus on user simplicity and functionality, prioritizing performance and responsiveness. 2. Search Module with Calendar Implement a search module with a calendar feature similar to The calendar should display prices for flights on different days. 3. API Integration Use the Skyscanner API from RapidAPI: Integrate the API to allow flight searches and price retrieval based on user inputs (e.g
I'm looking for a sk...The platform needs to be integrated with the Razorpay payment gateway for safe and reliable transactions. - Two-factor Authentication: An additional layer of security to ensure user safety. Technologies: - The platform should be built using modern web technologies including HTML, CSS, JavaScript, Bootstrap, Python (Django), and MySQL, ensuring a responsive and visually pleasing interface. Ideal Skills and Experience: - Proven experience in developing e-commerce platforms. - Proficiency in the mentioned web technologies. - Understanding of UI/UX principles. - Experience with Razorpay integration and implementing two-factor authentication. Your expertise will greatly contribute to simplifying online shopping and ensuring a secure and enjoya...
I'm looking for a developer who has already worked with this script (zcart) I am using the zcart theme. attached link link theme: payment gateways for smooth transactions. Must include that the user can subscribe to an article that I will put up for sale. This item must be configurable as a subscription sale only. This subscription must be unique and different from the subscription that enables customers to purchase. This module works with all additional modules without creating any conflicts. including the Local Subscription module for suppliers. The second task is the integration of my payment gateway (Spain) in the marketplace. I attach the link.
I'm looking for a web application for a job portal, developed in Python's Django framework with a MySQL database. This will be for my college project, so it needs to be functional, clear, and well-structured. The portal should cater to job domains including tech, gigs, and freelancers, with job categories such as part-time, full-time, and on-field. Key Requirements: - Support for three user roles: Job Seekers, Employers, and Administrators. - Integration of social media login with Google specifically. - Use of Django and MySQL for a robust backend. Ideal Skills and Experience: - Proven experience in Python and Django framework. - Proficiency in MySQL database management. - Prior projects involving job portals would be an advantage. - Experience integ...
...lebih lanjut tentang ide-ide proyek AI: --- 1. Chatbot AI Deskripsi: Chatbot AI adalah program komputer yang mensimulasikan percakapan manusia. Bisa digunakan untuk layanan pelanggan, chatbot FAQ, atau chatbot berbasis percakapan edukatif. Teknologi yang Digunakan: NLP (Natural Language Processing): Library seperti Hugging Face Transformers, OpenAI GPT, atau Google Dialogflow. Framework: Python (Flask/Django), Node.js, atau frontend tools seperti React. Contoh Proyek: Chatbot untuk bisnis kecil (misalnya reservasi restoran). Chatbot pengingat tugas untuk siswa. --- 2. Sistem Rekomendasi Produk Deskripsi: Sistem AI yang merekomendasikan produk, film, lagu, atau konten lainnya berdasarkan preferensi pengguna. Teknologi yang Digunakan: Machine Learning: Tensor...
I'm seeking a skilled developer to assist in debugging and improving a prototype of a speech and text recognition AI that I've been working on in Jupyter Notebook. Key Focus: - The primary concern is the error rate in recognition. I'm looking for someone who can help to reduce this significantly. Ideal Skills: - Proficiency in Python and Jupyter Notebook - Strong background in AI and machine learning, particularly in speech and text recognition - Experience in debugging complex systems - Excellent problem-solving skills - Familiarity with data processing and analysis The project is crucial for the future development of this AI, and I'm hoping to find a freelancer who can not only help with the immediate technica...
I'm looking for a seasoned Maxqda and Python programmer to help me visualize my work tracking data with graphs and charts.
Connect to Rupeezy API for live data, buy/sell orders, an...Rupeezy API for live data, buy/sell orders, and account details. Optional: Integrate ICICI Direct API for additional functionality. *1by4vdz*_gcl_au*MjEzNDUzOTMzMC4xNzI5Nzc0MjU4 Automate below Google Sheet. Development in Python, Node.js, or GoLang. Libraries: pandas, openpyxl, gspread, axios, etc. Timeline: Flexible but strict adherence to deadlines. Note: This is my second attempt after being scammed by a freelancer previously. If you are able to deliver this project, transparency and timely delivery are critical, with payments made based on milestones.
We're seeking an experienced Odoo consultant to develop comprehensive design documentation and implementation guidelines for ERP and CRM implementations. The consultant should possess a strong background in Odoo, particularly within the discrete manufacturing sector. Key responsibilities will include: 1. Analyzing our current workflows and processes to identify areas for improvement. 2. Creating detailed documentation outlining system architecture, module configurations, and best practices for implementation. 3. Developing step-by-step guidelines for the integration of various Odoo modules relevant to manufacturing and sales operations. 4. Conduct training sessions for our team to ensure the successful adoption of the system. 5. Providing ...
...responses, and support live agent handovers. I’m looking for experienced Python developers to help design and implement a scalable backend for this project. Key Responsibilities: 1. Asynchronous Message Handling: Build an efficient API to process incoming customer messages in real time. 2. Session Management: Design a system to track and manage multiple simultaneous user sessions. 3. Queue Management: Integrate messaging queues (e.g., RabbitMQ, Kafka, or AWS SQS) for message processing. 4. Database Integration: Use Redis or DynamoDB to store session and conversation data. 5. Cloud Deployment: Set up the backend on AWS (e.g., EC2, Lambda, or Elastic Beanstalk) for scalability. Preferred Skills: • Strong experience in Python (Flask or FastAP...