Skip to content

Commit cedb93b

Browse files
authored
Create 2020-07-18-jun-talks.md
1 parent 355d45a commit cedb93b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

_posts/2020-07-18-jun-talks.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: "Talks – Jul, 2020"
4+
author: abhiram
5+
tags: [abhiram]
6+
description: "Talks – Jul, 2020"
7+
categories: [ meetup, talks, workshop ]
8+
image:
9+
featured: true
10+
hidden: false
11+
---
12+
We had 4 talks in the online meetup of July 2020. The theme decided as a virtue of talks selected was Testing and Code Quality.
13+
14+
- The first talk was by Hiral Amodia on Time Complexity using Python. In the process we revisited the different complexities code can take based on input size.
15+
- The second talk was by Rohit Sanjay on Unit Testing Using Python. He spoke about the virtues of pytest and how it can be exploited to test our code better.
16+
- The third talk was by Praveen Shirali on Pythonic Interfaces. He spoke about concepts like typehints, metaclasses, composition and also introduced an up-and-coming interface checker library - [implements](https://github.com/ksindi/implements).
17+
- The fourth and final talk of the day was by Abhiram on Code Quality - the principles and the methods. He spoke about, what he considered where the 4 ways in which Code Quality could be segregated and went on to describe how each could be ensured.
18+
19+
Resources for all of them can be referred here - [https://github.com/bangpypers/18-7-2020-Talks](https://github.com/bangpypers/18-7-2020-Talks)
20+
21+
The Online talk was also livestreamed on Youtube and the Recording for the same can be viewed here - https://www.youtube.com/watch?v=eVYdPdvS2nQ

0 commit comments

Comments
 (0)