From 36ab4f3de53ad7ff34c8b884771b43ec328df81b Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Mon, 22 Jul 2019 10:20:07 +0530 Subject: [PATCH] Add details of July meetup Signed-off-by: Bhavin Gandhi --- 2019/July/README.md | 35 ++++++++++++++++++++++++++++++++++- README.md | 1 + 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/2019/July/README.md b/2019/July/README.md index a98142c..a339b09 100644 --- a/2019/July/README.md +++ b/2019/July/README.md @@ -1 +1,34 @@ -# talk links and description +# July Python Pune meetup 2019 + * [Event page on meetup.com](https://www.meetup.com/PythonPune/events/262769950/) + +## Python for simulating Poker Games + * **Speaker**: Abhijit Gadgil + * **Description**: This talk is about the proposal that is submitted + to Pycon India 2019. We look at simulating Poker games as a way of + getting started thinking in Python, that is in terms of it's + built-ins core constructs and standard libraries. + + * [Slides](https://gabhijit.github.io/slides/pycon2019-poker/) + * [Source](https://github.com/gabhijit/pycon/tree/master/2019/poker) + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/22) + +## Advanced Twitter Scraping using Twint + * **Speaker**: Sourav Singh + * **Description**: When we want to scrape tweets from Twitter, we + are limited by API limits. Twint is an advanced tool for scraping + tweets from Twitter without any need of an API key. Twint can also + do advanced scraping like scraping tweets based on a location, + scraping only tweets of a verified person on a topic and many + others. + + * [Source](https://github.com/twintproject/twint) + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/23) + +## Dask distributed computing (more power to pandas and numpy array) + * **Speaker**: Satyam Soni + * **Description**: Parallel processing with pandas data frame and + numpy array. Talking over memory issues with pandas. Improving + performance measures. + + * [Source](https://github.com/satyamsoni2211/dask-tutorial-pycon-2018) + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/26) diff --git a/README.md b/README.md index 76fe17a..160565c 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Python Pune monthly talks ## [April](./2019/April/README.md) ## [May](./2019/May/README.md) ## [June](./2019/June/README.md) +## [July](./2019/July/README.md)