Python tips for beginners jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 python tips for beginners jobs found

    I need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :

    $16 Average bid
    $16 Avg Bid
    3 bids

    I need an app designed for one of my companies' auto appraisal services we currently offer our clients. Important to note: this is only my vision. I'm very flexible to ideas and creative design changes as long as it still has the desired outcome. A tool that streamlines my auto appraisals. I'm looking for cost-effective planning and creation as my budget is limited. Here is an outline of my vision: Project Title: TYS AutoVision Appraisal App An automated, user-friendly platform to streamline vehicle appraisals for both businesses and individuals. 1. Purpose of the App Primary Goal: To provide an automated, professional, and efficient vehicle appraisal solution that simplifies the process for both users and Tyler’s business. Key Objective...

    $592 Average bid
    Urgent
    $592 Avg Bid
    4 bids

    I need a Python script that can create multiple IDs for irctc. This script should also handle auto verification of OTPs via both temporary email and mobile numbers. Key Requirements: - The script should generate unique user information for each account. It should not use the same information for every account, but rather different combinations of user information. - It should be capable of creating social media accounts, email accounts, and e-commerce accounts. - The script should be able to handle mobile number verification as well as verification through a temporary email service. Ideal Skills: - Extensive experience with Python scripting is a must. - Prior experience with ID creation and OTP verification scripts will be highly regarded. - Familiarity...

    $23 / hr Average bid
    $23 / hr Avg Bid
    1 bids
    Video Maker for YouTube
    6 days left
    Verified

    We are looking for a creative and skilled video maker to produce 1-2 minute videos for our YouTube channel. The videos should be educational, engaging, and visually appealing, with a focus on providing quick, informative content that is face and voice-free. Responsibilities: Create 1-2 Minute YouTube Videos (Quick Tips, Reviews, Insights, etc.) Edit and produce short, impactful videos that engage viewers immediately. Use visuals like text overlays, charts, and animations to convey information. Add background music and captions to enhance viewer experience. Video Format: Focus on delivering concise, 1-2 minute videos, perfect for quick consumption on YouTube. Content can cover various educational topics, such as business, finance, investing, and more. No Face ...

    $13 Average bid
    Local
    $13 Avg Bid
    6 bids

    I am an intermediate programmer seeking a tutor proficient in Python and Embedded C programming, specifically for microcontrollers. I prefer a hands-on project-based learning approach. Should be inclined to power electronics firmware roles. Key Requirements: - Proficient in teaching Python and Embedded C programming - Extensive experience with microcontrollers - Able to design engaging, hands-on projects - Capable of tailoring lessons to an intermediate level I will spend atleast 8 hours weekly. Only on Saturday and Sunday. I need to learn programming by 5 months. I should get good confidence in programming. I know basics of C and nothing in python. I am good math and logic. Looking for a low cost and trustworthy relation. If I get a good grip on prog...

    $5 - $9 / hr
    $5 - $9 / hr
    0 bids

    Project Description: I am looking for a skilled professional to guide me through analyzing data in Excel in a structured and professional way. My goal is to improve my Excel proficiency and learn practical techniques while working on my existing data. What I Have: • An Excel sheet with data ready for analysis. • Basic knowledge of Excel. What I Need: • A professional to guide me step by step in: • Data cleaning and preparation. • Using advanced formulas and functions. • Creating pivot tables and charts. • Analyzing trends and insights. • Other relevant professional techniques based on my data. Requirements: • Expert-level proficiency in Microsoft Excel. • Ability to teach and explain concepts clearly and patiently...

    $23 Average bid
    $23 Avg Bid
    8 bids

    ...but here are the quick summaries. Job Description: My research involves analyzing institutional isomorphism and its influence on contracting-out decisions by local health departments (LHDs). I have multiple datasets that need to be cleaned, merged, and prepared for statistical analysis. I would be looking for: Data Cleaning: Remove duplicates and inconsistencies. Handle missing data appropriately (e.g., imputation, removal based on criteria). Standardize variable names and formats across datasets. Possibly collecting the data for me if there is any missing from data files I have. Data Merging: Combine datasets from multiple sources (e.g., 2016 and 2019 NACCHO Profile Studies, socioeconomic data). Use shared identifiers (e.g., zip codes, county names) to match ...

    $4127 Average bid
    Urgent
    $4127 Avg Bid
    11 bids

    Project Title: Write 20 Engaging Use Case-Based Tutorial Articles in Data Science (No AI Content) Description: We are looking for an experienced writer to create 20 engaging, use case-driven, and search engine-optimized tutorial articles on specific, real-world data science applications. The content must be manually written without AI assistance, well-researched, and highly practical, appealing to both beginners and intermediate-level data science enthusiasts. Project Requirements: (Each article should focus on solving a specific problem): - Predicting Customer Churn Using Logistic Regression - Sentiment Analysis for Movie Reviews Using NLP Techniques - Fraud Detection in Financial Transactions with Random Forest - Optimizing Delivery Routes...

    $73 Average bid
    $73 Avg Bid
    5 bids

    I'm looking for a Python script to control a stepper motor via a Raspberry Pi. This program is intended for a machine that tumbles rock or metal parts, and it needs to offer a robust set of features for controlling the motor. Key Requirements: 1. The script should allow for controlling the motor's direction. 2. It should enable speed control. 3. A timer feature is needed to manage the run duration, with options ranging from 5 minutes to 7 days. 4. There should be a setting for one-way or two-way rotation control. 5. For two-way control, the script should allow for user-defined duration intervals (e.g., rotate for 1 minute, then reverse for 1 minute). The interface for the program will be a Graphical Us...

    $147 Average bid
    $147 Avg Bid
    43 bids

    Just moved to Miami and as a complete beginner, I'm eager to learn Spanish primarily for daily conversational skills. I'm looking for an experienced online tutor who can assist me with this. I am looking for a tutor that can maybe do 2-3 sessions a week. Schedule options 8-9 am evenings after 7pm weekends Skills and Experience Required: - Proficiency in Spanish - Teaching experience, particularly with beginners - Skills in facilitating online lessons - Ability to teach conversational Spanish - Understanding of Miami's cultural context helpful

    $32 / hr Average bid
    $32 / hr Avg Bid
    4 bids

    ...if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path passed as a command-line argument. Auto-formatting: The script uses autopep8.fix_code() to format the code according to PEP 8. Saving the changes: After formatting, it saves the formatted code back to the same file. Error handling: It also includes basic error handling for file-related issues. How to use: Save this script as format_code.py. Run it from the command line like this: bash Copy python The script will automatically reformat the Python file to comply with PEP 8 standards. Benefits: Helps to maintain consistent

    $20 / hr Average bid
    $20 / hr Avg Bid
    21 bids

    ...looking for a Python developer to create a Windows desktop audio application for me. This software will function as a radio, scheduling files and streams, and also recording them. Key Features: - Audio recording: The software should be capable of recording streams and files. - Input sources: The application should support recording from a Microphone and Line-in. - Audio playback: The software needs to play scheduled files and streams. - Output format: All recorded audio files should be saved in MP3 format. Ideal Skills: - Proficiency in Python and Windows desktop application development. - Experience with audio software development. - Knowledge of audio recording and playback functionalities. - Understanding of scheduling systems for media. - Ability...

    $21 / hr Average bid
    $21 / hr Avg Bid
    62 bids

    I'm seeking a professional to assist me with both configuring a new AWS environment from scratch and hosting a web application on it. The web application is built using Flask and Python, with SQLite as the database. Key Responsibilities: - Setting up a new, optimized AWS environment - Hosting a Flask/Python/SQLite web application - Implementing and overseeing machine learning services, specifically for model training and evaluation Ideal Skills and Experience: - Extensive experience with AWS - Proficiency in Flask, Python, and SQLite - Expertise in machine learning processes - Previous experience in setting up and hosting web applications on AWS.

    $150 Average bid
    $150 Avg Bid
    22 bids

    I'm looking for an experienced Python developer to build a comprehensive Property Management SAAS website. Key Features: - Detailed and Advanced User Dashboard - Multiple User Roles: Owner, Property Manager, Tenant, and Pro - Property Addition and Management - Maintenance Features Accessible by Property Manager, Owner, and Tenant Essential Integrations: - Payment Gateways for seamless transactions - Property Listing Sites for exposure - Maintenance Request Systems for efficient handling Ideal skills and experience for the job include: - Proficiency in Python and web development - Experience in building SAAS platforms - Familiarity with property management systems - Skills in creating detailed and advanced user interfaces - Knowledge ...

    $2201 Average bid
    $2201 Avg Bid
    80 bids

    ...access levels. Users must be able to upload files, select from customizable templates, and download branded 3D PDFs supporting zoom, rotate, and pan. Security is paramount, with files processed via HTTPS and deleted afterward. We want a white-labeled solution, removing any third-party branding. Experience with Python, CAD parsing, and PDF generation is essential. Key Requirements: - Development of an API for 2D and 3D PDF conversions (Python) - Conversion of DXF, DWG, and OBJ files -Python Installs: EZDXF, ODA, Trimesh, U3D or PRC (Geometry Converter) - Handling of both 2D and 3D conversions Ideal Skills: - Extensive experience with API development - Proficiency in handling 2D and 3D file conversions - Familiarity with DXF, DWG, and OBJ formats - Previous ...

    $264 Average bid
    $264 Avg Bid
    47 bids

    I need a Python developer to create a tool capable of collecting tweets in real-time as soon as they are published. The tool should monitor ten Twitter accounts simultaneously and allow the accounts to be easily updated in the code as variables. It must automatically skip pinned tweets to avoid duplicates and store the collected tweets in a text file, including the tweet content and the timestamp of publication. The tool should run in headless mode, avoiding any visible browser activity, and incorporate strategies to evade detection by Twitter. This can include simulating human behavior, adjusting refresh rates, or any other suitable techniques. The tool must be efficient, ensuring minimal delay in collecting tweets, ideally within seconds of their publication. It is essential tha...

    $164 Average bid
    $164 Avg Bid
    31 bids

    I'm looking for a skilled Python game developer to create a game-based user interface (UI) for an off-grid solar wind battery generator system. I am just looking for the UI component at this time, please look at the attached pdf .... the display is 800X800 but is round :-) Key Responsibilities: - Real-time Monitoring: The UI must allow for the real-time monitoring and visualization of various system parameters. - Energy Metrics: The specific parameters to be monitored include energy production, energy consumption, and battery status. Ideal Candidate: - Proficiency in Python and game development, particularly with the Pygame library. - Prior experience designing UIs for renewable energy systems is a plus. - Skills in creating engagi...

    $25 / hr Average bid
    $25 / hr Avg Bid
    58 bids

    ...have a working Flask application that utilizes VOSK for speech-to-text (STT), Wikipedia-API for retrieving query information, and gTTS for text-to-speech (TTS). I want to replace gTTS with Piper TTS to enable offline functionality. Must have Piper experience. The project involves: Installing Piper TTS on a Raspberry Pi 5 (linux) with Python 3.11. Integrating Piper into the existing simplified Flask app. Allowing runtime configuration of Piper settings through the Flask UI. Providing step-by-step installation instructions for Piper on Raspberry Pi 5. (linux) Project Requirements: Piper Installation on Raspberry Pi 5: (linux) Current setup python3 -m venv venv source venv/bin/activate # On Windows: venvScriptsactivate Install Required Python...

    $130 Average bid
    $130 Avg Bid
    10 bids

    I need assistance with my Excel VBA and Python integration. I can open a Colab Notebook from VBA, but I'm having trouble getting the code to execute automatically upon opening the Notebook. VBA-code: Sub StartColabScript() Dim colabLink As String colabLink = "" colabLink End Sub I cant get this code to run my Python-script. I also tried: # Add code to Colab Notebook !python /path/to/ !python (I dont know if the Notebook is called the right way. The name of my workbook is: Ny241028Hent33Tickers3Blokke5y I guess its .py How do I refer to this workbook from VBA, and how do I get to autoexecute

    $22 Average bid
    $22 Avg Bid
    22 bids

    ...Google Colab for this purpose. While we prefer using our trained model, we are open to the development or integration of a new model that fits our requirements. Project Requirements: We need a comprehensive and interactive website with the following key features: 1]Student Retention Analysis: Predict the retention or dropout status for individual students using the ML model. Provide detailed insights into each prediction, highlighting the factors contributing to the outcome. 2]Dataset Management: Enable the registration of new students and update their information directly on the website. Automatically add new entries to the dataset for real-time analysis. 3]Data Visualization: Visualize the overall dataset with graphs and charts. Include individual-level visual...

    $90 Average bid
    $90 Avg Bid
    3 bids

    I need a Python developer to integrate a Telegram bot with Python code that will execute predefined terminal commands. The system should take messages which are broadcasted to the bot and execute the corresponding command. Key Requirements: - Python programming skills - Experience with Telegram bot development - Familiarity with terminal commands - Knowledge of MySQL for querying The primary goal of this project is to automate the execution of specific tasks via the Telegram bot. The user will interact with the system by sending MySQL queries, which the bot will interpret and respond to. The ideal freelancer for this project should be able to help me with the following: - Executing predefined commands - Using MySQL queries to trigger these commands - En...

    $25 Average bid
    $25 Avg Bid
    1 bids

    I need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :

    $18 Average bid
    $18 Avg Bid
    13 bids

    I have a 68-line Python script designed to fetch free proxies and stream my radio. While it works well with direct links, it fails to affect the player on my official site. The issue might stem from the User-Agent or a couple of lines in the code. Your task is to: - Identify and correct the issue preventing the script from interacting with the player on my website. Please note: - The script runs without errors, but it doesn't interact with the player. - It only needs to interact with the player stream, not other elements on the webpage. - Currently, it's using a browser User-Agent. I'm looking for someone who can complete this task in under an hour for a final offer of 4 euros. Ideal skills: - Proficiency in Python - Experience with debug...

    $10 Average bid
    $10 Avg Bid
    8 bids

    I'm seeking a Python expert who can create a script for me to intercept and modify HTTPS requests. Key Requirements: - Expertise in Python - Experience handling HTTPS requests - Ability to modify request headers, body content, and URL parameters The script will need to tamper with various components of the requests, so a good understanding of HTTPS and its request structure is crucial. Please provide examples of similar work you've done in the past.

    $37 Average bid
    $37 Avg Bid
    18 bids

    I’m looking for an experienced developer/researcher in deep learning, outlier detection, and large language models (LLMs) to assist with enhancing a codebase from an article. The article focuses on Deep Learning for Outlier Detection on Tabular and Image Data, and I’d like to integrate LLMs into the existing approach to expand its capabilities. Project Scope: Review the provided article and its accompanying code. Understand the existing deep learning methods used for outlier detection on tabular and image data. Enhance the code by integrating features leveraging LLMs. Potential directions could include: Using LLMs to detect outliers by analyzing context within textual metadata. Creating a natural language interface for explaining anomalies detected...

    $173 Average bid
    $173 Avg Bid
    26 bids

    I am looking for a skilled developer to create a budget-friendly e-commerce platform using Python Django, focusing on user accounts (registration, login, profiles), A secure payment system (supporting multiple methods like cards, UPI), and essential e-commerce features like product management (add, update, delete, filter), A shopping cart with a seamless checkout process, and an admin dashboard for managing products, orders, and users. The platform should be mobile-responsive, secure (CSRF protection, password hashing, SSL), and scalable for future enhancements. If you have experience in e-commerce development, payment gateway integration, and delivering quality work within budget constraints, please share your portfolio, approach, timeline, and cost estimat...

    $1254 Average bid
    $1254 Avg Bid
    24 bids

    We are looking for a creative and skilled video maker to produce 1-2 minute videos for our YouTube channel. The videos should be educational, engaging, and visually appealing, with a focus on providing quick, informative content that is face and voice-free. Responsibilities: Create 1-2 Minute YouTube Videos (Quick Tips, Reviews, Insights, etc.) Edit and produce short, impactful videos that engage viewers immediately. Use visuals like text overlays, charts, and animations to convey information. Add background music and captions to enhance viewer experience. Video Format: Focus on delivering concise, 1-2 minute videos, perfect for quick consumption on YouTube. Content can cover various educational topics, such as business, finance, investing, and more. No Face ...

    $10 Average bid
    $10 Avg Bid
    9 bids

    Python and Visual Studio Code Data Processing Data Entry Web Scraping Data Mining The project involves creating a script to mine text data . Key Responsibilities: - Develop a text mining script that can efficiently extract and process data from various fields in the database. - The script should be able to handle large volumes of data and return results in a timely manner. Ideal Skills: - Proficiency in SQL and data mining techniques. - Experience with developing scripts for database text extraction. - Ability to work with large datasets.

    $23 Average bid
    $23 Avg Bid
    25 bids

    We are developing a restaurant food ordering service app for global users. This app enables foreign customers to check menus and place orders without language barriers, while also supporting payment and communication with waiters. Additionally, a scratch lottery feature offers users a chance to win free meals and various prizes. The main features are as follows: Main Features 1. Multilingual Menu Translation and Ordering Access the restaurant's menu page by scanning a table QR code or entering a specific number. Automatically detect the user's preferred language and translate the menu accordingly. Users can select and order food from the menu. 2. Chatting with Waiters Communicate with waiters through real-time in-app chat. Automatic translation in chats to resolve languag...

    $158 Average bid
    $158 Avg Bid
    34 bids

    I’m starting a fitness-focused WhatsApp group to share valuable fitness tips and content. My goal is to grow the group to 1000 members who are genuinely interested in fitness. After that, I plan to upsell them 1-on-1 coaching and mentorship. I need a freelancer who can: Use social media ads (Facebook/Instagram) to target fitness enthusiasts. Create and manage lead generation campaigns that drive real, interested members to join the WhatsApp group. Help me build an engaging and active fitness community. Utilize organic strategies to grow the group alongside paid ads. Potential for long-term work if results are good. Skills Needed: Social media marketing, lead generation, Facebook/Instagram ads, community management, fitness niche knowledge.

    $19 Average bid
    $19 Avg Bid
    10 bids
    Asia Travel Blog Writer
    6 days left
    Verified

    I'm seeking a talented writer to craft engaging, storytelling-style articles for a travel blog focused on Asia. - Your role will be to transform every travel experience into a captivating narrative, drawing readers in and making them feel as if they're on the journey with us. - The blog's primary focus will be on various regions and destinations within Asia, so a deep understanding of, or experience with, this continent would be a significant advantage. - Your writing should be engaging, yet also informative, providing readers with useful travel tips and factual information about the places we're exploring. Ideal skills for this job include: - Proven experience in travel writing, particularly with a focus on Asia. - Exceptional storytelling abil...

    $102 Average bid
    $102 Avg Bid
    68 bids

    As a beginner in React, I am looking for someone to teach me how to launch my React apps on my local MacOS environment. I already have a development environment set up, but I could use some guidance to ensure I'm doing everything correctly and efficiently. Ideal Skills and Experience: - Extensive knowledge and experience with React - Familiarity with MacOS development environment - Ability to teach and explain concepts clearly - Patience and understanding towards beginners

    $21 Average bid
    $21 Avg Bid
    25 bids

    I am an intermediate programmer seeking a tutor proficient in Python and Embedded C programming, specifically for microcontrollers. I prefer a hands-on project-based learning approach. Should be inclined to power electronics firmware roles. Key Requirements: - Proficient in teaching Python and Embedded C programming - Extensive experience with microcontrollers - Able to design engaging, hands-on projects - Capable of tailoring lessons to an intermediate level I will spend atleast 8 hours weekly. Only on Saturday and Sunday. I need to learn programming by 5 months. I should get good confidence in programming. I know basics of C and nothing in python. I am good math and logic. Looking for a low cost and trustworthy relation. If I get a good grip on prog...

    $5 / hr Average bid
    $5 / hr Avg Bid
    15 bids

    I need a script that can scrape manifests from an online website and insert the data into a MySQL database. Ideal Skills: - Proficient in Python or similar languages - Experience with web scraping tools (BeautifulSoup, Scrapy) - Familiarity with MySQL and database management - Ability to write efficient, clean code Responsibilities: - Develop a web scraping script - Ensure data is accurately inserted into MySQL - Make the script run at specified intervals Please note, the specific website and data fields have not yet been determined. The freelancer will need to be flexible and ready to adapt the script as needed.

    $25 Average bid
    $25 Avg Bid
    38 bids

    I'm looking for an expert in data extraction and analysis. I need Google Maps reviews and location data gathered from around 65,000 locations based on company name, geolocation, and address. The extracted data will be used for analysis and insights, so the successful freelancer will be highly skilled in Python, data manipulation and analysis. They should be able to specify a reproducible method and tool for this task. The data I need includes: 1. Reviews: with details on date, review, and username. 2. Additional data from the location: including opening times and popular times. The list of locations will be provided in a CSV file. Please include in your proposal the method and tool you plan to use, along with relevant examples of your previous work.

    $167 Average bid
    $167 Avg Bid
    74 bids

    I am looking for a skilled individual who can manage our Instagram page and help it grow as a 'Bookstagram'. As the ideal candidate, you should be able to not only curate and create engaging content but also drive substantial growth in our follower base. Key Requirements: - Daily posting: You'll be responsible for creating and posting fresh content on a daily basis. - Content Creation: The bulk of the content will consist of book reviews, author interviews, and reading tips. - Genre Focus: Our content primarily focuses on non-fiction books. You should be familiar with this genre and its audience. Skills and Experience: - Proven experience managing Instagram pages and having organic growth. - Content creation skills, particularly in the realm of book...

    $422 Average bid
    $422 Avg Bid
    31 bids

    I am looking for an experienced developer to create a trading bot for the Pocket Option platform. The bot should work on any currency pairs (e.g., AUD/CAD) and timeframes, using the API available in the Pocket Option console. It does not need to support OTC options – regular currency pairs will suffice. The bot should: 1. The bot will: Connect to Pocket Option via the API. Automatically execute trades based on market data. Support only regular currency pairs (e.g., AUD/CAD), as Pocket Option does not support other assets. 2. Technical requirements: It can be written in HTML and JavaScript or Python. It may use AI/machine learning for market data analysis, but it is not required. It should have access to real-time market data. 3. The main goal:...

    $18 Average bid
    $18 Avg Bid
    7 bids

    I have created in Canva a wedding planner that I intend to send for printing. However, I believe it can be improved with some design tips and adjustments. I am primarily looking for assistance with the page layout, specifically in the organization of sections. Key Requirements: - Help in organizing the sections of the planner based on themes such as color themes or seasons. - Suggestions for design enhancements to improve the overall aesthetic and functionality of the planner. Ideal Skills and Experience: - Graphic design experience, particularly with print products. - Ability to create visually appealing and well-organized layouts. - Understanding of theme-based organization.

    $27 Average bid
    $27 Avg Bid
    19 bids

    I'm looking for a Tuya expert who can help me create a Python function to set my single electricity meter (a 1 channel smart power clamp) into pairing mode. The function should also send the SSID and password of my current network setup. NOTE: the Tuya device is in a known wifi network; after receiving the command it will switch to the new one Key Details: - Device Type: The project involves a Tuya-compatible single electricity meter, specifically a 1 channel smart power clamp. - Interaction Method: The function will control the device locally via the LAN protocol. - Network Information: The function should be able to utilize both the SSID and IP address of the network. Ideal Skills and Experience: - Proficiency in Python - Experience with Tuya devices - Knowle...

    $140 Average bid
    $140 Avg Bid
    42 bids

    I'm looking for a versatile and proactive full stack developer who can handle multiple concurrent software development tasks daily. We have sub-clients that require freelancing work for various types of projects. Key Responsibilities: - Develop, debug, and integrate systems using our proprietary development stack - Frequent client interaction for requirement gathering - Inherit and maintain existing codebases - Manage up to 10 simultaneous projects in a dynamic environment - Ensure the quality of code through regular code reviews and automated testing practices Ideal Skills and Experience: - Proficient in Python, Java, JavaScript, and TypeScript - Primarily experienced in backend systems development - Strong client-facing skills for regular require...

    $1500 - $3000
    Featured Urgent Sealed
    $1500 - $3000
    73 bids

    ...blockchain landscape, YourWinTrade is seeking an accomplished full-stack Web/Python/blockchain developer or a competent developer team. We are a Texas-based company with a powerful trading platform that connects multiple exchanges for seamless crypto trading success. Key Responsibilities: - Collaborate with cross-functional teams to ensure successful delivery of crypto trading and DeFi projects - Implement primary functionalities of our trading platform including multi-exchange connectivity, real-time analytics, and automated trading - Work with our draft design to create an intuitive and user-friendly interface Key Skills and Experience: - Proficiency in full-stack development, particularly with Web and Python - Extensive experience in blockchain develo...

    $40826 Average bid
    $40826 Avg Bid
    19 bids

    I'm seeking a skilled Python developer for a long-term collaboration. Ideal skills and experience for the job: - Proficiency in Python - Familiarity with Python frameworks and tools Check the file attached for details and say "123" in your proposal so i know you have read the file Budget is 20 usd

    $18 Average bid
    $18 Avg Bid
    29 bids

    a travel marketplace is looking for a content creator that will generate 15 reels per month based on stock footage. More information on brief below. **TO QUALIFY: Share your portfolio ideally working within the travel industry. Provide best price and mention total price WITHOUT ANY ADDITIONS. Any additional pricing will disqualify you. Best price and design will win because the startup has limited funds. Sharing a sample for this brief is a great plus. Reel tones and style: Style: Vibrant and Eye-Catching: Use bold colors, dynamic transitions, and visually appealing layouts that resonate with travelers. Travel-Centric Imagery: Highlight stunning destination shots, cozy hotel interiors, and unique experiences to captivate the audience. Modern and Sleek: Maintain a clean an...

    $119 Average bid
    $119 Avg Bid
    47 bids

    I'm seeking a seasoned programmer with a strong command of Python and RPA for a process automation project in the finance sector. This project primarily revolves around automating several processes that currently require manual intervention. While the specific tasks to be automated are yet to be fully determined, the focus will be on tasks pertinent to the finance industry. Key Responsibilities: - Identify, design and implement suitable process automation solutions - Enhance the efficiency, accuracy and speed of finance-related tasks - Work with Python and RPA to develop these automation solutions Ideal Skills and Experience: - Proficiency in Python programming language - Extensive experience with Robotic Process Automation (RPA) - Prior experience in ...

    $18 / hr Average bid
    $18 / hr Avg Bid
    22 bids

    ...distinctively different usage demands and (3) all of the systems are aging. Key issues I'm facing: - Master bedroom system does not meet cooling demand - 12 hours/day of runtime to maintain only 78 - Another part of the home served by a single system needs to be zoned - High energy bills - Age I'm looking for a professional who can: - Diagnose the current issues with the systems - Recommend cost-effective solutions to improve the performance and efficiency of the system - Provide tips on how to maintain optimal comfort Ideal skills and experience include: - Extensive background in residential HVAC systems - Proven track record of improving energy efficiency - Excellent problem-solving skills - Ability to provide clear and understandable advic...

    min $50 / hr
    Local Sealed
    min $50 / hr
    7 bids

    I need help with a Python script that downloads a Tableau dashboard as a PDF, and uploads it to a specific WebEx group. This script needs to be scheduled to run daily at 4 PM, using a GitLab job pipeline. Key requirements: - The script will need to use an API token for authentication with Tableau. - The naming convention for the downloaded PDF files should be "Dashboard name with date". - Experience with Python, Tableau and GitLab is necessary. -

    $13 Average bid
    $13 Avg Bid
    5 bids
    Django/Python category
    6 days left
    Verified

    I am looking for an experienced developer to continue working on my Django/Python project. The current focus will be on: - Category: Implementing and refining the project categorization features. - API: Integrating and enhancing API functionalities within the project. While the project primarily revolves around Django and Python, a deep understanding of user authentication, database interactions, and API integration is crucial. The ideal freelancer will have a proven track record of working on similar projects, with strong skills in Django and Python. Experience with various types of APIs, particularly RESTful and third-party APIs, will be highly beneficial. Please note that the specifics of the APIs to be integrated will be discussed with the successful free...

    $24 Average bid
    $24 Avg Bid
    34 bids

    We are seeking an experienced instructor to conduct a 2-month online course on the stock market. The course should focus on both technical and fundamental analysis...teaching technical analysis. If students express interest in continuing, the second month can be dedicated to fundamental analysis. Payment-Will be done weekly. 20,000 for 1 month/5000 per week - Teaching Format: All classes will be conducted online. - Course Content: The teacher should be able to explain both technical and fundamental analysis in an easy-to-understand manner. Ideal candidates should have: - Extensive experience in teaching share market. - In-depth knowledge of both technical and fundamental analysis. - Excellent communication skills for online teaching. - Patience and ability to engage with ab...

    $288 Average bid
    $288 Avg Bid
    10 bids

    I'm seeking a skilled Python programmer to automate the handling of mixed data inputs into an Excel spreadsheet. The data, which encompasses both text and numerical components, needs to be updated on a weekly basis. Key Requirements: - Proficiency in Python, specifically in automating Excel processes. - Experience in handling and processing mixed data. - Ability to set up a weekly data update system. Ideal Skills: - Python programming - Excel automation - Data processing and handling I look forward to your bids.

    $154 Average bid
    $154 Avg Bid
    54 bids

    Top python tips for beginners Community Articles