Author: Aniruddha Chaudhari

data science

Important Math Topics and Skills Needed for Data Science

How much math needed for data science? What are the important mathematical skills and mathematics topics to become a Data Scientist?

WAMP

9 Easy Steps to Install WAMP Server with No Error

How to install WAMP server and resolve installation error? Fix error “installation the program can’t start because msvcr100.dll is missing from your computer”.

MySQL

Important MySQL Commands | How to Use MySQL Explained with Examples

[Complete MySQL tutorial] Important MySQL Commands to create a database, select and drop table. How to use MySQL queries?

CSS

[Step-by-step] How to add CSS file to HTML | Source Code Example

How to add CSS file to HTML? Source code and example. The easy way of creating a style sheet and script to embed it in HTML

HTML

How to Add Table of Contents on Website | HTML Code Example

Complete HTML and CSS code example to add a table of contents on website. Insert ToC manually or automatically.

cpp

Dynamic Programming and Recursion | Difference, Advantages with Example

[Explained with Example] What is dynamic programming recursion? Difference between DP and recursion. Advantages and disadvantages.

app

3 Proven Tips | How to Reduce App Deployment Time?

How to reduce app deployment time? How to use DevOps and logging to faster app development with maintaining quality?

Python

[Complete Tutorial] Python List with Programming Examples for Beginners

How to add, delete and update the Python list? What are the list methods and built-in function? What are the characteristics and use of Python list?

Python

Difference between Sort and Sorted in Python List by Performance

What is the main difference between sort and sorted in Python list? sort() method vs sorted() function performance explained with examples.