The world speaks far more than English. To broaden the reach of an application, developers should internationalize the text to other languages to reach a bigger audience. This is a complete detailed guide to explain how to internationalize Python code. (more…)
Read more »
A tutorial on simple NLP tasks with Python which serves as an introduction to several libraries: NLTK, spaCy, and Pattern. (more…)
Read more »
Exploring golang - can we ditch Python for go? And have we finally found a use case for go? Part 1 explores high-level differences between Python and go and gives specific examples on the two languages, aiming to answer the question based on Apache Beam a... (more…)
Read more »
The first time I used Logo, it felt like magic. I could type a short sequence of simple commands, and draw beautifully complex shapes on the screen. In this tutorial, I will show you how to parse and interpret a Logo-like language in just 70 lines of code... (more…)
Read more »