Skip to content
View marks6i's full-sized avatar

Block or report marks6i

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marks6i/README.md

Coach Mark - MarkS6i

Welcome to my GitHub page! Its not much but I periocically put stuff up that I am working on or found to be useful grenerally. Check out my public repos if you're interested in Python or C++. I am a software engineer by vocation; a statistician by education; and a data analyst by avocation. I teach data analytics to adult learners in a bootcamp format. You might find repos in any of those areas.

For those interested in C++:

Take a look at my bucket repo for a useful template for storing data in buckets defined as sub ranges on an ordered sequence.

For those interested in Python:

If you use BeautifulSoup a lot, take a look at my short BeautifulScoop repo. I created a class which can visualize the results of a BeautifulSoup search -- its great for debugging your BeautifulSoup code.

I was tired of printing images on my printer and using up ink because the image had either a black background or a not-quite-white background. If you have the same problem, the image-convert repo has a solution which will save you ink.

For those interested in Data Analytics:

I have an EDA Jupyter notebook repo, analyze-pps-public, where I explore some data which looked like it might be two overlapping gaussian (normal) distributions. It's somewhat more complicated because the data is collected around the clock and therefore there are overlapping tails. I fit the data to von Mises distributions to handle the circular nature of the data. I also experiment wth polar plots to see if the plot is more understandable to outside parties.

Popular repositories Loading

  1. FRL FRL Public

    A Python Frame Representation Language package

    Python 1

  2. scores scores Public

    Experiment with various ways to accomplish the same task in a Docker environment in different languages

    Java

  3. marks6i.github.io marks6i.github.io Public

    Mark's Personal Website

    HTML

  4. beautifulscoop beautifulscoop Public

    BeautifulScoop is a Python module to wrap and run a browser on a BeautifulSoup element

    Jupyter Notebook 1

  5. image_convert image_convert Public

    Invert dark image and add treshold for colors too light to be converted to white (for printing)

    Python

  6. requests-html requests-html Public

    Forked from kennethreitz/requests-html

    Pythonic HTML Parsing for Humans™

    Python