{"id":19079755,"url":"https://github.com/koldlight/acciona-python-workshop","last_synced_at":"2026-03-19T08:02:53.872Z","repository":{"id":43242321,"uuid":"228853531","full_name":"koldLight/acciona-python-workshop","owner":"koldLight","description":"Python workshop on Acciona","archived":false,"fork":false,"pushed_at":"2022-12-08T03:20:46.000Z","size":1457,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T08:32:18.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/koldLight.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}},"created_at":"2019-12-18T14:09:03.000Z","updated_at":"2019-12-19T17:41:00.000Z","dependencies_parsed_at":"2023-01-25T03:45:59.688Z","dependency_job_id":null,"html_url":"https://github.com/koldLight/acciona-python-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koldLight/acciona-python-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldLight%2Facciona-python-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldLight%2Facciona-python-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldLight%2Facciona-python-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldLight%2Facciona-python-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koldLight","download_url":"https://codeload.github.com/koldLight/acciona-python-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldLight%2Facciona-python-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29088571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-09T02:15:55.056Z","updated_at":"2026-02-04T15:35:47.145Z","avatar_url":"https://github.com/koldLight.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/koldLight/acciona-python-workshop/master)\n\n# Python for data analysis: workshop in Acciona\n\n## Environment setup\n\n### Requisites\n\nTwo options here:\n\n* With Anaconda for Python 3 (recommended for basic users)\n* With pipenv (recommended for advanced users), you will need:\n\n  * Python 3.7\n  * pipenv\n  * jupyter\n\nAlternatively, you can access via [MyBinder](https://mybinder.org/v2/gh/koldLight/acciona-python-workshop/master).\n\nTo install `pipenv` as a command, do:\n\n```\nsudo -H pip install -U pipenv\n```\n\nTo install `jupyter` as a command, do:\n\n```\nsudo -H pip install -U jupyter\n```\n\n### Extra steps for pipenv users\n\n#### Install the dependencies\n\nYou can skip this step if you're using Anaconda.\n\nTo install the dependencies (during the setup of the project, or in case other collaborator updates them):\n\n```\n# For development use\npipenv install --dev\n\n# For production use\npipenv install\n```\n\nThe first time you run it, it will create the virtual environment that contains all the project dependencies.\n\n#### Create the notebooks kernel\n\nYou can skip this step if you're using Anaconda. When opening the notebooks, just select your anaconda kernel.\n\nTo run the notebooks if you're using a pipenv environment, you have to create a kernel over the virtual environment.\n\nYou only need to do this once.\n\n```\n# Activate the virtual environment\npipenv shell\n\n# Create the kernel\npython -m ipykernel install --user --name='libropython'\n\n# Exit the virtual environment shell\nexit\n```\n\n## Run the notebooks\n\n```\npipenv run jupyter notebook .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoldlight%2Facciona-python-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoldlight%2Facciona-python-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoldlight%2Facciona-python-workshop/lists"}