-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlvivpy10-talks-day2.html
126 lines (121 loc) · 6.45 KB
/
lvivpy10-talks-day2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lviv Python Community</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<link href="https://lvivpy.github.io/feeds.xml" type="application/atom+xml" rel="alternate" title="Lviv Python Community Atom Feed" />
<link href="https://lvivpy.github.io/rss.xml" type="application/rss+xml" rel="alternate" title="Lviv Python Community RSS Feed" />
<!-- twitter card metadata -->
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://lvivpy.github.io/images/logo.png">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="LvivPy #10 - Summer Edition: Доповіді другого дня, 20 серпня">
<meta name="twitter:description" content="Анонс доповідей у другий день 20 серпня.">
<!-- OG Tags -->
<meta property="og:url" content="https://lvivpy.github.io/lvivpy10-talks-day2.html"/>
<meta property="og:title" content="Lviv Python Community | LvivPy #10 - Summer Edition: Доповіді другого дня, 20 серпня" />
<meta property="og:description" content="Анонс доповідей у другий день 20 серпня." />
<!-- favicon -->
<!-- moment.js for date formatting -->
<script src="https://lvivpy.github.io/theme/js/moment.js"></script>
<!-- css -->
<link rel="stylesheet" type="text/css" href="https://lvivpy.github.io/theme/css/main.css" />
<link href="https://lvivpy.github.io/theme/css/icons.data.png.css" rel="stylesheet">
<script>
<!-- menu toggle javascript -->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", initMenu);
function initMenu(){
var menu = document.getElementById("menu");
var menulink = document.getElementById("menu-link");
menulink.addEventListener("click", function toggleMenu(){
window.event.preventDefault();
menulink.classList.toggle('active');
menu.classList.toggle('active');
});
};
</script>
<meta name="description" content="Анонс доповідей у другий день 20 серпня." />
</head>
<body>
<div role="banner" id="masthead">
<header>
<a href="/"><img src="https://lvivpy.github.io/images/logo.png" alt="McManus Logo"></a>
<a href="#menu" id="menu-link">more stuff</a>
<nav id="menu">
<a href="https://www.youtube.com/channel/UCrOhS-i7MaNMXCxJjjHYBQA" target="_blank"><div class="icon-youtube icon"></div></a>
<a href="https://t.me/lviv_python_community" target="_blank"><div class="icon-telegram icon"></div></a>
<ul>
</ul>
</nav>
</header>
</div>
<div class="page" role="main">
<div class="article" role="article">
<article>
<footer>
<a name="top"></a>
<p>
<time datetime=" 2020-08-11 00:00:00+03:00">
<script>document.write(moment('2020-08-11 00:00:00+03:00').format('LL'));</script>
</time>
</p>
</footer>
<header>
<h2>
LvivPy #10 - Summer Edition: Доповіді другого дня, 20 серпня
</h2>
</header>
<div class="content">
<p><a class="reference external" href="https://www.meetup.com/uapycon/events/272507610/">Реєстрація</a></p>
<p>Посилання на стрім і кімнату у Zoom буде у переддень зустрічі, ми надішлемо усім зареєстрованим листа з посиланням.</p>
<p>В продовж доповідей будемо збирати запитання доповідачам, які будуть зачитані у кінці доповіді.</p>
<p>Також цього разу спробуємо провести Lighting Talks Online за наявністю часу.</p>
<p>Доповіді:</p>
<div class="line-block">
<div class="line"><strong>Introducing Django Ninja - Fast Django Rest Framework</strong></div>
<div class="line">Vitaliy Kucheryaviy</div>
</div>
<ul class="simple">
<li>Розраховано для: Beginner, Middle, Senior</li>
<li>Час: 30хв</li>
</ul>
<p>Django Ninja is a web framework for building APIs with Django and Python 3.6+ based type hints.</p>
<div class="line-block">
<div class="line"><strong>Python Testmon. Test efficiency in unicorn companies</strong></div>
<div class="line"><a class="reference external" href="https://www.facebook.com/carson.gee">Carson Gee</a>, <em>TestAuto Software Engineer, DataRobot</em></div>
</div>
<ul class="simple">
<li>Розраховано для: Middle, Senior</li>
<li>Час: 30хв</li>
</ul>
<p>How to use python test coverage information to improve test efficiency and runtime.
There are a few companies in the world using technology like that, here we are going to tell a bit, how applicable it is for others and what challenges we faced.</p>
<p>Carson is a senior software engineer in DataRobot. Previously worked on NASA.</p>
<div class="line-block">
<div class="line"><strong>Розгортання масштабованого Jupyter</strong></div>
<div class="line">Igor Lushchyk</div>
</div>
<ul class="simple">
<li>Розраховано для: Middle, Senior</li>
<li>Час: 30хв</li>
</ul>
<p>Побудова платформи для едхок аналітики вимагає багато неординарних рішень - в безпеці, масштабуванні, ізоляції ресурсів. Особливо якщо це все відбувається в он-прем датацентрі.</p>
</div>
<!--div class="back-to-top">
<a href="#top">back to top</a>
</div-->
</article>
</div>
<!-- end article -->
<footer>
<div class="icons">
<a href="https://www.youtube.com/channel/UCrOhS-i7MaNMXCxJjjHYBQA" target="_blank"><div class="icon-youtube icon"></div></a>
<a href="https://t.me/lviv_python_community" target="_blank"><div class="icon-telegram icon"></div></a>
</div>
<p>© <script>document.write(moment().format('YYYY'));</script> LvivPy</p>
</footer>
</div>
</body>
</html>