Links tagged “python”
193 links, newest first.
pandas.pydata.org
We’ll start with a quick, non-comprehensive overview of the fundamental data structures in pandas to get you started.
dabeaz.com
[ David Beazley ] Welcome!
github.com
Algorithms Algorithms is a library of algorithms and data structures implemented in Python.
grantjenks.com
SortedContainers SortedContainers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions.
sqlalchemy-utils.readthedocs.io
© Copyright 2013, Konsta Vesterinen.
blog.kgriffs.com
Five Guys sells awesome burgers and fries.
github.com
Python impl for TextRank A pure Python implementation of TextRank, based on the Mihalcea 2004 paper.
techspot.zzzeek.org
As anticipated, let's get into where it's all going wrong, especially for database-related code.
pythonhosted.org
Watchdog Python API library and shell utilities to monitor file system events.
python-oauth2.readthedocs.io
from wsgiref.simpleserver import makeserver import oauth2 import oauth2.grant import oauth2.error import oauth2.store.memory import oauth2.tokengenerator import oauth2.web.wsgi Create a SiteAdapter to interact with the user.
www-nlp.stanford.edu
GloVe is an unsupervised learning algorithm for obtaining vector representations for words.
nltk.org
from nltk.corpus import brown from nltk.tag import RegexpTagger testsent = brown.sents(categories='news')[0] regexptagger = RegexpTagger( ...
streamhacker.com
word2vec is an algorithm for constructing vector representations of words, also known as word embeddings.
dataquest.io
If you’ve done any data science or data analysis work, you’ve probably read in a csv file or connected to a database and queried rows.
grocker.readthedocs.io
Grocker - a Docker image builder for Python applications¶ Grocker allows you to bundle your Python applications as Docker image while keeping the image size as minimal as possible.
github.com
Python-Goose - Article Extractor Intro Goose was originally an article extractor written in Java that has most recently (Aug2011) been converted to a scala project.



















