One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_GRwJZregiYXBhq" async> </script> </form> |
.
├── fabulous
├── plugins [This will contain different supported services]
├── tests [This folder will contains all the tests]
├── fabulous.py [Initiate, test all the available services]
├── server.py [Will handle the server]
├── dummyserver.py [this will create the dummy server]
├── LICENSE
├── README.md
query = quote(query) | |
url = "https://encrypted.google.com/search?q={0}".format(query) |
__author__ = 'vikesh' # this is the author name | |
import os # This module provides a portable way of using operating system dependent functionality. | |
import wolframalpha | |
# I have used Wolframalpha module, written in python to work with Wolframalpha API. | |
# Read more about it here: https://pypi.python.org/pypi/wolframalpha | |
from flask import Flask, request, Response, redirect | |
# Modules from Flask |
__author__ = 'vikesh' # this is the author name | |
import os # This module provides a portable way of using operating system dependent functionality. | |
import wolframalpha | |
# I have used Wolframalpha module, written in python to work with Wolframa API. | |
# Read more about it here : https://pypi.python.org/pypi/wolframalpha | |
from flask import Flask, request, Response, redirect | |
# Modules from Flask |
I hereby claim:
To claim this, I am signing this object:
git branch foobar && git checkout foobar | |
git checkout -b foobar #same as above command |
__author__ = 'vikesh' # this is the author name | |
import os # This module provides a portable way of using operating system dependent functionality. | |
import wolframalpha | |
# I have used Wolframalpha module, written in python to work with Wolframa API. | |
# Read more about it here : https://pypi.python.org/pypi/wolframalpha | |
from flask import Flask, request, Response, redirect | |
# Modules from Flask |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: