Live data from Hacker News

Viewing profile — Manuelito

Manuelito

HN member
Joined
Fri, Jul 22, 2011, 12:20 PM UTC
HN karma
121
Public activity
55 items

About Manuelito

http://twitter.com/#!/JustGlowing

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
    Shape Matching Experiments

    How to fit two shape through and visualize the minimization process.

  7. story
    Real-Time Twitter analysis with PyCurl

    This post explains how to use the twitter stream API with Python.

  8. story
    Selection sort animate

    This post shows how to visualize the steps of the selection sort algorithm.

  9. story
    Visualizing the tangent with Python

    This post show how to plot the tangent to a curve and how to use to empathize the trend of a curve.

  10. story
    Betweenness Centrality in Python

    This post introduces the Betweenness Centrality and shows how to use networkx to compute it.

  11. story
    Bloom filter with Python

    This post shows a Python implementation of the Bloom Filter. It also has an introduction a short analysis of the behavior of the filter.

  12. story
    Box-Muller Transformation with Numpy

    This post shows how to generate normally distributed random numbers from uniformly distributed random numbers using the Box-Muller transformation in Python.

  13. story
    Book review: NumPy Cookbook

    Review of the book NumPy Cookbook from the glowing python.

  14. story
    3D stem plot with Python

    This post shows how to make a 3D stem plot using mplot3D through Python.

  15. story
    First steps with Networkx

    This post shows the some basic operation with the Python library Networkx in order to perform a network analysis.

  16. story
    Google Text to Speech with Correct intonation

    This post shows how to use the unofficial Google text to speech API in order to have a correct intonation avoiding the restrictions of the API.

  17. story
    Visualizing correlation matrices

    How to visualize correlations in a high dimensional dataset.

  18. story
    Three lines weighted random choice with Python

    This post shows how to implement weighted random choice in python in just three lines of code.

  19. story
    Box plot in python

    This post shows how to create a box polt with matplotlib.

  20. story
    Kernel Density Estimation with scipy

    This is a simple example of how tu use the Kernel Density Estimation algorithm implemented in scipy.

  21. story
    Probability distributions fitting with Python

    This post shows how to fit a probability distribution using the Scipy Library.

  22. story
    Color quantization with Python

    This post shows how to perform color clustering and color quatization using the KMeans algorithm.

  23. story
    Manifold learning on handwritten digits with Isomap

    This post shows how to use the Isomap Python implementation provided by the Scikit Learn Library.

  24. story
    Analyzing your Gmail with Matplotlib

    This post show how to analyze a gmail account using python.

  25. story
    K-Nearest Neighbour Classifier

    This post shows how to perform a KNN classification in Python.