{"id":24360430,"url":"https://github.com/dms-codes/integers-floats-concats","last_synced_at":"2025-03-12T08:27:21.192Z","repository":{"id":169618392,"uuid":"564846435","full_name":"dms-codes/integers-floats-concats","owner":"dms-codes","description":"List Value Analyzer This Python script is designed to analyze a given list and calculate the total value of integers, the total value of floats, and concatenate any string elements in the list.","archived":false,"fork":false,"pushed_at":"2023-10-01T09:22:55.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T21:20:05.747Z","etag":null,"topics":["concat","floats","integers","pthon"],"latest_commit_sha":null,"homepage":"https://github.com/dms-codes/integers-floats-concats","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dms-codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-11T16:31:34.000Z","updated_at":"2023-10-01T09:23:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5c75698-8b87-43b2-b5c8-841efdab5994","html_url":"https://github.com/dms-codes/integers-floats-concats","commit_stats":null,"previous_names":["dms-codes/integers-floats-concats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fintegers-floats-concats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fintegers-floats-concats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fintegers-floats-concats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dms-codes%2Fintegers-floats-concats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dms-codes","download_url":"https://codeload.github.com/dms-codes/integers-floats-concats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243182895,"owners_count":20249709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concat","floats","integers","pthon"],"created_at":"2025-01-18T21:19:51.913Z","updated_at":"2025-03-12T08:27:21.171Z","avatar_url":"https://github.com/dms-codes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# List Value Analyzer\n\nThis Python script is designed to analyze a given list and calculate the total value of integers, the total value of floats, and concatenate any string elements in the list.\n\n## Usage\n\n1. Define your list `listt` with the values you want to analyze.\n\n2. Run the script by executing the following command in your terminal:\n\n   ```bash\n   python your_script_name.py\n   ```\n\n3. The script will analyze the list and provide the following results:\n\n   - Total value of integers in the list.\n   - Total value of floats in the list.\n   - Concatenated string containing non-numeric elements in the list.\n\n4. The script will print the results to the terminal.\n\n## Example\n\nSuppose you have a list defined as follows:\n\n```python\nlistt = [102, 6.6, '77', '564', 75, '3.92', 'E', 2.77, 7.66, 'C', '408', 605, '690', 'Z', '134', 'S', 'K', 148, '68', '654', 'U', '537', 0.64, 905, 5.75, 302, '7.57', '834', '0.64', '29', '709', '8.28', 'Y', 640, 'U', '0.92', 4.63, '259', '245', '5.1', 'Z', 'D', '5.58', 1.26, 6.95, '2.87', '9.25', 'F', 273, '852']\n```\n\nAfter running the script, it will provide the following results:\n\n```\nTotal value of integers: 5225\nTotal value of floats: 57.04\nConcatenated string: ECKSZKUYD\n```\n\n## License\n\nThis script is provided under the [MIT License](LICENSE).\n```\n\nReplace `\"your_script_name.py\"` with the actual name of your script. Customize the README.md file further if needed to include additional information or usage examples for your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fintegers-floats-concats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdms-codes%2Fintegers-floats-concats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdms-codes%2Fintegers-floats-concats/lists"}