{"id":19988863,"url":"https://github.com/limscoder/py-learn","last_synced_at":"2025-03-01T21:42:30.400Z","repository":{"id":137068468,"uuid":"266198689","full_name":"limscoder/py-learn","owner":"limscoder","description":"python tutorial","archived":false,"fork":false,"pushed_at":"2020-05-22T21:25:13.000Z","size":1515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T11:49:14.768Z","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/limscoder.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":"2020-05-22T20:10:23.000Z","updated_at":"2020-05-22T21:25:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c148f62-6845-4e86-8dbb-5bd4173c7cfc","html_url":"https://github.com/limscoder/py-learn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limscoder%2Fpy-learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limscoder%2Fpy-learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limscoder%2Fpy-learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limscoder%2Fpy-learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limscoder","download_url":"https://codeload.github.com/limscoder/py-learn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241430297,"owners_count":19961633,"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-13T04:44:24.539Z","updated_at":"2025-03-01T21:42:30.370Z","avatar_url":"https://github.com/limscoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-learn\n\nTutorial for learning basic Python for Windows\n\n## Install required software\n\n* [Download and install Python3](https://www.python.org/downloads/windows/)\n* [Download and install VSCode](https://code.visualstudio.com/Download)\n* [Download and install Git](https://gitforwindows.org/)\n  * select `VSCode` as the default editor, leave other options as default\n* Start VSCode or restart if already open to load Git integration\n* Click the `graph` icon on the left-hand navigation bar\n* Click the `clone repository` button that appears\n* Enter [https://github.com/limscoder/py-learn](https://github.com/limscoder/py-learn) as the repository to clone\n\n## Install code dependencies\n\n* Select `terminal-\u003enew terminal` from the VSCode menu bar to open a terminal within VSCode\n* Run the following commands in the terminal\n  * `\u003e python .\\bin\\get-pip.py`\n  * `\u003e python -m pip install -U matplotlib`\n\n## Running the app\n\n* Click the `document` icon on the left-hand navigation bar\n* Open the `src/main.py` file and install Python extension when prompted\n  * you may need to restart VSCode after installing the Python extension\n* Select the `run-\u003erun without debugging` option from the VSCode menu bar\n* You can also run the application from the terminal\n  * `\u003e python .\\src\\main.py`\n\n## Saving changes\n\n* Make some changes to the code and save the file(s)\n* Create an account on [github.com](https://github.com/)\n* Configure git user (in terminal)\n  * `\u003e git config --global user.name \"Your Name\"`\n  * `\u003e git config --global user.email \"{email-you-used-for-github}\"`\n* Browse to [https://github.com/limscoder/py-learn](https://github.com/limscoder/py-learn)\n* Click the `fork` button in the upper right hand corner to copy the repository to your personal account\n* Add your fork (in terminal)\n  * `\u003e git remote add forked https://github.com/{github-username}/py-learn.git`\n* Save your changes (in terminal)\n  * `\u003e git add .`\n  * `\u003e git commit -m \"describe what you changed\"`\n* Upload your changes to github (in terminal)\n  * `\u003e git push forked HEAD:master`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimscoder%2Fpy-learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimscoder%2Fpy-learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimscoder%2Fpy-learn/lists"}