<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>The Code Wanderer - data</title>
    <subtitle>Wandering through OpenBSD, privacy, security, programming, and data science. Powered by open source.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://hervyqa.srht.site/categories/data/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://hervyqa.srht.site"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-06-09T00:00:00+00:00</updated>
    <id>https://hervyqa.srht.site/categories/data/atom.xml</id>
    <entry xml:lang="en">
        <title>Programming Languages For Data Scientists Must Know</title>
        <published>2023-02-01T00:00:00+00:00</published>
        <updated>2026-06-09T00:00:00+00:00</updated>
        
        <author>
          <name>
            Hervy Qurrotul
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://hervyqa.srht.site/blog/programming-languages-for-data-scientists/"/>
        <id>https://hervyqa.srht.site/blog/programming-languages-for-data-scientists/</id>
        
        <content type="html" xml:base="https://hervyqa.srht.site/blog/programming-languages-for-data-scientists/">&lt;p&gt;Becoming a data scientist does not require an IT background. From the
networks I follow on LinkedIn, many people have changed careers from
various backgrounds to become data scientists. And that’s only natural,
considering that companies around the world are flocking to the digital
industry. In early January 2023, I tried to transition from designer to
data scientist.&lt;&#x2F;p&gt;
&lt;p&gt;Alright, let’s get straight to the topic. Here are the programming
languages that data scientists need to know. What are they?&lt;&#x2F;p&gt;
&lt;h2 id=&quot;python&quot;&gt;Python&lt;a class=&quot;post-anchor&quot; href=&quot;#python&quot; aria-label=&quot;Anchor link for: python&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Website: 

&lt;a href=&quot;https:&#x2F;&#x2F;python.org&quot;&gt;Python&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Documentation: 

&lt;a href=&quot;https:&#x2F;&#x2F;python.org&#x2F;doc&quot;&gt;Python Docs&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Books: 

&lt;a href=&quot;https:&#x2F;&#x2F;pythonbooks.org&quot;&gt;Python Books&lt;&#x2F;a&gt;, 

&lt;a href=&quot;https:&#x2F;&#x2F;realpython.com&#x2F;best-python-books&quot;&gt;Realpython Books&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Python, created by 

&lt;a href=&quot;https:&#x2F;&#x2F;gvanrossum.github.io&quot;&gt;Guido van Rossum&lt;&#x2F;a&gt;, is a high-level data
structure programming language that is simple, clear, and logical, yet
effective for object-oriented programming (OOP).&lt;&#x2F;p&gt;
&lt;p&gt;It is recommended to install Python version &lt;code&gt;python3.10&lt;&#x2F;code&gt; or higher
to get full support. Python, which is a multi-paradigm programming
language, also offers several functional programming supports similar to
&lt;code&gt;lisp&lt;&#x2F;code&gt;, such as filter, map, reduce, set, and generator expressions.&lt;&#x2F;p&gt;
&lt;p&gt;Python also offers a wide range of 

