<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.israel">
    <title>gmane.comp.python.israel</title>
    <link>http://blog.gmane.org/gmane.comp.python.israel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1830"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1828"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1819"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1813"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1812"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1809"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1803"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1781"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1780"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1777"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1776"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1765"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1761"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1753"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1750"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1743"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.israel/1739"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1831">
    <title>new group - scientific/numeric computing</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1831</link>
    <description>&lt;pre&gt;חג שמח לכולם,

ברצוני לבשר על הקמת קבוצה חדשה, שתנהל מפגשים פעם בחודש, בנושאים הקשורים
לחישוב נומרי בעזרת כלים חופשיים.
קהל היעד הוא כל מי שמשתמש או רוצה להשתמש בכלים הללו - פתוח לכל, עד כדי
מגבלת מקום.

עושה רושם שיהיה ייצוג מכובד לכלים מבוססי פייתון, אבל בפירוש אין כוונה
להגביל את הנושאים.
בכל זאת - אם אין לאף אחד התנגדות - אני רוצה לנצל את הרשימה הזאת לדיון
בנושא, עד שתוקצה לעניין רשימת דיוור נפרדת.
 בינתיים יש אתר שמכיל פרטים, וגם אפשרות להרשם:
http://www.numberjacks.org/israel
כדי שזה יתרומם, צריך לראות הענות - אז מי שמעוניין להרצות, לארח פגישה, לבקש
הרצאות בנושא מסוים, או סתם להשאר מעודכן, מוזמן למלא כתובת מייל באתר, להשיב
בקבוצה זאת, או לפנות אלי.

  אושר וחרות,
      עא
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Amit Aronovitch</dc:creator>
    <dc:date>2012-04-08T23:35:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1830">
    <title>Pythonect</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1830</link>
    <description>&lt;pre&gt;Hey guys,

Check out a cool project made by our fellow countryman Itzik Kotler:

http://www.pythonect.org/

Pythonect is a new, experimental, general-purpose dataflow programming
language based on Python.

It aims to combine the intuitive feel of shell scripting (and all of its
perks like implicit parallelism) with the flexibility and agility of
Python.

Pythonect interpreter (and reference implementation) is written in Python,
and is available under the BSD license.

Here's a quick tour of Pythonect:

The canonical "Hello, world" example program in Pythonect:

&amp;lt;MainProcess:Thread-1&amp;gt; : Hello World
Hello World

'-&amp;gt;' and '|' are both Pythonect operators.

The pipe operator (i.e. '|') passes one item at a item, while the other
operator passes all items at once.


Python statements and other None-returning function are acting as a
pass-through:

&amp;lt;MainProcess:Thread-2&amp;gt; : Hello World
&amp;lt;MainProcess:Thread-2&amp;gt; : Hello World
Hello World

0.0


Parallelization in Pythonect:

&amp;lt;MainProcess:Thread-4&amp;gt; : Hello World
&amp;lt;MainProcess:Thread-5&amp;gt; : Hello World
['Hello World', 'Hello World']

[0.0, 1.0, 1.4142135623730951]

In the future, I am planning on adding support for multi-processing, and
even distributed computing.


I don't know whether Itzik is a member of this group. If you are, congrats
Itzik, very cool project!


Ram.
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Ram Rachum</dc:creator>
    <dc:date>2012-04-01T20:23:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1829">
    <title>משרה מעניינת</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1829</link>
    <description>&lt;pre&gt;חברת RSIP  רון סופרמן עיבוד תמונה וראיה ממוחשבת מחפשת מפתח פייתון. 

הנושא כתיבת סקריפטים ופיתוח תוכנה בלמידה ממוחשבת וסיווג ווידאו,

תפקיד פיתוח כחלק מצוות אלגוריתמים.  לא חובה תואר בתחום, או נסיון בלמידה
ממוחשבת

דרישות:

דרוש ניסיון בכתיבת סקריפטים ב Python, הכרות עם סביבת Linux/Unix

המשרה היא משרה מלאה, או קרובה למלאה, ומתאימה לאנשים מוכשרים עם נסיון
בפייתון.

מיקום החברה: תל-אביב

 

 

*********************************

Ron Soferman, CEO,

Ron Soferman Ltd.

E-Mail ron&amp;lt; at &amp;gt;rsip.co.il

Cell +972-52-2645 049

Tel. +972-3-5290920

Fax. +972-3-5290737

*********************************

 

_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Ron Soferman</dc:creator>
    <dc:date>2012-03-05T10:37:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1828">
    <title>cv yonatan braude</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1828</link>
    <description>&lt;pre&gt;הי, אני יונתן. אני מחפש עבודה. הייתי מאוד רוצה להתצטרף לצוות שמפתח
