Shivam Arora

Python How-To's

  1. Find Peaks in Python
  2. dotenv in Python
  3. if Statement With Strings in Python
  4. Round to Significant Digits in Python
  5. The Modulo Operator (%) in Python
  6. Colors in Python
  7. Plot Fast Fourier Transform (FFT) in Python
  8. Reverse Order Using Slicing in Python
  9. __init__.py in Python
  10. Binomial Coefficient in Python
  11. Smooth Data in Python
  12. Sort List by Another List in Python
  13. Multiple Regression in Python
  14. Cosine Similarity in Python
  15. Parallel for Loop in Python
  16. Common Header Format in Python
  17. Decrement a Loop in Python
  18. Get IP Addresses in Python
  19. Loop Over a String in Python
  20. Remove Non-Alphanumeric Characters From Python String

JavaScript Howtos

  1. Nested Functions in JavaScript
  2. Export Array to CSV in JavaScript
  3. Sum of Array of Objects in JavaScript

Java Howtos

  1. Comparable vs Comparator in Java