Python socket proxy exampleJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python socket proxy example 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
    socket programmingg Avslutades left

    sockt programmingsockt programmingsockt programming

    $30 - $30
    $30 - $30
    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 seeking an experienced Python developer to facilitate the integration of the WhatsApp Cloud API with a Websocket API. The primary goal of this integration is to enable real-time messaging within the application. Key Responsibilities: - Integrate the WhatsApp Cloud API with the Websocket API in a Python-based environment - Ensure real-time messaging functionalities are effectively implemented - Implement best practices in software architecture, ensuring scalability and reliability of the system Ideal Skills & Experience: - Proven experience working with the WhatsApp Cloud API - Proficiency in Python, particularly in developing real-time applications and integrating with third-party APIs - Strong understanding of Websocket API - Experience with message enc...

    $165 (Avg Bid)
    $165 Snittbud
    14 bud

    I need a seasoned Flask and Python developer to help me integrate a user management system along with a database into my web application. The system should be able to handle user registrations and logins effectively and allow the user to see his profile and some previous activities on the website. Key Features: - User Registration: New users should be able to register using LinkedIn, Gmail or their own email. - User Login: There should be a robust login system in place for users to access their accounts. - Dashboard: So the User can see his previous activities and scores on the website. Additional Features: - Forgot Password Functionality: Users should have the option to reset their passwords if they forget them. - Account Activation via Email: Users should receive an email to ac...

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    26 bud
    Scientific Data Analysis App 6 dagar left
    VERIFIERAD

    I'm looking for a Python developer to create a custom app for data analysis. This app will mainly focus on handling and analyzing scientific data. Key Requirements: - Data Analysis: The primary function of the app will be to handle a large volume of scientific data. The app should be able to perform complex calculations and statistical analysis. - Visualization: The app should include features to visualize the analyzed data. The primary visualization should be through charts and graphs, allowing for clear representation of the results for easier interpretation. Ideal Skills and Experience: - Proficiency in Python: Extensive experience with Python programming is a must, as the entire application will be built in Python. - Data Analysis: A strong backgroun...

    $135 (Avg Bid)
    $135 Snittbud
    25 bud

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

    $14 (Avg Bid)
    $14 Snittbud
    4 bud
    Android Forex Live Chart App 6 dagar left
    VERIFIERAD

    I am seeking an experienced Android developer to create a Forex live charting app that integrates seamlessly with our online CRM. The app will receive live Forex data along with indicators via web socket. Key Features: Real-time Forex charts with multiple timeframes Integration of specific indicators provided through the web socket Option to switch between different currency pairs Customizable interface: users can select which indicators to display Push notifications for significant market events Sample Menu: Home News Market Accounts The app should be both functional and visually appealing, with an intuitive user interface that accommodates traders of all levels. The design should prioritize ease of navigation and effective use of the app's features. You will receiv...

    $561 (Avg Bid)
    Framhäv
    $561 Snittbud
    19 bud

    I'm in need of a Machine Learning Engineer who can help fine-tune Llama3 with a custom dataset. Key Requirements: - Experience with Machine Learning - Proficiency in Llama3 - Ability to work with custom datasets - Strong understanding of model fine-tuning - Familiarity with Python, R, or Java The project involves adapting Llama3 to our specific application, which requires significant customization. The ideal candidate should be able to work with custom datasets, and optimize this model to ensure accuracy.

    $37 / hr (Avg Bid)
    $37 / hr Snittbud
    35 bud

    I am in need of an expert Instructor in Python for advanced machine learning. You should have a strong background in neural networks, natural language processing, and reinforcement learning. The ideal candidate should: - Be proficient in Python - Have deep understanding and experience with neural networks, natural language processing, and reinforcement learning - Be able to teach advanced machine learning concepts - Have prior experience as an instructor in an online setting Your role would include: - Preparing course material - Delivering lectures in a clear, understandable way - Providing assignments and projects for students - Offering guidance and feedback - Assisting students with any questions they may have This project is an exciting opportunity for someone who is n...

    $23 / hr (Avg Bid)
    $23 / hr Snittbud
    39 bud
    Multi-Social Media Video Uploader 6 dagar left
    VERIFIERAD

    I'm looking for a Python app that can simplify the process of video uploading across several social media platforms. The app should seamlessly upload videos to Facebook, Instagram, Twitter, TikTok, YouTube, and LinkedIn in one go. The app should be able to use API Keys of these platforms for a particular user, and upload each content to social media platforms using a single video file. Key requirements include: - Ability to upload videos to multiple social media platforms simultaneously - No UI is required, only python code is required. - Error handling and reporting for successful uploads and potential issues Ideal skills for this project include: - Proficiency in Python programming, especially in developing applications that interact with APIs - Prior experi...

    $32 (Avg Bid)
    $32 Snittbud
    19 bud
    Trophy icon Quote Quest Logo Design Challenge 14 dagar left

    ...incorporate a digital spreadsheet graphic, indicative of the company's project quoting services. The entire design must be confined to the chest area, using a dark base highlighted with bright neon and metallic color accents for a vibrant, tech-oriented look. Hat: Create a logo design for 'Quote Quest' on flat brim black baseball hats. Each logo should prominently feature the letter 'Q' adapted from a socket wrench. Place these logos at the front of the hat. Crucially, include a detailed and noticeable digital spreadsheet graphic in the background of each design to emphasize the company's services in project quoting. The logos should blend industrial and tech elements with modern aesthetics, using a dark background and neon and metallic color acce...

    $100 (Avg Bid)
    Framhäv Garanterad Topptävling
    $100
    98 bidrag

    ...enhancing resilience in the supply chain for lithium-ion batteries. As my study progresses, I seek to leverage the expertise of a seasoned professional in the arena of IoT with an intimate understanding of Python programming and cloud data management. Key Objectives: - Identify potential applications of IoT within the specified context - Evaluate the feasibility of implementing IoT solutions in the supply chain - Analyze the impact of IoT on the supply chain for lithium-ion battery production Ideal Candidate: - Extensive experience with IoT and its applications - Proficient in Python development and cloud data management - Comprehensive understanding of supply chains, specifically in lithium-ion battery manufacturing - Familiarity with PLC & SCADA, Edge Computing, ...

    $259 (Avg Bid)
    $259 Snittbud
    5 bud

    hi there, first of all we will use a model for arabic to english translation and then we will fine tune that model on some percentage of your dataset. afterwards we will run the model on some percentage of your dataset which can be treated as test data to find the accuracy of the model. we will try to enhance the ...afterwards we will run the model on some percentage of your dataset which can be treated as test data to find the accuracy of the model. we will try to enhance the model with different parameters until we get a reasonably good accuracy. as for comparison of accuracy we can translate some samples from chatgpt or its API and then compare using some language comparison model. Everything will be done in a python notebook and you will be to run the notebook in jupyter or go...

    $10 (Avg Bid)
    $10 Snittbud
    1 bud

    I'm new to running projects from GitHub and need assistance. It’s a software application written in Python that I'm wrestling with. - Expert Required: The freelancer must proficiently understand Python and have extensive experience with pulling and running projects from GitHub. - Specific Tasks: Help me understand the process of running GitHub projects. The ideal freelancer will guide me through setup, installation, and execution. - Desired Experience: Experience in software development, programming in Python, and utilising GitHub effectively is key for this task. Your input will be greatly valued. Your ability to explain complex technical terms in layman's language is crucial for this job.

    $180 (Avg Bid)
    $180 Snittbud
    45 bud

    I am looking for a developer to create a chatb...conversationally engaging bots. - Familiarity with conversational AI: Understanding of how conversational AI can be leveraged for improving user engagement is essential. - Ability to deploy within a script: I plan to deploy the chatbot within the same script, so the developer should be able to work within this constraint. Ideal Skills: - Strong knowledge of Python: Since the chatbot will be deployed within a script, a strong grasp of Python is crucial. - Excellent communication skills: The goal of the chatbot is to engage users in conversation, so the developer should be able to create engaging and natural dialogue. If you have experience with the specified technologies and a strong portfolio of chatbot development, I'd ...

    $52 (Avg Bid)
    $52 Snittbud
    7 bud

    ...Matplotlib and Seaborn to create graphs showing trends in news topics or sentiments over time. Interactive Elements: Allow users to interact with the data visualizations, such as filtering views based on time or sentiment. Tools & Techniques: Web Development: Use HTML, CSS, and JavaScript for the frontend, with frameworks like React or Angular to enhance the user interface. Backend Development: Python with Flask or Django for server-side logic, handling API integrations, and user data management. Machine Learning: Use TensorFlow or PyTorch for building the recommendation engine, and NLTK or similar libraries for sentiment analysis. Data Management: SQL or NoSQL database to store user profiles and their preferences. Version Control: Git for source code management and collabora...

    $30 (Avg Bid)
    $30 Snittbud
    3 bud

    I'm looking for a skilled Python developer who can create a tool that can convert VCE (Visual CertExam) files to PDF. The script needs to be compatible with Windows, and ideally, it should: - Provide output in a format that is both viewable and editable - Operate solely via a command line interface Ideal applicants will have experience in Python programming, data manipulation, and an understanding of file conversion processes. A background in creating command line tools is a plus. Your experience in delivering clean, efficient code is highly valued. Please provide examples of previous work when applying. I'm on a tight budget ($10 - $15)

    $17 (Avg Bid)
    $17 Snittbud
    15 bud

    ...Exchange) through harmonic pattern analysis, specifically focusing on ABCD patterns. Key Points: - Your primary task would be to develop an interface wherein I can get to see the charts with the above pattern in the stocks included in nse or bse 500. I am looking at daily timeframe and thus EOD data will suffice. - The project is focused on the stock market, hence, knowledge of coding (I guess Python will be ideal) and understands or willing to know what is this pattern that I am looking for. I would be collaborating with the freelancer for further additions and pattern identifications for my research based on the output given and its usefulness and effectiveness. Expectations: - The analysis process should be semi-automated with alerts being generated in real time. This means ...

    $67 (Avg Bid)
    $67 Snittbud
    8 bud

    I am in need of an experienced AWS Lambda expert who is well-versed in Python. I require the following libraries to be added to my current AWS Lambda Zip Files: Pandas, Numpy, and Matplotlib. Ideal Skills & Experience: - Strong experience working with AWS Lambda functions - Proficiency in Python - Expertise in managing and updating libraries within AWS Lambda - Familiarity with the Pandas, Numpy, and Matplotlib libraries - Ability to ensure the latest versions of the libraries are integrated effectively Your primary task will be to include the latest versions of the Pandas, Numpy, and Matplotlib libraries to my AWS Lambda Python functions. This task requires a meticulous approach to ensure that the new libraries are correctly integrated and do not disrupt the fu...

    $18 (Avg Bid)
    $18 Snittbud
    7 bud

    hi There, We are looking for a developer with substantial expertise in Text-to-Speech (TTS) technology, and AI. Our project involves creating a Text-to-Speech and Translate and replace Audio Line solution for the Kurdish language. *****About Our Tool***** We Build a Tool that have as Frontend WPF and as Backend Python and Django and as DB is MongoDB The Tool is ready to use and u will get access when we Start ****How we will Work*** We have Server that have enough resources that will help u to work on the Tool We will create a RDS Access for u where u can access to the System and Start ur work using our Server "VMWARE" ****What is your Work***** Coz u dont speak our kurdish Language we must train the tool by our self, thats mean u have to do Adjustments in the Tool ...

    $4159 (Avg Bid)
    $4159 Snittbud
    36 bud

    ... - Proficiency in C++, Java, and Python, as these are the languages I'm familiar with and would like to use for this project - A proven track record in developing mobile games, with a preference for strategy games - Strong understanding of game design principles and mechanics - Ability to work collaboratively, take direction, and provide valuable insight and feedback - Excellent problem-solving skills and a keen eye for detail If you have the necessary skills and are passionate about creating engaging, high-quality mobile games, I'd love to hear from you. Please provide examples of your previous work, particularly in the mobile strategy game genre, and explain how you believe your skills and experience make you the ideal candidate for this project. Example game

    $179 (Avg Bid)
    $179 Snittbud
    29 bud

    I'm seeking a Junior AI Oracle Developer to assist with market trend analysis in the cryptocurrency space. The primary focus for this project is Python. Key Responsibilities: - Utilize Python to create AI-driven models for market trend analysis in the cryptocurrency sector. - Conduct in-depth research and data analysis to inform these models. - Regularly report on market trends based on AI insights. Ideal Candidate: - 1-2 years of experience in AI and Python. - Strong understanding of market analysis and trends, particularly within the cryptocurrency sector. - Prior work with Solidity, TensorFlow, PyTorch, or Keras would be beneficial but not essential. - Ability to adapt and learn quickly in a fast-paced environment. Please be prepared to share examples of yo...

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

    I need a desktop application that can be run on Windows machines over a local area network (LAN). The primary function of the application will be to gather specific details about the computers on the network. Key Features: - The application should collect and store information such as MAC add...network. Key Features: - The application should collect and store information such as MAC address, IP address, and disk serial number. - The user should be able to enter a computer name to retrieve and store the relevant details in a dedicated file named ''. Ideal Candidate: - Proficient in Python - Experience in developing desktop applications for Windows - Knowledge of networking concepts and system information retrieval - Familiarity with data storage and file handling in P...

    $28 (Avg Bid)
    $28 Snittbud
    11 bud

    I'm in search of a mid-level Python developer with prior experience in building WhatsApp Flow APIs, specifically focusing on data processing and exchange features. Key Responsibilities: - Building a WhatsApp Flow API: The primary task will be to develop a WhatsApp Flow API from the ground up. The API should be capable of processing and exchanging data effectively. - Implementing Data Processing and Exchange Features: A key requirement of this project is the ability to process and exchange data efficiently. Ideal candidates will have a track record of integrating such features into APIs. - Deploying on an On-Premises Server: The final product needs to be deployed on an on-premises server. This means the developer should have experience with, or be willing to learn, on-premises ...

    $188 (Avg Bid)
    $188 Snittbud
    14 bud

    ...Probabilistic Diffusion Models for seismic inversion work. Implementation phase is the key focus. Key Requirements and Deliverables: - Proficiency in Python is a must. You'll be responsible for implementing the model using this language. - Expertise in Score-Based and Probabilistic Diffusion Models, particularly in the context of seismic inversion. Ideal Skills: - Strong programming skills, particularly with Python. - Ability to work through implementation challenges independently. - Prior experience with seismic inversion / inverse problem projects is a plus but not required. If you're an expert in these models and have the necessary Python skills, I'm looking forward to hearing from you. This is the code we want to implement: take a look at i...

    $1017 (Avg Bid)
    $1017 Snittbud
    49 bud

    I need to hire an expert to develop a poc (proof of concept) for me with flet + python or flutter. A line graph, a bar graph and a canvas must be made with a background image with 5 variables located in different places on the image, showing new data every 10 seconds The deliverable is the sources installed in Visual Code, publishing and running on an Android cell phone and a website It must be developed with async and fastapi methods, depending on the results we can look at 100% development of the app, but a proof of concept needs to be done before starting the large project. thank you so much Demonstrated experience in dashboard development with flet or flutter is valued

    $226 (Avg Bid)
    $226 Snittbud
    43 bud

    About the Role: We are currently seeking a highly skilled Senior Python Developer & Data Engineer to join our dynamic team on a full-time or part-time basis. This role offers remote flexibility, allowing you to leverage your talent, skills, and extensive experience to drive our growth and surpass current limitations. The ideal candidate will thrive in a collaborative environment, inspire innovation, and demonstrate a self-motivated attitude toward excellence. Why Join Us: Joining our team presents an exciting opportunity to advance your career in the IT industry amid the remarkable growth of the US job market. As part of our prominent company, you'll contribute to cutting-edge projects that shape the future, positioning yourself at the forefront of innovation. With compreh...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    64 bud

    ...subsequently provide a sound alert to notify me. Key Details: - The program needs to be fast to cater for frequent changes in millisecond time-frames. - I don't have a preference for a programming language. Python, Java, and C++ are all acceptable. - At this stage, I'm unsure which order flow software I'll be using. Therefore, the program needs to be built with adaptability in mind to synchronize smoothly with any potential order flow software. - A sound alert should be triggered whenever a three-digit number pops up. Ideal Skills and Experience: - Proficient in programming languages (especially Python, Java, C++) - Experience in developing real-time monitoring software - Understanding of trading platforms and order flow software - Excellent problem-solv...

    $199 (Avg Bid)
    $199 Snittbud
    35 bud

    Hello, I saw your profile and I am interested in requesting your support, I need a poc (proof of concept) with flet + python that makes a line graph, a bar graph and a donut graph on an android and on a website It is very important that from my computer I can install the project on an Android mobile that works with async and fastapi methodology, depending on the results we can look at 100% development of the app, but I do need to do a proof of concept before starting the big project. thank you so much

    $100 (Avg Bid)
    $100 Snittbud
    1 bud

    I need a Python programmer to create automation scripts that streamline our workflow. The primary goal of these scripts will be to automate our processes for both our database and cloud storage systems. Key responsibilities include: - Understanding our current workflow processes - Developing Python scripts to automate these processes, primarily focusing on streamlining database and cloud storage tasks - Implementing the scripts and ensuring they work seamlessly to automate our workflow Ideal skills and experience for this job include: - Proficiency in Python programming - Experience with automation scripts development - Knowledge of database management - Familiarity with cloud storage systems - Strong analytical skills Your successful completion of this project co...

    $30 / hr (Avg Bid)
    $30 / hr Snittbud
    65 bud

    I'm looking for a Python expert to help me with a Knapsack Problem (KP) assignment. Key Requirements: - The purpose of this assignment is to optimize the Knapsack Problem (KP) using a Greedy algorithm. - Your code should be in Python. Ideal Skills: - Strong proficiency in Python. - Solid understanding of the Knapsack Problem. - Experience with optimizing algorithms using Greedy approach.

    $134 (Avg Bid)
    $134 Snittbud
    31 bud