Debug iOS App from Visual Studio with Xamarin extension using the iPhone Simulator.
Quick tip for debugging iOS apps in Visual Studio using Xamarin and the iPhone Simulator by setting the correct platform.
Quick tip for debugging iOS apps in Visual Studio using Xamarin and the iPhone Simulator by setting the correct platform.
Guide on adding a Site-to-Site VPN connection to an existing Azure Virtual Network using PowerShell and configuration files.
A guide explaining the differences and correct usage of static, class, and abstract methods in Python, with examples.
A tutorial on using Python's sqlite3 library to create, connect to, and manage SQLite databases, including tables and data.
A blogger asks for feedback on two potential ebook topics about Python programming: a beginner's guide or a project-based tutorial.
A technical guide on using Python, mrjob, and Amazon EMR for Hadoop Streaming to perform large-scale, parallel URL classification.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.
A critique of modern web development practices that undermine the web's core strength of universal accessibility across devices and networks.
A developer rediscovers his passion for PHP after discovering the Laravel framework, which overcomes the language's traditional shortcomings.
A list of 20 essential Python libraries for developers, covering web, data science, GUI, and game development.
Explains how to use NSProxy for efficient, boilerplate-free optional delegate method calls in Objective-C/iOS development.
A guide on making Python code compatible with both Python 2 and 3 using try-except blocks for imports.
An introduction to virtualenv, a tool for creating isolated Python environments to manage library dependencies for different projects.
A feature request to generate PowerShell scripts from actions taken in the Azure Management Portal for automation and reusability.
A developer's session on using C#, Xamarin, and Azure Mobile Services for cross-platform push notifications at TechEd Australia 2013.
A tutorial explaining how to handle exceptions in Python using try, except, and finally clauses with practical examples.
Explains how to use PostgreSQL's COMMENT feature to document tables, columns, and SQL for better data understanding and maintenance.
A guide showing how to check the installation path and version of Python on both Linux and Windows operating systems.
A guide to Python coding styles, linking to official documentation, PEP-8, Google's guide, and Khan Academy's style guide.
A step-by-step guide for installing Python 2.xx on Windows 7, including setting the PATH environment variable.