Bookmark
pyquery: a jquery-like library for python — pyquery v0.6.1 documentation
packages.python.org/pyquery/, posted 2010 by peter in development free html python scraping software xml
pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.
Bookmark
The Tao Of Programming
www.canonical.org/~kragen/tao-of-programming.html, posted 2010 by peter in development humor management people philosophy
A manager went to the master programmer and showed him the requirements document for a new application. The manager asked the master:
"How long will it take to design this system if I assign five programmers to it?"
"It will take one year," said the master promptly.
"But we need this system immediately or even sooner! How long will it take if I assign ten programmers to it?"
The master programmer frowned. "In that case, it will take two years."
"And what if I assign a hundred programmers to it?"
The master programmer shrugged. "Then the design will never be completed," he said.
Bookmark
What's wrong with OpenID? - Quora
www.quora.com/What-s-wrong-with-OpenID?srid=Ih, posted 2010 by peter in development opinion security usability
The short answer is that OpenID is the worst possible "solution" I have ever seen in my entire life to a problem that most people don't really have.
That's what's "wrong" with it.
...
OpenID is not flawed in some minor product way that requires just a few tweaks, it is so massively flawed (perhaps in its very conception) that anyone in their right mind would immediately know that it could never possibly be successful, the very notion that there's merely "something wrong" with it is a Joseph Goebbels -"Big Lie"-style question wherein the nerds who came up with it have somehow been brainwashed into thinking that it could somehow ever be a viable thing that real people would want to adopt.
Bookmark
Python IDE with Django support : JetBrains PyCharm
www.jetbrains.com/pycharm/, posted 2010 by peter in development python software
JetBrains PyCharm — Python IDE with complete set of tools for productive development with Python programming language.In addition, the IDE provides high-class capabilities for professional Web development with Django framework.
Bookmark
How Reddit ranking algorithms work - amix.dk
amix.dk/blog/post/19588?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+amixdk+%28amix.dk+blog%29&utm_content=Google+Reader, posted 2010 by peter in collaboration development howto python
This is a follow up post to How Hacker News ranking algorithm works. This time around I will examine how Reddit's default story and comment rankings work. Reddit's algorithms are fairly simple to understand and to implement and in this post I'll dig deeper into them.
The first part of this post will focus on story ranking, i.e. how are Reddit stories ranked? The second part of this post will focus on comment ranking, which does not use the same ranking as stories (unlike Hacker News), Reddit's comment ranking algorithm is quite interesting and the idea guy behind it is Randall Munroe (the author of xkcd).
Bookmark
Will the really real programmers please stand up? « Steven Benner's Blog
stevenbenner.com/2010/08/will-the-really-real-programmers-please-stand-up/, posted 2010 by peter in business development management opinion
Someone who knows how to search for code examples and how to learn from the work of others will be more or less self-sufficient. They can learn and grow their skills on their own without needing someone else to do it for them. The ability to learn and grow your knowledge is the single most important skill for any developer. Without the ability to grow you will find yourself quickly deprecated. I do expect people to know how to use the language and/or framework they were hired to work in, but I judge them primarily based on the work they submit. A guy who can figure out how to do things that he doesn’t know how to do, on his own, on the fly, is a real programmer.
Bookmark
I am so starving: Web app in python frameworks. - The Agiliq Blog
agiliq.com/blog/2010/11/i-am-so-starving-same-web-app-in-various-python-we/, posted 2010 by peter in development download howto python toread
This is a set of apps which creates the same application in various Python web micro-frameworks.
...
Microframeworks:
* appengine * flask * web.py * juno * bottle * itty * tornado * pyroutes
Full stack frameworks:
* django * web2py * pyramid
Bookmark
Evidence Based Scheduling - Joel on Software
www.joelonsoftware.com/items/2007/10/26.html, posted 2010 by peter in business design development management planning software
Using Evidence-Based Scheduling is pretty easy: it will take you a day or two at the beginning of every iteration to produce detailed estimates, and it’ll take a few seconds every day to record when you start working on a new task on a timesheet. The benefits, though, are huge: realistic schedules.
Realistic schedules are the key to creating good software. It forces you to do the best features first and allows you to make the right decisions about what to build. Which makes your product better, your boss happier, delights your customers, and—best of all—lets you go home at five o’clock.
Bookmark
mod_pagespeed Overview
code.google.com/speed/page-speed/docs/module.html, posted 2010 by peter in apache development download free google software webdesign
mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server.
mod_pagespeed includes several filter that optimize JavaScript, HTML and CSS stylesheets. It also includes filters for optimizing JPEG and PNG images. The filters are based on a set of best practices known to enhance web page performance. Webmasters who set up mod_pagespeed in addition to configuring proper caching and compression on their Apache distribution should expect to see an improvement in the loading time of the pages on their websites.
Bookmark
Wealthfront Engineering: jQuery the Right Way
eng.wealthfront.com/2010/10/jquery-right-way.html, posted 2010 by peter in development howto javascript toread
jQuery has changed the way we write Javascript by abstracting out much of the painful cross-browser implementation details that used to plague developers, but to use it correctly still requires a little knowledge about what’s going on under the hood. In this post we’ll take a good look at jQuery’s selectors and how to use them efficiently. I’ll also talk briefly about DOM manipulation and event handlers.
|< First < Previous 269–278 (528) Next > Last >|