Since its start, Python’s grammar has been LL(1) : it needs only a left-to-right parser that looks one token ahead to resolve ambiguities. ... (more…)
Read more »
cracking-the-da-vinci-code-with-google-interview-problems-and-nlp-in-python - A guide on how to crack combinatorics puzzles shown in The Da Vinci Code movie using CS fundamentals and NLP... (more…)
Read more »
This week I raised my first pull-request to the CPython core project, which was declined :-( but as to not completely waste my time I’m… (more…)
Read more »
Why this fledgeling computer language might become the new scripting king... (more…)
Read more »
Python has the wonderful package for recording logs called logging. You can find it in the standard library. Many developers think that it is overcomplicated and not pythonic. In this post I will try… (more…)
Read more »