#devops-trends
Read more stories on Hashnode
Articles with this tag
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...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...
Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and...