Tag: ASCII

When Arts Meet Python: Artistic Drawing with Your Code

Have you ever imagined doing artistic creation on your terminal with Python? I did. Because I believe that programming is not necessarily just for building software. It can also make my day. This article will help you explore the useless but artistic side of Python. The code examples are not s...

Advanced Data Structures and Algorithm: Neural Nets for Dummies

Neural Nets sound sexy and interesting. But what are they exactly? How do they achieve their magic and most importantly, can you build one without being an expert data scientist? In this article I’m going to show you the basics of neural networks and how you can implement one yourself using...