Python

Why Sunshine and Bug Fixing Go Together

I was having lunch at the recent LinuxCon and Plumbers conference with a colleague, bragging as usual about how much I love my home near Portland, Oregon. He was having none of it - he feels like Boulder, Colorado where he lives is superior and he was frankly being belligerent about it. (Imagine that, and he even worked for me for a while!) I suppose there are some things to like about Boulder, but I trudged through hip-deep snow there just last winter. In Portland, people claims it rains all the time, but this summer keeps going on and on.

It's good weather to fix bugs in.

Parallel algorithm for Radix Sort (Benjamin Poulain)

The included source code implements a parallel Straight Radix Sort algorithm, as described in the included problem description text file. The code uses Pthreads to implement the parallelism. The submission includes Python scripts to check output sorting results and to generate random input test files. The code was intended for Linux OS.

Recommended Audience
Programmers experienced in C/C++ (Linux), and POSIX threads, especially those interested/studying sorting algorithms

SC10 - Parallel Programming Community Activities

Parallel Programming Community Manager Kathy Farrel and Master of the Parallel Universe Clay Breshears attended Supercomputing (SC) 10 in November, 2010. This page contains links to videos filmed there. These links appeared previously on the PP Community.
  • Python
  • Clay Breshears
  • Parallel Programming
  • James Reinders
  • Cilk
  • Kathy Farrel
  • Cilk Plus
  • Parallel Programming Talk
  • MBA Sciences
  • Minesh Amin
  • Noah Clemons
  • Sanjiv Shah
  • Computación en paralelo
  • 基于Visual C++ 2010 混合 Python 编程以及 Python 简介

    我们重点讲解如何在基于Visual C++2010 开发Python的调用,先介绍下Python,

    Python 具有脚本语言中最丰富和强大的类库,足以支持绝大多数日常应用。它的名字来源于一个喜剧,也许最初设计Python这种语言的人并没有想到今天Python会在工业和科研上获得如此广泛的使用。著名的自由软件作者Eric Raymond在他的文章《如何成为一名黑客》中,将Python列为黑客应当学习的四种编程语言之一,并建议人们从Python开始学习编程。

     下面是一个在标准输出设备上输出Hello World的简单程序,这种程序通常作为开始学习编程语言时的第一个程序:

      在python2.x版本中

      #!/usr/bin/env python

      print "Hello, world!"

      或者:

      import sys

      sys.stdout.write("Hello, world\n")

      ///////

      在python3.x中

      print是一个完完全全的函数,需要修改成:

    Кстати о SСons’ах

    На прошлой неделе Кирилл рассказал о своей героической эпопее по переносу Linux приложения на Windows. При этом много копий было сломано в борьбе с различиями в командных строках между компиляторами и линкерами на разных платформах.

    "Это ты здорово придумал, Чебурашка!"

    Давай я вещи понесу, а ты возьми меня
    Наверное, все в детстве смотрели замечательный мультфильм про Крокодила Гену и Чебурашку. Там есть отличный момент, когда герои отстают от поезда и пешком возвращаются домой с очень тяжелым багажом. У Чебурашки появляется гениальная идея - «Давай я вещи понесу, а ты возьми меня».

    Pretty Fly (For An Old Tool)

    Если посмотреть на тенденции развития нашей индустрии, то несложно заметить, что всё больше традиционных «настольных» приложений обзаводятся интернет аналогами. Причем on-line версии ничуть не уступают старшим coбратьям. Мне понравилось мнение автора LiveJournal'а по этому поводу, приведенное в книге Coders At Work. Не удержусь и процитирую:
    Seibel: Do you have any interest in writing better desktop software?

    Páginas

    Suscribirse a Python