Being A Developer After 40 – Medium

You might want to read the following article on Medium.com about being a developer after 40. I don’t agree with everything in this article, but it is an interesting read anyway. “Being A Developer After 40” https://medium.com/@akosma/being-a-developer-after-40-3c5dd112210c#.9z0wl8wjf

Sketch

“Sketch is a Common Lisp environment for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction and more. It is inspired by Processing Language and shares some of the API.” https://github.com/vydd/sketch

Biopython

“Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.” http://biopython.org/

About Python 3 and unicode/str/bytes

You might want to read this interesting article about Python 3 and unicode/str/bytes. Why Python 3 exists Or, the whole unicode/str/bytes thing was done for a reason Brett Cannon Python core developer. http://www.snarky.ca/why-python-3-exists  

Small modules vs. standard library

Read about small modules vs. standard library in the following blog post from Atlassian developer Will Binns-Smith. https://developer.atlassian.com/blog/2015/11/what-the-web-platform-can-learn-from-nodejs/ I found this an interesting read. Always remember to abstract from standard libraries in your application code.