Openerp python frameworkJobb
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
Jag behöver hjälp med att sätta upp ett framework med Angular, Vue eller OpenUI5. Web appen ska ha 5-6 sidor, Inloggning, Konfig, Kundreg, Produkter, Order, Logg. Viss logik i appen, men det mesta sker i backend som anropas via json REST API. Web appen skall köra på Azure linux server.
Android-app Jag har redan en design Hej, Jag har beställt en app som levererats och funkar fint. Jag vill nu vidareutveckla den och min utvecklare är uppbokad en lång tid framöver och söker därmed en frilansare. App: React Native + Redux ES6-7 Webpack för kompilering av Javascript Server: Node.js 8.9.4 MongoDB databas Sails MVC Framework
sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go
Jag vill fixa till en webbsida Pandas Python django
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öra r...
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 samt s¨ok...
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 samt s¨ok...
...the microcontroller and test individual components. Ensure the components work properly and troubleshoot wiring or connection issues. Assemble everything in a functional system. 2. Software Development & Integration: Responsibilities: Install and set up the necessary libraries for Raspberry Pi or Arduino. Libraries like , hx711py, and Adafruit_TCS34725 for the respective sensors. Develop Python scripts for each sensor (moisture sensor, load cell, and color sensor) and ensure they work individually. Integrate the sensor scripts into one cohesive program that collects, processes, and displays data. Validate the system with real paddy samples and refine the logic based on test results. 3. Calibration & Testing: Responsibilities: Calibrate each sensor: Moisture sensor against...
Writing HTML and Python Sections for: Business Computer Applications **Description:** I am looking for a professional writer to help draft two specific sections for an academic project. The details are as follows: 1. *HTML and Website Design:* - Discuss the importance of an online presence for businesses and the impact of website design on customer engagement. - Analyze the role of user experience (UX) and accessibility in driving business success. - Provide real-world examples of companies that have leveraged website design to achieve growth. - Use reliable sources and support the content with references in APA format. 2. *Python for Business Analytics:* - Conduct independent research on how Python is applied in business analytics. - Discuss why Python...
Looking for a Python programmer to do the following: User will press a button. program will activate an output that will turn off at a preset time by the system (Regardless if the user continues to press in the input) The system will then wait a preset time before it will allow the input to activate the out put. Example: Preset on time := 10 Sec. (This should be a retentative timer), so if the user only holds for 4 seconds and lets go. they still have 6 seconds remaining Preset wait time: = 40 min. When the user presses in the input the output will turn on (for as long as the user presses the input or 'on time' (10 seconds has been reached) The user can try and press the input in after this but the output will not turn on. until the wait time has reach. Every time the...
...limited floor area of 2.4m x 2.5m and account for a 3.6m total height. Scope & Requirements: 1. Room Layout & Features o Bathroom o Bed o Cooking Stove o Drawers (Storage) o Laundry Machine o Seating Area o Small Split Air Conditioner 2. Structural & Functional Considerations o Design must utilize a multi-level approach to make the most of vertical space. o Must incorporate a steel structure framework suitable for the room’s dimensions. o Electrical and plumbing work must be clearly outlined (e.g., wiring diagrams, plumbing routes). o The split air conditioner should be appropriately placed for optimal air circulation. 3. References & Existing Resources o Pictures are attached for clarification and inspiration. o An existing AutoCAD diagram of the space can ...
...hierarchy. Key Features: - Detailed cost analysis: The dashboard should break down costs in a comprehensive manner. - Parent-child Hierarchy Visualization: The dashboard should be able to display costs in a hierarchical manner, making it easy to understand the relationship between different cost elements. Your Recommendations: - Front-end Framework: I am open to recommendations for the best front-end framework to use. Please suggest a suitable framework with your rationale. Ideal Skills: - Project Management: Experience in project management is crucial to understand the budgeting and financial aspects of this project. - Web Development: Strong skills in web-based application development are needed. - Financial Analysis: Experience in developing financial dashboa...
...devices, tablets, and computers. - Use of customizable colors and fonts. 4. **Language Options**: - Ability to change the website's language (optional, depending on the target market). --- #### 4. Proposed Technologies 1. **Frontend**: - HTML5, CSS3, and JavaScript. - Frameworks like React or Vue.js to enhance the user experience. 2. **Backend**: - Node.js with Express or Django (Python). - RESTful API for frontend and backend interconnection. 3. **Database**: - MySQL, PostgreSQL, or MongoDB (depending on needs). 4. **Hosting**: - Amazon Web Services (AWS), Google Cloud, or services like Vercel for frontend. 5. **Payment Platforms**: - Integration with Stripe, PayPal, or similar platforms. --- #### 5. Interface Customization 1. **Visual ...
I'm in need of a skilled developer with expertise in Laravel to craft a service-oriented e-commerce marketplace. The project entails not just building a new platform, but also upgrading and redesigning an existing site. Key Requirements: - Expert-level knowledge of Laravel framework - Experience in developing service-oriented platforms - Understanding of UI/UX principles for marketplace applications - Ability to suggest and implement creative features to enhance user engagement Ideal Skills: - Proficiency in PHP, HTML, CSS, JavaScript - Experience with third-party API integrations - Strong problem-solving skills - Excellent communication skills Note: Specific user roles and third-party integrations are yet to be determined.
...Search Engine (frontend and backend) that provides fast, relevant search results based on indexed data. • Source code with comprehensive documentation. • Deployment instructions and support. Ideal Candidate: • Proven experience in developing custom search engines or web crawlers. • Strong knowledge of indexing systems and search algorithms. • Expertise in backend development, preferably with PHP or Python. • Familiarity with databases such as MySQL, PostgreSQL, or MongoDB. • Experience in building scalable, high-performance systems. • Previous work with admin panels and data management systems is a plus. Budget: We are open to competitive proposals. Please provide: • A breakdown of costs for each phase of development (crawler, indexing...
...working with modern technologies like Postman, Selenium, Python, and various automation techniques to build solutions that streamline our processes and help us collect data efficiently. Key Responsibilities: Develop and maintain web automation scripts to scrape data through APIs from websites. Leverage tools like Postman and Selenium for testing and automating API and web interactions. Write clean, efficient, and maintainable Python code for automation tasks. Collaborate with team members to identify and resolve technical challenges. Contribute to the documentation and improvement of automation tools. Assist in troubleshooting and debugging issues related to automation and scraping. Required Skills & Qualifications: Proficiency in Python, with experience in w...
...them to update the status of deliveries. Reports and analytics should be available for sales data, with an option to download reports in CSV format. Additionally, a mobile-friendly delivery agent portal should be created to let agents view their assigned orders and mark them as delivered. For the technical specifications, I prefer using PHP for the backend, with Laravel or CodeIgniter as the framework. The frontend can be developed using HTML, CSS, and JavaScript, with Bootstrap for responsiveness. MySQL should be used for the database. I already have hosting with Hostinger, so the system should be compatible with their services. Integration with Razorpay or Paytm is required for secure online payments....
...Inventory and Request Management System (IRMS) ## Project Overview The Inventory and Request Management System (IRMS) is a comprehensive web application designed to streamline inventory management, request processing, and user role management. Currently implemented as a mobile app, the project needs to be converted and enhanced into a web application using Flutter Web or a suitable web development framework. ## Core Features ### 1. User Management - Multi-role user system (Admin, Manager, Gate Man, User) - Authentication and authorization - User profile management - Account deletion request system - Role-based access control ### 2. Inventory Management - Real-time inventory tracking - Category and subcategory organization - Pipe inventory management with specialized measureme...
This project leverages NLP and transformers to build an intelligent Interview Reminder Scheduling System that streamlines communication between recruiters and candidates. By utilizing state-of-the-art transformer models, the system will automate the process of scheduling, sending reminders, and handling candidate responses effectively. NLLP Framework: Hugging Face Transformers (e.g., BERT, T5, or GPT models). Backend: Python (FastAPI/Flask/Django). Frontend: React.js or Angular for user-friendly interaction. Database: PostgreSQL, MongoDB, or DynamoDB for candidate data. APIs: Twilio (SMS/WhatsApp), SendGrid (Email), or Google Calendar for integration. Deliverables: A fully functional system capable of intelligent interview reminder management. NLP-powered automated workflows...
...predefined structure (example attached). The script is slow due to delays between requests. Reducing these delays causes challenges with Allegro's security mechanisms, making the process less reliable. What I Need: A robust and reliable solution for faster and more efficient scraping without interruptions. The ability to download HTML files in the required structure. Ideally, transitioning to a Python-based solution for better performance, flexibility, and scalability. If you have experience building efficient web scraping solutions for platforms with similar security measures, I’d love to hear your ideas and approach to this project. Looking forward to working with you!...
I am looking for a skilled Laravel developer with mobile application expertise. The project involves working on both web and mob...developer with mobile application expertise. The project involves working on both web and mobile applications. The primary task for the web application is to implement live tracking features which exist on mobile version where on website its written updates. Key Responsibilities: - Implement live tracking features on the web application. Ideal Skills and Experience: - Proficient in Laravel framework. - Previous experience with both web and mobile application development. - Expertise in developing features for live tracking. - Familiar with iOS and Android development standards. - Strong understanding of user authentication, API integration and admin pa...
...paths - UI/UX testing - Performance testing ### Documentation - Code documentation - API documentation - Architecture documentation - Deployment documentation ### Development Practices - Agile methodology - Daily stand-ups - Sprint planning - Code reviews ## Tools & Environment ### Development Tools - Android Studio/VS Code - Flutter SDK - Firebase CLI - Git ### Testing Tools - Flutter test framework - Firebase emulator - Performance monitoring tools - Debug tools ### Deployment Tools - Firebase Console - Google Play Console - App Store Connect - CI/CD tools ## Timeline Expectations ### Phase 1 (2 months) - Project setup - Basic authentication - Core property management - Basic UI implementation ### Phase 2 (2 months) - Tenant management - Financial management - Adva...
I'm seeking a professional to automate my day trading strategy using the Interactive Brokers (IB) Trader Workstation (TWS) API. Key Requirements: - Expertise in Python programming language - In-depth knowledge of day trading strategies - Experience with IB TWS API - Ability to develop an automated system that can: - Execute trades based on predefined signals - Monitor and manage open positions - Generate trade alerts and reports Please provide examples of similar projects you've completed in the past.
I need an AI model built in Python using machine learning model such as randonforestcalssifier adversarial variation , designed to analyze daily variances of a user activity metric score from a time series data set. The model should alert me whenever today's variance surpasses a specified threshold such as an AUC score.. This threshold will be determined during the model's training phase. The project also requires a forecasting component. Key Requirements: - Extensive experience in Python and AI model development. - Proficiency in time series analysis. - Ability to create a forecasting component within the model. - Experience working with user activity data is a plus. - Skills in setting up alert systems based on model outputs. Please, bid only if you are confide...
I need a Python expert who can help me to modify some of my personal database records. Specifically, I need to update existing records. Ideal skills for the job: - Proficiency in Python - Experience with database manipulation - Ability to understand and modify database records - Attention to detail for data accuracy
...looking for an experienced freelancer who can help me train a deep learning model on my Jetson Orin AGX with Jetpack 6.2 and Deepstream 7.1. The goal is to detect garbage in my garden using a USB camera. Your tasks will include: - Creating and configuring C++ and Python examples for the detection of garbage - Utilizing CUDA for optimized processing - Providing guidance on machine configuration for optimal performance Ideal skills for this project include: - Extensive experience with NVIDIA Jetson platforms - Proficiency in C++ and Python, particularly in the context of Deepstream and Jetson - Familiarity with garbage detection models - Experience in configuring and optimizing machine performance This project requires a keen understanding of AI and deep learning, speci...
...site, but this is only a option if all existing functions can be covered. The site has a database with keywords, authors, topics and pictured as well as a ranking system of the quotes. Also a improvement on current site loading speed fot most ranked quotes should be improved. SEO is also covered well now but some improvemtns might help too. We need a clear proper coding without old non required framework & non required elements are taken to the new version. In addition there will be smaller improvements (replace twitter Icon with X icon). We also have a daily changing quote & joke of the day. The backend currently works like that that we can activate / deactivate if a quote/ joke is appearing under quote/ joke of the day. We also can enable quotes/jokes appearance in the ...
I'm looking for a web developer to improve the aesthetics and functionality of my personal site, which is built on the Quartz framework. Key Tasks: - Style the callout blocks in terms of color, background, text and font style. - Adjust the hover color for links to empty/non-existent pages to Light Red. - Move the navigation to the right side of the page in a sticky manner. - Ensure all changes are responsive and function well on devices other than a laptop. Ideal candidates should have: - Proficiency in the Quartz framework. - Strong skills in web design and user interface improvements. - Experience with responsive design. - Ability to implement specific color and style changes. Here's my site: ""
I need a Microsoft ASP.NET Developer w...number of person on the Job Category showing in the chart. Microsoft Visual Studio Project & SQL Database backup attached, attached the Organization Chart Generated by this application. Key Tasks: - Adjust the layout of the chart to a vertical orientation. - Ensure the chart fits within a single page. -Click Event on Each Job Category Ideal Skills: - Proficiency in ASP.NET and Microsoft .NET Framework. - Expertise in graphical layouts and responsive designs, including jQuery. - Experience with SQL database integration for handling chart data. - Ability to deliver a quick and efficient solution. Most Important: - The chart should be responsive primarily for desktop computers. If you have the relevant expertise and can assist, please...
We are seeking an experienced programmer to automat...Entry Conditions: - A red candle is detected; execute Sell trade at market price after candle close. - Check difference: Close Price minus High Price <= 3 points. - Stop Loss: Set at 3 points. - Trailing Stop Loss: Based on the highest price of the previous candle. Additional Conditions: - If a Buy position is active, do not execute Sell trades, and vice versa. Ideal Candidate: - Expertise in Python programming and strategy automation using Tradetrone or similar platforms. - Proven history of successful deployment for short-term trading strategies in cryptocurrency markets, especially BTC. We look forward to reviewing bidders with relevant portfolios and demonstrable experience. Please indicate your availability and estima...
I'm looking for an expert with a strong background in algo trading to help me build a trend-foll...strong background in algo trading to help me build a trend-following trading strategy for BTC in Delta exchenge. This strategy should be tailored for short-term trades. Key Tasks: - Develop a trend-following trading strategy using Tradetrone or paythan. - The strategy will be applied to BTC on delta exchange. - The focus will be on short-term trading. Ideal Skills: - Extensive experience in Python programming. - Proven track record in developing algo trading strategies. - Deep understanding of index options and trend-following strategies. - Ability to create strategies for short-term trading. Please only bid if you can demonstrate relevant experience and have a portfolio of si...
...Search Engine (frontend and backend) that provides fast, relevant search results based on indexed data. • Source code with comprehensive documentation. • Deployment instructions and support. Ideal Candidate: • Proven experience in developing custom search engines or web crawlers. • Strong knowledge of indexing systems and search algorithms. • Expertise in backend development, preferably with PHP or Python. • Familiarity with databases such as MySQL, PostgreSQL, or MongoDB. • Experience in building scalable, high-performance systems. • Previous work with admin panels and data management systems is a plus. Additional Notes: • Third-party APIs are not allowed for search results or data collection; everything must be built from scratch. &...
...security MEV strategies Key Requirements: Proficiency in Python Experience with cryptocurrency exchange APIs Understanding of trading algorithms Knowledge of blockchain technology Strong background in algorithmic trading Technical Specifications: Support multiple cryptocurrency exchanges Real-time market data processing Risk management features Configurable trading parameters Secure API key management Desired Skills: Expertise in machine learning Experience with trading indicators Understanding of market dynamics Knowledge of trading risk mitigation Deliverables: Fully functional trading bot Comprehensive documentation Source code with comments Basic user interface Performance metrics tracking Preferred Technologies: Python WebSocket APIs Docker Cloud deployment ...
**Title:** Create a 25-Slide Presentation on Data Maturity Models (Focus on Nonprofits) **Description:** I need a professional to design and create a **25-slide PowerPoint presentation** that explains various **data maturity models**, with a particular focus on the **Data Orchard Framework for nonprofits**. The presentation should include visually appealing slides, clear explanations, and follow a structured narrative. It will be used for an academic assignment and must meet the following requirements: --- **Scope of Work:** 1. **Content Development:** - Explain the concept of data maturity and its relevance. - Provide an overview of general data maturity frameworks. - Focus on the Data Orchard model, including its themes and stages. - Include insights into nonprofit ...
...Documentation Create a comprehensive user guide detailing system functionality and key steps for operation. Provide detailed documentation to ensure ease of use and seamless onboarding for employees. Additional Requirements To support the project's goals, it is crucial to: Develop a robust preprocessing system that dynamically adjusts to variations in Excel file structures. Establish a clear framework for troubleshooting and updating the automation process as data structures evolve. Ensure the system is scalable to handle additional datasets or changing requirements over time. Clarification of Process The automated workflow is designed to allow users to: an Excel file to a specified folder The system is designed to handle files with variable structures (e.g., different vari...