#pythonbasics arama sonuçları

"#pythonbasics" için sonuç bulunamadı

Day 2 complete! ✅Solidified Python basics: Variables, Data Types, and Input. Wrote a simple age calculator and arithmetic program. ✅Quick 15-min Linux terminal session (ls, cd, mkdir, etc.) for good measure. Ready to accelerate! 🚀 #Coding #PythonBasics #DevJourney #Linux


“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

"#pythonbasics" için sonuç bulunamadı

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

🔄 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…

🐍 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

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!

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

What’s the output? Drop your guess below ⬇️ #learntocode #pythonbasics #coddytech #juniorDev #programmingforbeginners

coddy_tech's tweet image. What’s the output? Drop your guess below ⬇️
#learntocode #pythonbasics #coddytech #juniorDev #programmingforbeginners

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