Explore tweets tagged as #WalrusOperator
@emilyemorehouse
Emily Morehouse-Valcarcel
6 years
They’re heeeeeeeere! #WalrusOperator #PyCon2019
Tweet media one
11
13
112
@emilyemorehouse
Emily Morehouse-Valcarcel
7 years
*heavy breathing* . My first major contribution to CPython is landing soon. #walrusoperator
Tweet media one
8
18
143
@emilyemorehouse
Emily Morehouse-Valcarcel
6 years
My #PyCon2019 tutorial is done! Whew. Now. come get some #WalrusOperator stickers
Tweet media one
3
3
25
@aniawsz
Anna Wsz 💙💛
6 years
Tweet media one
0
0
8
@overflow_meme
Meme Overflow
4 years
Can you combine the addition assignment ( += ) operator with the walrus operator ( := ) in Python? #python38 #python #walrusoperator
Tweet media one
0
0
0
@llanga
Łukasz Langa moved to 🦋
6 years
Oh my, I am actually release-manageering for the first time. Doing release-managery things. #python #threepointeight #walrusoperator
3
1
62
@Dev_Patterns
DevPatterns
2 hours
"// Use Python's Walrus Operator := to assign and return a value in one line: while (n := input("More?")) != "n": print(n) #Python3.8 #WalrusOperator #DevTips".
0
0
0
@erinxocon
Erin O'Connell
6 years
@emilyemorehouse I just pyenv'd the latest 3.8-dev and tried out the assignment operator. So cool. Also I love that there is now a phrase to describe the operator. #walrusoperator #python
Tweet media one
2
3
23
@arekusandr_
Alexander Mia
6 years
I think the option one of #walrusoperator looks cleaner. Playing with #python3.8
Tweet media one
0
0
0
@python_tip
Daily Python Tip 🐍🐧
6 years
With the walrus operator. while True:. line = fp.readline(). if not line:. break. do_something(line). can be written as:. while line := fp.readline():. do_something(line). More examples: #python3_8 #walrusoperator.
2
55
236
@ahultner
Alexander Hultnér 📯
6 years
My article got featured by the medium curators 😍. #walrusoperator #python #python38
Tweet media one
0
0
8
@emilyemorehouse
Emily Morehouse-Valcarcel
6 years
PEP 572 (assignment expressions) is officially merged! 🎉. I still can’t believe that I implemented a new syntax in one of my favorite languages. 🙌🏻. #walrusoperator #python.
43
157
566
@sdelquin
Sergio Delgado Quintero
3 years
#MatracaProducciones vuelve a la carga! Mañana miércoles 18:00h tenemos #UnaHoraMenosEnPython Ojo porque habrá sorpresas gracias a nuestros patrocinadores @nostarch y @jetbrains. Seguiremos con #AdventOfCode, #WalrusOperator y paquete del día. Y todo con el maestro @jileon. Al 🦜
Tweet media one
1
8
18
@llanga
Łukasz Langa moved to 🦋
6 years
#Python 3.8.0a3 is now available for testing! Get it here:. #walrusoperator #typed_ast #hermits.
3
36
84
@llanga
Łukasz Langa moved to 🦋
6 years
#Python 3.8.0a1 is now available for testing! *wipes sweat off of face*. Get it here: #walrusoperator #typed_ast #bruce.
4
47
140
@walrusoperator
:=
6 years
Tweet media one
0
0
0
@jhaycee0305
jhaycee
3 years
Day 13 of #100DaysOfCode . #WalrusOperator assigns values to variables as a part of a larger expression. minimize doing calculations that are similar.
Tweet media one
1
15
11
@DomWeldon
Dom Weldon
6 years
One line Fibonacci becomes even easier with the #WalrusOperator in #Python from @matrixise @PythonIreland #PyConIE 🇮🇪🐍
Tweet media one
0
2
5
@ThakurDiwakar14
Diwakar Singh
2 years
Just learned about the walrus operator in Python on Day 86 of my #100DaysOfCode challenge! 🚀🐍 Excited to level up my programming skills! #PythonProgramming #WalrusOperator #Python #CodeWithHarry Thanks @codewithharry bhaiya.
Tweet media one
0
2
2