Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kennyfrc/pybasics

Python Basics
https://github.com/kennyfrc/pybasics

Last synced: 28 days ago
JSON representation

Python Basics

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