Posts tagged 'Meeting Minutes'

Minutes of the meeting dated 28-11-2020

The November 2020 ChennaiPy meetup featured talks on Python in security testing, Setting up Zkarel, Set data structures in Python, and Python GC and References.

August 2020 ChennaiPy Meetup - Meeting Minutes

The August 2020 ChennaiPy meetup featured talks on Signal Processing with Python, Django web development, Flask rate limiting, Ray for distributed computing, Machine Learning for movie recommendations, and more.

Meeting Minutes of 6/27/2020 ChennaiPy

The July 2020 ChennaiPy meetup featured talks on Role of Python in ETL, Cyclic Redundancy Check (CRC), Django Setup, Machine Learning, and Kivy.

Meeting Minutes of 6/27/2020 ChennaiPy

The June 2020 ChennaiPy meetup included talks on Role of Python in ETL, Cyclic Redundancy Check (CRC), and several open slots with interesting suggestions.

MoM - January 25th, 2020 ChennaiPy Meetup

The January 2020 ChennaiPy meetup included talks on System Architecture, Air Pollution using Satellite Imagery, and Blockchain Apps using Python.

Minutes of Meetup - 23 Nov 2019

The November 2019 Chennaipy meetup included talks on Embedded Testing with Robot Framework, Teaching Kids Python the Scratch Way, and Data Compression Techniques using Python.

April 2019 Meetup - Meeting minutes

The April 2019 Chennaipy meetup featured talks on Causal Inference, Security Vulnerability in http.cookiejar, and Tech Talk Tips.

ChennaiPy - January meetup - Meeting Minutes

The January 2019 Chennaipy meetup featured talks on Design Thinking, Porting Python applications to Python 3, and Medical Python Coding.

Meeting Minutes - Chennaipy Nov 2018 Meetup

The meeting featured multiple talks on various Python-related topics including PyGTK, accessing spreadsheets in Python, and contributing to open-source projects.

Meeting Minutes - Chennaipy Nov 2018 Meetup

This document contains the meeting minutes from the Chennaipy Nov 2018 Meetup.

MOM - October 2018 Chennaipy Meetup

The October 2018 Chennaipy meetup featured talks on Computer Vision in Test Automation using Robot Framework and Scientific Computing using Python.

MOM - September 2018 Chennaipy Meetup

The September 2018 Chennaipy meetup covered a variety of topics, including data compression, last-mile problems in ML, and Pysangamam lessons.

June Meet Minutes

The June 2018 Chennaipy meetup featured 3 insightful talks: Powering Python with Rust, Presentation Tips, and Stack Frames and Tail Call Recursion in Python.

May 2018 Meetup Minutes

May 2017 Meetup Minutes

Intro

Shrayas briefed the audience on the agenda of the meetup. He also went through what to expect from a meetup.

Hadoop with Python by S.Venkatesh

It's a map reduce framework. Open source and maintained by Apache. Useful when text mining or performing LSA.

  • File System

    • Stores files in …

Feb 2017 Meetup Minutes

January 2017 Meetup Minutes

November Meet Minutes

August Meet Minutes

June Meet Minutes

May Meet Minutes

March Meet Minutes

January Meet Minutes

February Meet Minutes

December Meet Minutes

October Meet Minutes

September Meet Minutes

August Meet Minutes

July Meet Minutes

June Meet Minutes

May Meet Minutes

April Meet Minutes

March Meet Minutes

February Meet Minutes

January Meet Minutes

December Meet Minutes

November Meet Minutes

October Meet Minutes

August Meet Minutes

This time around we had about 14 members attending the meet. The meet started with the first talk -- "Unit Tests with Nose".

Unit Tests with Nose

Vengatesh presented the various features of nose framework, comparing them with the 'unittest' module present in the standard library. He showed how the nose …