
Mike Driscoll
@driscollis
Followers
128K
Following
66K
Media
5K
Statuses
41K
$PYTHAI | Lead Developer @ThePSF #Python
Iowa
Joined January 2009
The Python Show is back with its 25th episode!. Learn about Python and Robots with @kevsmac.
6
13
80
#Python Pop Quiz πβ. What is the output of the following code?. A) ['p', 'y', 't', 'h', 'o', 'n', '!'].B) SyntaxError.C) IndexError.D) ['!', 'p', 'y', 't', 'h', 'o', 'n']
2
0
4
#Python Pro Tip ππ©. Classes allow you to modify the representation of an object by editing its `__repr__()` method. When you print an object without the __repr__() being modified, you will get the memory address of the object back. Override __repr__ if you want more info!
2
0
15
#Python Pop Quiz πβ. What is the output of the following code?. A) Python.B) Python rocks!.C) Python rocks! Python.D) Pythonrocks! Python
8
1
17
RT @incredicoders: We're launching the IncrediCoders Community on June 30!. π¬ Join us: Daily posts, behind-the-sceβ¦.
0
2
0
#Python Pop Quiz πβ. What is the output of this assert?. A) True.B) False.C) SyntaxWarning.D) SyntaxError
3
0
12
#Python Pop Quiz πβ. What is the output of the following code?. A) [3].B) [3, 3].C) [3, 3] [3, 3].D) [3, 3, 3, 3]
7
0
10
RT @akshay_pachaar: I decided to put together all my MCP posts in a single PDF. It covers:. - The fundamentals of MCP.- Explanations withβ¦.
0
182
0
What are you waiting for? Will makes cool stuff for the #Python community.
Hey @googleaidevs @AnthropicAI . I have spent the last 5+ years making things look awesome in the terminal. You could have access to all the expertise for the price of a sponsorship, and help fund open source. #worthashot.
1
0
5
RT @willmcgugan: I've been working on the Textual docs today. I (and others) have put a lot of work in to these docs. Quite proud of them.β¦.
0
4
0
Many #Python developers think of the __init__() method as Python's constructor, but it's really not. Instead, the `__new__()` method is the real constructor. Let's take a look at how you can prove that in this mini-thread. ππ§΅π
2
5
26