An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Python Apps

[![mitLicense](https://img.shields.io/apm/l/vim-mode?color=green&label=license&logo=pencil&style=for-the-badge)](https://github.com/slowy07/pythonApps/blob/main/LICENSE)
[![codeql](https://img.shields.io/github/workflow/status/slowy07/pythonApps/CodeQL?label=Code%20QL&style=for-the-badge)](https://github.com/slowy07/pythonApps/actions/workflows/codeql-analysis.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/slowy07/pythonapps/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/slowy07/pythonapps)
![git repo size](https://img.shields.io/github/repo-size/slowy07/pythonApps?style=for-the-badge)

## 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)