Coding Brewery

  • Blog
  • Software development
    • Clean Code
    • C++
    • Python
    • Java
    • Devops
      • Docker
      • Linux
  • Machine learning
    • Maths
      • Median absolute deviation (MAD) of Errors
      • R-Squared/Coefficient of determination
      • Distribution of error functions
      • Logarithmic loss (or cross-entropy)
      • Receiver operating characteristic (ROC ) curve
      • Confusion Matrix
      • Maths 101: Part 8: Hypothesis testing
      • Distribution of error functions
      • Maths 101 : Part 7: Estimating Confidence Intervals
    • Data Science Libraries
    • Dimensionality Reduction
  • Career Advice
  • Home
    • Contact Us
    • About

Python

Python

Write python like a pro: Part 1: Know your python version

Welcome to part 1 of writing python like a pro. This series is definitely part of the advanced python series. It assumes you already know python and are definitely comfortable with it. However, you are a person who wants to know how you can up your python game. You want Read more…

Like this:

Like Loading...
By admin, 6 yearsJune 15, 2019 ago
Clean Code

Clean Code Concepts: Be SOLID: Open Closed Principle

In this series, we would focus on some of the language-agnostic parts which can be used to improve your ability to write cleaner code in any language. So let’s dive right into the SOLID concepts of object-oriented design. S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles by Robert C. Read more…

Like this:

Like Loading...
By admin, 6 yearsMay 11, 2019 ago
Clean Code

Clean Code Concepts: Be SOLID: Single Responsibility Principle

Writing clean code is more of an art rather than a science. So What really makes code cleaner?. In this series called Clean Code Concepts, we investigate some of the ways to write code in a clean way. There are several aspects to write cleaner code, some are language agnostic Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 6 yearsApril 6, 2019 ago
Golang

Golang vs python: Arguments in favor of python

Dynamic typing Majority of people have a single problem with a python feature and drumrolls it’s Ducktyping. In short “If it walks like a duck and it quacks like a duck, then it must be a duck”. I agree that this could be a case of lot of bugs if Read more…

Like this:

Like Loading...
By admin, 6 yearsJanuary 8, 2019 ago
Data Science Libraries

Numpy Tutorial Part 2

Here is part 2 of the numpy tutorial. This is a continuation of part 1 of the numpy tutorial.

Like this:

Like Loading...
By Deepanshu Lulla, 6 yearsNovember 19, 2018 ago
Data Science Libraries

Numpy Tutorial Part 1

Numpy is one of the most important data science libraries. This is part 1 of the numpy tutorial.    Loading Sorry, something went wrong. Reload? Sorry, we cannot display this file. Sorry, this file is invalid so it cannot be displayed. Viewer requires iframe. view raw numpy_tutorial_part1.ipynb hosted with ❤ Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsNovember 2, 2018 ago
Algorithms

Minimum Window Substring

Question Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). Example: Input: S = “ADOBECODEBANC”, T = “ABC” Output: “BANC” Note: If there is no such window in S that covers all characters in Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsMarch 19, 2018 ago
  • About
  • Blog
  • Checkout
  • Contact Us
  • Home
  • Privacy Policy
Hestia | Developed by ThemeIsle
%d