PyCharm 3.0 Community Edition
Announcement of PyCharm 3.0 Community Edition, a free, open-source Python IDE with intelligent editing and debugging features.
Announcement of PyCharm 3.0 Community Edition, a free, open-source Python IDE with intelligent editing and debugging features.
A roundup of Python news from October 2013, covering NHS tech changes, Microsoft's IPython donation, PyCharm updates, and conference announcements.
An explanation of Python decorators, covering how functions are objects and can be passed as arguments or returned.
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.
Introduces Gunsub, a Python tool to manage GitHub notifications by automatically unsubscribing from passive threads after the first message.
A detailed breakdown of the major changes and breaking updates in the Requests library version 2.0, including header handling and proxy requirements.
An in-depth guide explaining the concept of metaclasses in Python, exploring how classes are objects and can be created dynamically.
An editorial advocating for the publication and recognition of open-source scientific software as a core part of modern research and the scientific method.
A recap and thank you message for the successful PyCon APAC 2013 conference held in Japan, highlighting sponsors, venue, and attendees.
A developer compares manual Python package release steps to OpenStack's automated process, advocating for better release automation.
Explains Python 3.4's single dispatch for generic functions, comparing it to Lisp's CLOS system with a drum kit example.
A tutorial on creating a Python bot that automatically posts hot Reddit submissions to a Twitter account, using PRAW and Tweepy.
The author announces a hiatus due to preparing a 'Web Scraping in Python' talk submitted for PyCon.
A tutorial on creating a Python Twitter bot that automatically favorites tweets based on a keyword to help grow followers organically.
Author announces a new book, 'The Hacker's Guide to Python,' sharing advanced Python knowledge and best practices learned from large-scale projects like OpenStack.
A benchmark comparison of Julia, Python, R, and pqR on a Project Euler problem, exploring performance gains from JIT compilation.
A comprehensive, curated list of Python programming resources for all skill levels, covering tutorials, libraries, frameworks, and best practices.
A comprehensive list of Python learning resources, tutorials, and tools for both beginners and experienced developers.
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.