https://github.com/slowy07/pythonapps
everything i learn about python programming
https://github.com/slowy07/pythonapps
comprehensions garbage-collection gplv3 hacktoberfest language pyhton python python-script python3
Last synced: about 2 months ago
JSON representation
everything i learn about python programming
- Host: GitHub
- URL: https://github.com/slowy07/pythonapps
- Owner: slowy07
- License: mit
- Created: 2020-10-04T17:23:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:53:21.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:12:47.086Z (3 months ago)
- Topics: comprehensions, garbage-collection, gplv3, hacktoberfest, language, pyhton, python, python-script, python3
- Language: Python
- Homepage:
- Size: 98 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Python Apps
[](https://github.com/slowy07/pythonApps/blob/main/LICENSE)
[](https://github.com/slowy07/pythonApps/actions/workflows/codeql-analysis.yml)
[](https://www.codefactor.io/repository/github/slowy07/pythonapps)
## information about python
Python is an interpreted, high-level and general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.Python is dynamically typed and garbage-collected.
source : [**wikipedia**]()## ebook
- [beginning python](https://theswissbay.ch/pdf/Gentoomen%20Library/Programming/Python/Beginning%20Python.pdf)
- [core python programming](https://theswissbay.ch/pdf/Gentoomen%20Library/Programming/Python/Core%20Python%20Programming.pdf)
- [exploring python](https://theswissbay.ch/pdf/Gentoomen%20Library/Programming/Python/Exploring%20Python%20%282009%29.pdf)