robson.hashnode.devReflecting on PyCon Namibia 2023.Hello Pythonistas! In today's rapidly evolving technosphere, there has never been a better time to immerse oneself in the world of technology, learning, building, and sharing experiences with fellow experts. The globalized nature of technical events ...Jun 22, 2023·2 min read
robson.hashnode.devAutomate your Data Science Workflow with BashHello Everyone. Today we are going to learn how to automate our data science or generally any coding workflow using bash. At the end of this article you should; Know what bash & the shell is, How to create folders in the terminal, How to create fil...Jun 4, 2022·5 min read
robson.hashnode.devHow to build a typewriter with JavaScriptIf you have wandered around the web, you may have came across some very simple nice animated type-writers on some websites. Some are very complex. In this tutorial, we are going to build a very simple typewriter with van...May 15, 2021·4 min read
robson.hashnode.devHow to scrap websites with Python!Img source: Edureka Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. There are different ways to scrape websites such as online Services, APIs or writing your own code. In this article, w...Mar 8, 2021·5 min read
robson.hashnode.devSolving programming challenges with Python“Everyone in this country should learn to program a computer, because it teaches you to think.” — Steve Jobs One of the most important parts of learning to code is learning how to solve coding problems. It will help you to improve your problem solv...Oct 13, 2020·3 min read