Software Development
One of the packages included in the ANACONDA.NAVIGATOR is Jupyter that is part of the Project Jupyter.
Project Jupyter includes various open source packages such as JupyterLab, Jupyter Notebook, Jupyterhub, and Voilà that could be installed seperatly or through ANACONDA.
Programming
Knowing and being fluent in at least one programming language is an important part of almost any tech related occupation which is also dependant on the industry. There are many resources available to achieve that and some are shared here.
The language Python is a relatively easy to use language as it is very close to the English language and puposefully created in uncluttered format . The philosophy in Python's creation and its purpose has been shared by one of its creators Tim Peters in 'The Zen of Python'.
It starts with the following phrases:
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts...
The first programming poem is composed!
SQL
SQL is the abbreviation for Structured Query Language and is one of the main languages used for working with database, that is providing means of data manipulation such as store, retrieve, update, delete and database creation.
Colab
Colab that is short for Colaboratory is offered by Google to all google account holders, that is having a gmail account. To start, go to colab home page as it offers number of videos and documents for delving into its environment for developing Python in browser.
SQL Server Integration Services - SSIS
SSIS as the name suggests is a tool for data migration and integration that comes with support of Microsoft developing packages such as Visual Studio. It is used for extracting, integrating and transforming data.
Tableau
Tableau software is used for data visualization in various fields from mapping to histograms and temperature data. Its visualization has made it a reliable tool in data science and many other fields. Tableau's public version is available to download for free.