Welcome to the Git Workshop! This workshop is designed to introduce you to Git, a distributed version control system that helps manage and track changes in your code. Introduction to Git Git is a distributed version control system created by…
Do you know Github? If yes you can skip this article. If not are you even a developer?Github has become a part of developers’ lives, Whether you are, an engineer, frontend, backend, security specialist, hacker, or anything related to IT,…
Have you ever been into an issue where you wrote a program you created a “requirements.txt” file and wrote down all the required packages in the requirements.txt file but when you tried to move the project from one system to…
????Last month I was invited to Baba Farid College of Engineering and Technology as a Judge and speaker for 36 hour ???? long BFCET Hack Hackathon. ????More than 100+ teams applied out of which 30 were selected.Given the period of…
Creating an interactive in Python is very easy, there are many packages available that can help you to achieve this task. One such tool is Pyinquirer. Let’s learn about building a Python command line tool using Pyinquirer… Let’s start building…