#data_types zoekresultaten

#Data_types :انواع البيانات📇 1⃣Structured data 🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون 2⃣Unstructured data 🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

AymenABOAsseel's tweet image. #Data_types :انواع البيانات📇

1⃣Structured data
🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون

2⃣Unstructured data
🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

#Data_Types & #Conversions Data types define the type of value a variable holds, such as integers, floats, and strings. Learning how to convert between them for better functionality.

RohanBhale24897's tweet image. #Data_Types & #Conversions
Data types define the type of value a variable holds, such as integers, floats, and strings. Learning how to convert between them for better functionality.

A veces es necesario el casteo para realizar operaciones que con otro tipo no serían posibles 💡 #data_types #casting

ThedeveloperN's tweet image. A veces es necesario el casteo para realizar operaciones que con otro tipo no serían posibles 💡
#data_types
#casting

youtube.com/watch?v=cMDI3F… #data_types #numeric #string #python #type #slice #python_with_vipin #google_colab In this second lecture, I introduce you to Python data types - numeric and string. Also we discuss the type function, which is used to check the class of a data type.


🚀 Day 19 of #100DaysOfCairo #Data_types #Cairo Dictionaries. Cairo provides a special kind of data structure called "Felt252Dict<T>)," which is like a map in other programming languages. It involves having a collection of pairs, where each pair has a unique key and

🚀 Day 18 of #100DaysOfCairo #Data_types How to read an array in Cairo. An array is like a list of items and we can use two methods to read this list. 1. get(): This method checks if an element is in the list at a specific position. It returns the element if it does exist;



#Data_Types كمطور #back_end لازم تكون عارف ماهي انواع #البيانات وخصائصها تابع معايا #الثريد 👇 لاتنسى اللايك بطريقك👍


🚀 Day 16 of #100DaysOfCairo #Data_types #Cairo ControlFLow(Loops) Controlling Loop Execution: The 'continue' statement is used to skip the rest of the code in an iteration and move to the next one. i.e, we can skip printing when a certain condition is met.

🚀Hey Everyone! 🚀 I'm thrilled to announce the kickoff of my "100 Days of StarkNet Cairo Learning" challenge! 💡 Over the next 100 days, I'll be diving deep into #StarkNet Cairo, exploring its potential, and sharing my journey right here on X.



🚀 Day 22 of #100DaysOfCairo #Data_types #Cairo ownership & variable scope: Every value in a program is owned by a single variable. Only one variable can "own" a value at any given time. If another variable takes ownership, the original variable can no longer access that value.

🚀 Day 21 of #100DaysOfCairo #Data_types #Cairo Squashing Dictionary: To make sure a program that uses Felt252Dict<T> is correct, we need to check that the dictionary hasn't been tampered with illegally during runtime by "squashing the dictionary." This basically means



🚀 Day 20 of #100DaysOfCairo #Data_types #Cairo Felt252Dict Entries: Let's take Felt252Dict<T> as a list of records, and each record has three pieces of information: 1. Key: This is a label for the value in the dictionary, like a word in a real dictionary.

🚀 Day 19 of #100DaysOfCairo #Data_types #Cairo Dictionaries. Cairo provides a special kind of data structure called "Felt252Dict<T>)," which is like a map in other programming languages. It involves having a collection of pairs, where each pair has a unique key and



🚀 Day 21 of #100DaysOfCairo #Data_types #Cairo Squashing Dictionary: To make sure a program that uses Felt252Dict<T> is correct, we need to check that the dictionary hasn't been tampered with illegally during runtime by "squashing the dictionary." This basically means

🚀 Day 20 of #100DaysOfCairo #Data_types #Cairo Felt252Dict Entries: Let's take Felt252Dict<T> as a list of records, and each record has three pieces of information: 1. Key: This is a label for the value in the dictionary, like a word in a real dictionary.



🚀 Day 17 of #100DaysOfCairo #Data_types #Cairo Arrays. An array is like a one-way street where we can only add new things at the end and remove things from the front. Also once something is placed in the array, it cannot be changed but can read what's stored in it.

🚀 Day 16 of #100DaysOfCairo #Data_types #Cairo ControlFLow(Loops) Controlling Loop Execution: The 'continue' statement is used to skip the rest of the code in an iteration and move to the next one. i.e, we can skip printing when a certain condition is met.



🚀 Day 18 of #100DaysOfCairo #Data_types How to read an array in Cairo. An array is like a list of items and we can use two methods to read this list. 1. get(): This method checks if an element is in the list at a specific position. It returns the element if it does exist;

