Yesterday I wrote about Householder’s higher-order generalizations of Newton’s root finding method. For n at least 2, define and iterate…
Continue Readingcode
Hacking pass codes with De Bruijn sequences
Here’s the detail we left out: In order to contain every possible subsequence, you have to consider the De Bruijn…
Continue ReadingBuild an Image Classification Model using Convolutional Neural Networks in PyTorch
Implementing CNNs using PyTorch We will use a very simple CNN architecture with just 2 convolutional layers to extract…
Continue ReadingControl characters
I didn’t realize until recently that there’s a connection between the control key on a computer keyboard and controlling a…
Continue ReadingNational Drug Code (NDC)
The US Food and Drug Administration tracks drugs using an identifer called the NDC or National Drug Code. It is…
Continue ReadingStep-by-Step Deep Learning Tutorial to Build your own Video Classification Model
Let’s read it as well: View the code on Gist. This is how the first five rows look like. We…
Continue ReadingPrefix code examples
In many offices, you can dial a three digit number to reach someone else in the office. In such offices,…
Continue ReadingThree-digit zip codes and data privacy
Birth date, sex, and five-digit zip code are enough information to uniquely identify a large majority of Americans. See more…
Continue Reading10 Powerful Python Tricks for Data Science you Need to Try Today
It is one of the most popular Python libraries around and is widely used for data manipulation and analysis. We…
Continue ReadingNeural Code Search: How Facebook Uses Neural Networks to Help Developers Search for Code Snippets
Google and StackOverflow are every developer’s best friend these days. When working on a specific project, developers constantly resort to…
Continue ReadingWeb Scraping news articles in Python
pip install requestsWe will use the requests module to get the HTML code from the page and then navigate through…
Continue ReadingNotes on Software Engineering from Code Complete
Notes on Software Engineering from Code CompleteLessons from “Code Complete: A Practical Handbook of Software Construction” with applications to data scienceWill KoehrsenBlockedUnblockFollowFollowingJul…
Continue ReadingHow a simple mix of object-oriented programming can sharpen your deep learning prototype
Let’s demonstrate using a simple case — a DL image classification problem with the fashion MNIST dataset. Case illustration with a DL…
Continue ReadingSpeed Up Your Python Code with Cython
Speed Up Your Python Code with CythonAnd spend less time waiting in front of your screenLukas FreiBlockedUnblockFollowFollowingJul 3Picture from UnsplashIntroductionIf you have ever…
Continue ReadingTips, Tricks, Hacks, and Magic: How to Effortlessly Optimize Your Jupyter Notebook
That’s incredibly easy and you can switch it up any time you want to. First, go to your terminal and…
Continue ReadingHow to Write Readable Code
How to Write Readable CodeEric DamtoftBlockedUnblockFollowFollowingJun 14Avoid Code That Looks Like This — Photo by Markus Spiske on UnsplashOne of the best classic pieces…
Continue ReadingProgrammer Protocol.
Programmer Protocol. Pran janBlockedUnblockFollowFollowingJun 18Software engineers spend a lot of time gaining skills for interviews by practicing leet code problems…
Continue ReadingHow SOLID cleans your code
How SOLID cleans your codeUsing some principles to fight entropy backMarcos Vinícius SilvaBlockedUnblockFollowFollowingJun 17Solid knowledge on the topic will help you to…
Continue ReadingHow to learn to code as a Stay at Home Mom
Learning to be a competent programmer is a complex concept and is not easily learned by the “banking model” of…
Continue ReadingThe Keys to GitHub’s Atom Editor
By clicking on specific files, Atom gives you the option to have certain panels open next to, or above, each…
Continue Reading7 Skills of Highly Effective Programmers
7 Skills of Highly Effective ProgrammersInspired by ex-Google TechLeadSeattleDataGuyBlockedUnblockFollowFollowingJun 16Software engineers spend a lot of time gaining skills for interviews…
Continue ReadingSetting up TypeScript, Phaser, Webpack, … Argh!
Here’s what the HTML for your game might look like:MinifyingOnce we’ve smooshed everything, we’ll want to minify bundle. js. That…
Continue ReadingReal-time IoT app with React + Firebase + esp8266
in the upper-right corner of the menu bar, or press Command + Space bar, type “Terminal” and hit enter. Or…
Continue ReadingHow to Get Your First Job As a Developer Without Any Prior Experience
The easiest way is to participate in conversations. Reddit, tech forums, Facebook groups, Stack Overflow, Medium, Qoura, your own blog—…
Continue ReadingData Science as Software: from Notebooks to Tools [Part 3]
[Part 3]Your daily work in the code: keeping standards [Part 3]Assume you’re done with the first iteration of your prototype:…
Continue Reading