« earlier | later » Page 1 of 15
terrycojones/daudin: A Python command-line shell edit / delete
"daudin is a UNIX command-line shell based on Python." It's a bit brute-force (if something parses as Python, it gets evaluated as an expression, else it's passed to the shell) but looks like it should work pretty well.
Gregory Szorc's Digital Home | Mercurial's Journey to and Reflections on Python 3 edit / delete
"Succinctly, my experience porting Mercurial and other projects to Python 3 has significantly soured my perceptions of Python. As much as I have historically loved Python - from the language to the welcoming community - I am still struggling to understand how Python could manage to inflict so much hardship on the community by choosing the transition plan that they did." Hear, hear.
to language-design mercurial python ... on 29 June 2020
jeffmer/micropython-upyphone: A gsm phone using pyboard and sim800l edit / delete
"Micropython code to implement a mobile phone". Neat!
to electronics gsm phone python ... on 24 October 2018
SSH for Fun and Profit edit / delete
Writing an SSH client from scratch.
to cryptography python ssh ... on 06 December 2016
nineties/py-videocore: Python library for GPGPU on Raspberry Pi edit / delete
VideoCore programming as an EDSL in Python. Neat!
to edsl gpu programming python raspberry-pi software videocore ... on 28 February 2016
lukasmartinelli/py14: Python to C++ 14 transpiler edit / delete
"C++14 has such powerful type deduction that it is possible to transpile Python into C++ without worrying about the missing type annotations in python. Only a small subset of Python is working"
to c++ compiler python translation type-inference types ... on 28 February 2016
Python to OCaml: retrospective - Thomas Leonard's blog edit / delete
"In 2013, I spent 6 months converting 0install’s 29,215 lines of Python to OCaml (learning OCaml along the way). In this post, I’ll describe the approach I took and how it went. There will be graphs."
to language-design ocaml porting python ... on 23 September 2015
A one week flipped learning environment to introduce Object Oriented Programming edit / delete
"This post describes a teaching activity that is run for the Cardiff MSc. programmes. The activity is revolves around a two day hackathon that gets students to use Python and object oriented programming to solve a challenge. The activity is placed within a flipped learning environment and makes use of what I feel is a very nice form of assessment (we just get to know the students)."
to assessment flipped oo python teaching ... on 28 March 2015
Security/Projects/Bandit - OpenStack edit / delete
A security scanner for Python code.
to python security static-analysis ... on 23 March 2015
PEP 483 - The Theory of Type Hints | Python.org edit / delete
A type-theoretic approach to Python -- good to see!
to language-design programming python type-theory types ... on 22 March 2015
« earlier | later » Page 1 of 15
tasty by Adam Sampson.