#pythonbasics 搜索结果

未找到 "#pythonbasics" 的结果

#day2 on python Topics to cover: - logical operators - conditional expressions - string methods - string indexing - format specifiers - while loops Learning with Bro Code #LearnPython #PythonBasics #StringMethods #WhileLoops #BroCode #100DaysOfCode #CodeNewbie

Aria_meloDrama's tweet image. #day2 on python

Topics to cover:
- logical operators
- conditional expressions
- string methods
- string indexing
- format specifiers
- while loops

Learning with Bro Code #LearnPython #PythonBasics #StringMethods #WhileLoops #BroCode #100DaysOfCode #CodeNewbie

未找到 "#pythonbasics" 的结果

So Friday was my birthday 🎉 but instead of a party, I spent it moderating an Intro to Python class 😹💻 Big thanks to @thiqoh for tutoring and Fars Tech Hub for hosting. Learning over loud music any day 🫡 #TechBirthday #PythonBasics #RAININetwork #FarsTechHub #KwasuTech

Sincerely_Abdul's tweet image. So Friday was my birthday 🎉 but instead of a party, I spent it moderating an Intro to Python class 😹💻

Big thanks to @thiqoh for tutoring and Fars Tech Hub for hosting.

Learning over loud music any day 🫡  
#TechBirthday #PythonBasics #RAININetwork #FarsTechHub #KwasuTech
Sincerely_Abdul's tweet image. So Friday was my birthday 🎉 but instead of a party, I spent it moderating an Intro to Python class 😹💻

Big thanks to @thiqoh for tutoring and Fars Tech Hub for hosting.

Learning over loud music any day 🫡  
#TechBirthday #PythonBasics #RAININetwork #FarsTechHub #KwasuTech
Sincerely_Abdul's tweet image. So Friday was my birthday 🎉 but instead of a party, I spent it moderating an Intro to Python class 😹💻

Big thanks to @thiqoh for tutoring and Fars Tech Hub for hosting.

Learning over loud music any day 🫡  
#TechBirthday #PythonBasics #RAININetwork #FarsTechHub #KwasuTech

🐍 New to Python? Master these math functions in minutes! abs(-5) → 5 math.sqrt(16) → 4.0 math.ceil(3.2) → 4 math.floor(3.8) → 3 math.pi → 3.14159... Pro tip: Try Googling "recursion" for a fun surprise! 😉 #PythonBasics #MediaPilot

Defi_Auditor's tweet image. 🐍 New to Python? Master these math functions in minutes!

abs(-5) → 5
math.sqrt(16) → 4.0
math.ceil(3.2) → 4
math.floor(3.8) → 3
math.pi → 3.14159...

Pro tip: Try Googling "recursion" for a fun surprise! 😉

#PythonBasics #MediaPilot

🔄 Basic For Loop in Python # Loop through a list of fruits fruits = ["apple", "banana", "cherry"] for fruit in fruits: print(f"I like {fruit}") Output: I like apple I like banana I like cherry #Python #PythonBasics #ForLoop #LearnToCode #Coding #Programming

pushpendratips's tweet image. 🔄 Basic For Loop in Python 

# Loop through a list of fruits
fruits = ["apple", "banana", "cherry"]

for fruit in fruits:
    print(f"I like {fruit}")

Output:
I like apple
I like banana
I like cherry

#Python #PythonBasics #ForLoop #LearnToCode #Coding #Programming…

Back to basics! Started revising Python fundamentals while prepping for data science roles. And I must say, the heading of 'Python' never looked so good... when I wrote it myself #PythonBasics #DataSciencePrep #LearningNeverStops

GeetikaKopuri's tweet image. Back to basics! Started revising Python fundamentals while prepping for data science roles. 
And I must say, the heading of 'Python' never looked so good... 
when I wrote it myself #PythonBasics #DataSciencePrep #LearningNeverStops

Just ordered @three_cube ‘s 2nd Ed to his best selling #LinuxBasics book. I’ve got the 1st Ed on kindle and wanted the physical book for this order. Pre-ordered his upcoming #PythonBasics book as well. Can’t wait for both to arrive. Keep up the great work, Master OTW!

V3ND3TTi's tweet image. Just ordered @three_cube ‘s 2nd Ed to his best selling #LinuxBasics book. I’ve got the 1st Ed on kindle and wanted the physical book for this order. Pre-ordered his upcoming #PythonBasics book as well. Can’t wait for both to arrive. Keep up the great work, Master OTW!

