Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 545 Bytes

File metadata and controls

9 lines (6 loc) · 545 Bytes

Python Tiny Tricks

Python scripts that contain tips and tricks that are helpful in daily programming

  1. Import one of your .py file into another script. useful_functions.py is a script that is being imported into import_local_scripts.py

  2. 9_Hackerrank_Challenges_2024.ipynb contains some of the neat solutions for hackerrank challenges.

  3. I didn't code everyday and when I started my python jurney, it was bit of a mix-up I had with range, enumerate and zip function. This file explains all fhat --> range_vs_enumerate_vs_zip.ipynb