blackbird

code, jquery, web design-583073.jpg

What is Asynchronous JavaScript?

Asynchronous simply refers to making many events occur simultaneously in any order without waiting for one another, and this definition applies to asynchronous Javascript. ​​ ​​In this article, I’ll go through the concept of asynchronous JavaScript, Callback, Promises, Async/Await, Callback queue, Event Loop, and Web browser features (Web API). ​​ ​​Javascript is a single-threaded language …

What is Asynchronous JavaScript? Read More »

python, python logo, python programming-4785225.jpg

Unlocking the Power of PyScript: A Guide to Running Python Code in Your HTML

Are you looking for a way to add more interactivity and functionality to your websites? Do you want to incorporate machine learning or data analysis capabilities without relying on external APIs or libraries? Look no further than PyScript, a revolutionary tool that allows you to run Python code directly in your HTML files. In this …

Unlocking the Power of PyScript: A Guide to Running Python Code in Your HTML Read More »

bar code, code, virus free-6128518.jpg

Scraping Using Python in Step by step approach

Scraping should be about extracting content from HTML. It sounds simple but has many obstacles. The first one is to obtain the said HTML. For that, we’ll use Python to avoid detection. That might require bypassing anti-bot systems. Web scraping without getting blocked using Python, or any other tool, isn’t a walk in the park. …

Scraping Using Python in Step by step approach Read More »