
jamovi
JASP
Statista
Montecarlito
IBM ILOG CPLEX Optimization Studio
datarobot
Displayr
BlueSky Statistics
Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
jamovi
Think Pythonjamovi has one of the most attractive user interfaces. Even the colors used for window-dressing match the default colors for its graphs. Like JASP, its dialogs provide instant results as each item is checked off. That immediate feedback feels great! Corrections to data values are also immediately reflected in each piece of output that would be affected. However, this also means that you can't do one step, restructure the data, then do another since jamovi requires each step to have the same data structure. SPSS, Minitab, BlueSky Statistics, and JMP can all do such common data-wrangling tasks. So, if you restructure your data a lot, you'll need to do that with another tool and read the data in separately for each structure. jamovi's menus start out very sparse and you extend them by downloading needed parts later. This is the opposite of similar tools like SPSS, Minitab, and BlueSky Statistics, which show all their capabilities upon installation. That makes it good for beginners who avoid the others' complex menus. Regarding analytic methods, jamovi has the most popular statistics. The main topics it lacks are quality control and machine learning/AI. Also, it cannot save models for making predictions on a different dataset.
Based on our record, Think Python seems to be more popular. It has been mentiond 9 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: over 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science โ For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
JASP - JASP, a low fat alternative to SPSS, a delicious alternative to R.
Google's Python Class - Assorted educational materials provided by Google.
Statista - The Statistics Portal for Market Data, Market Research and Market Studies
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Montecarlito - MonteCarlito is a free Excel-add-in to do Monte-Carlo-simulations.
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.