בפייטון/ג'נגו או משהו מגניב אחר.
מצורפים קורות החיים שלי:
http://dl.dropbox.com/u/27123213/jobhount/cv_yonatan_braude.pdf
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>yonatan braude</dc:creator>
    <dc:date>2012-02-29T12:28:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1819">
    <title>מחפש מומחה לפייתון</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1819</link>
    <description>&lt;pre&gt;שלום רב,

אני מחפש מומחה פייתון למשרה של שלושה ימים בשבוע.
האם ניתן לפרסם הודעה באמצעותכם?

בברכה,
יריב ענבר

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/code_yariv.jpg]



Yariv Inbar
CEO
Mobile: 050-6498979
Phone: 074-7-600-706
yariv&amp;lt; at &amp;gt;mediatech.co.il &amp;lt;mailto:yariv&amp;lt; at &amp;gt;mediatech.co.il&amp;gt;
www.MediaTech.co.il&amp;lt;http://www.mediatech.co.il/&amp;gt;

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/logo_f.jpg]&amp;lt;http://www.facebook.com/mediatech.hitech&amp;gt;

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/logo_in.jpg]&amp;lt;http://www.linkedin.com/profile/view?id=28670300&amp;amp;authType=name&amp;amp;authToken=Q9Qq&amp;gt;

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/logo_t.jpg]&amp;lt;http://twitter.com/mdht&amp;gt;

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/logo_yt.jpg]&amp;lt;http://www.youtube.com/user/MediatechHitech?feature=mhsn&amp;gt;

