Packaging your python scripts.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Explains how to use Python's dictionary get() method to avoid KeyError exceptions by providing default values.
Explains the difference between the 'return' and 'global' keywords in Python functions, with code examples.
A tutorial on generating random strings in Python using the random and string modules, useful for creating passwords.
Explains the purpose and function of the __init__.py file in Python packages for organizing and importing modules.
Explains the Python 'with' statement for safe file handling, preventing corruption by automatically closing files even during exceptions.
A guide to debugging and fixing the common OpenSSL::SSL::SSLError in Ruby, explaining SSL/TLS basics and certificate verification.
A guide on using Python's built-in SimpleHTTPServer module to quickly share files over a local network.
A programming tutorial explaining a simple, one-line method for swapping the values of two variables in Python.
A programmer from Pakistan introduces his new personal blog focused on providing Python tips for beginners and intermediate learners.
A guide to configuring Sublime Text 2 & 3 with key settings, package control installation, and essential plugins for developers.
A guide on how to programmatically check for app updates within a Windows Phone application by querying the Microsoft Store API.
An overview of Windows Azure Traffic Manager, explaining its DNS-based traffic distribution methods for cloud services and VMs.
A developer's journal detailing the 7-day creation of a web-based RTS game using a custom JavaScript engine, covering progress, challenges, and open-source code.
Troubleshooting port conflicts between TimesTen and OBIEE on Oracle Exalytics, focusing on dynamic port allocation.
A technical guide on integrating Couchbase with Elasticsearch and Kibana to perform real-time visitor analysis and overcome search limitations.
Explains the difference between the 'params' and 'data' arguments in the Python Requests library for HTTP queries and request bodies.
A guide to extending Google Guava caches to overflow to disk, enabling persistence and specific value invalidation not easily achieved with Ehcache.
A tutorial on animating SVG path transitions using SMIL, comparing it to JavaScript libraries like RaphaëlJS for a Batman emblem project.