Self replicating Python code – Quine

Code shown in the video: https://www.dropbox.com/s/mhtvh64qjy5qoe0/quine.py?dl=0 Gödel, Escher, Bach by Douglas R. Hofstadter: https://amzn.to/2C3NPiC… Read more

Similar

Python year in review 2016

From moving to GitHub to the release of Python 3.6.0, 2016 has been an interesting year for the Python programming language. We had some uplifting moments like K Lars John’s keynote at Pycon and some…...

Read more »

Implementing a Neural Network in Python

Recently, I spent sometime writing out the code for a neural network in python from scratch, without using any machine learning libraries. It proved to be a pretty enriching experience and taught me a lot about how neural networks work, and what we can do... (more…)

Read more »