The scraping series will not get completed without discussing Scrapy. In this post I am going to write a web crawler that will scrape data from OLX's Electronics & Appliances' items. Before I get into the code, how about having a brief intro of Scrap...
Read more »
If you ask me to name the most misunderstood aspect of Python, I will answer without a second thought: the Python import system. Just remember how... (more…)
Read more »
Speaking of screaming from all sides, here’s a warning for those of you who are open source advocates and VS Code users. Microsoft has released a new LSP server for Python. The server is for VS Code and Microsoft says it has no plans to open source it. So... (more…)
Read more »
Four years ago, Microsoft released an open-source cross-platform IDE called Visual Studio Code that became very popular. (I rate it as the best IDE on... (more…)
Read more »
An in-depth tutorial on writing advanced Python command-line (CLI) apps using the Click library for argument parsing and more.
(more…)
Read more »