We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b023dd commit 1a237a3Copy full SHA for 1a237a3
README.md
@@ -1,5 +1,32 @@
1
# python3-libs
2
-Python3 library code I have written. Run the unit tests using:
+
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:
30
31
python3 -m pytest
32
0 commit comments