madisvain
- Karma
- 0
- Created
- ()
- Submissions
- 0
- reMarkable 2 – The next-generation paper tablet (remarkable.com)
- Enterprise HTML (enterprise-html.com)
- Python web framework roundup (konstruktor.ee)
A lot of web frameworks have been built for Python. There are even tutorials around the web for rolling your own web framework in Python. That is because it's really that easy. In the end this has led to a lot of great…
- Python giving Haskell a run for its money (konstruktor.ee)
Everybody knows Haskell beats Python in speed - always. The main reason being is that Haskell is compiled but Python interpreted. There have been some general posts about this all around. But lets give it a fair trial…