[DiscordArchive] <@283455627538333696> have you seen python 3.7 release notes?
[DiscordArchive] <@283455627538333696> have you seen python 3.7 release notes?
Archived author: Quantam • Posted: 2018-07-02T12:31:21.797000+00:00
Original source
It's already almost 6 AM here
Archived author: Skarn • Posted: 2018-07-02T12:31:29.632000+00:00
Original source
in short they finally made it do something
Archived author: Skarn • Posted: 2018-07-02T12:31:34.248000+00:00
Original source
instead of just showing hints
Archived author: Quantam • Posted: 2018-07-02T12:31:35.355000+00:00
Original source
Went to bed at midnight yesterday
Archived author: Quantam • Posted: 2018-07-02T12:31:43.625000+00:00
Original source
Sweet
Archived author: Quantam • Posted: 2018-07-02T12:32:09.914000+00:00
Original source
There are some things dynamic typing is super convenient for, but I really prefer to have optional static typing
Archived author: Skarn • Posted: 2018-07-02T12:32:16.600000+00:00
Original source
```py
@dataclass
class Point:
x: float
y: float
z: float = 0.0
p = Point(1.5, 2.5)
print(p) # produces "Point(x=1.5, y=2.5, z=0.0)"
```
Archived author: Skarn • Posted: 2018-07-02T12:32:20.064000+00:00
Original source
Yeah, for sure
Archived author: Skarn • Posted: 2018-07-02T12:32:43.317000+00:00
Original source
I'd love optional static typing in python, even though most python programmers would kill me for saying that
Archived author: Quantam • Posted: 2018-07-02T12:44:45.487000+00:00
Original source
INFO: Patched 29f6101b0e96b8055cf74a5150289ce1:3357273 from 4244a57b64c720878efe40c041fb8076:65145 (2%)
INFO: Patched a65f54e5c0f552eb08323a1fbcdc7dcb:5569312 from 3b55c2d5353569a2c00b095874d6f890:147632 (3%)