🚀 Day 17 of #100DaysOfCairo #Data_types #Cairo Arrays. An array is like a one-way street where we can only add new things at the end and remove things from the front. Also once something is placed in the array, it cannot be changed but can read what's stored in it.



🚀 Day 8 of #100DaysOfCairo #Data_types #Cairo short strings In #Cairo, there isn't a type just for words or sentences (strings) like we have in some other programming languages. Instead, Cairo uses something called a "short string."


#cpp #data_types std::valarray is amazing. So simple code to calculate sum over rows and columns in 2D matrix

VladimirPr69213's tweet image. #cpp #data_types std::valarray is amazing. So simple code to calculate sum over rows and columns in 2D matrix

#Data_types :انواع البيانات📇 1⃣Structured data 🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون 2⃣Unstructured data 🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

AymenABOAsseel's tweet image. #Data_types :انواع البيانات📇

1⃣Structured data
🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون

2⃣Unstructured data
🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

للبيان انواع متعددة ، ومن المهم معرفتها وتحديد الطرق الحصول عليها .. لمعرفتها ، تابع المقطع التالي: #data #datageeks #data_types youtu.be/wq_JY7whEfQ?fe…

DataGeeks_sa's tweet card. أنواع البيانات وآلية الحصول عليها

youtube.com

YouTube

أنواع البيانات وآلية الحصول عليها


🚀 Day 22 of #100DaysOfCairo #Data_types #Cairo ownership & variable scope: Every value in a program is owned by a single variable. Only one variable can "own" a value at any given time. If another variable takes ownership, the original variable can no longer access that value.

🚀 Day 21 of #100DaysOfCairo #Data_types #Cairo Squashing Dictionary: To make sure a program that uses Felt252Dict<T> is correct, we need to check that the dictionary hasn't been tampered with illegally during runtime by "squashing the dictionary." This basically means



🚀 Day 21 of #100DaysOfCairo #Data_types #Cairo Squashing Dictionary: To make sure a program that uses Felt252Dict<T> is correct, we need to check that the dictionary hasn't been tampered with illegally during runtime by "squashing the dictionary." This basically means

🚀 Day 20 of #100DaysOfCairo #Data_types #Cairo Felt252Dict Entries: Let's take Felt252Dict<T> as a list of records, and each record has three pieces of information: 1. Key: This is a label for the value in the dictionary, like a word in a real dictionary.



🚀 Day 20 of #100DaysOfCairo #Data_types #Cairo Felt252Dict Entries: Let's take Felt252Dict<T> as a list of records, and each record has three pieces of information: 1. Key: This is a label for the value in the dictionary, like a word in a real dictionary.

🚀 Day 19 of #100DaysOfCairo #Data_types #Cairo Dictionaries. Cairo provides a special kind of data structure called "Felt252Dict<T>)," which is like a map in other programming languages. It involves having a collection of pairs, where each pair has a unique key and



🚀 Day 19 of #100DaysOfCairo #Data_types #Cairo Dictionaries. Cairo provides a special kind of data structure called "Felt252Dict<T>)," which is like a map in other programming languages. It involves having a collection of pairs, where each pair has a unique key and

🚀 Day 18 of #100DaysOfCairo #Data_types How to read an array in Cairo. An array is like a list of items and we can use two methods to read this list. 1. get(): This method checks if an element is in the list at a specific position. It returns the element if it does exist;



🚀 Day 18 of #100DaysOfCairo #Data_types How to read an array in Cairo. An array is like a list of items and we can use two methods to read this list. 1. get(): This method checks if an element is in the list at a specific position. It returns the element if it does exist;

🚀 Day 17 of #100DaysOfCairo #Data_types #Cairo Arrays. An array is like a one-way street where we can only add new things at the end and remove things from the front. Also once something is placed in the array, it cannot be changed but can read what's stored in it.



🚀 Day 17 of #100DaysOfCairo #Data_types #Cairo Arrays. An array is like a one-way street where we can only add new things at the end and remove things from the front. Also once something is placed in the array, it cannot be changed but can read what's stored in it.

🚀 Day 16 of #100DaysOfCairo #Data_types #Cairo ControlFLow(Loops) Controlling Loop Execution: The 'continue' statement is used to skip the rest of the code in an iteration and move to the next one. i.e, we can skip printing when a certain condition is met.



🚀 Day 16 of #100DaysOfCairo #Data_types #Cairo ControlFLow(Loops) Controlling Loop Execution: The 'continue' statement is used to skip the rest of the code in an iteration and move to the next one. i.e, we can skip printing when a certain condition is met.

🚀Hey Everyone! 🚀 I'm thrilled to announce the kickoff of my "100 Days of StarkNet Cairo Learning" challenge! 💡 Over the next 100 days, I'll be diving deep into #StarkNet Cairo, exploring its potential, and sharing my journey right here on X.



