#automation
Read more stories on Hashnode
Articles with this tag
We're gonna learn how to use python to talk to external applications. The application in our case will be GitLab. We'll establish a communication...
What is package. Package vs Module. What is PyPI. What is pip · Packages: Python comes with some built-in packages. There are many more packages out...
Dictionary Data Type in Python. · Dictionary: In Python, a dictionary is a built-in data type used to store collections of data in a key-value pair...
Sets in Python. · Set: In Python, a set is an unordered collection of unique elements. Sets are used when the existence of an element in a collection is...
if, if-else, if-elif-else statements. Boolean Data Type in Python · Boolean Data Type (bool): In Python, the boolean data type represents two possible...
Strings (str): In Python, the string data type is used to represent and manipulate textual data. How to Write Strings: Strings are sequences of...