Nifty Python tricks
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
Learn AngularJS core concepts by building a simplified, 200-line educational implementation. Understand directives, controllers, and services.
A blogger shares their personal recommendations for the best Python IDEs, including Sublime Text and PyCharm, based on their experience.
A CTO's perspective on Microsoft's vNEXT platform, analyzing its impact on development approaches and future .NET frameworks.
Analysis of .NET vNext's BYOT (Bring Your Own Tool) approach, enabling development on non-Windows platforms like Mac and Ubuntu.
A developer critiques Responsive Web Design (RWD), arguing for device detection as a complementary approach to improve performance and user experience.
Author celebrates Programmers' Day by sharing an old Haskell Z-machine emulator project and suggests sharing old code on GitHub.
Learn how to implement a Binary Search Tree iterator using ES6 generators in JavaScript, covering generator syntax and the iterator pattern.
A tutorial on building a peer-to-peer WebRTC chat application using React.js, covering the architecture and implementation.
Announcing the Kindle release of 'Microsoft .NET: Architecting Applications for the Enterprise' (NAA4E), covering DDD, CQRS, and enterprise architecture.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A blogger clarifies that Skype's unencrypted local database is not a security vulnerability, as it's protected by system-level access controls.
A security analysis revealing that Skype stores user data in an unencrypted, password-less local database, making it vulnerable to data extraction.
A guide on setting up an Express.js server to run over HTTPS using a self-signed certificate for local development.
A developer shares their journey learning Python, including recommended courses, books, and IDEs, and their decision to take a university course.
A tutorial explaining the Python yield keyword, generators, and iterables with code examples.
A blog post sharing a useful Python 2.7 Quick Reference guide for developers to look up functions and syntax.
An in-depth guide explaining the concept of metaclasses in Python, exploring how classes are objects and can be created dynamically.
A guide on using the grunt-connect-proxy tool to bypass CORS restrictions during local web development.
A tutorial on creating a Python bot that automatically posts hot Reddit submissions to a Twitter account, using PRAW and Tweepy.