Articles by Aditya Raj

Python How-To's

  1. 7 Ways to Concatenate Two or More Lists in Python
  2. Solve the ModuleNotFoundError: No Module Named 'cPickle' Error in Python
  3. Solve the NameError: Global Name 'unicode' Is Not Defined in Python
  4. Adjacency Matrix in Python
  5. Imitate ode45() Function in Python
  6. Install Python Selenium in macOS
  7. Text Menu With Infinite Loop in Python
  8. Kill a Python Process
  9. Smith-Waterman Algorithm in Python
  10. Get the Reverse Complement of a DNA Strand Using Python
  11. Right Justify String in Python
  12. Install Beautiful Soup in Python
  13. Rethrow Exception in Python
  14. Bilateral Filtering in Python
  15. Trie Implementation in Python
  16. Queue Implementation in Python
  17. Python Class Equality
  18. Multiprocessing Queue in Python
  19. Forward Declaration in Python
  20. Implement Curl Commands Using Requests Module in Python
  21. Epsilon in Python
  22. Linear Regression in Python
  23. Socket Programming in Python: A Beginners Guide
  24. Sparse Matrix in Python
  25. Linked List in Python
  26. __str__ vs __repr__ in Python
  27. Python Log Formatter
  28. Private Variables in Python
  29. Assert Equal in Python
  30. Python new Keyword
  31. Positional Arguments vs Keyword Arguments in Python
  32. Remove One or Multiple Keys From a Dictionary in Python

C++ Howtos

  1. Throw Out of Range Exception in C++
  2. Implement the if Statement With Multiple Conditions in C++
  3. Create a Table in C++

Python Matplotlib Howto's

  1. Custom Colormap Using Python Matplotlib
  2. Add Value Labels on Matplotlib Bar Chart