Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add details of July meetup #35

Merged
merged 1 commit into from
Jul 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion 2019/July/README.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)