Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennyfrc/pybasics
Python Basics
https://github.com/kennyfrc/pybasics
Last synced: 28 days ago
JSON representation
Python Basics
- Host: GitHub
- URL: https://github.com/kennyfrc/pybasics
- Owner: kennyfrc
- Created: 2019-06-23T05:46:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:33:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T21:11:29.981Z (over 1 year ago)
- Language: Python
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python Basics Folder
This is a learning project for python.
This folder contains:
* basics/Pybasics: an exploration of Python features and syntax
* todocli/Todov1: a basic TODO app that uses functions
* todocli/Todov2: a basic OOP TODO app
* Todowebv1: a TODO app using the web.py framework