🦞🌯 Lobster Roll

Thread

How to Verify Your Python Conversations (bura.brunel.ac.uk)

Stories related to "How to Verify Your Python Conversations" across the full archive.

How to Verify Your Python Conversations (bura.brunel.ac.uk)
Python Idioms (safehammad.com)
Cory Benfield wrote an HTTP2 framework in Python and compared it with HTTP1 (nbviewer.ipython.org)
Pythran: Enabling Static Optimization of Scientific Python Programs (conference.scipy.org)
Design and Evaluation of Gradual Typing for Python (wphomes.soic.indiana.edu)
Asynchronous Python and Databases (techspot.zzzeek.org)
Functional Programming in Python [free ebook] (oreilly.com)
Epub and Mobi available through http://radar.oreilly.com/2015/07/get-started-with-functional-programming-in-python.html
Measuring polymorphism in python programs (dl.acm.org)
> Our results show that while polymorphism is used in all programs, the programs are to a great extent monomorphic. The polymorphism found is evenly distributed across librar- ies and program-specific code and occur both during program start-up and normal execution. Most programs contain a few ...
ButterflyNet – Fully async networking framework for Python 3.4 (github.com)
How to Make Mistakes in Python (oreilly.com)
Ohne I/O: A Python 3.5 protocol parsing library without any I/O (github.com)
I thought https://sans-io.readthedocs.io/ was a great idea. As someone playing with asyncio, I find myself having to use libraries with poor/buggy protocol support. But parsing protocols is hard. So I wanted to provide developers a library that will ease development of `sans-io` libraries. I also...
Some Trouble with Transparency: An Analysis of Student Errors with Object-oriented Python (dl.acm.org)
This is behind a paywall on the ACM site but is available as a PDF on [ResearchGate](https://www.researchgate.net/publication/307088989_Some_Trouble_with_Transparency_An_Analysis_of_Student_Errors_with_Object-oriented_Python). I find ResearchGate to be spammy so I didn't link to them directly, hope ...
Toy decompiler for x86-64 written in Python (yurichev.com)
Making getaddrinfo Concurrent in Python On Mac OS and BSD (emptysqua.re)
Detecting Bots in Apache & Nginx Logs using Python (tech.marksblogg.com)
Think Python: How to think like a Computer Scientist (2012) (greenteapress.com)
Full Free Book "Annotated Algorithms in Python" (raw.githubusercontent.com)
[Source](https://github.com/mdipierro/nlib)
Squeak Makes a Good Python Debugger (2017) (timfelgentreff.de)
A Prolog Interpreter in RPython (2007) (cfbolz.de)
PeachPy: A Python Framework for Developing High-Performance Assembly Kernels (2013) (dlr.de)
Python 3 Cheat Sheet (perso.limsi.fr)
PythonR: A Python Implementation in Racket (fenix.tecnico.ulisboa.pt)
Nagini: A Static Verifier for Python (pm.inf.ethz.ch)
The tool is available at https://github.com/marcoeilers/nagini
From C to Interaction Trees: Specifying Verifying and Testing of a Networked Server (2018) (arxiv.org)
Abstract: "We present the first formal verification of a networked server implemented in C. Interaction trees, a general structure for representing reactive computations, are used to tie together disparate verification and testing tools (Coq, VST, and QuickChick) and to axiomatize the behavior of th...
Functional Perl: Programming with Recursion Schemes in Python (cs.cmu.edu)
Python 3 Types in the Wild: A Tale of Two Type Systems (cs.rpi.edu)
How to send raw network packets in Python with tun/tap (jvns.ca)
Using Python as wide-spectrum language (2002) (nlnet.nl)
Bloat beneath Python’s Scales: A Fine-Grained Inter-Project Dependency Analysis (dl.acm.org)
Regular Expression Derivatives in Python (archive.fosdem.org)