nas
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Python 3.8.0b1 is available for testing (python.org)
-
Porting Python code from version 2.x to 3.x is not a simple task. To help, I built a version of Python 3.6 that includes backwards compatibility features. Most important is the mixing of bytes and str objects and…
- Google announces bitcoinj: a bitcoin implementation in Java (code.google.com)
From the bitcoin.org forum: "Google is pleased to announce the release of BitCoinJ, an implementation of the BitCoin system in Java. You can get it here under the Apache 2 license." I suspect this is maybe not Google…