2 followers
Self-taught | Python | Django | Flask | Rest | Web Scraping | JavaScript | Books & Movies
In this post, we will use the GitHub API to fetch user data from Github. We will be able to fetch the user's website address with number of repositories, followers, and followings. If you want to know more about GitHub, you can read it here Let's b...
Being a self-taught developer and finding the right platform to learn the right skills is a difficult task. There is so much to learn and it is hard to find the right resources. Many full-stack web development courses are not only highly expensive bu...
API (Application Programming Interface) is a software intermediary that allows two applications to interact with each other. Using API in python is easier than any other programming language. In this post, we will use news API to get the desired news...
Django is a high-level Python Web framework that encourages rapid development and pragmatic design. Django is a free and open-source web framework that follows the model-template-views architectural pattern. Django doesn't have many good resources a...
Python has different ways of creating a virtual environment. In this post, I will discuss how to use Pipenv and Virtualenv. The main reason behind using the virtual environment in our project is, to make our project protected from any kind of future ...
If you are planning to learn SQL/MYSQL or aiming to become a data analyst or data science professional, then SQL is a must-have skill. In order to succeed in today's world of data, one must be well aware of SQL and be able to perform various operatio...