Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ercanersoy/python-code-examples
Python Code Examples
https://github.com/ercanersoy/python-code-examples
code examples python python-code python-code-examples python-examples python-programs python3
Last synced: 3 days ago
JSON representation
Python Code Examples
- Host: GitHub
- URL: https://github.com/ercanersoy/python-code-examples
- Owner: ercanersoy
- License: mit
- Created: 2022-10-29T02:05:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T16:32:10.000Z (9 months ago)
- Last Synced: 2024-03-02T17:24:59.461Z (9 months ago)
- Topics: code, examples, python, python-code, python-code-examples, python-examples, python-programs, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Examples
Copyright (c) 2020-2024 [Ercan Ersoy](http://ercanersoy.net)
These files licensed by MIT License.
## Examples List
* [Circle Calculator](circle-calculator)
* [Hello World](hello-world)
* [Image Edge Detection](image-edge-detection)
* [Number Guess Game](number-guess-game)
* [Random Number Generator](random-number-generator)
* [Rock Paper Scissors](rock-paper-scissors)
* [Simple Calculator](simple-calculator)
* [Simple Server](simple-server)
* [Simple Window](simple-server-window)
* [User Input](user-input)
* [User Input Window](user-input-window)
* [Video Capture](video-capture)