Skip to content

Instantly share code, notes, and snippets.

View PBPatil's full-sized avatar

Prasad Patil PBPatil

  • Mumbai
View GitHub Profile
@PBPatil
PBPatil / Compare Tokenizers.ipynb
Last active February 18, 2023 19:09
Comparing Several Tokenizers in NLTK library
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PBPatil
PBPatil / Excel_to_PDF_report.py
Last active December 17, 2021 19:50
Convert Excel to PDF report using Python FPDF Library
%reset -f
# Import Dependencies
import pandas as pd
import numpy as np
from fpdf import FPDF
# Reading input files
path = r'C:\Desktop\Football Clubs\England\Premier League'
Input_path = path+"\Arsenal.xlsx"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#Import the necessary methods from tweepy library
from tweepy.streaming import StreamListener
from tweepy import OAuthHandler
from tweepy import Stream
#Variables that contains the user credentials to access Twitter API
access_token = "Enter the token"
access_token_secret = "Enter the token secret"
consumer_key = "Enter API key"
consumer_secret = "Enter API secret"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.