#trainwithshubham
Read more stories on Hashnode
Articles with this tag
What is CI/CD? - CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
What is Jenkins? - Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
Create a Dictionary in Python and write it to a JSON File. json.dumps() : It is used to convert a dictionary to JSON string. 2. Read a json file...
Data Types - Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...
What is Python? - Python is a Open source, general purpose, high level, and object-oriented programming language. - It was created by Guido van...
What is Git? Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with...