-
Notifications
You must be signed in to change notification settings - Fork 3
/
python_moderno.slide
108 lines (58 loc) · 1.87 KB
/
python_moderno.slide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Python Moderno
Recursos que farão você mudar hoje!
Tags: python, python3, tips, tricks
Cássio Botaro
Software Engineer, Nuveo
cassiobotaro@gmail.com
https://cassiobotaro.github.io/
@cassiobotaro
* Slides
Estes slides já estão disponíveis em [[http://bit.ly/python_moderno][http://bit.ly/python_moderno]]
* Resumo
- Sobre Python 2
- Uma série de recursos legais
.image images/python_moderno/sillywalk.jpg 450 900
* Sobre Python 2
* Python 2 está morto
.iframe https://pythonclock.org/ 600 950
* Uma série de recursos legais
* secrets
.play codes/python_moderno/example_secrets.py
* pathlib
.play codes/python_moderno/example_pathlib.py //,/# \.\.\./
* pathlib
.play codes/python_moderno/example_pathlib.py /# \.\.\./,/read_text/
* redirect stdout
.code codes/python_moderno/example_redirect_output.py
.link https://repl.it/repls/ProudPutridLifecycles
* unpacking
.play codes/python_moderno/example_unpacking.py
* fstrings
.play codes/python_moderno/example_fstrings.py
* annotations
.play codes/python_moderno/example_annotations.py
* suppress exceptions
.play codes/python_moderno/example_suppress.py
* lru_cache
.play codes/python_moderno/example_lru_cache.py
* try/except from
.play codes/python_moderno/example_try_except_from.py
* keyword only arguments
.play -edit codes/python_moderno/example_keyword.py
* dict keys are set like
.play codes/python_moderno/example_dict.py
* map/zip/filter return iterators
.play -edit codes/python_moderno/example_map_zip_filter.py
* range is iterator?
.play -edit codes/python_moderno/example_range.py
* dataclasses
.code codes/python_moderno/example_dataclasses.py
* breakpoint
.code codes/python_moderno/example_breakpoint.py
* rodar zip as program(live)
* program as a module(live)
* pip e venv(live)
* Conclusão
.background images/python_moderno/conclusao.jpg
* Dúvidas?
.image images/python_moderno/duvidas.jpg