Explore tweets tagged as #WalrusOperator
*heavy breathing* . My first major contribution to CPython is landing soon. #walrusoperator
8
18
143
Can you combine the addition assignment ( += ) operator with the walrus operator ( := ) in Python? #python38 #python #walrusoperator
0
0
0
Oh my, I am actually release-manageering for the first time. Doing release-managery things. #python #threepointeight #walrusoperator
3
1
62
"// 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
@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
2
3
23
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
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
#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 🦜
1
8
18
#Python 3.8.0a1 is now available for testing! *wipes sweat off of face*. Get it here: #walrusoperator #typed_ast #bruce.
4
47
140
Day 13 of #100DaysOfCode . #WalrusOperator assigns values to variables as a part of a larger expression. minimize doing calculations that are similar.
1
15
11
One line Fibonacci becomes even easier with the #WalrusOperator in #Python from @matrixise @PythonIreland #PyConIE 🇮🇪🐍
0
2
5
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.
0
2
2