Skip to content

Latest commit

 

History

History
61 lines (56 loc) · 2.54 KB

File metadata and controls

61 lines (56 loc) · 2.54 KB
title October Python Pune meetup 2019
date 2019-11-04 22:14:39 +0530
event_date 2019-10-19 10:00:00 +0530
url event/october-python-pune-meetup-2019
author Bhavin Gandhi
featured_image
categories
Event
tags
Python Internals
Testing
Serverless
Zappa
Natural Language Processing

A Very basic Python Virtual Machine which executes Python byte code

  • Speaker: Shinto C V
  • Description: Shinto demonstrates his project, which is a toy python-virtual-machine. It takes a Python bytecode and executes it. He shows how Python bytecode looks like and an intermediate assembly like code generated from that bytecode for easy understanding.
  • References:

Functional testing using Python

  • Speaker: Soniya Vyas
  • Description: In this talk, Soniya does a walk through of What/Why and How aspects of Functional testing. And also covers the difference between Unit testing and Functional testing.
  • References:

Building Serverless Microservices with Zappa

  • Speaker: Abdulwahid Barguzar
  • Description: In this talk, Abdulwahid gives an overview about microservices, ways to deploy them. Then he explains what is serverless and how it's beneficial over traditional approach. He showcases power of the Zappa tool, which can make it easy to deploy microservices written in Python on AWS lambda.
  • References:

Removing Named Entities for Legal Querying

  • Speaker: Ravina More
  • Description: In this talk, Ravina demonstrates the approach that she used to remove named entities from a legal query to improve the legal extraction. This helps to find a resolved legal case that is similar to your case, which is important as well as difficult to achieve even when you have sufficient amount of historical data.
  • References: