Books
A curated list of beginner-friendly Python programming books, ranging from interactive tutorials to comprehensive guides.
A curated list of beginner-friendly Python programming books, ranging from interactive tutorials to comprehensive guides.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
An introduction to single-layer neural networks, covering the Perceptron and Adaline models, with Python implementations and gradient descent.
A monthly review sharing useful Python articles, news about Google Code shutting down, a book recommendation, and a handy shell tip.
Explains how to connect Python objects to Blinker signals using inner functions as closures to bridge the gap.
A tutorial on using Python and OpenCV to detect and count books in an image, filtering out other objects.
A step-by-step guide to implementing internationalization (i18n) in Python applications using the gettext module.
A developer shares their experience building a machine learning model to classify song moods (happy/sad) based on lyrics using Python and NLP.
A Python tutorial showing how to download your Twitter timeline and visualize it as a word cloud using data science libraries.
A blogger shares their personal recommendations for the best Python IDEs, including Sublime Text and PyCharm, based on their experience.
A beginner's guide to the Python deque module from collections, explaining its double-ended queue functionality and basic operations.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A Python tutorial covering essential tools and techniques for machine learning, including data visualization, PCA, LDA, and classification.
Learn how to use Python's multiprocessing module for parallel programming to overcome the GIL and utilize multiple CPU cores effectively.
A guide explaining the key differences between Python 2.7.x and Python 3.x, covering syntax changes, features, and common pitfalls.
Handroll 1.1, a static website generator, is released with new features like code highlighting, plugins, and better documentation.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.