CadQuery - code based CAD with a jQuery flavour
This is pretty neat - generating CAD models using Python code and a jQuery-fluent-style "selector" API.
python
This is pretty neat - generating CAD models using Python code and a jQuery-fluent-style "selector" API.
Some inside tips on MicroPython optimization.
Stop writing crappy shell scripts—write crappy Python scripts instead! Good stuff :)
I like this - seems like he's hit the nail on the head.
via Talk Python #167
This is good - and the Turbo C theme takes me back to my 286 days :)
This sounds very interesting - creating monitoring tools for data quality "by example".
An interesting static site content management system hybrid.
This looks interesting - data mining and visualisation GUI written in Python.
Eel - A little Python library for making simple Electron-like HTML/JS GUI apps
I made a little script that uses Selenium to create a single page containing all the new posts from my Facebook friends.
This lets me see everything that is posted without having to seek it out and wade through the ads and other things Facebook is trying to recommend to me.
The output is currently very rough, but it'll do for now - in particular, it just screenshots the post, rather than trying to extract the content and re-render it.
See also https://sites.google.com/a/chromium.org/chromedriver/
Discussing serverless computing with Ryan Scott Brown.
Easily add user-friendly command-line arguments.
Lightweight Python template engine