TIL: Miguel Grinberg Flask Twilio Video Conferencing

TIL 2020-09-17 Miguel Grinberg - Video Conferencing App with Python, Flask and Twilio - Tutorial on building a video conferencing application using Flask and Twilio’s APIs.

September 17, 2020 · 1 min

TIL: Architecture of Open Source Applications, Compiler Development Resources, and Oil Shell

Today I learned about comprehensive open source architecture documentation, practical compiler development tutorials, the Cannoli Python compiler in Rust, and the Oil shell project.

September 16, 2020 · 5 min

Building Single Page Applications in React using Dash and Python

How to build Single Page web applications without any Javascript using Dash, a Python library that generates React components.

September 15, 2020 · 10 min

TIL: CS Career Resume Tips and Ultimate Python Study Guide

TIL 2020-09-13 /r/cscareerquestions resume FAQ and Wiki - Comprehensive guide to writing technical resumes for software engineering roles. Reddit thread from a recruiter - Insights from someone who has reviewed thousands of job applications. Ultimate Python Study Guide - Comprehensive resource covering Python fundamentals and advanced concepts.

September 13, 2020 · 1 min

TIL: The Tragic Tale of the Deadlocking Python Queue

TIL 2020-09-11 The Tragic Tale of the Deadlocking Python Queue - Important lessons about Python threading, queues, and how deadlocks can occur in concurrent code.

September 11, 2020 · 1 min

TIL: Python Performance Optimization and Advanced Profiling

Today I learned about advanced Python performance optimization techniques, modern profiling tools, and practical strategies for identifying and eliminating performance bottlenecks.

September 9, 2020 · 16 min

TIL: James Powell's Fast Python Techniques and Scalene Performance Profiler

Today I learned about advanced Python optimization techniques from James Powell's 'Fast and Furious Python' talk and discovered Scalene, a high-performance CPU and memory profiler for Python.

September 9, 2020 · 6 min

TIL: Data Visualization Mastery with Matplotlib and D3

Today I learned about advanced data visualization techniques, matplotlib optimization strategies, and comprehensive approaches to creating effective data visualizations.

September 4, 2020 · 14 min

TIL: ReactJS Hooks, Regex Tools, and Pandas Performance

TIL 2020-09-03 ReactJS docs with hooks - Converting React class components to use hooks for better code organization. Regex101 - Online regex tester and debugger with explanations. Regexr - Interactive regular expression tool for learning and testing. Pandas Performance Tip - It’s much faster to use Pandas’ filters with the & and | operators than combining conditions with zip. Use intermediate dataframes and multiple .loc calls instead of zip with any or all. ...

September 3, 2020 · 1 min

TIL: Effectively Using Matplotlib

TIL 2020-09-02 Effectively Using Matplotlib - Comprehensive guide to creating better visualizations with Python’s matplotlib library.

September 2, 2020 · 1 min