&lt;a href=&quot;https:&#x2F;&#x2F;pypi.org&quot;&gt;library&lt;&#x2F;a&gt;.
For example, pandas, numpy, scipy, scikit-learn, matplotlib, seaborn,
and many more for data science needs. You can try Python using the link
above and practice your programming skills every day.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;python&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Python 3.10.9 (main, Dec  6 2022, 18:44:57) [GCC 11.3.0] on linux&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;quot;help&amp;quot;, &amp;quot;copyright&amp;quot;, &amp;quot;credits&amp;quot; or &amp;quot;license&amp;quot; for more information.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;&amp;gt;&amp;gt;&amp;gt; print(&amp;quot;Hello World&amp;quot;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Hello World&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;sql&quot;&gt;SQL&lt;a class=&quot;post-anchor&quot; href=&quot;#sql&quot; aria-label=&quot;Anchor link for: sql&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Website: 

&lt;a href=&quot;https:&#x2F;&#x2F;mariadb.org&quot;&gt;MariaDB&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Documentation: 

&lt;a href=&quot;https:&#x2F;&#x2F;mariadb.org&#x2F;documentation&quot;&gt;MariaDB Docs&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Books: 

&lt;a href=&quot;https:&#x2F;&#x2F;mariadb.com&#x2F;kb&#x2F;en&#x2F;books&quot;&gt;MariaDB Books&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;SQL (pronounced: sequel) or Structured Query Language is a programming
language for accessing data in relational databases (RDBMS). Almost all
database servers use SQL for data management.&lt;&#x2F;p&gt;
&lt;p&gt;Data scientists will inevitably deal with databases, such as creating
databases, processing data, and translating data to make it more
understandable. This is necessary for determining stakeholder decisions.&lt;&#x2F;p&gt;
&lt;p&gt;When using SQL, 

&lt;a href=&quot;https:&#x2F;&#x2F;mariadb.org&quot;&gt;MariaDB&lt;&#x2F;a&gt; (a derivative of 

&lt;a href=&quot;https:&#x2F;&#x2F;mysql.com&quot;&gt;MySQL&lt;&#x2F;a&gt;) is used for data management because it is more
flexible to develop openly and is not tied to proprietary licensed
products (Oracle). MariaDB also has more storage engines than MySQL.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;sudo&lt;&#x2F;span&gt;&lt;span style=&quot;color: #CE9178;&quot;&gt; mysql&lt;&#x2F;span&gt;&lt;span style=&quot;color: #569CD6;&quot;&gt; -u&lt;&#x2F;span&gt;&lt;span style=&quot;color: #CE9178;&quot;&gt; root&lt;&#x2F;span&gt;&lt;span style=&quot;color: #569CD6;&quot;&gt; -p&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Welcome to the MariaDB monitor.  Commands end with ; or \g.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Your MariaDB connection id is 3&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Server version: 10.6.11-MariaDB MariaDB Server&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;#39;help;&amp;#39; or &amp;#39;\h&amp;#39; for help. Type &amp;#39;\c&amp;#39; to clear the current input statement.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;MariaDB [(none)]&amp;gt; show databases;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;+--------------------+&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| Database           |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;+--------------------+&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| hervymart          |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| hervypraktek       |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| information_schema |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| mysql              |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| performance_schema |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;| sys                |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;+--------------------+&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;6 rows in set (0,097 sec)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;MariaDB [(none)]&amp;gt;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;r&quot;&gt;R&lt;a class=&quot;post-anchor&quot; href=&quot;#r&quot; aria-label=&quot;Anchor link for: r&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Website: 

&lt;a href=&quot;https:&#x2F;&#x2F;r-project.org&quot;&gt;R-Project&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Documentation: 

&lt;a href=&quot;https:&#x2F;&#x2F;docs.posit.co&#x2F;ide&#x2F;user&#x2F;ide&#x2F;get-started&quot;&gt;Posit Docs&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Books: 

&lt;a href=&quot;https:&#x2F;&#x2F;www.r-project.org&#x2F;doc&#x2F;bib&#x2F;R-books.html&quot;&gt;R-Project Books&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;The R programming language is better known as a programming
language for statistics and graphical visualization. Created by 

&lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ross_Ihaka&quot;&gt;Ross Ihaka&lt;&#x2F;a&gt; and 

&lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Robert_Gentleman_(statistician)&quot;&gt;Robert Gentleman&lt;&#x2F;a&gt; at the
University of Auckland, it is now developed by the R Development Core
Team.&lt;&#x2F;p&gt;
&lt;p&gt;The R language, under the GNU GPL license, has become the de facto
standard among statisticians for statistical software development, and
is widely used for statistical software development and data analysis.&lt;&#x2F;p&gt;
&lt;p&gt;The R language can be used with 

&lt;a href=&quot;https:&#x2F;&#x2F;jupyter.org&quot;&gt;Jupyter&lt;&#x2F;a&gt; or 

&lt;a href=&quot;https:&#x2F;&#x2F;posit.co&#x2F;products&#x2F;open-source&#x2F;rstudio&#x2F;&quot;&gt;RStudio Posit&lt;&#x2F;a&gt; to make it easier for data scientists to process
data.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;R&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;R version 4.2.1 (2022-06-23) -- &amp;quot;Funny-Looking Kid&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Copyright (C) 2022 The R Foundation for Statistical Computing&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Platform: x86_64-pc-linux-gnu (64-bit)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;R is free software and comes with ABSOLUTELY NO WARRANTY.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;You are welcome to redistribute it under certain conditions.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;#39;license()&amp;#39; or &amp;#39;licence()&amp;#39; for distribution details.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  Natural language support but running in an English locale&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;R is a collaborative project with many contributors.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;#39;contributors()&amp;#39; for more information and&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;&amp;#39;citation()&amp;#39; on how to cite R or R packages in publications.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;#39;demo()&amp;#39; for some demos, &amp;#39;help()&amp;#39; for on-line help, or&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;&amp;#39;help.start()&amp;#39; for an HTML browser interface to help.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Type &amp;#39;q()&amp;#39; to quit R.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;&amp;gt; print(&amp;quot;HelloWorld&amp;quot;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[1] &amp;quot;HelloWorld&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;julia&quot;&gt;Julia&lt;a class=&quot;post-anchor&quot; href=&quot;#julia&quot; aria-label=&quot;Anchor link for: julia&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Website: 

&lt;a href=&quot;https:&#x2F;&#x2F;julialang.org&quot;&gt;Julia Language&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Documentation: 

&lt;a href=&quot;https:&#x2F;&#x2F;docs.julialang.org&#x2F;en&quot;&gt;Julia Language Docs&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Books: 

&lt;a href=&quot;https:&#x2F;&#x2F;julialang.org&#x2F;learning&#x2F;books&quot;&gt;Julia Language Books&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;The Julia programming language is one of the languages used for
efficient numerical analysis and data visualization. Similar to Python,
Julia is a high-level language with syntax that is relatively easy for
beginners.&lt;&#x2F;p&gt;
&lt;p&gt;Julia is arguably Python’s competitor, as its performance is much faster
than Python’s. This is because Julia is compiled with the LLVM framework
for JIT compilation, which is comparable to the speed of C. In addition,
Julia can be integrated with VIM, Jupyter, and 

&lt;a href=&quot;https:&#x2F;&#x2F;julia-vscode.org&quot;&gt;Julia VScode&lt;&#x2F;a&gt;. Julia also has 

&lt;a href=&quot;https:&#x2F;&#x2F;www.juliapackages.com&quot;&gt;Julia Packages&lt;&#x2F;a&gt; for libraries needed by
data scientists, and interestingly, Julia has 

&lt;a href=&quot;https:&#x2F;&#x2F;fluxml.ai&quot;&gt;FluxML&lt;&#x2F;a&gt;, a
library specifically for machine learning.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;julia&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;   _       _ _(_)_     |  Documentation: https:&#x2F;&#x2F;docs.julialang.org&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  (_)     | (_) (_)    |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;   _ _   _| |_  __ _   |  Type &amp;quot;?&amp;quot; for help, &amp;quot;]?&amp;quot; for Pkg help.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  | | | | | | |&#x2F; _` |  |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  | | |_| | | | (_| |  |  Version 1.8.5 (2023-01-08)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt; _&#x2F; |\__&amp;#39;_|_|_|\__&amp;#39;_|  |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;|__&#x2F;                   |&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;julia&amp;gt; print(&amp;quot;Hello World&amp;quot;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Hello World&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;julia&amp;gt;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;scala&quot;&gt;Scala&lt;a class=&quot;post-anchor&quot; href=&quot;#scala&quot; aria-label=&quot;Anchor link for: scala&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Website: 

&lt;a href=&quot;https:&#x2F;&#x2F;scala-lang.org&quot;&gt;Scala Language&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Documentation: 

&lt;a href=&quot;https:&#x2F;&#x2F;docs.scala-lang.org&quot;&gt;Scala Language Docs&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Books: 

&lt;a href=&quot;https:&#x2F;&#x2F;docs.scala-lang.org&#x2F;books&quot;&gt;Scala Language Books&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Scala (Scalable language) was started in 2001 by Martin Odersky and is a
general-purpose, high-level, multi-paradigm programming language.&lt;&#x2F;p&gt;
&lt;p&gt;Scala, like Java, is an object-oriented programming language that
is safe and supports functional programming. Scala runs on the Java
platform (Java virtual machine) and is compatible with existing Java
programs.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;scala&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #569CD6;&quot;&gt;object&lt;&#x2F;span&gt;&lt;span style=&quot;color: #4EC9B0;&quot;&gt; HelloWorld&lt;&#x2F;span&gt;&lt;span style=&quot;color: #569CD6;&quot;&gt; extends&lt;&#x2F;span&gt;&lt;span style=&quot;color: #4EC9B0;&quot;&gt; App&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  println(&lt;&#x2F;span&gt;&lt;span style=&quot;color: #CE9178;&quot;&gt;&amp;quot;Hello, World!&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Compiling:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;scalac&lt;&#x2F;span&gt;&lt;span style=&quot;color: #CE9178;&quot;&gt; HelloWorld.scala&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Running binary:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #DCDCAA;&quot;&gt;scala&lt;&#x2F;span&gt;&lt;span style=&quot;color: #CE9178;&quot;&gt; HelloWorld&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;pre class=&quot;giallo&quot; style=&quot;color: #D4D4D4; background-color: #1E1E1E;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Hello, World!&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h2 id=&quot;conclusion&quot;&gt;Conclusion&lt;a class=&quot;post-anchor&quot; href=&quot;#conclusion&quot; aria-label=&quot;Anchor link for: conclusion&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;span&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;p&gt;Regardless of the language used, tailor it to the needs and criteria of
the data at hand for greater effectiveness. The following programming
examples are organized by subheading, starting with the easiest and most
common ones, making them easier for beginners to learn.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;What is the best language?&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;All programming languages are the best as long as they meet the needs
and specifications, because each language has its own advantages and
disadvantages. Personally, I recommend not focusing on the language
itself, but rather understanding the basic concepts of programming
algorithms first, which is more important.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
