import pandas as pd

This is a quick introduction to Pandas. pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming. Using pandas you can convert your data into an excel like format and the manipulate that data in many ways. The keyword Dataframe is like an excel spreadsheet that has all your data. Watch the following video to get started: Reading Csv’s Reading csv’s is quite simple glassdata = pd.read_csv('glass.csv') Some csv’s are

Continue Reading

Making a Facebook Messenger Bot Using Flask

For this tutorial we will be building a messenger bot using Python, more specifically the Flask framework. This is the third post in our bot series, The previous one’s being Making a Telegram Bot Making a Slack Bot Requirements for this tutorial 1. Python 2. Facebook Page 3. Flask To install Flask, follow the instructions here. Creating Webhooks Picture Credits: Mailchimp A webhook is an URL to which a ping is sent if any activity occurs in the host server.

Continue Reading

Making a slackbot using Python

Slack For those of you who don’t know what slack is- Slack brings all your communication together in one place. It’s real-time messaging, archiving and search for modern teams. Things to know API API’s – Application programming interface is kind of like a pact between the provider and the reciever, wherein you can request data from the host server using the API and the API key. For example you can request google maps to send you the map location of

Continue Reading

Regex links:

The following links will get you started with regex: http://regexone.com/lesson/introduction_abcs http://www.tutorialspoint.com/python/python_reg_expressions.htm Regex Tutorial Using Python Test your Regex here regex101.com Try Regex challenges@ Hackerrank

Continue Reading

Python Crash Course

This post is a quick intro to Python. Python is a 25 year old language. Python is a widely used high-level, general-purpose, interpreted, dynamic programming language.Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. Coming to the Code To explain the various syntax’s of python, let us look at an example Which gives you ‘n’ Fibonacci numbers n=eval(input("Enter the

Continue Reading

Site Footer

Sliding Sidebar

About Me

About Me

Hey, I am Thomas Ashish Cherian. What I cannot create, I do not understand.

Social Profiles