Python decorators finally demystified
A beginner-friendly guide explaining Python decorators, covering nested functions and function objects.
A beginner-friendly guide explaining Python decorators, covering nested functions and function objects.
The author argues that CSS is a developer's tool, requiring programming skills and analytical thinking, not just design sensibilities.
AngularAOP v0.1.0 introduces a new declarative way to annotate services, eliminating coupling with the framework for better reusability.
A tutorial on using the BoxLayout for widget arrangement in the Kivy Python GUI framework, including code examples.
A tutorial on creating a clean, scalable CSS spinner using only 2 HTML elements and pseudoelements, focusing on maintainable code and performance.
A technical guide on using Python and tools like rtmpdump to reverse engineer and download songs from Myspace.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
An introduction to Python's unittest framework, covering basic setup, writing tests, and using assert methods.
A summary of recent blog posts and presentations by Guido van Rossum, the creator of Python, covering topics like 0-based indexing and Python 3.
A brief post highlighting two new Python programming books: one on Tkinter GUI development and another on Test-Driven Development for web apps.
A roundup of interesting Python projects, including Lans.py, CherryMusic, Python Wheels, Dataset, and Openpyxl.
Announcement of the PyDev 3.0 release, a Python IDE plugin for Eclipse, detailing its new features and capabilities.
A developer's personal recap of attending the Topconf Tallinn 2013 software conference, covering talks, panels, and networking.
A technical guide on recreating Google's animated loader using pure CSS, covering border animations and rotation techniques.
Explains why experienced teams are crucial for successful CPU design, contrasting it with the software startup world.
A review of the book 'Dreaming in Code', which chronicles the failures of the Chandler open-source software project as a cautionary tale.
A guide to using SQLite and Python's sqlite3 module to efficiently manage and query large datasets from text files.
MarkWiki 1.2, a Python-based wiki using Markdown, is released with user authentication and mobile-responsive design.
An article discussing how slow response times and ignored pull requests create a hostile environment for new open source contributors.
Overview of an Advanced JavaScript university course covering modern web technologies, ES5/6 features, HTML5 APIs, Node.js, and popular frameworks.