The best way to Create a Speech-to-Text-to-Speech ProgramIt’s been exactly a decade since I began attending GeekCon (yes, a geeks’ conference 🙂) — a weekend-long hackathon-makeathon by which all projects have to be useless...
Perform lightning-fast, memory efficient membership checks in Python with this need-to-know data structureA Bloom filter is a super-fast, memory-efficient data structure with many use-cases. The Bloom filter answers an easy query: does a set...
Naver Connect Foundation (Chairman Cho Kyu-chan) announced on the sixth that it is going to be recruiting participants for ‘Python Education for High School Students’ until February eighth.
This program, which goals to expand digital...
Tips on how to use the complete capabilities of Matplotlib to inform a more compelling storyTelling a compelling story with data gets way easier when the charts supporting this very story are clear, self-explanatory...
Three tricks to stop your data project from memory overflowA couple of years ago, I wrote a blog post on tips on how to write memory-efficient loops in Python which became quite popular. The...
PYTHON PROGRAMMINGTuples are a strong Python type — but named tuples much more so!The three hottest Python data types are the list, the dictionary, and the tuple. Lists and dictionaries are mutable, meaning that...
Turn a government PDF right into a financial planning toolTreemaps allow you to capture each the value of individual categories and the structure of the hierarchy. They’re useful for:Displaying hierarchical data when the variety...
Here we won’t start from scratch. As stated earlier, we already developed the code that builds a Pyomo model of the TSP and solves it in sprint 3. And trust me, that was the...