[Description: Description: http://www.mediatech.co.il/Ads/sign/_img/logo_eng.jpg]&amp;lt;http://www.mediatech.co.il/&amp;gt;

















[http://www.mediatech.co.il/ads/admail/admail_it.jpg]&amp;lt;http://www.mediatech.co.il/Ads/campaign/IT112/default.html&amp;gt;
powered by admail&amp;lt;http://www.admail.us&amp;gt;
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Yariv Inbar</dc:creator>
    <dc:date>2012-02-13T17:30:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1813">
    <title>hosting the wiki</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1813</link>
    <description>&lt;pre&gt;Hi,

Following a two week downtime period in December, I had moved the python-il
wiki &amp;lt;http://wiki.python.org.il/Main_Page&amp;gt; from its previous hosting on
hexten.net to a private server (small node in Amazon's eu-west), where it
is still hosted. (Note that we also have a static site on Hamakor, which we
can edit, but we are not free to install any software we wish there).

Due to the spam attack that preceded this downtime, I had also disabled
self-service-account-creation for a while.
After some cleanup, I have re-enabled auto account creation, but it now
requires a CAPTCHA / voice challenge (I do not like it, and I know there
are ways to bypass it, but it seems like the minimal-effort working
solution to the current problem).

Seems like the Amazon hosting costs about 70$/month, which is not cheap.
 Since I do not currently use this server for any other purpose: any idea
for alternative/free/cheaper option?

    AA
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Amit Aronovitch</dc:creator>
    <dc:date>2012-01-30T16:10:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1812">
    <title>Are there any Israeli Pythonistats coming to PyCon 2012?</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1812</link>
    <description>&lt;pre&gt;Are there any Israeli Pythonistats coming to PyCon 2012? 

I only saw  that Idan Gazit is lecturing (so he obviously going to be there).

Do you know others who are not on this list who are coming?

Eran 

_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Eran Sandler</dc:creator>
    <dc:date>2012-01-26T15:41:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1809">
    <title>האם Python מתאימה לקריאת אלפי קבצי CSV שנמצאים ב DIRECTORY בודד -ואז על כל קובץ להריץ עיבוד זהה?</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1809</link>
    <description>&lt;pre&gt;שלום 
האם Python מתאימה לקריאת אלפי קבצי CSV שנמצאים ב DIRECTORY בודד -ואז על כל קובץ להריץ עיבוד זהה?
יש לכם ספר בעברית  שיכיל פקודות לזה כולל SSCANF כמו ב C וגם פקודות קבצים WINDOWS ?
אמנון _______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>KALACI</dc:creator>
    <dc:date>2012-01-09T15:01:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1803">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1803</link>
    <description>&lt;pre&gt;LinkedIn
------------




    Refael Ackermann requested to add you as a connection on LinkedIn:
  

------------------------------------------

Michael,

I'd like to add you to my professional network on LinkedIn.

- Refael

Accept invitation from Refael Ackermann
http://www.linkedin.com/e/ey61uu-gws4t9yy-49/XHBB5ImUxMIw8ZAue2B9ILOW5MvdLkpXpZO7it/blk/I3303669669_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPASdzASdzcMcPd9bQBisPlic5t6bPcNe3gScPcRcPkLrCBxbOYWrSlI/EML_comm_afe/?hs=false&amp;amp;tok=1Oxg2UrTgd0R41

View invitation from Refael Ackermann
http://www.linkedin.com/e/ey61uu-gws4t9yy-49/XHBB5ImUxMIw8ZAue2B9ILOW5MvdLkpXpZO7it/blk/I3303669669_2/39vejoSejoScP0PcQALqnpPbOYWrSlI/svi/?hs=false&amp;amp;tok=3jp4iftG0d0R41 
------------------------------------------

DID YOU KNOW you can conduct a more credible and powerful reference check using LinkedIn? Enter the company name and years of employment or the prospective employee to find their colleagues that are also in your network. This provides you with a more balanced set of feedback to evaluate that new hire.
http://www.linkedin.com/e/ey61uu-gws4t9yy-49/rsr/inv-27/?hs=false&amp;amp;tok=1_XTTV4yod0R41
 
&lt;/pre&gt;</description>
    <dc:creator>Refael Ackermann via LinkedIn</dc:creator>
    <dc:date>2011-12-29T18:53:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1781">
    <title>Silly Python riddle</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1781</link>
    <description>&lt;pre&gt;Here's a silly Python riddle for you.

Today I opened up a Python 2.7 shell, and ran two commands in it.



(Note that these are the only commands that I ran. You're not allowed to
run any other commands before them.)

The riddle: What's the shortest thing you can put instead of *???* so my
second command would not raise an exception?


Ram.
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Ram Rachum</dc:creator>
    <dc:date>2011-12-17T12:14:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1780">
    <title>Give a few Python lessons in Yokneam</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1780</link>
    <description>&lt;pre&gt;Looking for someone to give a few Python lessons to a small hi-tech
team in a company in Yokneam for pay.
Contact me for details.
  Jonathan
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Livni</dc:creator>
    <dc:date>2011-12-01T12:35:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1777">
    <title>Hiring Python programmers</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1777</link>
    <description>&lt;pre&gt;Hi all,

We are looking to hire a Python programmer to join our small and dynamic
start up.

If interested please forward your CV.

Kind regards,

Avi

&lt;/pre&gt;</description>
    <dc:creator>Avi Elias</dc:creator>
    <dc:date>2011-11-30T10:43:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1776">
    <title>Job offer</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1776</link>
    <description>&lt;pre&gt;הצעת עבודה שקיבלתי, אתם מוזמנים לפנות ולהתעניין:


דרוש מומחה
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Ram Rachum</dc:creator>
    <dc:date>2011-11-28T16:08:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1765">
    <title>Self containment</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1765</link>
    <description>&lt;pre&gt;Dear Abby,

Any idea why sorted and list.sort behave differently in the following
example?
(specifically, why x is not sorted in the end?)

Thanks,
R.

------------8&amp;lt;--------------------8&amp;lt;--------
['one', 'two', ['one', 'two', 'three', [...]], 'three']
[[...], 'one', 'two', 'three']
------------8&amp;lt;--------------------8&amp;lt;--------
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Rani Hod</dc:creator>
    <dc:date>2011-11-14T00:01:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1761">
    <title>Idea</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1761</link>
    <description>&lt;pre&gt;Hey guys,


Just a little idea I wanted to share.

A few days ago I was looking at this GitHub repo:
https://github.com/braintree/braintree_python

And noticed that in their readme, they use the `print` keyword without
parentheses, like this:

    print "Error processing transaction:"
    print "  code: " + result.transaction.processor_response_code
    print "  text: " + result.transaction.processor_response_text

As you know, it's always better to have parentheses around the quotes since
that works on both Python 2 and 3. Not using the parentheses just serves to
further delay the process of getting all Python programmers to adapt to
Python 3, and therefore delays the adoption of Python 3.

So I thought, I could clone the repo, fix the parentheses, and send them a
pull request. And then comes my idea: We can write a script that goes over
all public GitHub repos, and does this process automatically, and sends a
pull request. We can possibly do this for a few more best practices except
the print function.

We could let a human quickly review each case to avoid bugs that would
needlessly annoy people on GitHub.

I think this has the potential of making a big contribution to Python 3
adoption.

Myself, I don't have time to work on a project like that now, but I wanted
to share the idea. If someone would work on that, that would be awesome.


Ram.
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Ram Rachum</dc:creator>
    <dc:date>2011-11-02T14:51:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1753">
    <title>Bitorama: programmers and buttons</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1753</link>
    <description>&lt;pre&gt;Hi all,

If you have a blog or a website that could be of interest to Israeli
developers (whether in Hebrew or in English), I invite you to add to it one
of the 'submit to Bitorama' buttons - https://bitorama.com/buttons . That
would make it easier for people to add stuff from your website to Bitorama.

If you're not familiar with Bitorama (https://bitorama.com), it's a
not-for-profit website whose purpose is for us Israeli technical people to
share useful and relevant stuff with each other.
It's done the same way Digg, Reddit and Hacker News do it: Anyone could
share a link with the rest, who can then vote it up if they find it
interesting. That way, the most interesting stuff ends up at the top of the
page.

By putting a button on your website, you would also help spread the word
about Bitorama, and so grow the community and the knowledge shared - which
I'd very like to see happening.

I'd be glad to answer any questions you may have. Also, there's more info
here: https://bitorama.com/faq .

Thank you,

  Alon Keren

PS: please CC me if you reply
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>Alon Keren</dc:creator>
    <dc:date>2011-09-07T18:06:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1750">
    <title>Thanks everybody!</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1750</link>
    <description>&lt;pre&gt;Thanks everybody!
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>ynevo</dc:creator>
    <dc:date>2011-09-02T01:07:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1743">
    <title>learning Python</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1743</link>
    <description>&lt;pre&gt;Hi
I need Python for my new work. Where can I study it?
(I program in VB).
Thanks
Yohai Nevo
_______________________________________________
Python-il mailing list
Python-il&amp;lt; at &amp;gt;hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
&lt;/pre&gt;</description>
    <dc:creator>ynevo</dc:creator>
    <dc:date>2011-09-01T09:06:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1740">
    <title>Invitation to connect on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1740</link>
    <description>&lt;pre&gt;LinkedIn
------------



   
I'd like to add you to my professional network on LinkedIn.

- Chen

Chen Mark
R&amp;amp;D Team Leader at Infogin 
Israel

Confirm that you know Chen Mark
https://www.linkedin.com/e/ey61uu-gqw2h4ux-5i/isd/3742258954/U5CWbkF9/


 
&lt;/pre&gt;</description>
    <dc:creator>Chen Mark</dc:creator>
    <dc:date>2011-08-03T09:00:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1739">
    <title>Fw: [Israel.pm] Book Recommendation: Test Driven Development: By Example (by Kent Beck)</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1739</link>
    <description>&lt;pre&gt;

Begin forwarded message:

Date: Fri, 22 Jul 2011 16:06:15 +0300
From: Shlomi Fish &amp;lt;shlomif&amp;lt; at &amp;gt;shlomifish.org&amp;gt;
To: Perl in Israel &amp;lt;perl&amp;lt; at &amp;gt;perl.org.il&amp;gt;
Subject: [Israel.pm] Book Recommendation: Test Driven Development: By Example
(by Kent Beck)


This is a book review of the book “Test Driven Development: By Example” by Kent
Beck. First of all the rudimentary links about the book:

* http://en.wikipedia.org/wiki/Test-Driven_Development_by_Example

* http://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530

-------------

I was disappointed after I started reading an earlier book about "Test Driven
Development" (TDD) that I have bought (here's my earlier review and
recommendation against:
http://mail.perl.org.il/pipermail/perl/2010-April/010909.html ) but I decided
to give the TDD sub-series of the Extreme Programming books another chance with
the more elementary book in question. This time, the book met my expectations
and I can recommend it.

First of all, Beck's book is relatively short and small, as opposed to the
"xUnit Test Patterns" book. It is also interesting, entertaining and full of
insights. It is divided into three sections:

1. In the first: a sample financial TDD project is developed in Java, with
instructions on how to proceed every way. The standard “add-failing-test; get
it to pass; refactor;” cycle is described there with a TODO list as a tool.
This was the best section, IMO.

2. In the second section, Beck bootstraps an xUnit framework in Python
starting from nothing (and compares it to doing brain surgery on yourself.).

3. In the third section, he briefly discusses various TDD patterns. I admit I
did not pay enough attention there because I read the book before going to
sleep when I was tired, and want to go over it again.

So I can recommend this book for all people who want to learn how to do TDD
better. Mr. Beck kinda aims for the high ideal of TDD and I often deviates from
it, which I think is OK.

Regards,

Shlomi Fish

&lt;/pre&gt;</description>
    <dc:creator>Shlomi Fish</dc:creator>
    <dc:date>2011-07-22T13:50:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.israel/1737">
    <title>The Python Moratorium</title>
    <link>http://comments.gmane.org/gmane.comp.python.israel/1737</link>
    <description>&lt;pre&gt;As you probably know, one and half years ago, a moratorium on new
language features in Python has been declared
(http://www.python.org/dev/peps/pep-3003/).
The moratorium was due to last for at least two years from the release
of Python 3.1.

The first version of Python 3.1 was released at June 26, 2009
(http://docs.python.org/release/3.1/whatsnew/3.1.html).

So the moratorium should be over now.

I looked in Google for announcements to this effect, but found none.

Does anyone know what is happening about this?
Any cool new language features being discussed now for Python?

--- Omer


&lt;/pre&gt;</description>
    <dc:creator>Omer Zak</dc:creator>
    <dc:date>2011-06-27T20:31:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.israel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.israel</link>
  </textinput>
</rdf:RDF>

