Stackoverflow
entities · 11 notes linked
Related: C Type System · Typedef · Python · Python Programming · Data Structures · Skip Lists · Bloom Filters · Vim
Notes
- Difference between 'struct' and 'typedef struct' in C++? — C and C++ struct versus typedef struct namespace differences
- Element-wise string comparison — Python approaches for character-by-character string equality comparison
- Hidden features of Python — Lesser-known Python language features and hidden tricks
- How do I sum the first value in each tuple in a list of tuples in Python? — Pythonic ways to sum a specific index across a list of tuples
- Python pandas an efficient way to see which column contains a value and use its coordinates as an offset — Searching a pandas DataFrame for a specific cell value by position
- Recommended Fonts for Programming? — Community recommendations for monospace programming fonts
- Simple Vim commands you wish you'd known earlier — Stack Overflow thread of underappreciated Vim productivity commands
- What are the lesser known but useful data structures? — Crowd-sourced catalog of obscure but practically valuable data structures
- What does the "yield" keyword do in Python? — Python yield keyword creates generator objects lazily
- Why should we typedef a struct so often in C? — Rationale and tradeoffs of typedef-ing structs in C
- convert ipython notebook to presentation with cells contents hidden — CSS trick to hide code cells in Jupyter slideshow presentations