{"id":21630918,"url":"https://github.com/guermoud98/python","last_synced_at":"2025-03-18T21:25:49.870Z","repository":{"id":186684052,"uuid":"617190305","full_name":"Guermoud98/Python","owner":"Guermoud98","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-26T13:53:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T23:36:41.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Guermoud98.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":"2023-03-21T21:51:30.000Z","updated_at":"2023-03-21T23:00:13.000Z","dependencies_parsed_at":"2023-12-10T03:45:07.262Z","dependency_job_id":null,"html_url":"https://github.com/Guermoud98/Python","commit_stats":null,"previous_names":["guermoud98/python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guermoud98%2FPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guermoud98%2FPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guermoud98%2FPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guermoud98%2FPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guermoud98","download_url":"https://codeload.github.com/Guermoud98/Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244308252,"owners_count":20432164,"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":[],"created_at":"2024-11-25T02:12:42.182Z","updated_at":"2025-03-18T21:25:49.849Z","avatar_url":"https://github.com/Guermoud98.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python List Operations Exercises\n\n# Exercice 1  \n\nThis Python program demonstrates various operations that can be performed on a list. The program performs the following tasks:\n\n- Define a list 'liste' with elements [170, 3.8, 0, 22, 7.2, 55, 18]  \n- Sort and print the list.  \n- Append '.05' to the list and print the updated list.  \n- Reverse and print the list.  \n- Remove '3.8' from the list and print the updated list.  \n- Print the index of '3.8'.  \n- Print the index of '22'.  \n- Print the sublist from the 3rd element to the end of the list.  \n- Calculate and print the sum of all elements in the list.  \n- Calculate and print the product of the 2nd element to the end of the list.  \n- Add a for loop to print integers from 0 to 15 (exclusive) in steps of 3 using range() function.  \n\n# Exercice 2  \n\nThis Python program contains various functions for manipulating lists. The program performs the following tasks:  \n\n- uniqueElement() : a function that finds the unique elements in a list.    \n- unique() : a function that finds the elements common to two lists.  \n- length_sup_four() : a function that finds all strings with a length greater than 4.  \n- sup_ten() : a function that finds all integers greater than 10 in a list.  \n- string_upper_case() : a function that converts strings to uppercase.  \n- sum_of_elements() : a function that finds the sum of all the elements in a given list.  \n- squareList() : a function that returns a list of the squares of integers.  \n- powList() : a function that returns a list of the powers of integers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguermoud98%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguermoud98%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguermoud98%2Fpython/lists"}