{"id":20463707,"url":"https://github.com/alexandrospanag/my_python_projects","last_synced_at":"2025-03-05T12:17:49.658Z","repository":{"id":113213336,"uuid":"384587924","full_name":"AlexandrosPanag/My_Python_Projects","owner":"AlexandrosPanag","description":"My Python Projects.  Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.","archived":false,"fork":false,"pushed_at":"2025-01-25T17:10:18.000Z","size":671,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T18:18:01.445Z","etag":null,"topics":["educative","github","jetbrains","learn","programming-language","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexandrosPanag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":null}},"created_at":"2021-07-10T01:47:41.000Z","updated_at":"2025-01-25T17:11:21.000Z","dependencies_parsed_at":"2023-10-15T17:20:59.500Z","dependency_job_id":null,"html_url":"https://github.com/AlexandrosPanag/My_Python_Projects","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/AlexandrosPanag%2FMy_Python_Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandrosPanag%2FMy_Python_Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandrosPanag%2FMy_Python_Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandrosPanag%2FMy_Python_Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandrosPanag","download_url":"https://codeload.github.com/AlexandrosPanag/My_Python_Projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242023207,"owners_count":20059300,"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":["educative","github","jetbrains","learn","programming-language","python"],"created_at":"2024-11-15T13:12:47.750Z","updated_at":"2025-03-05T12:17:48.786Z","avatar_url":"https://github.com/AlexandrosPanag.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Python Projects\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]\n\nThis work is licensed under a\n[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]\n\n[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/\n[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\n[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg\n\n\nCredits: [@alexandrospanag](https://github.com/alexandrospanag)\n\nCertifications:\n\n✅ LinkedIn Skill Assessment badge\nhttps://www.linkedin.com/in/αλέξανδρος-παναγιωτακόπουλος/\n\n✅ Scientific Computing with Python\nhttps://www.freecodecamp.org/certification/AlexandrosPanag/scientific-computing-with-python-v7\n\nAbout Python\n----------\n\n\nWhat is Python? Executive Summary\nPython is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.\n\nOften, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.\n\n![](https://th.bing.com/th/id/R.6c253b6b4562ea29d1223251d46e767f?rik=oTlwfQZkD0JpjA\u0026pid=ImgRaw)\n\n\nOriginal article source was taken from \u0026 can be found here: https://www.python.org/doc/essays/blurb/\n\nThe Meterial is based upon but altered: https://www.freecodecamp.org/learn/scientific-computing-with-python/, https://mathesis.cup.gr/courses/course-v1:ComputerScience+CS1.1+21D/course/ \u0026 https://www.sololearn.com/learning/1073 \u0026 https://www.educative.io/courses/full-speed-python ,https://mathesis.cup.gr/courses/course-v1:ComputerScience+CS1.2+21E/course/, Python for Programmers: with Big Data and Artificial Intelligence Case Studies by Paul Deitel (Author), Harvey Deitel (Author)\n\n\nAll of the programs were compiled on different development environments/ IDE(s): \n\n| Compiler/IDE | Download Link |\n| --------------- | ---------------- |\n| VS CODE | [Download Link](https://code.visualstudio.com/) |\n| Thonny | [Download Link](https://thonny.org/) |\n| PyCharm | [Download Link](https://www.jetbrains.com/pycharm/download/) |       \n| Programmiz Online Compiler | [Website](https://www.programiz.com/python-programming/online-compiler/) |       \n| Replit.com | [Website](replit.com) |       \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrospanag%2Fmy_python_projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandrospanag%2Fmy_python_projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrospanag%2Fmy_python_projects/lists"}