Pass by Reference in Python @ realpython.com Published by Marius on 2020-08-10 Pass by Reference in Python: Background and Best Practices (external link) Pass by Reference in Python @ realpython.com
A partially functional OAuth2 adventure with Python Published by Marius on 2019-08-18 Python’s functional aspects The function of functools.partial() ;D More examples Application: single-reply web server A partially functional OAuth2 adventure with Python
nmap: a practical introduction Published by Marius on 2019-04-20 Good habits Specify the source interface No DNS resolution Output to file Manual mode Host discovery Port scanning Scripting nmap: a practical introduction
Python 3: http.server for quick file transfers Published by Marius on 2019-03-27 A quick look A deeper look Example Python 2 Python 3: http.server for quick file transfers