{"id":22774990,"url":"https://github.com/hozlucas28/python-course-2022","last_synced_at":"2025-03-30T13:12:55.800Z","repository":{"id":62334459,"uuid":"550429973","full_name":"hozlucas28/Python-Course-2022","owner":"hozlucas28","description":"Repository of Python course of @udemy.","archived":false,"fork":false,"pushed_at":"2025-01-01T05:28:32.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Master","last_synced_at":"2025-02-05T14:46:24.056Z","etag":null,"topics":["2022","course","mit-license","practices","python","udemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hozlucas28.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-12T18:52:35.000Z","updated_at":"2025-01-01T05:28:35.000Z","dependencies_parsed_at":"2025-02-05T14:46:21.664Z","dependency_job_id":"d0a0e16d-b808-482f-a66e-68467d8da6e5","html_url":"https://github.com/hozlucas28/Python-Course-2022","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/hozlucas28%2FPython-Course-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FPython-Course-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FPython-Course-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FPython-Course-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hozlucas28","download_url":"https://codeload.github.com/hozlucas28/Python-Course-2022/tar.gz/refs/heads/Master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320201,"owners_count":20758410,"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":["2022","course","mit-license","practices","python","udemy"],"created_at":"2024-12-11T18:18:42.250Z","updated_at":"2025-03-30T13:12:55.784Z","avatar_url":"https://github.com/hozlucas28.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Python Course [2022]\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Repository of \u003ca href=\"https://www.udemy.com/course/programacion-desarrollo-web/\" target=\"_blank\"\u003eWeb Development\u003ca\u003e course of \u003ca href=\"https://www.udemy.com/\" target=\"_blank\"\u003eUdemy platform\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#----summary\"\u003eSummary\u003c/a\u003e •\n    \u003ca href=\"#----installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"#----related\"\u003eRelated\u003c/a\u003e •\n    \u003ca href=\"#----license\"\u003eLicense\u003c/a\u003e •\n    \u003ca href=\"#----acknowledgments\"\u003eAcknowledgments\u003c/a\u003e •\n    \u003ca href=\"#----contact\"\u003eContact\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/python-logo.png\" width=\"250\"\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Summary\n\u003c/h2\u003e\n\u003cp\u003e\n    This is a repository where I store all lessons that I take on \u003ca href=\"https://www.udemy.com/course/programacion-desarrollo-web/\" target=\"_blank\"\u003eWeb Development\u003ca\u003e course of \u003ca href=\"https://www.udemy.com/\" target=\"_blank\"\u003eUdemy platform\u003c/a\u003e, related with Python language.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Installation\n\u003c/h2\u003e\n\u003cp\u003e\n    Clone the repository, install \u003ca href=\"https://www.python.org/\" target=\"_blank\"\u003ePython\u003c/a\u003e (language) and use \u003ca href=\"https://code.visualstudio.com/\" target=\"_blank\"\u003eVisual Studio Code\u003c/a\u003e (code editor) with \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=ms-python.python\" target=\"_blank\"\u003ePython\u003c/a\u003e and \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance\" target=\"_blank\"\u003ePylance\u003c/a\u003e (extensions) installed. Now you have to different ways to test a Python file:\n    \u003cul\u003e\n        \u003cli\u003e\n            \u003cstrong\u003eRun Python file from terminal:\u003c/strong\u003e write \u003ccode\u003epython \u0026lt;FILE NAME\u0026gt;\u003c/code\u003e in a terminal, and you are going to see a result in your terminal.\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003cstrong\u003eRun Python file from extension:\u003c/strong\u003e select the file and then press \u003ci\u003eright click\u003c/i\u003e on it, and run option: \u003ci\u003eRun Python File in Terminal\u003c/i\u003e. Automatically, it will open your default terminal inside Visual Studio Code, and you are going to see a result of Python file, that you selected, in your terminal.\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Related\n\u003c/h2\u003e\n\u003cp\u003e\n    \u003cul\u003e    \n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/HTML-Course-2022\" target=\"_blank\"\u003eRepository of HTML course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/CSS-Course-2022\" target=\"_blank\"\u003eRepository of CSS course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/JS-Course-2022\" target=\"_blank\"\u003eRepository of JS course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Flask-Course-2022\" target=\"_blank\"\u003eRepository of Flask course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Django-Course-2022\" target=\"_blank\"\u003eRepository of Django course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Go-Course-2023\" target=\"_blank\"\u003eRepository of Go course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Go-Web-Course-2023\" target=\"_blank\"\u003eRepository of Go web course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Go-Module-Practice-2023\" target=\"_blank\"\u003eRepository of Go module practice\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Java-Course-2023\" target=\"_blank\"\u003eRepository of Java course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Java-Movie-Catalog-Practice-2023\" target=\"_blank\"\u003eRepository of Java movie catalog practice\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/API-Rest-Express-Course-2022\" target=\"_blank\"\u003eRepository of API REST - Express course\u003c/a\u003e\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    License\n\u003c/h2\u003e\n\u003cp\u003e\n    This repository is under \u003ca href=\"./LICENSE\" target=\"_blank\"\u003eMIT License\u003c/a\u003e, if you want to see what you are allowed to do with the content of this repository, please visit \u003ca href=\"https://choosealicense.com/licenses/\" target=\"_blank\"\u003echoosealicense\u003c/a\u003e for more information.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Acknowledgments\n\u003c/h2\u003e\n\u003cp\u003e\n    Thanks to \u003ca href=\"https://www.udemy.com/user/alex-roel/\" target=\"_blank\"\u003eAlex Roel\u003c/a\u003e teacher to make this course.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Contact\n\u003c/h1\u003e\n\u003cp\u003e\n    If you want to contact me, please see my \u003ca href=\"https://github.com/hozlucas28\" target=\"_blank\"\u003esocials medias\u003c/a\u003e in my GitHub profile.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fpython-course-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhozlucas28%2Fpython-course-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fpython-course-2022/lists"}