<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docs on A Tinkerer&#39;s Canvas</title>
    <link>https://anuran-roy.github.io/categories/docs/</link>
    <description>Recent content in Docs on A Tinkerer&#39;s Canvas</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 20 Nov 2021 01:33:47 +0530</lastBuildDate><atom:link href="https://anuran-roy.github.io/categories/docs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Flow classes in Pymetrix</title>
      <link>https://anuran-roy.github.io/post/projects/pymetrix/flow/</link>
      <pubDate>Sat, 20 Nov 2021 01:33:47 +0530</pubDate>
      
      <guid>https://anuran-roy.github.io/post/projects/pymetrix/flow/</guid>
      <description>Download as .zip Download as .tar.gz View on Github        Introduction The Flow Class objects make the building blocks of Pymetrix (Previously Analyx).
All functions of Pymetrix are built upon the Flow Objects.
How do they work? Flow objects are of 3 types:
 Flow Node Flow Layer Flow Graph  Here, each successive element is a collection of the previous one.
Anatomy FlowNode() The FlowNode is the basic building block of the entire protocol.</description>
    </item>
    
    <item>
      <title>Pymetrix: An Overview</title>
      <link>https://anuran-roy.github.io/post/projects/pymetrix/overview/</link>
      <pubDate>Sat, 20 Nov 2021 01:03:40 +0530</pubDate>
      
      <guid>https://anuran-roy.github.io/post/projects/pymetrix/overview/</guid>
      <description>Download as .zip Download as .tar.gz View on Github        How does Pymetrix work?  (A sample graph visualization)
 Pymetrix basically tries to be an opensource plug-&amp;lsquo;n&amp;rsquo;-play python analytics library. It can be extended with various plugins that can be implemented in a manner I&amp;rsquo;ve tried to keep as straightforward as possible.
Organization The Flow Graph: The backbone Being heavily inspired from Google Analytics, Pymetrix makes use of graphs to denote the entire flow of control, with each node denoting the function (or object) you want to get metrics of.</description>
    </item>
    
    <item>
      <title>Pymetrix: The Open Source Plug and Play Python Analytics Library</title>
      <link>https://anuran-roy.github.io/post/projects/pymetrix/home/</link>
      <pubDate>Sat, 20 Nov 2021 00:33:47 +0530</pubDate>
      
      <guid>https://anuran-roy.github.io/post/projects/pymetrix/home/</guid>
      <description>Download as .zip Download as .tar.gz View on Github        Pymetrix-Python What is Pymetrix? Pymetrix is a plug-and-play analytics library written in Python.
Usage Pymetrix is really easy to integrate with your projects. Here&amp;rsquo;s an example:
Let&amp;rsquo;s say you want to monitor a method foo() defined as:
1 2 3 4  from random import randint def foo(): print(f&amp;#34;Hello world {randint(0,1000000)}!&amp;#34;)   After adding the required lines, the code will look something like this:</description>
    </item>
    
  </channel>
</rss>
