15 Resource Websites Every Web Developer Should Know
Links and details of essential web development related websites you should follow
Python is an interpreted, object-oriented and extensible programming language. Python can run on many different operating systems. If you are developing software using Python programming language, then you can definitely use some help. A freelancer well versed in Python can handle your workload quite easily. To hire freelance programming help for Python post a job today!
Check out our new Python Forum! Ask a Python expert.
Punësoni Python DevelopersWe have a Odoo POS running in our own cloud. We need to scan correctly barcodes using a bluetooth device connected to Android tablets. A web-view app (already built) is installed in the Android tablet in order to enter to Odoo instance.
Dears, looking for odoo developer to make some edits in custom module version 12. need to finish this task today.
I need some expert to run Python script in AWS linux server
Details : Red Belt Requirements: Build out the Red Belt version of the wireframe above. Build an ERD based off of the information and functionality of the Red Belt wireframe and create a schema in your database. Create a Flask application and use the MVC design pattern, and OOP to make the application functional. Carefully read and implement the features listed on the sticky notes. Black Belt Requirements: Build out the Black Belt version of the wireframe above. Build an ERD based off of the information and functionality of the Black Belt wireframe and create a schema in your database. Create a Flask application and use the MVC design pattern, and OOP to make the application functional. Carefully read and implement the features listed on the sticky notes. Deploy your exam on AWS and send t...
You must live in Albania, Bosnia and Herzegovina, Brasil, Bulgaria, Colombia, Israel, Kosovo, Montenegro, North Macedonia, Romania, or Serbia. You must be at least 16 years old. You do *not* need any experience but you must prove to me that you are able to think logically. You will normally work 1 hour/day (20 days/month). ✻ THE PROJECT ✻ You do *not* need an ESP32 (which is similar to Arduino). You will help me build a consumer IoT (Internet of Things) product using MicroPython on the ESP32. MicroPython is a subset of Python used to program microcontrollers. ESP32 is a microcontroller (similar to Arduino) but ESP32 is generally better and more powerful than Arduino. ✻ DAILY PAYMENT ✻ I will pay you each day for every hour you work with me. ✻ WORKING DAYS AND TIMES ✻ Y...
we need someone to run one extension for blender from AWS
I need a custom trading bot connected to stellar DEX.
I want a python script that extract text from webcam using opencv. Same project in this video:
Display in table form the results of the following two SQL instructions (you might use the characters | , ! , - or _ to help display the table in the text response)
VFS global randevu sitesi üzerinden sürekli randevu kontrol eden ve eğer boş randevu var ise o randevuyu almak için pasaport bilgilerini giren ve devam et butonu ile diğer sayfalara geçip gerekli butonlara basıp en sonda ödeme ekranına gelip daha önceden programa girilmiş kart ve adres bilgilerini girip randevuyu alan yazılım istiyorum.
I want someone who can run my jupyter notebook cell codes using flask and make an interactive website.
I am looking for a coding in a full web-based program environment as PythonAnywhere, Jupyter or similar to run it automatically w/o a server in the background with the following functions: * Logon to LinkedIN * Download of the contact list with LinkedIN-ID, Full-Name, Contact-URL * Logging & Error notification if something goes wrong All in transparent coding (best Python) and modular as separate functions or modules to use in own program logic. AGAIN: It shall run in e.g. PhytonAnywhere, so no downloaded modules can be linked or you have to describe how to. I believe it must use headless browser as it should run w/o real browser installation. For further information or if you have any questions please do not hesitate to contact me.
I need an app to detect pills from a large dataset of images. The goal would be to submit those images to train a ML. We can then use object detection to detect the images and have the trained data tell what that object is from the data it learned. Looking for the results to be - Make the full training library - ios app detects the object and displays/outputs the data it detected. 100k+ images to be learned, takes about 1-3 seconds for the trainer to read each image. I'm aware. There is a small dataset to use to test and create the app to test and demo. Then update the ML to read the remaining images I think would be the best method.
Location: only from Europe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Mid/Senior Backend Software Engineer Node.js Mid/Senior Software Engineer (Rust) Mid/Senior Backend Software Engineer (Python) If u have great profile and skils
I would like a tool that I could open on my laptop and enter web URL’s and variables for sentiment analysis on posts or comments. Specifically I think it would be cool to see what stocks are being discussed the most on a specific day to help track market volume. I’m in the market for someone to write sentiment analysis machine learning code to be developed into an application that will review the Reddit thread WSB for daily top posts. I want this code to track which market tickers are being talked about the most and determine if the post is negative or positive.
I want these two seperate projects to be compiled as python code.
Sentiment analysis of lead characters with respect to another lead characters, using Python, database creation, neural networks, valence calculation, visualization, etc.
I would like a tool that I could open on my laptop and enter web URL’s and variables for sentiment analysis on posts or comments. Specifically I think it would be cool to see what stocks are being discussed the most on a specific day to help track market volume.
Hello, I'm interested in finding someone who can help solve the following problem: I'm in possession of an Android OS based tablet in which I'm seeking to root via USB-otg. However the problem is that the tablet's system has some sort of program on it in which if the USB port doesn't recognize the connecting host device, it refuses to sync with it. Therefore, to put simply, I'm looking for someone to develop an app capable of overcoming the problem described, and thereby allowing my device to sync with it. Styling of the application isn't important at all as it will not be made for commercial availability(at least not by me). I only care for functionality. Its for personal use, so you can have all proprietary ownership. naterushfam's profile picture...
Role is for project delivery to various clients across the US / Remote position. Seeking a Full Stack Software Engineer to support our Web and Mobile Software engineering efforts for domestic and international enterprise customers. This role joins a dynamic team that enjoys working with complex applications and products that utilize software, GIS, engineering, and problem-solving skills. Your duties and responsibilities will include: • Design, development, unit-testing, maintenance, enhancement of products adhering product architecture • Implementation of automated testing • Configuration management, management of builds, and creation of installers • Technical documentation of software design
I want a search function using MongoDB implemented in a python web application to return data as searched in a search tab. The application is ready and working and has a search function implemented with Javascript but I want it to be with MongoDB instead.
Need an Auto bot to monitor a telegram channel and Execute arbitrage signals immediately. The arbitrage will be between binance, Kucoin, coinbase pro, kraken. Please do not overbid. Please bid on final price. Do not bid and then ask for more. This will not be honored. Looking to get this done immediately not in a week or two. Thank you for looking.
I'm looking for an individual Flask developer who can help with our backend enhancements in a long term. This is a kind of SMS messaging system using OpenAI and Flask (backend API). We use Github to manage the source code and built CI/CD with Heroku. Strong knowledge in Python, Flask and Chatbot AI is required. Please write "I am a human" at the beginning of your proposal so I know that you read the job description carefully. Thank you!
You will be programming in python, and your submission should be in the form of a single python file named "" In this assignment, you will be writing a lexer for the funlang programming language. This should lex and print the tokens specified in the grammar in this file: Download fun-lang-bnf.txt. (This is the grammar from the previous assignment.) The suggested procedure for this assignment is as follows: Work through the "Building a Lexer" lecture. You will adapt this code so that it recognizes funlang instead of toy c. Separate the funlang bnf grammar into a lexer and parser grammar. Add the funlang tokens to your lexer. Write test programs (like the ones from your previous assignment) as well as a list that runs through all of funlang's tokens, both valid a...
you have to implement software that will work between clients and server, using Linux system calls and c language. more details will be discussed in the chat. Please I need professionals, don't bid if you don't know C and Unix system calls so it won't waste my time and please start your bid with: [Linux System Call & Networking] bids without this won't be considered.
Develop a browser-based application or desktop-based app to demonstrate the application of Face Recognition technology. It should be a device security app. Problem Statement - If one has to go somewhere leaving the laptop on with some important work going on and he/she can't turn it off and as the lock screen is not that reliable and might not work on all the applications to its full capacity. So for processes to work in the background smoothly and to know of any intruders who tried to wreak havoc on the laptop. Aim - To know if anyone tried to use our device in our absence as the face recognition project would detect if anyone other than the ones permitted to access the laptop tried using it. Also, the processes run smoothly and without interruption. Plan - The technologies to in...
We made a project which works on Raspberry and Python Code for Biometric(Fingerpront) Canteen purpose. Right now we have encountered a problem with the built setup. Contact me i ll expain
We are looking for a Raspberry Pi Expert who can deal easily with Fingerprint Sensor R307 , RFID, 7 inches display who can restrict the user to use the biometrics as per requirement.
Hi, python experts. I have existing codes and some algorithms. I need your help to implement it. Thanks.
I have a python built slack bot, i need new functionality added. I can work with you on this as you need more information. Core Requirements Ability to open/create a PSIRT incident type. When a PSIRT is opened the incident bot must… PSIRT title Base boolean poll item/question that teams will respond to ( e.g. are you using =apache2.4) This wiki page must be linked to the slack channel Collect the following info from PSIRT creator Create PSIRT wiki page from template using the incident title provided Create a BNSEC vulnerability parent ticket in our ticketing system Create Slack Channel and add static list of initial Incident Response team members Add linkage to Wiki page and Slack Channel to incident Open base poll item (creation time) Ability to launch response process Need to tr...
I want Homomorphic library support addition, multiplication and subtraction in JavaScript or python. If you work in this library before is good, not just searching about it.
implement a Self driving Car Algorithm
Hello , i need to convert odoo module made by cybrosys , it called Car Workshop it's a free apps , and i supposed it's free to edit Here is the link : I ask the developer how to run it on odoo 15 The developer tell me to convert to odoo 15 for my personal use , and i cannot do that
We are going to build a script in python This script will be used in our big project and it is built in python. This script will decode any sha256 hash, so you have to be familiar with Sha256 encrypt/descript We have already a basic sha256 hash decode script, but it takes a lot of times. So we need developer to improve the time.
looking for a python Developer for Self driving Car
You should have strong expertise in Django Rest Framework, Python, Microsoft SQL, React, Bootstrap, Ubuntu. I am currently rebuilding ASP.NET based application using Django. 1. Can you work on US timezone (EST time)? 2. Can you work Full time 40 hrs/week? 3. Are you an individual or agency? 4. What's your hourly rate?
Serial port developer required for a key drop box, someone who can write a program and create a frontend and back end app. Would be a plus if we can create a API and host it in the cloud but not that important.
Hi, I am looking for someone who has experience with Azure where we need to figure out a way to do the deployment environment for machine learning in Azure ML studio. It would be required to work on my end since the azure access is there.
A tool that automatically updates invoice status from WHMCS site, customer renews the server, gets information from that invoice to renew that server for customer on the 2nd sites. We will send a docs file for more information. API supported.
I need a client-server socket based application where a client uploads a file(from stdin input, full path or the name of the file), then the file is transfered to the server, and the server process that file and converts it to pdf(if it's possible, maybe more format converts, like word, jpg, etc., but it's not mandatory). The converted file should be sent back to the client. The client needs to create an account and login before doing the file conversion. All the accounts should be saved in a text file. The server is written in C(server.c for example) and needs to be multithreaded. Two threads should be for INET regular clients, and 1 thread for a UNIX administrator client. The 2 INET clients are the regular users, which login to an account and then converts a file. 1 client shou...
Requirements attached All the descriptions in the doc
Python scraper only scraping 1 image instead of 2
Looking for a developer that i can work with long term. We want to build a micro real estate website that can manage investors, payments to investors, manage units, buy units and analytics of income. Please contact me for more information. This is a mvp on a budget so please be reasonable with pricing.
Hi Experts, I need a sports prediction model in python with accuracy on the test set greater than 70% using machine learning.
i was trying to run the project using kaggle got errors.i am looking for sombody to correct the erros in code
Looking for python developer expert for mobile app backend including rest API, database and scalable architecture
I need a client-server socket based application where a client uploads a file(from stdin input, full path or the name of the file), then the file is transfered to the server, and the server process that file and converts it to pdf(if it's possible, maybe more format converts, like word, jpg, etc., but it's not mandatory). The converted file should be sent back to the client. The client needs to create an account and login before doing the file conversion. All the accounts should be saved in a text file. The server is written in C(server.c for example) and needs to be multithreaded. Two threads should be for INET regular clients, and 1 thread for a UNIX administrator client. The 2 INET clients are the regular users, which login to an account and then converts a file. 1 client shou...
we need to analyse various angles of a golfer whilst they are mid action of a golf swing, it is very easy to get angles from x -y plane, however we need to calculate angles such as spine bend which require a good approximation of z coords, which has proven very hard to do , we need either a ratio based kinematic algorithm or another approach. currently we have been utilising a standard out of the box solution of mediapipe on python.
Buenas, Quiero crear una aplicación en python para que me los guarde en una BBDD postgre donde el origen de los datos están en Access. Saludos.
Links and details of essential web development related websites you should follow
New to coding? Here are some elementary tips you must go through to smooth your journey.