{"id":17873901,"url":"https://github.com/napo/corso_python_trento_201808","last_synced_at":"2026-05-01T13:32:49.546Z","repository":{"id":137436027,"uuid":"143295393","full_name":"napo/corso_python_trento_201808","owner":"napo","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-02T13:12:59.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T23:43:11.175Z","etag":null,"topics":["examples","introduction","introduction-to-programming","python"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/napo.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-02T13:01:19.000Z","updated_at":"2024-07-31T01:21:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"92f2a3e7-5e1b-4ecf-9ea1-698e3d4afd5f","html_url":"https://github.com/napo/corso_python_trento_201808","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/napo/corso_python_trento_201808","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napo%2Fcorso_python_trento_201808","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napo%2Fcorso_python_trento_201808/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napo%2Fcorso_python_trento_201808/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napo%2Fcorso_python_trento_201808/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/napo","download_url":"https://codeload.github.com/napo/corso_python_trento_201808/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napo%2Fcorso_python_trento_201808/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["examples","introduction","introduction-to-programming","python"],"created_at":"2024-10-28T11:05:48.844Z","updated_at":"2026-05-01T13:32:49.522Z","avatar_url":"https://github.com/napo.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alcuni appunti del corso python \n## per i prescritti al corso di laurea in data science 2018/2019\n\n### Documentazione online\n#### ufficiale in inglese\n* https://docs.python.org/3/\n* https://docs.python.org/3/tutorial/index.html\n#### ufficiale in italiano\n* https://www.python.it/doc/Howtothink/Howtothink-html-it/index.htm\n* https://www.python.it/doc/newbie/\n#### tutorial online\n* http://www.html.it/guide/guida-python/\n* https://www.w3schools.com/python/default.asp\n#### cheat sheats\n* http://ehmatthes.github.io/pcc/cheatsheets/README.html\n### Documentarsi da command line\nil comando\n```python\npydoc\n```\ninterrogare una parola chiave\n```python\npydoc -k time\n```\navviare una interfaccia web\n```python\npydoc -p 8000\n```\nqui è necessario aprire il browser a http://localhost:8000\nIl numero 8000 cambia in relazione al valore che si assegna dopo p\n\n### Documentarsi dentro jupyter notebook\nè sufficiente aggiungere il punto di domanda dopo il comando:\n\nEs.\n```python\nlist?\n```\noppure usare il comando help passando, come parametro, il comando\n\nEs.\n```python\nhelp(list)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapo%2Fcorso_python_trento_201808","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnapo%2Fcorso_python_trento_201808","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapo%2Fcorso_python_trento_201808/lists"}