Top Tweets for #PythonDaily
This one looks simpleโฆ but donโt rush it ๐
What will this print?
Drop your answer below ๐
#DevMurph #PythonDaily #LearnPython #CodingChallenge #ProgrammerLife

๐ Python Drill
Many beginners confuse == and is in Python.
== checks if the values are equal.
is checks if they are the same object in memory.
Small differenceโฆ big impact in your code.
#DevMurph #PythonDaily #LearnPython #TechLifestyle

๐ Python Drill
When two variables point to the same objectโฆ things get interesting ๐
Can you predict the output before running it?
Drop your answer below ๐
#DevMurph #PythonDaily

Strings are immutable in Python.
Reassigning a variable doesnโt change the original object โ it creates a new one.
Understand references.
Understand mutability.
Write better code.
#DevMurph #PythonDaily #LearnToCode

๐ฃ๐๐๐ต๐ผ๐ป ๐๐ฎ๐ถ๐น๐ ๐๐ถ๐๐ต ๐ฅ๐ถ๐ฐ๐ต๐ฎ๐ฟ๐ฑ
Spot the Bug ๐
def greet(name):
message = "Hello, " + name
return message
print(greet())
What's wrong here? ๐
#Python #CodingChallenge #SoftwareDevelopment #LearningPython #LearningInPublic #PythonDaily #Tech
๐ฃ๐๐๐ต๐ผ๐ป ๐๐ฎ๐ถ๐น๐ ๐๐ถ๐๐ต ๐ฅ๐ถ๐ฐ๐ต๐ฎ๐ฟ๐ฑ
What will be the output of the following Python code?
t = (5, -5, 10)
u = tuple(abs(i) for i in t)
v = u[::-1]
x = sum(v[i] for i in range(1, len(v)))
print(x)
A) 15
B) 10
C) 5
D) 20
#Python #LearnPython #PythonDaily #Coding
Python sample for everyone - ISS Live Position. See Video demo in https://t.co/FT0knBvM3u. Code see in https://t.co/IxWxRWvre3.
source @clcoding
#pythondaily #demanejar

Last Seen Hashtags on Sotwe
cutsalwa
Seen from Germany
รงanakkalepasif
Seen from Turkey
weirdrules
Seen from United States
teenage nolimit...
Seen from United States
เธเธงเธเธเธเธเธเธธเธฃเธต
Seen from Thailand
DrunkCandidate
Seen from United States
jerktribute
Seen from Egypt
๐๐ฆ๐ฅ๐๐๐
Seen from Korea
Vedhika
Seen from New Zealand
เธฃเธฑเธเธเธงเธข
Seen from Thailand
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.3M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers


