Open in app

Sign In

Write

Sign In

Diva Dugar
Diva Dugar

663 Followers

Home

About

Published in

Level Up Coding

·Pinned

Plunge into the Core of PostgreSQL: Part 1- An 8 min guide

This series will be about exploring the depths of PostgreSQL in detail. As a software engineer, I have seen many articles that either explain the theory or the practical aspect of PostgreSQL. In this series, I will cover both the practical and theoretical aspects and explain why things are the…

Postgres

9 min read

Plunge into the Core of PostgreSQL: Part 1- An 8 min guide
Plunge into the Core of PostgreSQL: Part 1- An 8 min guide
Postgres

9 min read


Published in

Towards Data Science

·May 16, 2019

Feature Engineering in Python

“The goal is to turn data into information, and information into insight.” — Carly Fiorina. — We are living in a data-driven economy. It’s a world where having tons of data, understanding it and knowing what to do with data is power. Understanding your data is not one of the most difficult things in data science, but it is time-consuming. …

Data Science

8 min read

Feature Engineering in Python Part I: The Most Powerful way of Dealing with Data.
Feature Engineering in Python Part I: The Most Powerful way of Dealing with Data.
Data Science

8 min read


Published in

Towards Data Science

·Mar 5, 2019

Introduction to Machine Learning for Beginners

“Aim for simplicity in Data Science. Real creativity won’t make things more complex. Instead, it will simplify them.” ― Damian Duffy Mingle We want to improve the sales of our product through advertisements. So, let’s look at our channels of advertisement: Television, Radio, Social Media, Newspaper etc. So, Advertisement budget (Y)…

Machine Learning

6 min read

Machine Learning Intuition for Beginners
Machine Learning Intuition for Beginners
Machine Learning

6 min read


Published in

Towards Data Science

·Dec 26, 2018

Statistics for Data Scientists in 5 mins

“Facts are stubborn things, but statistics are pliable.”― Mark Twain Population parameter vs. Sample Statistics

Data Science

6 min read

Statistics for Data Scientists
Statistics for Data Scientists
Data Science

6 min read


Published in

codeburst

·Aug 23, 2018

Skew and Kurtosis: 2 Important Statistics terms you need to know in Data Science

If you don’t know some of the other frequently used terms in data science. Then click here. Skewness It is the degree of distortion from the symmetrical bell curve or the normal distribution. It measures the lack of symmetry in data distribution. It differentiates extreme values in one versus the other tail…

Statistics

4 min read

Skew and Kurtosis: 2 Important Statistics terms you need to know in Data Science
Skew and Kurtosis: 2 Important Statistics terms you need to know in Data Science
Statistics

4 min read


Published in

codeburst

·Jul 9, 2018

GIFs for Programmers

0. Java Developers be like 1. Programming languages in Human-form 2. When your code doesn’t & then does work 3. When bugs come with a “race-around” condition 4. Life as a Programmer 5. </coffee> 6. …

Programming

1 min read

Programming

1 min read


Published in

codeburst

·Mar 21, 2018

How You can Write 100 lines of code in 1 Minute!

This is what I learnt from my Google sponsored scholarship for Front-End Web Development in Udacity on how to write code faster. I’ve noticed that coding is repetitive in nature and sometimes we just have to write the same code in 10 different lines. The format of HTML is too…

Web Development

3 min read

How You can Write 100 lines of code in 1 Minute!
How You can Write 100 lines of code in 1 Minute!
Web Development

3 min read


Published in

codeburst

·Mar 16, 2018

Jinja2 Explained in 5 Minutes!

(Part 4: Back-end Web Framework: Flask) What is Jinja 2? Jinja2 is a modern day templating language for Python developers. It was made after Django’s template. It is used to create HTML, XML or other markup formats that are returned to the user via an HTTP request. You can read more here. How To Get Jinja 2 pip install jinja2 easy_install jinja2 Why do we need Jinja 2? Sandboxed Execution: It…

Web Development

5 min read

Jinja2 Explained in 5 Minutes!
Jinja2 Explained in 5 Minutes!
Web Development

5 min read


Published in

codeburst

·Jan 5, 2018

Back-end Web Framework: Flask (Part-3: How to make a simple Login Page using Get and Post)

For previous posts Part-1 and Part-2 HTTP protocol is the core basis of data communication in (WWW) world wide web. It is designed to communicate between clients and servers. It works as a request-respond protocol. …

Web Development

3 min read

Back-end Web Framework: Flask (Part-3: How to make a simple Login Page using Get and Post)
Back-end Web Framework: Flask (Part-3: How to make a simple Login Page using Get and Post)
Web Development

3 min read


Published in

codeburst

·Jan 3, 2018

Back-end Web Framework: Flask (Part-2: Routing & URL Binding)

Web frameworks nowadays use the routing technique to help users to navigate through a web without having to remember application URLs. It is useful to access the desired page directly without having to navigate from the home page. from flask import Flask app = Flask(__name__) @app.route('/')…

Python

3 min read

Back-end Web Framework: Flask (Part-2: Routing & URL Binding)
Back-end Web Framework: Flask (Part-2: Routing & URL Binding)
Python

3 min read

Diva Dugar

Diva Dugar

663 Followers

I am a Software Developer and a Blogger ||

Following
  • LORY

    LORY

  • Bennett Garner

    Bennett Garner

  • Netflix Technology Blog

    Netflix Technology Blog

  • Amit Singh Rathore

    Amit Singh Rathore

  • Mary Joseline Joseph

    Mary Joseline Joseph

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams