<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tristan C</title>
    <description>The latest articles on DEV Community by Tristan C (@tristanc365).</description>
    <link>https://dev.to/tristanc365</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3489770%2Fac3b0e10-dd6d-44fc-96f9-7b2e530805ce.jpg</url>
      <title>DEV Community: Tristan C</title>
      <link>https://dev.to/tristanc365</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tristanc365"/>
    <language>en</language>
    <item>
      <title>🐍Learning Markdown for my Jupyter Notebooks</title>
      <dc:creator>Tristan C</dc:creator>
      <pubDate>Tue, 09 Sep 2025 16:00:09 +0000</pubDate>
      <link>https://dev.to/tristanc365/learning-markdown-for-my-jupyter-notebooks-3987</link>
      <guid>https://dev.to/tristanc365/learning-markdown-for-my-jupyter-notebooks-3987</guid>
      <description>&lt;p&gt;This is my first post on dev.to as I follow the Scrimba course on Learning &lt;strong&gt;Markdown&lt;/strong&gt;. I've used &lt;strong&gt;Markdown&lt;/strong&gt; previously while I was in &lt;em&gt;uni&lt;/em&gt;, but I never formally learned how to use it.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;"You have to seize any knowledge you can retrieve." - BW&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Speaking of &lt;strong&gt;uni&lt;/strong&gt;, I earned my Master of Information Technology (Cyber Security and Networks) from Queensland University of Technology in 2024. Before that, I completed a Bachelor of Business in Human Resource Management and Management at Griffith University in 2012. In between—and still today—I’ve been working as a security guard at events. It’s one of those situations where you start a job, and before you know it, a decade has passed without really putting your degree to use. Even though I now have a Master’s, I recognize that my foundation in IT isn’t as strong as I’d like, so I’m currently focusing on strengthening the fundamentals and building a portfolio.&lt;/p&gt;

&lt;p&gt;Here is a couple videos of my projects&lt;br&gt;
&lt;a href="https://youtu.be/fWeclDFsEMk" rel="noopener noreferrer"&gt;IoT for Lunch&lt;/a&gt;&lt;br&gt;
&lt;a href="https://youtu.be/OWQN_f3A0Bc" rel="noopener noreferrer"&gt;Math Game with micro:bit&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;Initially I was working my way through a few courses on &lt;strong&gt;Coursera&lt;/strong&gt; and &lt;strong&gt;Microsoft Learn&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; IBM Ethical Hacking with Open Source Tools&lt;/li&gt;
&lt;li&gt; IBM Cybersecurity Analyst&lt;/li&gt;
&lt;li&gt; MS-900 Introduction to Microsoft 365: Describe Microsoft 365 apps and services&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I was taking these courses as refresher and to get ready for the CompTIA Sec+ Certification. Then I had a sudden thought.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Do they have a course about GitHub?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Somehow in the process of trying to find a course on how to use GitHub, I ended up starting the &lt;em&gt;Google IT Automation with Python Professional Certificate&lt;/em&gt;. &lt;/p&gt;



&lt;p&gt;To try something &lt;strong&gt;new&lt;/strong&gt; and &lt;em&gt;refreshing&lt;/em&gt;, I decided to try Jupyter Notebooks in VS Code as my main IDE. Funnily enough a number of tutors in the programming classes used Jupyter Notebooks. I never really paid attention to it as I couldn't get it working the first time. I was more familiar with C# and Visual Studio. Luckily they also provided supplementary resources to convert it to C#. Now that I'm learning Python I can see why the were using it.&lt;/p&gt;


&lt;h2&gt;
  
  
  Why Markdown?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsnq5gst9tw245shyavk2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsnq5gst9tw245shyavk2.png" alt="Markdown Logo" width="800" height="492"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;A number of reasons I'm learning Markdown is that:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It makes keeping my notes and scripts for the python programming course in the same file.&lt;/li&gt;
&lt;li&gt;It has formatting options so it looks easier for me to read.&lt;/li&gt;
&lt;li&gt;As a novice programmer, it feels like an entry gate to coding.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;An example of this is:&lt;/p&gt;
&lt;h3&gt;
  
  
  sorted()
&lt;/h3&gt;

&lt;p&gt;here is an example of using the &lt;code&gt;sorted()&lt;/code&gt; function:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;time_list&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;32&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;19&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;57&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;22&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;14&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="c1"&gt;#A random array of numbers.
&lt;/span&gt;&lt;span class="nf"&gt;print &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nf"&gt;sorted&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;time_list&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="c1"&gt;#Prints to screen a sorted list.
&lt;/span&gt;&lt;span class="nf"&gt;print &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;time_list&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="c1"&gt;#Shows that sorted() doesn't affect the original variable.
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It gives me better readability for my notebook, while still keeping to best practices of self documenting.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;The purpose of this first post is demonstrate some of the fundamentals I learned through the markdown course and to add as a portfolio. As I continue my ongoing learning, hopefully I'll start adding more posts to dev.to. When I was younger I wanted to be a blog poster, its only now in my late 30s that I'm doing the things I want to do.&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
