<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Documentation on DataThrillz</title><link>https://datathrillz.com/categories/documentation/</link><description>Recent content in Documentation on DataThrillz</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 20 Feb 2021 17:37:51 +0000</lastBuildDate><atom:link href="https://datathrillz.com/categories/documentation/index.xml" rel="self" type="application/rss+xml"/><item><title>Software Engineering as a Data Scientist</title><link>https://datathrillz.com/posts/2021-02-20-software-engineering-as-a-data-scientist/</link><pubDate>Sat, 20 Feb 2021 17:37:51 +0000</pubDate><guid>https://datathrillz.com/posts/2021-02-20-software-engineering-as-a-data-scientist/</guid><description>&lt;p&gt;Many of us in Data Science come from math, biology, chemistry or engineering or other non-Computer Science backgrounds, which may mean that we don’t have much experience writing and maintaining large code bases. Recently, I found myself getting frustrated with the structure of some of my code and searching for a better way to structure my code base. Let&amp;rsquo;s explore some ways that we can improve our Software Engineering skills as Data Scientists!&lt;/p&gt;</description></item><item><title>Creating Projects from Cookiecutter Templates</title><link>https://datathrillz.com/posts/2021-01-25-creating-projects-from-cookiecutter-templates/</link><pubDate>Mon, 25 Jan 2021 18:09:45 +0000</pubDate><guid>https://datathrillz.com/posts/2021-01-25-creating-projects-from-cookiecutter-templates/</guid><description>&lt;p&gt;Ever want to generate a new repo based on a predefined template? Now you can using &lt;a href="https://cookiecutter.readthedocs.io/en/1.7.2/README.html"&gt;Cookiecutter&lt;/a&gt;! I will show you how to easily spin up a fresh Cookiecutter repo for your latest data science project in Python.&lt;/p&gt;
&lt;p&gt;Cookiecutter is an awesome command-line tool and Python package that creates projects (aka populates repo folders) based on cookiecutters (or project templates). What does this mean? Goodbye to manually copying and pasting old project repos. Now, you can automatically clone one of the thousands of cookiecutters or you can create your own.&lt;/p&gt;</description></item><item><title>Writing Awesome READMEs</title><link>https://datathrillz.com/posts/2021-01-13-writing-awesome-readmes/</link><pubDate>Wed, 13 Jan 2021 17:08:23 +0000</pubDate><guid>https://datathrillz.com/posts/2021-01-13-writing-awesome-readmes/</guid><description>&lt;p&gt;This article will explore possible items to include your Git repo README file. We will discuss several items that we can include in a README and when to include them.&lt;/p&gt;
&lt;h2 id="what-is-a-readme"&gt;What is a README?&lt;/h2&gt;
&lt;p&gt;A README file is a text file that explains a project to new user. It helps users quickly understand where to find information on the project such as brief description of your project, how to install/fork it and/or how to use your code. READMEs live in the top level directory of your repo in GitHub, Bitbucket or GitLab.&lt;/p&gt;</description></item></channel></rss>