Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 1.96 KB

README.md

File metadata and controls

54 lines (50 loc) · 1.96 KB
title date event_date url author featured_image categories tags
July Python Pune meetup 2019
2019-07-22 10:20:07 +0530
2019-07-13 10:30:00 +0530
event/july-python-pune-meetup-2019
Bhavin Gandhi
Event
Twitter
Twint
Scraping
Problem solving
Parallel processing
Dask
Pandas
NumPy

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.
  • References:

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.
  • References:

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.
  • References: