Amulyaawscloudbasics.hashnode.dev·Dec 3, 2024Python for DevOps: Understanding Data Types and String HandlingIntroduction In this article, we'll explore key Python concepts for DevOps engineers, focusing on data types, string handling, and practical examples that demonstrate Python's utility in real-world scenarios. Key Takeaways What are Data Types? Data ...pythonPython
Pankaj Kholiyadatatype.hashnode.dev·Nov 26, 2024Data Type in C++Understanding Fundamental Data Types and Control Structures in C++ 1. Data Types 1.1 int An integer data type that stores whole numbers. 1.2 float A floating-point data type used for decimal numbers. 1.3 long A modifier for int, representing a larger...Data Structure And AlgorithmC++
Ammar Khanammar-khaan.hashnode.dev·Nov 12, 2024Basics of Python for DevOps EngineersGetting Started with Python: Installation and Data Types Welcome to the exciting world of Python programming! In this blog post, we will walk you through the steps to install Python on your operating system and explore the various data types availabl...installing python
aryan sharmaaryansharma.hashnode.dev·Nov 10, 2024Methods of primitivesHey Welcome Techies👋🏼 Hello everyone, my name is Aryan Sharma, and I hope you're all doing well. I'm thrilled to begin this JavaScript blog on for absolute beginners. You can find my other blogs on JavaScript here↗️ Methods of primitives JavaScrip...datatypes
Faria Karimfariakarim.hashnode.dev·Oct 31, 2024Ballerina Basics: 5 Fundamental Programming ConceptsIntroduction: This blog covers five fundamental programming concepts—variables, control structures, functions, data structures, and OOP—illustrated with examples in Ballerina. Mastering these basics is key to building efficient applications. 1. Varia...fundamentals
Enock Omondidevenock.hashnode.dev·Oct 25, 2024Understanding Basic Types in Go: A Comprehensive GuideIntro Go provides a rich set of basic types that form the foundation of its type system. Let's explore each category in detail with practical examples. Numeric Types Integers Go offers both signed and unsigned integers of various sizes: // Signed int...26 readsGo Language
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 18, 2024Day 15 Task: Basics of Python for DevOps EngineersGetting Started with Python: Installation and Data Types Welcome to the exciting world of Python programming! In this blog post, we will walk you through the steps to install Python on your operating system and explore the various data types availabl...48 readsinstalling python
Vitthal Korvanvitthal-korvan.hashnode.dev·Oct 10, 2024Datatypes in JavaScriptWhat is datatypes? Data types represent different kinds of values that you can work with. JavaScript is a dynamically typed language, meaning you don't need to declare the type of a variable when you define it — the type is automatically determined b...JavaScript CoreJavaScript
Nabaranjan palatasinghnabaranjan1.hashnode.dev·Oct 9, 2024"Mastering Python: A Comprehensive Guide to Data Types"Python, a versatile and powerful programming language, is renowned for its simplicity and readability. One of the fundamental aspects of Python that every programmer must understand is its data types. Data types in Python define a variable's value, a...1 likePython SeriesPython
Rohit Gawanderohit253.hashnode.dev·Oct 4, 2024Chapter 7 :Datatype ContinuationJava Data Types: A Comprehensive Guide Introduction to Data Types Data types are a crucial concept in any programming language, and Java is no exception. The main reason data types exist is to tell the compiler what kind of data to expect and how muc...Full Stack Java DevelopmentUTF-16 encoding Java