“Dreaming of a Data Science career? Start with Python — the backbone of AI & ML Join Gyantrix Academy to learn Python basics in the most simple & practical way. Your tech career starts here! #PythonForDataScience #DataScienceTraining #PythonBasics #LearnPython #GyantrixAcademy

GyantrixAcademy's tweet image. “Dreaming of a Data Science career? Start with Python — the backbone of AI & ML
Join Gyantrix Academy to learn Python basics in the most simple & practical way.
Your tech career starts here! 
#PythonForDataScience #DataScienceTraining #PythonBasics #LearnPython #GyantrixAcademy

Unlock the power of Python with the perfect code snippet! Can you spot the correct way to initialize an empty list? 🐍🔒 . . . . . #pythonbasics #coding101 #pythonprogramming #codemastery #codesnippet #pythonsyntax #programmingjourney #learntocode #codenewbie #codingcommunity

skillsopedia's tweet image. Unlock the power of Python with the perfect code snippet! Can you spot the correct way to initialize an empty list? 🐍🔒 
.
.
.
.
.
#pythonbasics #coding101 #pythonprogramming #codemastery #codesnippet #pythonsyntax #programmingjourney #learntocode #codenewbie #codingcommunity

#Python quiz What will be the output of the below code? Options: A. 50, 50 B. Syntax Error C. Attribute Error D. Null, Null #pythonprogramming #PythonBasics #100daysofcoding

RecursiveNeuron's tweet image. #Python quiz

What will be the output of the below code?

Options:
A. 50, 50
B. Syntax Error
C. Attribute Error
D. Null, Null

#pythonprogramming #PythonBasics #100daysofcoding

Day 2:💡 Today’s focus is on understanding variables and data types in Python. Learning how to store data and manipulate it is key! 🎯 #PythonBasics #100DaysOfCode #CodeWithHarry

VASU_SHEDALA's tweet image. Day 2:💡 Today’s focus is on understanding variables and data types in Python. Learning how to store data and manipulate it is key! 🎯 #PythonBasics #100DaysOfCode #CodeWithHarry

Hey Twitter fam! 👋 Here's a Python challenge for you. Can you crack this coding puzzle? 🤔 Question: What will be the output of the following Python code snippet? A) 25 B) 120 C) 24 D) None of the above #PythonQuiz #CodingChallenge #PythonBasics #ProgrammingPuzzles

JJustc0de's tweet image. Hey Twitter fam! 👋 Here's a Python challenge for you. Can you crack this coding puzzle? 🤔 

Question: What will be the output of the following Python code snippet?

A) 25
B) 120
C) 24
D) None of the above

#PythonQuiz #CodingChallenge #PythonBasics #ProgrammingPuzzles

📢 Python Training Session by #AIClub! 🎉 💡 96 participants dived into Python basics at MIC LAB on 30th Nov'24. 🔥 Topics: Python Intro 🚀 Core Concepts ✏️ Data Structures 📂 🌟 Interactive activities & rewards! 🙌 #PythonBasics #TechCommunity #KnowledgeSharing #GVPCE

GvpAi's tweet image. 📢  Python Training Session by #AIClub! 🎉
💡 96 participants dived into Python basics at MIC LAB on 30th Nov'24.
🔥 Topics:
Python Intro 🚀
Core Concepts ✏️
Data Structures 📂
🌟 Interactive activities & rewards! 🙌
#PythonBasics #TechCommunity #KnowledgeSharing #GVPCE
GvpAi's tweet image. 📢  Python Training Session by #AIClub! 🎉
💡 96 participants dived into Python basics at MIC LAB on 30th Nov'24.
🔥 Topics:
Python Intro 🚀
Core Concepts ✏️
Data Structures 📂
🌟 Interactive activities & rewards! 🙌
#PythonBasics #TechCommunity #KnowledgeSharing #GVPCE
GvpAi's tweet image. 📢  Python Training Session by #AIClub! 🎉
💡 96 participants dived into Python basics at MIC LAB on 30th Nov'24.
🔥 Topics:
Python Intro 🚀
Core Concepts ✏️
Data Structures 📂
🌟 Interactive activities & rewards! 🙌
#PythonBasics #TechCommunity #KnowledgeSharing #GVPCE
GvpAi's tweet image. 📢  Python Training Session by #AIClub! 🎉
💡 96 participants dived into Python basics at MIC LAB on 30th Nov'24.
🔥 Topics:
Python Intro 🚀
Core Concepts ✏️
Data Structures 📂
🌟 Interactive activities & rewards! 🙌
#PythonBasics #TechCommunity #KnowledgeSharing #GVPCE

Loading...

Something went wrong.


Something went wrong.


United States Trends