Going from Python to Guile Scheme
After 6 years of intense Python-Programming, I am starting into Guile Scheme. And against my expectations, I feel at home.
Source: Going from Python to Guile Scheme, an article by Arne Babenhauserheide.
After 6 years of intense Python-Programming, I am starting into Guile Scheme. And against my expectations, I feel at home.
Source: Going from Python to Guile Scheme, an article by Arne Babenhauserheide.
Have you ever typed ctrl-c instead of ctrl-v and had to recopy again? Have you ever needed to copy and paste multiple entries at once from a page causing you to switch back and forth? Have you ever needed to copy the output of a program running in the terminal? I did, and got fed up with them almost 5 years ago, I’ll show you how you can eliminate these problems.
Source: Clipboard Goodies For Productivity, an article by Mátyás Budavári.
This post is an attempt to catalog some of my practices around testing Python projects. It's not meant to be treated as dogma- I anticipate I'll update this significantly over time.
Source: My Python testing style guide, and article by Stargirl (Thea) Flowers.