Laziness is motivating
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A Python tutorial covering essential tools and techniques for machine learning, including data visualization, PCA, LDA, and classification.
Learn how to use Python's multiprocessing module for parallel programming to overcome the GIL and utilize multiple CPU cores effectively.
A technical guide to the Parzen-Rosenblatt window method for non-parametric kernel density estimation, including implementation and applications.
A cheat sheet comparing matrix operations across MATLAB/Octave, Python (NumPy), R, and Julia for scientific computing and data analysis.
Explores design patterns in AngularJS services, focusing on the Singleton pattern and dependency injection implementation.
A guide explaining the key differences between Python 2.7.x and Python 3.x, covering syntax changes, features, and common pitfalls.
Handroll 1.1, a static website generator, is released with new features like code highlighting, plugins, and better documentation.
A developer explains their switch from WordPress to GitHub Pages with Jekyll for a faster, more reliable static blog.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
How to use Grunt.js's built-in file copy utility to rename files by changing their extensions, avoiding the need for a dedicated rename plugin.
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.
Explains how Unix shell commands use Lisp-like syntax with program-name-first structure and expression composition.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.
A theoretical overview of AngularJS, exploring how Object-Oriented Design Patterns apply to its core components like controllers and partials.
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.
An in-depth exploration of Python's advanced features, quirks, and common pitfalls for experienced developers.
A blogger clarifies that Skype's unencrypted local database is not a security vulnerability, as it's protected by system-level access controls.