Hemank Mehtani

JavaScript Howtos

  1. Variable Scope in JavaScript
  2. Append Values to Object in JavaScript
  3. JavaScript GUID

Python How-To's

  1. Overload a Constructor in Python
  2. The __contains__ Method in Python
  3. Array or List of Dictionaries in Python
  4. The which Command in Python
  5. Convert List to Float in Python
  6. Install Python 2 and 3 on the Same Device
  7. Open Files in Different Directory in Python
  8. Static Class in Python
  9. Convert JSON to Dictionary in Python
  10. Run Python File From Python Shell
  11. Dictionary With Multiple Values in Python
  12. raw_input in Python 3
  13. Split Python List in Half
  14. Convert XML to Dictionary in Python
  15. Find Powerset in Python
  16. if...else in Lambda Function Python
  17. __future__ in Python
  18. Python Check if List Contains a String
  19. Sort a Set in Python
  20. Add Dictionary to Dictionary in Python