Recommendation System for Streaming Platforms
In this Python tutorial, explore movie data of popular streaming platforms and build a recommendation system.Convolutional Neural Networks with TensorFlow
In this tutorial, you'll learn how to construct and implement Convolutional Neural Networks (CNNs) in Python with the TensorFlow framework.Python Excel Tutorial: The Definitive Guide
Learn how to read and import Excel files in Python, write data to these spreadsheets, and find the best packages to do this.must read
python
Scope of Variables in Python
Learn what variable scopes are all about and get familiar with the 'LEGB' rule. You will also deal with scenarios where you'll get to see the global and nonlocal keywords in action.Docstrings in Python
Learn about the different types of docstrings and various docstring formats like Sphinx, Numpy and Pydoc.must read
r programming
Definitive Guide: Variables in R
In this tutorial, you'll learn all about R variables including how to define variables, remove variables, and much more.How to Install R on Windows, Mac OS X, and Ubuntu
This is a beginner guide that is designed to save yourself a headache and valuable time if you decide to install R yourself.must read
python
Python Print() Function
Learn how you can leverage the capability of a simple Python Print function in various ways with the help of examples.Choosing Python or R for Data Analysis? An Infographic
Wondering whether you should use Python or R for data analysis? You’ve come to the right place.Markov Chains in Python: Beginner Tutorial
Learn about Markov Chains, their properties, transition matrices, and implement one yourself in Python!Survival Analysis in R For Beginners
In this tutorial, you'll learn about the statistical concepts behind survival analysis and you'll implement a real-world application of these methods in R.must read
python