AKAditya Kadaminadityakadam.hashnode.dev·Mar 31, 2023 · 2 min readDifference between list, tuple and set in pythonList:- Lists are just like dynamic-sized arrays, declared in other languages (vector in C++ and ArrayList in Java). Lists need not be homogeneous always which makes it the most powerful tool in Python. The main characteristics of lists are –: i)The...00
AKAditya Kadaminadityakadam.hashnode.dev·Mar 31, 2023 · 5 min readpython-basicsDay13 I installed the latest version of Python from the official website, https://www.python.org/downloads, and verified the version with "python —version." Python data types are used to define a variable's type. It specifies the type of data that wi...00
AKAditya Kadaminadityakadam.hashnode.dev·Mar 31, 2023 · 5 min readLinux and git basic commandsLinux commands:- ls - The most frequently used command in Linux to list directories pwd - Print working directory command in Linux cd - Linux command to navigate through directories mkdir - Command used to create directories in Linux mv - Move or ren...00
AKAditya Kadaminadityakadam.hashnode.dev·Mar 17, 2023 · 3 min readJenkins and dockerDay7 Que 1) install docker and jenkins in your system from your terminal using package managers Answer :- Docker and Jenkins have been installed on the system using a package manager, Shown in below images. Que 2) Write a small blog or article to ins...00