Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    279 dict công việc được tìm thấy, giá theo USD
    Bài tập Python Đã kết thúc left

    bài tập về nhà python (Nội dung xoay quanh những vấn đề cơ bản: câu điều kiện, dict, class, kế thừa ,...)

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    4 lượt đặt giá

    Here's a quick job for someone with the Xcode Dictionary Development Kit. Basically, I need someone to python the .dict file with Apple's Dictionary Development Kit. You convert the source .dict to .xml with Pyglossary and then use Apple's tools to compile it. I have the converted .xml file, I think, but I also have . files. These are basically the steps, I think: The goal is to have a flawlessly working dictionary on Mac starting out with the source dictionaries. It's not a big job, but I don't know how to wrangle Xcode/ don't have a developer account. Can you just let me know how long you think it'll take? Please don't quote 30+ hours, lol.

    $33 / hr (Avg Bid)
    $33 / hr Giá đặt trung bình
    65 lượt đặt giá

    ... "http://localhost", "http://localhost:3000", ] app.add_middleware( CORSMiddleware, allow_origins=origins, # allow_origins=["*"], allow_credentials=True, allow_methods=["*"], allow_headers=["*"], ) ('punkt') ('stopwords') # API Routes @("/") def read_root(): return {"Hello": "World"} @('/search/') def search(search: dict): # 1. Get google search API googleSearch = GoogleSearch({ "api_key": SERPAPI_KEY, "engine": "google", "num": 20, "q": search['botox melbourne'], "hl": search['english'], "gl&...

    $109 (Avg Bid)
    $109 Giá đặt trung bình
    38 lượt đặt giá

    ...new functionality to my script. The desired functionality is at an intermediate complexity level. Expected Outcome Code will return a dictionary with:       -the pet image filename as the key : (ex. filename = '' Pet label = 'boston terrier')       -List that contains only the pet image label as the value for all 40 pet images in the         pet_image folder Print dict length (e.g. dictionary length is 40). The pet image labels the following way: Lower case letters Single space separating each word Correct representation of the filenames (from the 10 key-value pairs) To create the labels for pet images you will need to: Read all the files' names in...

    $19 (Avg Bid)
    $19 Giá đặt trung bình
    29 lượt đặt giá
    QUICK HELP WITH PYTHON SCRIPT Đã kết thúc left

    I need to write a function that: will return a dictionary with the pet image filename as the key and a List that contains only the pet image label as the value. Print dict length (e.g. dictionary length is 40). The pet image labels the following way: Lower case letters Single space separating each word Correct representation of the filenames (from the 10 key-value pairs) To create the labels for pet images you will need to: Read all the files' names in the pet_image/ folder Process the filenames to create the pet image labels Format the pet image labels such that they can be matched to: The classifier function labels The dog names in

    $14 (Avg Bid)
    $14 Giá đặt trung bình
    13 lượt đặt giá
    A text application Đã kết thúc left

    Axiom Dict Application Platform: Windows Desktop computer Main Features: - Text editing functionality - Dictionary - Word Input Menu's - Insert Patterns of output, multiple selections from inner-dictionary

    $1170 (Avg Bid)
    $1170 Giá đặt trung bình
    68 lượt đặt giá
    video creater Đã kết thúc left

    Project Title: Video Creator I am looking for a talented freelancer to create a video for my project. I have tables with 100s of rows. I want to display this table in video with 5-10 rows at a time. I have entries in python dict. Video Type: - Explainer video - Promotional video - Tutorial video Application Requirements: - Past work examples - Experience in video creation - Detailed project proposals Visual and Stylistic Requirements: - No specific guidelines - Open to the freelancer's creativity Ideal Skills and Experience: - Proficiency in video creation and editing software - Strong storytelling and visual communication skills - Ability to create engaging and professional videos - Knowledge of different video formats and platforms If you are a creative and experienced...

    $75 (Avg Bid)
    $75 Giá đặt trung bình
    11 lượt đặt giá

    Please look at the attached powerpoint. The development should be done in Python with Nicegui library. The messages as input can be coming from a list, dict, or whatever. I am *not* looking for a complete website, webapp and no other libraries, programming languages should be used (feel free to use any other library you need, when based on nicegui and python).

    $172 (Avg Bid)
    $172 Giá đặt trung bình
    44 lượt đặt giá
    Project for Dict Y. Đã kết thúc left

    Hi Dict Y., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $100 (Avg Bid)
    $100 Giá đặt trung bình
    1 lượt đặt giá
    Chatbot Dict Đã kết thúc left

    I am in need of a chatbot for a website. The chatbot will need to have conversational AI on a Niche domain and be able to scrape an entire list of website to learn/train from. The chatbot should be completed within 1-3 months.

    $134 (Avg Bid)
    $134 Giá đặt trung bình
    23 lượt đặt giá

    ...where the request starts with "Notes:" field and is then followed by some metadata of the session. these metadata fields for ex like BAN,Case Id, Start Time should be a key-value pair in the dictionary Next followed by the actual raw data which starts with the line " ---TROUBLE SHOOTING STEPS--- ". Followed by this line, we will have the session raw data, and we need to parse this to the above dict. Here keyword "Flow" will be the key and the keyword "Screen" will be its associated value. Some times we will have multiple values to the same key, and so we need to have the value pair as a list to the associated key. Also, we will see the value of the "Screen: Please Wait".. we can discard this value. Here the key and their valu...

    $153 (Avg Bid)
    $153 Giá đặt trung bình
    22 lượt đặt giá
    Python scraping expert Đã kết thúc left

    I am looking to hire a Python scraping expert to help with a project. I need someone who has worked in data extraction before, and is comfortable with working with text data. The websites are blogs and I only need a python function for each website that returns the titles and urls of the articles in a dict. Thanks a lot !

    $34 / hr (Avg Bid)
    $34 / hr Giá đặt trung bình
    75 lượt đặt giá
    Change click to flask app Đã kết thúc left

    Change click to flask app import click @(context_settings=dict(help_option_names=['-h', '--help'])) @('-s', '--start', required=True, type=str, help='Start block/ISO date/Unix time') to flask app .

    $31 (Avg Bid)
    $31 Giá đặt trung bình
    2 lượt đặt giá

    ...histogram. NOTE: you cannot use import csv or pandas. And since there is both numerical and string attributes you cannot use hist. hist only works with numerical values. You are required to use the function bar from Matplotlib.pyplot. Code I have so far: from T008_M1_load_data import * import string from typing import List def student_list(dic: dict)->list: data_list = [] for key, value in (): #Value is a list of dict for item in value: #Item is a dictionary if "School" not in (): item["School"] = key (item) elif "Age" not in (): item ["Age"] = key (item) elif "Health" not in (): ...

    $89 (Avg Bid)
    $89 Giá đặt trung bình
    5 lượt đặt giá
    OMR SHEET SCANNER AND GRADER Đã kết thúc left

    Now that we understand the basics of OMR, let’s build a computer vision system using Python and OpenCV that can read and grade bubble sheet tests. In our project , we combine 3 techniques: Building document scanner Sorting the outlines Perspective transform to get top-down view Python to Store the correct answer keys in a dict . Used Canny edge detection for detecting the edges in the document and Gaussian blur for reducing high frequency noise OpenCV has the way to get the top-down view of the image. Used that methodology to get the top-down view. Used Otsu’s thresholding method for thresholding. Determined the bubbles using the aspect ratio of approx one (1) for it’s bounding rect- angle. Used bitwise operations and masking to find the filled in bubble using t...

    $40 (Avg Bid)
    $40 Giá đặt trung bình
    4 lượt đặt giá
    python classes Đã kết thúc left

    write python classes with dict data type

    $51 (Avg Bid)
    $51 Giá đặt trung bình
    50 lượt đặt giá

    Write a simple python function using BS4, Scrapy or similar to retrieve values from two websites Budget is $10 AUD Just need the data in a dict variable Will send you one site to test your abilities, if you can do it then will award.

    $21 (Avg Bid)
    $21 Giá đặt trung bình
    7 lượt đặt giá
    Project for Eric L. Đã kết thúc left

    Hello Eric! I'm having some trouble with a code. I am trying to get multiple API pages into one JSON file. For that I need to merge them at the end of the Code (I'm assuming dict files but it might be that my mistake lies there). Would you quickly take a look and sort it out for 10€?

    $10 (Avg Bid)
    $10 Giá đặt trung bình
    1 lượt đặt giá

    python3 code f...ton-to-populate-the-list-What-can-I-do-to-get-the-table-to-appear-pre-populated-for-a-program-that-retrieves-web-data-from-pages … help for you def get_tsx_tickers() -> dict: r = make_request(TSX_TICKERS_URL).json() tickers = {} for stock in r['results']: ticker = stock['symbol'].strip() + '.TO' name = stock['name'].replace('Common Stock', '').strip() tickers[ticker] = {'symbol': ticker, 'name': name, 'exchange': 'TSX'} return tickers

    $39 (Avg Bid)
    $39 Giá đặt trung bình
    15 lượt đặt giá
    Pytorch Expert Đã kết thúc left

    To plot loss and accurcy for model in pytorch. Model run fine just needs to save loos and plot the model loss accurcy. Output and targtes in dict. Everythngs is ready i will explain for you. I needs it quick. If you free and expert in pytorch. It is samll tech issue

    $48 (Avg Bid)
    $48 Giá đặt trung bình
    11 lượt đặt giá
    Convert an mdx file to bgl file Đã kết thúc left

    Hi, I have a dictionary as an mdx file and managed to convert it to star dict .ifo file. using pyglossary but the text is all crammed, the definitions are hard to read as the numbers and letters are not separated. If I use the mdict software on Windows 10 the text is clear and the numbers and title words are in a blue bold type. is there something that I am missing? Is there a programmer here that is able to help me convert an mdx file to any other supported golden dictionary file type? The new dictionary file has to be clear and easy to be read and discernible. I am attaching a file of what it should look like. Here is the dictionary that needs to be converted: %E5%B0%9A%E6%9C%AA%E6%95%B4%E7%90%86/%E5%85%B1%E4%BA%AB2020.5.11/content/1_english/7_Microsoft%2

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    1 lượt đặt giá
    Flutter Image Stream App Đã kết thúc left

    There's a button on the home screen. When the button is pressed, video recording starts using camera.imagestream. Each image is sent to server and a dict of strings denoting items in the frame and their distance from the camera are recieved. Use text to speech to say out loud that list.

    $114 (Avg Bid)
    $114 Giá đặt trung bình
    10 lượt đặt giá
    Modify a ML python code Đã kết thúc left

    I have machine learning models in python for prediction of football matches. The code is limited to predict one league at a time, especially for leagues with 20 teams. 1.) I need a modification to use same models for predicting more than just one league but all available data at a time. 2.) Or, loop through a dictionary for i in range(len(dict)) and append all results

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    5 lượt đặt giá
    django serializers Đã kết thúc left

    django serializers json format dict inside dict

    $40 (Avg Bid)
    $40 Giá đặt trung bình
    9 lượt đặt giá

    django serializin nested dict inside dict

    $486 (Avg Bid)
    $486 Giá đặt trung bình
    22 lượt đặt giá

    My python script create an invalid json output due to multiple root elements. So, I need to produce a valid json output, usually there are 2/3 lines of json (dict)

    $27 (Avg Bid)
    $27 Giá đặt trung bình
    6 lượt đặt giá
    Tyler Segura Đã kết thúc left

    ...it line by line. (you could also save the book to your computer and open it directly). The () method is a useful way to break up a line of text into words. You might want to deal with punctuation, i.e. some words are going to end in punctuation. After that write code that will count the frequency of each word used: I suggest using a dictionary (that starts as an empty diction count = dict() ) as we will show in class for letters, to count the frequency of words. If the word is in the dictionary key already increment its counter by 1; otherwise if the word is not in the dictionary key add it with a counter value of 1. You will then need a function that takes your dictionary with the counts and sorts it to find the five most frequently used words. See the examples from class of...

    $207 (Avg Bid)
    $207 Giá đặt trung bình
    7 lượt đặt giá

    Hi, I need 2 Python files, one for the server and one for a ...the twisted libraries). The messages to send will be stored in a queue. The server should send each message in the queue (per topic) one at a time. The server needs to be able to (along with the other common functions): - allow connections from multiple clients - multiple topics for clients to subscribe to - data to send will be pulled from a queue ( 1 queue per topic) - messages sent with be dict - handle sending messages from a queue per topic The client needs to be able to (along with the other common functions): - connect to the server - subscribe to 1 or more topics - print message received Happy to have any guidance on the design. The server will run in a docker container. The client on a desktop. Than...

    $106 (Avg Bid)
    $106 Giá đặt trung bình
    2 lượt đặt giá
    Dynamic WebApp Python (100$) Đã kết thúc left

    ...states all the field names as subkeys, and the field types as the values for the subkeys. you will also find the key "field_values" stating all the field names as subkeys, and the field acceptable inputs as the values for these subkeys. when the user clicks predict, it imports the file in the key "pipeline_file_path" and call the function "predictTarget" and pass the values selected in the form as a dict to the function . Then get the output of the function "predcitTarget" and render the output value on the right side. every time the user clicks the button "predict", the app reads the inputs from the webform controls, call the function and render the output. The output should be displayed as a stack of values, and each line sh...

    $108 (Avg Bid)
    $108 Giá đặt trung bình
    7 lượt đặt giá
    Solving a python problem Đã kết thúc left

    ...(points) - the score: 3 points to the match winner, 1 point to each team if the match is a draw These statistics should be stored in a data structure that is a dict of dicts. For the example above, it looks like this: { 'Brazil': {'GF': 6, 'GA': 3, 'GD': 3, 'PT': 6}, 'Scotland': {'GF': 2, 'GA': 6, 'GD': -4, 'PT': 1}, 'Morocco': {'GF': 5, 'GA': 5, 'GD': 0, 'PT': 4}, 'Norway': {'GF': 5, 'GA': 4, 'GD': 1, 'PT': 5}, } Sub-task 1 (make_stats) Create a function make_stats (matches), where matches is a list of match results in the format shown above. The function should ...

    $31 (Avg Bid)
    $31 Giá đặt trung bình
    21 lượt đặt giá

    explained in the chat to the freelancer

    $27 (Avg Bid)
    $27 Giá đặt trung bình
    2 lượt đặt giá

    Have to create a readable excel/csv from hierarchical YAML or Json, so that end user can understand and edit the excel sheet and than Excel should convert in such a way such that it can convert to a exact same dictionary like it formed with yaml or json.

    $3 / hr (Avg Bid)
    $3 / hr Giá đặt trung bình
    3 lượt đặt giá

    hello i need to add... Dictionary<string, int> dict = new Dictionary<string, int>(0); foreach (var _line in ('r')) { string line = (string)_line; line = (charsToTrim); string[] words = (' '); foreach (var tmp in words) { string word = (charsToTrim); if (word != "") if ((word)) dict[word] += 1; else (word, 1); } } dict = (pair => ).ToDictionary(pair => , pair => ); return dict; }

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    4 lượt đặt giá
    Help in Python Đã kết thúc left

    - Complete python class functions with basic python (tuples, lists, dict); - Make an API call and parse results - Basic SQLite3 queries Bonus: Simple D3 page, Flask query

    $103 (Avg Bid)
    $103 Giá đặt trung bình
    13 lượt đặt giá

    I require an easy to use plotting package that takes a dictionary of data parameters and generates the appropriate graphs. The package should take a list of dictionaries and produce one or more graphs based on the criteria passed in. An example of the dict() would be: (subject to changes as we discuss the project) - Key - the dict key would be the Y label name - Y-data - a numpy array or a list of numpy arrays depending on the graph type - X-data - a numpy array (generally this will be time data but maybe not always) - X label - label for the x axis - Include x axis labels - True/False. Whether to display the labels on the x axis (as some graphs all use the same x-axis data it might be a waste of space to include them on every graph in the series) - type - type of graph (...

    $29 (Avg Bid)
    $29 Giá đặt trung bình
    6 lượt đặt giá

    I have a very simple request. I currently have a small script that reads a csv file to a Python dict. It does a single nest, but I would like it to go one nest deeper. Unfortunately, I cannot fix this and need some help.

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    25 lượt đặt giá

    I have a very simple request. I currently have a small script that reads a csv file to a Python dict. It does a single nest, but I would like it to go one nest deeper. Unfortunately, I cannot fix this and need some help.

    $8 - $31
    $8 - $31
    0 lượt đặt giá

    We need a python function that accepts a dict of Matplotlib figures and combines them into a single page pdf. We control the dict of figures so input errors are not expected. The function should enable us to programmatically add a title.

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    16 lượt đặt giá

    ... (main()) File "/home/bitnami/.local/lib/python3.7/site-packages/mongo_connector/", line 107, in wrapped func(*args, **kwargs) File "/home/bitnami/.local/lib/python3.7/site-packages/mongo_connector/", line 1409, in main conf.parse_args() File "/home/bitnami/.local/lib/python3.7/site-packages/mongo_connector/", line 125, in parse_args option, dict((k, (k)) for k in option.cli_names) File "/home/bitnami/.local/lib/python3.7/site-packages/mongo_connector/", line 1134, in apply_doc_managers (DocManager(target_url, **kwargs)) File "/home/bitnami/.local/lib/python3.7/site-packages/mongo_connector/doc_managers/", line 80, in __init__ self._build_fields() File "/home/bitnami/

    $14 (Avg Bid)
    $14 Giá đặt trung bình
    2 lượt đặt giá

    1. Default Picke...will give us information about “Deduct Coins Method”. We need it Like this: Sample given belowConfig : {“MESSAGE” : 50 (Amount)“IMAGE_MESSAGE” : 100 (Amonut)}* We don't need any interestedInPicker.* Getting a error of config :{ "errors": [ { "message": "name 'config' is not defined" }*** InterestedIn Values aer also wrong2. GETTING Error in Login Api on any login provider: this error:'dict' object has no attribute 'name'3. User API -* error getting when i try to get all params* update_profile api’s tags not working* Some Fields modification and adding new fields4. Create a new API for Sending Notification5. * Search User problem need to add some ...

    $150 (Avg Bid)
    $150 Giá đặt trung bình
    14 lượt đặt giá

    ...information about “Deduct Coins Method”. We need it Like this: Sample given below Config : { “MESSAGE” : 50 (Amount) “IMAGE_MESSAGE” : 100 (Amonut) } ** We don't need any interestedInPicker. ** Getting a error of config : { "errors": [ { "message": "name 'config' is not defined" } **** InterestedIn Values aer also wrong 2. GETTING Error in Login Api on any login provider: this error: 'dict' object has no attribute 'name' 3. User API - ** error getting when i try to get all params ** update_profile api’s tags not working ** Some Fields modification and adding new fields 4. Create a new API for Sending Notification 5. ** Search User problem need to add s...

    $105 (Avg Bid)
    $105 Giá đặt trung bình
    10 lượt đặt giá

    Need a curl exe binary that supports HTTP2/HTTP3, BoringSSL, and brotli for Windows 10 64-bit. Some build instructions can be found here: Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS HTTP3 HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile MultiSSL NTLM SPNEGO SSL SSPI TLS-SRP Unicode UnixSockets brotli libz zstd Failing to deliver the "curl" binary with the above specifications means NO PAYMENT.

    $224 (Avg Bid)
    $224 Giá đặt trung bình
    5 lượt đặt giá

    ...GetModuleForCLSID mod = GetModuleForTypelib(typelibCLSID, lcid, major, minor) File "C:UsershpAppDataLocalProgramsPythonPython36libsite-packageswin32comclient", line 266, in GetModuleForTypelib AddModuleToCache(typelibCLSID, lcid, major, minor) File "C:UsershpAppDataLocalProgramsPythonPython36libsite-packageswin32comclient", line 552, in AddModuleToCache dict = AttributeError: module 'win32com.gen_py.00020813-0000-0000-C000-000000000046x0x1x9' has no attribute 'CLSIDToClassMap If this is something you have real expertise in, please respond. Please do not respond if you think you might be able to figure it out. I'm in this mess because of contractors who kind of know what they are doing and kind of don't. But ...

    $24 / hr (Avg Bid)
    $24 / hr Giá đặt trung bình
    7 lượt đặt giá
    Python dict data Đã kết thúc left

    I wanna extract data from websocket pyloaddata from dict python

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    10 lượt đặt giá

    I'm looking to scrape data from a website () and get information in a dict format. You will need to make 1 Python function, any name is fine. The function will be able to be called like this: functionName(2141) and return a dictionary of the info at the bottom (Sale ID, Total Supply, Tokens For Presale, etc). However, if the number given (say 3456) is invalid, it will return an error/False. EXPECTED OUTPUT: functionName(2141) URL: Output: {"status":True,"presaleAddress":"0x5C23A75336D3C02B66816F66dfa45FcD6915fb6D","saleId":"2141","totalSupply":"888888888.0000","tokensForPresale":"140000000.0000","tokensForLiquidity":"99400000.0000","softCap":"100&qu...

    $143 (Avg Bid)
    $143 Giá đặt trung bình
    24 lượt đặt giá
    Python Project -- 2 Đã kết thúc left

    -Looking for someone who has experience on Python -Should be aware of • Parsing text • Manipulating lists • Grouping of data using dict • Sorting data given special sort criteria • Filtering data • Parsing datetimes from text • Using a new module in the standard library • Computing stats from a list of numbers or datetime objects • Implementing design patterns • Employing object composition instead of inheritance • Creating a closure function • Implementing a binary search • Implementing a graph search algorithm • Implementing a tree search algorithm • Implementing a recursive function • Implementing a graph or tree dataset metric • Parsing of a XML file or JSON file dataset

    $19 (Avg Bid)
    $19 Giá đặt trung bình
    8 lượt đặt giá

    details explained here

    $12 (Avg Bid)
    $12 Giá đặt trung bình
    11 lượt đặt giá

    I'm struggling with type errors when using the seaborn library. I have a python dict and i want to create a dendrogram seaborn with coloured labels and the label part won't work because of type errors. Is there anyone who can fix this for me? It's specifically the coloured labels part that won't work, I have the dendrogram and heatmap.

    $35 (Avg Bid)
    $35 Giá đặt trung bình
    10 lượt đặt giá

    ...3rd checkbox on the left a print would say, " 3rd checkbox on the left has been deselected". When I select the 2nd checkbox on the right a print would say, "2nd checkbox on the right has been deselected" When I select the 3rd checkbox on the left again a print would say, "3rd checkbox on the left has been selected " import tkinter as tk chk_boxes1 = [] chk_boxes2 = [] chk_box_vars1 = dict() chk_box_vars2 = dict() chk_boxs_count = 0 root = () ("800x600") def checkbox_callback_1(key): print("check box selected 1") print((key)) print((key).get()) def checkbox_callback_2(key): print("check box selected 2") print((key)) print((key).get()) for checkbox_loop in range(5): chk_box

    $34 (Avg Bid)
    $34 Giá đặt trung bình
    3 lượt đặt giá

    Các bài viết top dict cộng đồng