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.
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.
Today I learned about comprehensive open source architecture documentation, practical compiler development tutorials, the Cannoli Python compiler in Rust, and the Oil shell project.
How to build Single Page web applications without any Javascript using Dash, a Python library that generates React components.
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.
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.
Today I learned about advanced Python performance optimization techniques, modern profiling tools, and practical strategies for identifying and eliminating performance bottlenecks.
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.
Today I learned about advanced data visualization techniques, matplotlib optimization strategies, and comprehensive approaches to creating effective data visualizations.
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. ...
TIL 2020-09-02 Effectively Using Matplotlib - Comprehensive guide to creating better visualizations with Python’s matplotlib library.