🚀 Day 15 of #100DaysOfCairo #Data_types #Cairo ControlFLow(Loops). Sometimes, we want a piece of code to run over and over. Cairo provides a simple way to do this with a loop. The 'loop' keyword tells Cairo to keep running a block of code


🚀 Day 14 of #100DaysOfCairo #Data_types #Cairo ControlFLow(If,Else). Two basic tools for control flow are "if" expressions and loops. An "if" expression helps make decisions in cairo, "If this condition is true, do this; otherwise, do something else."


🚀 Day 10 of #100DaysOfCairo #Data_types #Cairo tuple and unit type A tuple is like a bag that can hold different types of things in #Cairo. you make a tuple by putting values inside parentheses, separated by commas. They have a fixed size i.e can't get bigger or smaller once you


🚀 Day of 9 #100DaysOfCairo #Data_types #Cairo type casting #Cairo has two ways of converting a type of data into another. try_into: Use when it is not sure if the data can be converted safely. It's like trying to fit a big item into a smaller container. When using try_into,


🚀 Day 8 of #100DaysOfCairo #Data_types #Cairo short strings In #Cairo, there isn't a type just for words or sentences (strings) like we have in some other programming languages. Instead, Cairo uses something called a "short string."


🚀 Day 7 of #100DaysOfCairo #Data_types #Cairo booleans type In #Cairo, boolean values are typically one bit in size. This means they can have only two possible values: true or false. Having boolean values occupy just one bit of memory is efficient, as it doesn't require much


🚀 Day 6 of #100DaysOfCairo #Data_types #Cairo integers and booleans. An integer is a whole number e.g 1,2(no fraction). In using integer, we have to specify how much storage space to set aside to hold these numbers(type declaration) .


🚀 Day 5 of #100DaysOfCairo #Data_types #Cairo felt252 The key difference between regular integers division and #Cairo is that, In #Cairo, x/y is defined to always make (x / y) * y equal to x but may or may not always make (x / y) * y equal x in regular integers division.


#Data_types :انواع البيانات📇 1⃣Structured data 🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون 2⃣Unstructured data 🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

AymenABOAsseel's tweet image. #Data_types :انواع البيانات📇

1⃣Structured data
🟡تكون بتنسيق معين ومرتبه بدقة في صفوف واعمدة مما يسهل البحث عنها وتحليلها كالنوصوص والارقام، مثال:معاملات المبيعات ومعلومات العملاء والمخزون

2⃣Unstructured data
🟡عكس تعريف الـStructured كالصور والفيديو، مثال:مراجعات العملاء

A veces es necesario el casteo para realizar operaciones que con otro tipo no serían posibles 💡 #data_types #casting

ThedeveloperN's tweet image. A veces es necesario el casteo para realizar operaciones que con otro tipo no serían posibles 💡
#data_types
#casting

#cpp #data_types std::valarray is amazing. So simple code to calculate sum over rows and columns in 2D matrix

VladimirPr69213's tweet image. #cpp #data_types std::valarray is amazing. So simple code to calculate sum over rows and columns in 2D matrix

Inside the Java Virtual Machine (Part 3): Data Types [Video]: This video discusses data types inside the JVM, including breakdowns of primitive and reference types and how data resides in the JVM's memory. This is next… bit.ly/2ztyRz8 #java #jvm #data_types #mickknutson

mickknutson's tweet image. Inside the Java Virtual Machine (Part 3): Data Types [Video]: This video discusses data types inside the JVM, including breakdowns of primitive and reference types and how data resides in the JVM&apos;s memory. This is next… bit.ly/2ztyRz8 #java #jvm #data_types #mickknutson

Inside the Java Virtual Machine (Part 3): Data Types [Video]: This video discusses data types inside the JVM, including breakdowns of primitive and reference types and how data resides in the JVM's memory. This is next… bit.ly/2ztyzIy #java #jvm #data_types #baselogic

baselogic's tweet image. Inside the Java Virtual Machine (Part 3): Data Types [Video]: This video discusses data types inside the JVM, including breakdowns of primitive and reference types and how data resides in the JVM&apos;s memory. This is next… bit.ly/2ztyzIy #java #jvm #data_types #baselogic

#Data_Types & #Conversions Data types define the type of value a variable holds, such as integers, floats, and strings. Learning how to convert between them for better functionality.

RohanBhale24897's tweet image. #Data_Types &amp;amp; #Conversions
Data types define the type of value a variable holds, such as integers, floats, and strings. Learning how to convert between them for better functionality.

Loading...

Something went wrong.


Something went wrong.


United States Trends