-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchives.html
More file actions
557 lines (556 loc) · 29.5 KB
/
Copy patharchives.html
File metadata and controls
557 lines (556 loc) · 29.5 KB
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
<!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 -->
<!-- OG Tags -->
<!-- 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>
</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="page-title">
<h1>archives</h1>
</div>
<div class="articles">
<ol>
<li>
<article>
<footer>
<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>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy10-talks-day2.html">
<h2>LvivPy #10 - Summer Edition: Доповіді другого дня, 20 серпня</h2>
</a>
</header>
<div class="summary"><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 …</strong></div></div> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy10-talks-day2.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2020-08-05 00:00:00+03:00">
<script>document.write(moment('2020-08-05 00:00:00+03:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy10-talks-day1.html">
<h2>LvivPy #10 - Summer Edition: Доповіді першого дня, 13 серпня</h2>
</a>
</header>
<div class="summary"><p>Два дні! Так! Усі у шоці!
LvivPy #10 неочікувано для усіх буде проходити два дні завдяки ентузіазму спікерів і стараннями Кості і обох Ігорів.</p>
<p>Перший день — 13 серпня</p>
<p>Другий день — 20 серпня</p>
<p>Реєстрація на "LvivPy #10: Summer Edition" буде одна на два дні, кількість місць у Zoom буде обмежена (мабуть …</p> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy10-talks-day1.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2020-07-18 17:38:00+03:00">
<script>document.write(moment('2020-07-18 17:38:00+03:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy10-announce.html">
<h2>LvivPy #10 - 13 серпня 2020р!</h2>
</a>
</header>
<div class="summary"><p>Дата наступної зустрічі: 13 серпня об 19:00,</p>
<p>Місце проведення: <a class="reference external" href="https://zoom.us/">https://zoom.us/</a></p>
<p>Стрімінг та запис зустрічі будуть доступні на нашому <a class="reference external" href="https://www.youtube.com/channel/UCrOhS-i7MaNMXCxJjjHYBQA?view_as=subscriber">YouTube каналі</a></p>
<p>Реєстрація та інфорація про доповідачів буде піздніше тут та у <a class="reference external" href="https://www.meetup.com/uapycon/events/">MeetUp группі</a>.</p>
<hr class="docutils" />
<p>Приєднуйтесь до нашого Телеграм каналу: <a class="reference external" href="https://t.me/lviv_python_community">https://t.me/lviv_python_community</a></p>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy10-announce.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2020-03-11 00:00:00+02:00">
<script>document.write(moment('2020-03-11 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy9-talks.html">
<h2>LvivPy #9: Доповіді</h2>
</a>
</header>
<div class="summary"><div class="line-block">
<div class="line"><strong>ZeroMQ для розподілених продуктів і монолітів.</strong></div>
<div class="line"><a class="reference external" href="https://www.facebook.com/orest.voloshchuk">Орест Волощук</a>, <em>Senior Engineer, Lohika</em></div>
</div>
<ul class="simple">
<li>Розраховано для: Middle, Senior</li>
<li>Час: 45хв</li>
</ul>
<p>"Розповім про бібліотеку ZeroMQ, яка розроблена як надшвидкий канал обміну даними між сервісами, але може і сама лягти у основу архітектури та спростити граф потоків даних усередині продукту. Продемонструю техніки проектування, які дозволяють …</p> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy9-talks.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2020-03-02 16:19:00+02:00">
<script>document.write(moment('2020-03-02 16:19:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy9-announce.html">
<h2>LvivPy #9 - 18 березня 2020р!</h2>
</a>
</header>
<div class="summary"><p>Дата наступної зустрічі: 18 березня об 19:00,</p>
<p>Місце проведення: вулиця Замкнена, 9, <a class="reference external" href="https://www.facebook.com/ihublviv/">iHUB</a></p>
<p>Ми шукаємо спікерів! Заповніть форму, щоб виступити на LvivPy #9: <a class="reference external" href="https://forms.gle/JKzuvR9mPaFXBLk78">https://forms.gle/JKzuvR9mPaFXBLk78</a></p>
<p>Реєстрація на зустріч буде відкрита пізніше.</p>
<hr class="docutils" />
<p>Приєднуйтеся до нашого Телеграм каналу: <a class="reference external" href="https://t.me/lviv_python_community">https://t.me/lviv_python_community</a></p>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy9-announce.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-11-27 10:43:00+02:00">
<script>document.write(moment('2019-11-27 10:43:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy8-speaker-igor-davydenko.html">
<h2>LvivPy #8: Спікер - Ігор Давиденко</h2>
</a>
</header>
<div class="summary"><div class="section" id="openapi-3-python">
<h2>Детальна інструкція по використанню OpenAPI 3 у Python</h2>
<p><a class="reference external" href="https://igordavydenko.com/">Ігор Давиденко</a>, розробник</p>
<p>Обробка вхідних даних та генерування очікуваних відповедей одна з головних задач будь якого веб-фреймворку на Python.
Будь це <a class="reference external" href="https://www.djangoproject.com/">Django</a>, <a class="reference external" href="https://flask.palletsprojects.com/">Flask</a>,
<a class="reference external" href="https://trypyramid.com">pyramid</a>, <a class="reference external" href="https://aiohttp.readthedocs.io/en/stable/web.html">aiohttp.web</a>
або <a class="reference external" href="https://fastapi.tiangolo.com">FastAPI</a>.</p>
<p>Ігор розповість про те, як кожен з перелічених фреймворків вирішує цю задачу за допомогою …</p></div> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy8-speaker-igor-davydenko.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-11-27 10:42:00+02:00">
<script>document.write(moment('2019-11-27 10:42:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy8-announce.html">
<h2>LvivPy #8 - 19 грудня 2019р!</h2>
</a>
</header>
<div class="summary"><p>Дата наступної зустрічі: 19 грудня об 11:00,</p>
<p>Місце проведення: вулиця Кульпарківська, 200а, Platforma Futura</p>
<p>Реєстрація на подію: <a class="reference external" href="https://www.meetup.com/uapycon/events/263831369/">https://www.meetup.com/uapycon/events/263831369/</a></p>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy8-announce.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-03-12 00:00:00+02:00">
<script>document.write(moment('2019-03-12 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-summary.html">
<h2>LvivPy #7: Підсумок</h2>
</a>
</header>
<div class="summary"><img alt="" src="images/lvivpy7/cover.jpg" />
<dl class="docutils">
<dt>Минулої суботу, 2 березня, відбулась зустріч Lviv Python Community до якої ми усі готувувалися:</dt>
<dd><ul class="first last simple">
<li>організатори шукали спікерів</li>
<li>спікери готували доповіді</li>
<li>у Lohika купували смаколики, преміщення та обладнення до події</li>
<li>учасники з нетерпінням чекали коля вже зустрічь відбудеться та купували квиточки на поїзди у Львів</li>
</ul>
</dd>
</dl>
<p>Велика кількість людей була зі Львов …</p> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-summary.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-03-01 00:00:00+02:00">
<script>document.write(moment('2019-03-01 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-stream.html">
<h2>Онлайн Трансляція LvivPy #7</h2>
</a>
</header>
<div class="summary"><div class="youtube youtube-16x9"><iframe src="https://www.youtube.com/embed/OdkCP1dEjjQ" width="800" allowfullscreen seamless frameBorder="0"></iframe></div> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-stream.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-26 00:00:00+02:00">
<script>document.write(moment('2019-02-26 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-lineup.html">
<h2>LvivPy #7: Остаточний Lineup</h2>
</a>
</header>
<div class="summary"><div class="line-block">
<div class="line"><strong>Quest for Open Source, or how I contributed to Python, Pandas and matplotlib.</strong></div>
<div class="line"><em>Олександр Бучковський, Lead Python Software Engineer @ KapitalTrading</em></div>
</div>
<p>Розповість історію свого контрібюшена у відомі open source проекти,
а також про те чому почав контрібютити, технічні моменти самих змін і те як проходило ревю PR-ів.
Ви дізнаєтесь чому брати …</p> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-lineup.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-25 00:00:00+02:00">
<script>document.write(moment('2019-02-25 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-speeker-Borys-Drozhak.html">
<h2>LvivPy #7: Спікер - Borys Drozhak</h2>
</a>
</header>
<div class="summary"><div class="section" id="how-to-make-your-developers-happy">
<h2>How to make your developers happy</h2>
<p>Борис Дрожак, Infrastructure DevOps Engineer @ DataRobot</p>
<p>What makes developers happy and how to make it based on current market and simple python.
I’ll tell a story of how we discover what matters to developers and what numbers we found worth influence</p>
</div>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-speeker-Borys-Drozhak.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-19 00:00:00+02:00">
<script>document.write(moment('2019-02-19 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-speeker-serhii-ilin.html">
<h2>LvivPy #7: Спікер - Сергій Ільін</h2>
</a>
</header>
<div class="summary"><div class="section" id="python-microcontrollers">
<h2>Python + microcontrollers</h2>
<p>Сергій Ілін, Python Dev @ Innoteka</p>
<p>Хоче розповісти про MicroPython та зробити демо на прикладі мікроконтроллера ESP8266.</p>
</div>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-speeker-serhii-ilin.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-18 00:00:00+02:00">
<script>document.write(moment('2019-02-18 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-speeker-andriy-bosyi.html">
<h2>LvivPy #7: Спікер - Андрій Босий</h2>
</a>
</header>
<div class="summary"><div class="section" id="id1">
<h2>Що таке аналітика даних і чим відрізняється від софтвер девелопменту</h2>
<p>Андрій Босий, Founder/Team Lead Data Scientist у компанії MindCraft.ai.</p>
<p>Зі свого досвіду розповість та покаже на прикладах як одну і ту ж задачу буде вирішуватиме девелопер і аналітик даних.
Розглянемо плюси і мінуси обох підходів в таких аспектах …</p></div> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-speeker-andriy-bosyi.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-15 00:00:00+02:00">
<script>document.write(moment('2019-02-15 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-speeker-Oleksandr-Buchkovskyi.html">
<h2>LvivPy #7: Перший Спікер - Олександр Бучковський</h2>
</a>
</header>
<div class="summary"><div class="section" id="quest-for-open-source-or-how-i-contributed-to-python-pandas-and-matplotlib">
<h2>Quest for Open Source, or how I contributed to Python, Pandas and matplotlib.</h2>
<p>Мене звати Сашко, я працюю з Python вже більше 5 років. Наразі займаю посаду Lead Python Software Engineer
в американській компанії KapitalTrading.
Основний стек який я використовую для роботи: Core Python, Flask, Pandas, Numpy.
Спеціалізація: Scientific Calculation …</p></div> </div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-speeker-Oleksandr-Buchkovskyi.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-07 00:00:00+02:00">
<script>document.write(moment('2019-02-07 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/lvivpy.html"><span class="category-tag">lvivpy</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/lvivpy7-announce.html">
<h2>LvivPy #7 - 2 березня 2019р!</h2>
</a>
</header>
<div class="summary"><p>Дата наступної зустрічі: 2 березня об 11:00,</p>
<p>Місце проведення: вул. Лемківська 15, у Конференс холі компанії Lohika, яка люб'язно надала простір для зустрічі.</p>
<p>Шукаємо доповідачів: <a class="reference external" href="https://goo.gl/forms/h2hCMkKmnI1iUlZ02">https://goo.gl/forms/h2hCMkKmnI1iUlZ02</a></p>
<p>Реєстрація на подію: <a class="reference external" href="https://www.meetup.com/uapycon/events/258744248/">https://www.meetup.com/uapycon/events/258744248/</a></p>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/lvivpy7-announce.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2019-02-04 00:00:00+02:00">
<script>document.write(moment('2019-02-04 00:00:00+02:00').format('LL'));</script>
</time>
in <a href="https://lvivpy.github.io/category/website.html"><span class="category-tag">website</span></a>
</p>
</footer>
<header>
<a href="https://lvivpy.github.io/first-post.html">
<h2>It's alive!</h2>
</a>
</header>
<div class="summary"><img alt="" src="https://lvivpy.github.io/images/logo.png" />
<p>Ось LvivPy і отримав свою сторінку.</p>
<p><strong>Q: Що тут буде?</strong></p>
<ul class="simple">
<li>Ананси подій LvivPy.</li>
<li>Публікація відео та слайдів доповідей.</li>
</ul>
<p><strong>Q: Рекламa?</strong></p>
<p>Ніякої комерції.</p>
<p><strong>Q: Я бачу помилку. Що робити?</strong></p>
<p>Роби Pull Request!</p>
<p><strong>Q: Я хочу допомогти сайту!</strong></p>
<p>Роби Pull Request!</p>
</div>
<div class="tags">
<ul class="tags">
</ul>
</div>
<a href="https://lvivpy.github.io/first-post.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
</ol>
</div>
<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>