Top Tweets for #EffectivePython
🚀 New post is live — Day 35!
Master Asyncio, the key to true concurrency in Python 🧠
No threads. No blocking. Just performance.
Full breakdown’s waiting in the pinned post 🔝
#Python #Asyncio #EffectivePython #Developers
Day 2️⃣ of my Effective Python Coding series 🐍
Topic: Tuples 🎯
Tuples look like lists, but they’re immutable (can’t be changed).
That makes them:
✅ Faster
✅ Safer
✅ Usable as dictionary keys
#Python #CleanCode #EffectivePython
#SoftwareDeveloper
#DataScience
#DataAnalysts

Day 1️⃣: The Zen of Python ✨
Python has its own philosophy for writing beautiful code.
Some gems:
Beautiful is better than ugly
Simple is better than complex
Readability counts
Timeless wisdom for every Pythonista 🐍
#ZenOfPython #EffectivePython
#DataScientist #SDE #AIML

Code as Science vs Coding as an Art
#EffectivePython

Effective Python will prepare you to make a big impact with Python. #CybrHome #Developers #Tech #Effectivepython https://t.co/b8W0svTcmc
【Python】シンプルな属性の名前とpropertyとsetterを併用して扱いやすさを向上させる【Effective Python】
https://t.co/vZeAZq8nLw
#Qiita
#Python
#EffectivePython
RT How-To: 4 Essential Parts of Multiprocessing in Python https://t.co/dEzYCNbyGX #softwareengineering #parallelcomputing #python #effectivepython

#EffectivePython(第2版) 項目54はグローバルインタプリタロックがあっても、データ競合を防ぐためにLockを使う。
class LockingCounter:
...
def increment(self, offset):
with self.lock: # Lock()で初期化
self.count += offset
with open()と同様、これでロックを獲得/解放、と。
You can directly stop making juice when the fruit is not fresh with walrus. I like this concept so mind-blowing :D
inspired by #EffectivePython
ans = "A" or "B" で、"A"が、
ans = "" or "B" で、"B"が入るの知らなかった。
or は左辺が真なら左辺、偽なら右辺という作用なのね
#EffectivePython
#EffectivePython(第2版) 項目9はforとwhileループの後のelseブロックは使わない。別の本で最初にこれを見たとき、便利だなと思ったのだが、どういう理由だったか? ここに書いてあることは、そのとおりなんだけど...ループはbreakするのが正常処理(?)だから、elseでもおかしくないと思ったのかな??
reprの使いみち、数字が文字列になっている時に見分けるときに便利
ただし、Jupyter Notebookだと変数名入れるだけでreprと同じように表示されるから、使わずにすむことが多いかな
#ノンプロ研 #EffectivePython
Effective Pythonを読んでてよく分からなくなった時、以下2冊を見れば分かりやすい説明が載っている確率大
『新・明解Python入門』
『Python実践入門』
(他にもあるかもだけど)
#ノンプロ研 #EffectivePython
Last Seen Hashtags on Sotwe
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











