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…

Day 1 of #100DaysOfCode: 🐍 Today, focused on the basics of Python. Covered essentials like strings, arrays, tuples, dictionaries, and loops. 💻🚀 #PythonBasics


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!

How to make an e-poster using python ? My son made this video on occasion of 5 years completion of his YouTube channel Original link: youtu.be/9imBK5eVoc0 #pythonprogramming #PythonBasics #programminghelp #learnpython #100DaysOfCode #100daysofcodechallenge


Demystifying data engineering! This newsletter explores what it is, why Python is essential, and how to get started. #DataEngineering #PythonBasics

ehi_ughele's tweet image. Demystifying data engineering! This newsletter explores what it is, why Python is essential, and how to get started. #DataEngineering #PythonBasics
ehi_ughele's tweet image. Demystifying data engineering! This newsletter explores what it is, why Python is essential, and how to get started. #DataEngineering #PythonBasics
ehi_ughele's tweet image. Demystifying data engineering! This newsletter explores what it is, why Python is essential, and how to get started. #DataEngineering #PythonBasics

📢 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

Even if one plans to use AI tools like ChatGPT, a basic understanding of Python can be invaluable. Knowing the fundamentals helps to grasp what's possible and avoid unrealistic expectations. #PythonBasics #TechSkills


Learning Python? Here's how the if-else statement works! 🐍 ✅ If condition is true → do this ❌ Else → do something else #PythonBasics #LearnToCode #100DaysOfCode

metheAnkit's tweet image. Learning Python? Here's how the if-else statement works! 🐍

✅ If condition is true → do this
❌ Else → do something else

#PythonBasics #LearnToCode #100DaysOfCode

Part 9 of Explain like I'm 5- 'What are Classes in Python?' Explore our page to get more out of this series. Comment below with your thoughts! 💬 #BPBOnline #PythonBasics #ClassesExplained #CodingForKids #TechLearning #PythonProgramming #ELI5Series #Coding101 #TechEducation

bpbonline's tweet image. Part 9 of Explain like I'm 5- 'What are Classes in Python?'

Explore our page to get more out of this series.

Comment below with your thoughts! 💬

#BPBOnline #PythonBasics #ClassesExplained #CodingForKids #TechLearning #PythonProgramming #ELI5Series #Coding101 #TechEducation
bpbonline's tweet image. Part 9 of Explain like I'm 5- 'What are Classes in Python?'

Explore our page to get more out of this series.

Comment below with your thoughts! 💬

#BPBOnline #PythonBasics #ClassesExplained #CodingForKids #TechLearning #PythonProgramming #ELI5Series #Coding101 #TechEducation
bpbonline's tweet image. Part 9 of Explain like I'm 5- 'What are Classes in Python?'

Explore our page to get more out of this series.

Comment below with your thoughts! 💬

#BPBOnline #PythonBasics #ClassesExplained #CodingForKids #TechLearning #PythonProgramming #ELI5Series #Coding101 #TechEducation
bpbonline's tweet image. Part 9 of Explain like I'm 5- 'What are Classes in Python?'

Explore our page to get more out of this series.

Comment below with your thoughts! 💬

#BPBOnline #PythonBasics #ClassesExplained #CodingForKids #TechLearning #PythonProgramming #ELI5Series #Coding101 #TechEducation

Python: for loop prints from 0 up to (-1 the soft coded range limit) #pythondeveloper #pythonbasics

WallyOwi30's tweet image. Python: for loop prints from 0 up to (-1 the soft coded range limit)
#pythondeveloper #pythonbasics
WallyOwi30's tweet image. Python: for loop prints from 0 up to (-1 the soft coded range limit)
#pythondeveloper #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"
لا توجد نتائج لـ "#pythonbasics"
Loading...

Something went wrong.


Something went wrong.


United States Trends