-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
624 lines (520 loc) · 14.4 KB
/
index.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html>
<head>
<title>My-Rendezvous-with-Python</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: 400;
margin-bottom: 0;
}
.remark-slide-content h1 { font-size: 3em; }
.remark-slide-content h2 { font-size: 2em; }
.remark-slide-content h3 { font-size: 1.6em; }
.footnote {
position: absolute;
bottom: 3em;
font-size: small;
width: 66%;
}
.footnote a {
float: right;
}
li p { line-height: 1.25em; }
.red { color: #fa0000; }
.large { font-size: 2em; }
a, a > code {
color: rgb(249, 38, 114);
text-decoration: none;
}
code {
background: #e7e8e2;
border-radius: 0.3125em;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-code-line-highlighted { background-color: #373832; }
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ p {
clear: both;
}
#slideshow .slide .content code {
font-size: 0.8em;
}
#slideshow .slide .content pre code {
font-size: 0.9em;
padding: 0.9375em;
}
.inverse {
background: #272822;
color: #777872;
text-shadow: 0 0 1.25em #333;
}
.inverse h1, .inverse h2 {
color: #f3f3f3;
line-height: 0.8em;
}
.inverse a {
color: #f3f3f3;
}
/* Slide-specific styling */
#slide-inverse .footnote {
bottom: 0.75em;
left: 1.25em;
}
#slide-how .slides {
font-size: 0.9em;
position: absolute;
top: 9.5em;
right: 8.75em;
}
#slide-how .slides h3 {
margin-top: 0.2em;
}
#slide-how .slides .first, #slide-how .slides .second {
padding: 0.0625em 1.25em;
height: 5.625em;
width: 7.5em;
-moz-box-shadow: 0 0 0.625em #777;
-webkit-box-shadow: 0 0 0.625em #777;
box-shadow: 0 0 0.625em #777;
}
#slide-how .slides .first {
background: #fff;
position: absolute;
top: 20%;
left: 20%;
z-index: 1;
}
#slide-how .slides .second {
position: relative;
background: #fff;
z-index: 0;
}
/* Two-column layout */
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
</style>
</head>
<body>
<textarea id="source">
name: about-me
layout: false
# About Me
I...
- am **Syamala Umamaheswaran**
- work for **Volkswagen Digital:Lab Berlin** as a Software Engineer
- like a good discussion around **Test Driven Development**, **Pair Programming**, **Java vs Kotlin**, **Software architectures**, **OAuth2**, **Spring Framework** ...
- occasionally blog @ https://dev.to/shyamala_u
- am fairly active in twitter @shyamala_u
---
name: inverse
layout: true
class: center, middle, inverse
---
#My Rendezvous with Python
![slide-qr](http://www.unitag.io/qreator/generate?crs=xnjFkEn%252FP85fCPDXJ%252FXXKg5g6yQi7H4qzUlRVUntU035Re8CX7iHj071HbqF%252BCfYW0fkByoDtlWAYEP%252FkF2diixRYyDowsUP0nhsYk5M9KonCqrlzbM8ruK5PB26py9xISb2vHROft2MVGIGmlYJQQ%253D%253D&crd=fhOysE0g3Bah%252BuqXA7NPQyXNF4fguFnOjT8EiTbKC9p%252Fn4fiMe%252BSdIyvytr9yq4zeovFZKwOa8xAMpNZtBAv2kFZiZn64DgG47x3J8Wpmwc%253D)
https://shyamz-22.github.io/py-rendezvous/
---
name: cycle
layout: false
.left-column[
## cycle
]
.right-column[
Return elements from the iterable until it is exhausted. Then repeat the sequence indefinitely.
```python
clocks = ['🕛', '🕑', '🕓', '🕕', '🕗', '🕘', '🕚']
`clock = cycle(clocks)`
msg = 'Loading... '
for i in range(10):
print('\r' + msg + next(clock), end='')
sleep(1)
```
Output:
```bash
Loading... 🕗
```
]
.footnote[https://docs.python.org/3/library/itertools.html#itertools.cycle]
???
how it is a great tool, when writing command line tools.
---
name: count
layout: false
.left-column[
## count
]
.right-column[
Counting the occurence of the given value in an iterable.
```python
colours = ['red', 'yellow', 'orange', 'red', 'white']
random_string = 'thisisarandomstring'
red_count = `colours.count('red')`
i_count = `random_string.count("i")`
print(f'red appears "{red_count}" times')
print(f'i appears "{i_count}" times')
```
Output:
```bash
red appears "2" times
i appears "3" times
```
Writing count on the list is more elegant than writing `Collections.frequency(colors, "red")` in Java.
]
.footnote[https://docs.python.org/3/library/itertools.html#itertools.cycle]
---
name: counter
layout: false
.left-column[
## Counter
]
.right-column[
While `count` is for specific value in the list.
If you want to know running counts of all values in an iterable,
```python
from collections import Counter
word = 'pneumonoultramicroscopicsilicovolcanoconiosis'
print('Word: ', word)
c = Counter(word)
print('counter: ', c)
print('top 5: ', c.most_common(5))
```
Output:
```bash
Word: pneumonoultramicroscopicsilicovolcanoconiosis
counter: Counter({'o': 9, 'i': 6, 'c': 6, 'n': 4, 's': 4,
'l': 3, 'p': 2, 'u': 2, 'm': 2, 'r': 2, 'a': 2, 'e': 1, 't': 1, 'v': 1})
top 5: [('o', 9), ('i', 6), ('c', 6), ('n', 4), ('s', 4)]
```
]
.footnote[https://docs.python.org/3/library/collections.html#counter-objects]
---
name: data-classes
layout: false
.left-column[
## Data Classes
]
.right-column[
DataClasses are simply containers of data. They are normal Python classes with
some boilerplate code implemented already.
- You can make data classes immutable.
- Type Hints are mandatory, even though they are not enforced in runtime.
### But repeat after me: Type Hints are good and we stick to them!!
]
???
- dunder - Double under
- (.__init__(), .__repr__(), and .__eq__() are implemented already).
- Emphasize on the immutability
---
.left-column[
## Data Classes
]
.right-column[
```python
from dataclasses import dataclass
@dataclass(init=True,
repr=True,
eq=True,
order=False,
frozen=True, # default is false
unsafe_hash=False)
class InventoryItem:
name: str
unit_price: float
quantity_on_hand: int = 0
```
```python
item_cola_a = InventoryItem(name='cola',
unit_price=20.0,
quantity_on_hand=10)
item_cola_b = InventoryItem(name='cola',
unit_price=20.0,
quantity_on_hand=10)
print('Item: ', item_cola_b)
print('Equal? ', item_cola_a == item_cola_b)
```
Output:
```bash
Item: InventoryItem(name='cola', unit_price=20.0, quantity_on_hand=10)
Equal? True
```
]
.footnote[https://docs.python.org/3/library/dataclasses.html#module-dataclasses]
???
- Talk about the importance of Type Hints and Named Parameters
For
Integrity - type hints,
Readability - named parameters.
Simplicity - less boiler plate code
---
name: decorators
.left-column[
## Decorators
]
.right-column[
Decorators wraps a funtion, Modifying the behavior
```python
from functools import wraps
from flask import Flask, request, Response
app = Flask(__name__)
def requires_authentication(f):
@wraps(f)
def decorated():
auth = request.headers.get('Authorization')
if not auth or auth != 'Bearer my-secret-api-key':
return Response('Not Authorized',
401,
{'WWW-Authenticate': 'Bearer realm="Bearer"'})
return f()
return decorated
@app.route('/')
@requires_authentication
def hello_world():
return 'Hello, World!'
if __name__ == '__main__':
app.run()
```
]
???
Functions are just like any other objects in Python. Decorators are Functions
that takes in a function as input parameter and returns another function.
Makes code readable, at the same time the implementation is explicit. I
like that I could do this that is not part of a framework.
---
.left-column[
## Decorators
]
.right-column[
Output:
```bash
> curl -H 'Authorization: Bearer my-secret-api-key' \
http://127.0.0.1:5000/
Hello, World!
```
```
> curl http://127.0.0.1:5000/
Not Authorized
```
]
.footnote[https://realpython.com/primer-on-python-decorators/]
---
name: graceful-shutdown
.left-column[
## Graceful Shutdown
### Why
]
.right-column[
When application receives a `SIGTERM`,
- Server should stop receiving new requests
- Finish processing the ongoing requests
- Release any resources
- Exit
]
???
The SIGTERM signal is a generic signal used to cause program termination.
Unlike SIGKILL, this signal can be blocked, handled, and ignored.
It is the normal way to politely ask a program to terminate.
---
.left-column[
## Graceful Shutdown
### Why
### Python
]
.right-column[
If you use [gunicorn](http://docs.gunicorn.org/en/stable/index.html) as a server,
it will handle the shutdown for you, by default it waits for 30 seconds before it kills an open connection.
You don’t have to handle the SIGTERM within your application.
```
> pipenv install gunicorn
> gunicorn "src:app() --graceful-timeout 10"
```
]
---
.left-column[
## Graceful Shutdown
### Why
### Python
### Go
]
.right-column[
```go
func main() {
mux := http.NewServeMux()
mux.HandleFunc("/", random)
server := http.Server{
Addr: ":8080",
Handler: mux,
}
go func() {
server.ListenAndServe()
}()
// here the magic happens
osSignals := make(chan os.Signal, 1)
// subscribe to SIGTERM
signal.Notify(osSignals, syscall.SIGTERM)
select {
case <-osSignals:
log.Print("caught signal, shutting down")
// create timeout
const timeout = 10 * time.Second
ctx, cancel := context.WithTimeout(context.Background(), timeout)
defer cancel()
// wait before dying, context will release resources
server.Shutdown(ctx)
}
}
```
]
---
.left-column[
## Graceful Shutdown
### Why
### Python
### Go
### Java + Tomcat + Spring
]
.right-column[
A small peek into graceful shutdown in Java + Tomcat + Spring Framework
```Java
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
@Bean
public GracefulShutdown gracefulShutdown() {
return new GracefulShutdown();
}
@Bean
public WebServerFactoryCustomizer tomcatCustomizer(GracefulShutdown gracefulShutdown) {
return factory -> {
if (factory instanceof TomcatServletWebServerFactory) {
((TomcatServletWebServerFactory) factory)
.addConnectorCustomizers(gracefulShutdown);
}
};
}
```
To Be Continued ...
]
---
.left-column[
## Graceful Shutdown
### Why
### Python
### Go
### Java + Tomcat + Spring
]
.right-column[
```Java
private static class GracefulShutdown implements
TomcatConnectorCustomizer,
ApplicationListener<ContextClosedEvent> {
private static final Logger log
= LoggerFactory.getLogger(GracefulShutdown.class);
private volatile Connector connector;
@Override
public void customize(Connector connector) {
this.connector = connector;
}
@Override
public void onApplicationEvent(ContextClosedEvent event) {
log.warn("received ContextClosedEvent");
Executor executor = this.connector.getProtocolHandler().getExecutor();
if (executor instanceof ThreadPoolExecutor) {
try {
ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) executor;
threadPoolExecutor.shutdown();
if (!threadPoolExecutor.awaitTermination(10, TimeUnit.SECONDS)) {
log.warn("Tomcat thread pool did not shut down gracefully within "
+ "10 seconds. Proceeding with forceful shutdown");
}
}
catch (InterruptedException ex) {
Thread.currentThread().interrupt();
}
}
}
}
```
]
---
template: inverse
name: zen
# [The Zen of Python](https://www.python.org/dev/peps/pep-0020/#id3)
---
name: zen-values
class: middle
A collection of 19 "guiding principles" that influence the design of the Python programming language.
```python
> python3 -m this
The Zen of Python, by Tim Peters
`Beautiful is better than ugly.`
`Explicit is better than implicit.`
`Simple is better than complex.`
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
`Readability counts.``
Special cases aren't special enough to break the rules.
Although practicality beats purity.
`Errors should never pass silently.`
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
`If the implementation is hard to explain, it's a bad idea.`
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
```
---
template: inverse
name: thank-you
#Thank you!
![slide-qr](http://www.unitag.io/qreator/generate?crs=xnjFkEn%252FP85fCPDXJ%252FXXKg5g6yQi7H4qzUlRVUntU035Re8CX7iHj071HbqF%252BCfYW0fkByoDtlWAYEP%252FkF2diixRYyDowsUP0nhsYk5M9KonCqrlzbM8ruK5PB26py9xISb2vHROft2MVGIGmlYJQQ%253D%253D&crd=fhOysE0g3Bah%252BuqXA7NPQyXNF4fguFnOjT8EiTbKC9p%252Fn4fiMe%252BSdIyvytr9yq4zeovFZKwOa8xAMpNZtBAv2kFZiZn64DgG47x3J8Wpmwc%253D)
https://shyamz-22.github.io/py-rendezvous
Slides By [Remark](https://remarkjs.com)
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var hljs = remark.highlighter.engine;
</script>
<script>
var slideshow = remark.create({
highlightLanguage: 'python',
highlightStyle: 'dracula',
highlightLines: true,
highlightSpans: true
});
</script>
</body>
</html>