Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
Frank Willison Memorial Award Contributions can encompass so much more than code. A successful software community requires time, dedication, communication, and education as well as elegant code. With the Frank Willison Memorial Award, we hoped to acknowledge all of those things. —Tim O'Reilly The Frank Willison Memorial Award for Contributions to the Python Community is given annually to a person judged to have made an outstanding contribution to the Python community. The award was ...
...3. Challenges Some questions arise immediately. What would the programming language taught in schools look like? Would it bear any resemblance to any of the programming languages we know today? Would it even be called a programming language? How would we teach it? Would there be only one language? What other tools are essential to the teaching and use of this language? Just as interesting are questions like these: How and for what would people use their programming skills? How...
...3.scale.linear() .domain([chartOptions.xAxisMin, chartOptions.xAxisMax]) .range([0, xAxisLength]); var scaleY = d3.scale.linear() .domain([chartOptions.yAxisMax, chartOptions.yAxisMin]) .range([0, yAxisLength]); var xAxis = d3.svg.axis() .scale(scaleX) .orient("bottom") .ticks(chartOptions.xAxisStep) var yAxis = d3.svg.axis() .scale(scaleY) .orient("left") .ticks(chartOptions.yAxisStep) svg.append("g") .attr("class", ...
If you didn't find what you need, try your search in the Python language documentation.