排序
Doing New Things Right
Doing New Things Right,I came up with a project about a week ago, and before I started, I decided that, regardless of who else sees it, I wanted to do things the right way. The mai...
Python for JavaScript Developers
Python for JavaScript Developers,So recently I began working at a little startup in New York City by the name of Underdog.io, where I discovered that they had a back-end written pr...
Formula Pi: Racing Software Engineers
Formula Pi: Racing Software Engineers,This feels a little shameless (and a complete divergence from my previous posts), but I'm super excited about this so please forgive me! Formu...
Crawling Simply with Scrapy
Crawling Simply with Scrapy,This post originally appeared on My blog I’ve been building a project lately, working with Python and networking tools. My homemade crawler ran into a ...
An Introduction to NumPy
An Introduction to NumPy, Numerical python or simply NumPy is one of the best modules to perform scientific computing in python. It is extensively used for data science as well as ...
Knight’s tour solved with Python
Knight's tour solved with Python , 原文链接:Knight's tour solved with Python
How I Lint My Python
How I Lint My Python,Originally published on my blog. This is a short post describing how I lint my Python code. You'll see it's a bit more than just installing some plug-ins in a ...
My @JuliaSetBot: A (python) bot that Tweets fractals. 🠖
My @JuliaSetBot: A (python) bot that Tweets fractals. 🠖,Python is a language that can be easily learnt and used for many things. A cool thing about Python is that man...
Hi, I’m Rod!
Hi, I'm Rod!,I'm a math student, and a science & technology enthusiast. I have served as a Google Student Ambassador on 2014-2015. Right now, I'm on charge of a science section...
Getting started as developer
Getting started as developer,Cover image from Flickr, taken by Michael Himbeault. Getting started as developer, never was easy. When I started to develop, about 8 years ago when I ...
Indexing – Teaching Things Better
Indexing - Teaching Things Better,I want to talk about indexing. More importantly, I want to talk about how we are explaining indexing to new programmers. But first, I need to lay ...
Introducing python-cli-ui
Introducing python-cli-ui,This post was originally posted on my blog For quite some time I've been adding a file called ui.py in some of the Python projects I was working on. Since...