Tritonix7 Profile Banner
Sam Profile
Sam

@Tritonix7

Followers
177
Following
386
Media
223
Statuses
544

Researcher @GTritonix Labs| Backend Developer (Python)πŸ‘¨β€πŸ’»

india
Joined December 2023
Don't wanna be here? Send us removal request.
@Tritonix7
Sam
9 months
Type Casting in Python πŸ”„ πŸ“ŒType casting means converting one data type into another. In Python, we can change data types using built-in functions: 1️⃣ int() β†’ Integer 2️⃣ float() β†’ Decimal 3️⃣ str() β†’ Text 4️⃣ bool() β†’ True/False πŸ“Έ Check the image below for examples! #Python
0
0
1
@Tritonix7
Sam
9 months
Type Casting in Python πŸ”„ πŸ“ŒType casting means converting one data type into another. In Python, we can change data types using built-in functions: 1️⃣ int() β†’ Integer 2️⃣ float() β†’ Decimal 3️⃣ str() β†’ Text 4️⃣ bool() β†’ True/False πŸ“Έ Check the image below for examples! #Python
0
0
1
@Tritonix7
Sam
9 months
What is the type() Function in Python? 🧐 The type() function is used to find the data type of a value or variable in Python. It helps us understand what kind of data we are working with. πŸ“Έ Check the image below for examples! #Python #LearnPython #Coding #Programming
0
0
1
@Tritonix7
Sam
9 months
What is the type() Function in Python? 🧐 The type() function is used to find the data type of a value or variable in Python. It helps us understand what kind of data we are working with. πŸ“Έ Check the image below for examples! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
9 months
Operators in Python πŸ€” Operators are symbols that perform actions on values. Common types: 1️⃣ Arithmetic – Math operations 2️⃣ Assignment – Assign values 3️⃣ Comparison – Compare values 4️⃣ Logical – Combine conditions πŸ“Έ Check the image below for examples! #Python #LearnPython
0
0
0
@Tritonix7
Sam
9 months
Operators in Python πŸ€” Operators are symbols that perform actions on values. Common types: 1️⃣ Arithmetic – Math operations 2️⃣ Assignment – Assign values 3️⃣ Comparison – Compare values 4️⃣ Logical – Combine conditions πŸ“Έ Check the image below for examples! #Python #LearnPython
0
0
0
@Tritonix7
Sam
10 months
Variable Name Rules in Python πŸ“ Use letters, numbers & _, but don’t start with a number. No spaces, use _ instead. Case-sensitive (name β‰  Name). No special characters (@, $, %). Can't use Python keywords (if, def, etc.). πŸ“Έ Check the image below for examples! #Python #code
0
0
0
@Tritonix7
Sam
10 months
Variable Name Rules in Python πŸ“ Use letters, numbers & _, but don’t start with a number. No spaces, use _ instead. Case-sensitive (name β‰  Name). No special characters (@, $, %). Can't use Python keywords (if, def, etc.). πŸ“Έ Check the image below for examples! #Python #code
0
0
1
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming #AI
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0
@Tritonix7
Sam
10 months
Data Types in Python πŸ“ Python has different data types: 1️⃣ int – Whole numbers 2️⃣ float – Decimal numbers 3️⃣ str – Text 4️⃣ bool – True/False 5️⃣ list – Multiple values in a sequence πŸ’‘ Check the image below πŸ“Έ for an example! #Python #LearnPython #Coding #Programming
0
0
0