<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MKLab - DEVELOPER TOOLS]]></title>
		<link>https://mklab.gr/</link>
		<description><![CDATA[MKLab - https://mklab.gr]]></description>
		<pubDate>Wed, 29 Jul 2026 00:06:55 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Google Colaboratory]]></title>
			<link>https://mklab.gr/showthread.php?tid=583</link>
			<pubDate>Mon, 22 Jun 2026 12:35:37 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=583</guid>
			<description><![CDATA[<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Google Colaboratory</span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Summary</span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><a href="https://developers.google.com/colab?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">Google Colab</a> is a cloud-based Jupyter Notebook platform from Google that allows users to write and run Python code directly in a browser without installing software or configuring an environment. It is widely used for programming education, data analysis, artificial intelligence, and machine learning because it provides ready-to-use runtimes and access to computing resources such as GPUs and TPUs. Colab supports collaboration through notebook sharing and integration with Google Drive, making it useful for students, researchers, and developers who want to experiment, train models, visualize data, or build prototypes quickly in the cloud. </span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><a href="https://developers.google.com/colab" target="_blank" rel="noopener" class="mycode_url">COLAB</a></span></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Google Colaboratory</span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">Summary</span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><a href="https://developers.google.com/colab?utm_source=chatgpt.com" target="_blank" rel="noopener" class="mycode_url">Google Colab</a> is a cloud-based Jupyter Notebook platform from Google that allows users to write and run Python code directly in a browser without installing software or configuring an environment. It is widely used for programming education, data analysis, artificial intelligence, and machine learning because it provides ready-to-use runtimes and access to computing resources such as GPUs and TPUs. Colab supports collaboration through notebook sharing and integration with Google Drive, making it useful for students, researchers, and developers who want to experiment, train models, visualize data, or build prototypes quickly in the cloud. </span></div>
<div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><a href="https://developers.google.com/colab" target="_blank" rel="noopener" class="mycode_url">COLAB</a></span></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Git and GitHub]]></title>
			<link>https://mklab.gr/showthread.php?tid=582</link>
			<pubDate>Mon, 22 Jun 2026 12:29:41 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=582</guid>
			<description><![CDATA[<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Git and GitHub</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">Version control is one of the most important technical skills students can learn.</span></span><br />
<span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://git-scm.com/" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">Git</span></a> is an open source version control system that helps developers track changes in code and collaborate efficiently. It is widely used across software engineering, data science, and research projects.</span></span></span></span></span><br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">Students often lose work because they overwrite files or create confusing project versions. Git solves this problem by maintaining a complete history of changes.<br />
When paired with <a href="https://github.com/" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">GitHub</span></a>, students can collaborate on projects, contribute to open source repositories, and build a public portfolio of technical work.</span></span></span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://github.com/" target="_blank" rel="noopener" class="mycode_url">GITHUB</a></span></span></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Git and GitHub</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">Version control is one of the most important technical skills students can learn.</span></span><br />
<span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://git-scm.com/" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">Git</span></a> is an open source version control system that helps developers track changes in code and collaborate efficiently. It is widely used across software engineering, data science, and research projects.</span></span></span></span></span><br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">Students often lose work because they overwrite files or create confusing project versions. Git solves this problem by maintaining a complete history of changes.<br />
When paired with <a href="https://github.com/" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">GitHub</span></a>, students can collaborate on projects, contribute to open source repositories, and build a public portfolio of technical work.</span></span></span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://github.com/" target="_blank" rel="noopener" class="mycode_url">GITHUB</a></span></span></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Visual Studio Code]]></title>
			<link>https://mklab.gr/showthread.php?tid=581</link>
			<pubDate>Mon, 22 Jun 2026 12:26:58 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=581</guid>
			<description><![CDATA[<a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Visual Studio Code</span></span></span></span></a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Summary</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><span style="text-decoration: underline;" class="mycode_u">Visual Studio Code</span></span></span></a><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"> has become one of the most popular development environments in the world. Although it is developed by Microsoft, it's built on open source technologies and supports a massive extension ecosystem.</span></span> </span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">For STEM students, VS Code is valuable because it supports nearly every major programming language. Whether you're learning Python, JavaScript, C++, or Rust, the editor provides debugging, syntax highlighting, terminal integration, and Git support in one interface. </span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">VS Code also integrates well with Jupyter Notebook, making it an excellent all-in-one workspace for technical learning.</span></span> </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url">SOFTWARE</a></span></span></span>]]></description>
			<content:encoded><![CDATA[<a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Visual Studio Code</span></span></span></span></a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Summary</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><span style="text-decoration: underline;" class="mycode_u">Visual Studio Code</span></span></span></a><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"> has become one of the most popular development environments in the world. Although it is developed by Microsoft, it's built on open source technologies and supports a massive extension ecosystem.</span></span> </span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">For STEM students, VS Code is valuable because it supports nearly every major programming language. Whether you're learning Python, JavaScript, C++, or Rust, the editor provides debugging, syntax highlighting, terminal integration, and Git support in one interface. </span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font">VS Code also integrates well with Jupyter Notebook, making it an excellent all-in-one workspace for technical learning.</span></span> </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0a0a23;" class="mycode_color"><span style="font-family: Lato, sans-serif;" class="mycode_font"><a href="https://code.visualstudio.com/" target="_blank" rel="noopener" class="mycode_url">SOFTWARE</a></span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Jupyter Notebook]]></title>
			<link>https://mklab.gr/showthread.php?tid=580</link>
			<pubDate>Mon, 22 Jun 2026 12:23:30 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://mklab.gr/member.php?action=profile&uid=1">mklabgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://mklab.gr/showthread.php?tid=580</guid>
			<description><![CDATA[<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Jupyter Notebook</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Jupyter is an open-source platform for interactive computing that allows users to create and share documents called notebooks, which combine live code, mathematical equations, visualizations, and explanatory text in a single environment. Originally developed for the Python ecosystem, Jupyter now supports many programming languages through kernels, making it widely used in data science, machine learning, scientific research, education, and numerical analysis.</span></span></span><br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"> Its notebooks enable users to run code step by step, explore data interactively, produce charts, document experiments, and share reproducible workflows, making it a powerful tool for learning, research, and collaboration.</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><a href="https://jupyter.org/" target="_blank" rel="noopener" class="mycode_url">SOFTWARE</a></span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Jupyter Notebook</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Summary</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Jupyter is an open-source platform for interactive computing that allows users to create and share documents called notebooks, which combine live code, mathematical equations, visualizations, and explanatory text in a single environment. Originally developed for the Python ecosystem, Jupyter now supports many programming languages through kernels, making it widely used in data science, machine learning, scientific research, education, and numerical analysis.</span></span></span><br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"> Its notebooks enable users to run code step by step, explore data interactively, produce charts, document experiments, and share reproducible workflows, making it a powerful tool for learning, research, and collaboration.</span></span></span><br />
<br />
<span style="color: #1b1b32;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b"><a href="https://jupyter.org/" target="_blank" rel="noopener" class="mycode_url">SOFTWARE</a></span></span></span>]]></content:encoded>
		</item>
	</channel>
</rss>