Skip to content

Commit 1a237a3

Browse files
committedJan 14, 2020
much longer readme
1 parent 0b023dd commit 1a237a3

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed
 

‎README.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# python3-libs
2-
Python3 library code I have written. Run the unit tests using:
2+
3+
This repository contains Python code I have written. Originally, I
4+
thought I should have repositories both for Python 2 and Python 3, but
5+
since I only code in Python 3 nowadays, one repository was enough.
6+
7+
## Packages
8+
9+
Each package is in its own directory:
10+
11+
### ccrap
12+
13+
A work in progress C code generator for a concatenative language.
14+
15+
### learning
16+
17+
Modules for machine learning tasks.
18+
19+
### programs
20+
21+
Random programs.
22+
23+
### tools
24+
25+
Random modules.. Useful (I promise!) but random.
26+
27+
## Testing
28+
29+
Run the unit tests using:
330

431
python3 -m pytest
532

0 commit comments

Comments
 (0)
Please sign in to comment.