Learn Brilliantly
Overview
Join the
Exciting Community
that provides learning tools and resources for both the aspiring analyst as well as the seasoned professional.
- The Tutorials Corner
contains demos and tutorials explaining how to use and apply the davinci platform.
- Analytics Resources
contains resources covering various areas of analytics.
- Community Content
- Pages and Blogs -
web pages
posted by users on the platform
- Chat Rooms
- users can host or join public chat rooms to discuss a given posted topic. Chat room links can
be found on the davinci site
- Message Boards
- users can post questions or other messages to a public message board.
See
sharing and collaboration
for more information.
Video Demos
Learning Resources
A simple demo of some the learning resources on the davinci site.
Multiple Skill Levels
The davinci site and platform contains resources for multiple skill levels. From beginning resources to graduate level mathematics.
Links to other resources provide additional learning utilities.
Code Examples
The davinci site inlcudes material teaching the basics of writing small scripts. Included throughout the site are
code windows, such as the following, that include code demostrating the principles discussed on the page.
let la = await import('/lib/linear-algebra/v1.0.0/linear-algebra.mjs');
let matrix1 = [[1,2],[3,4]];
let ans = la.determinant(matrix1);
Many code sections come with a Try It! button. The button is a link to a page with a script editor. The script editor will
be pre populated with a script (most likely matching the code in the code section), where you can run the script and see
the results.
Try it sections allow you to
insert a breakpoint in the code in order to step through the codes execution.
Try it!
Interactive Demos
The davinci site contains interactive demos that demonstrate the ideas on the page.
Tutorial Walkthroughs and Saved Desktops
Several places on the davinci site contain examples of analytics that are presented as a
walkthrough,
showing the
steps to completing the analysis. The tutorial will often have a saved desktop that contains the data and code and any other
components used in the example. As an example, see :
full desktop
Connect
Various pages have community sections that let you
connect with the
community
through message boards, chat, video conferencing and more.