Skip to content

Commit c240895

Browse files
author
Philippe BARBOSA
committed
Merge branch 'master' of github.com:revolunet/PythonBooks
2 parents c2c6d11 + b3acdc3 commit c240895

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

img/cover_highperf.png

23.3 KB
Loading

img/pym.png

30 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>The best free Python resources</h1>
3030
<a href="http://www.revolunet.com" target="_blank" title="revolunet" id="headerlink">by revolunet - rich web apps for desktop and mobile</a>
3131
<ul>
3232
<li>
33-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Here are the best Python ressources to learn #python for free ! #webdevelopment #javascript" data-via="revolunet"></a>
33+
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Here are the best Python ressources to learn #python for free ! #webdevelopment #python" data-via="revolunet"></a>
3434
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
3535
</li>
3636
<li><a href="http://JSbooks.revolunet.com">JS Version</a></li>

issues.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@
9898
"url": "http://inventwithpython.com/pygame/chapters/",
9999
"cover": "img/cover_makinggame.png"
100100
},
101+
{
102+
"title": "High Performance Python tutorial",
103+
"author": "Ian Ozsvald",
104+
"authorUrl": "http://ianozsvald.com/2011/07/25/high-performance-python-tutorial-v0-2-from-europython-2011",
105+
"level": "Advanced",
106+
"info": "In this 55 pages tutorial, Ian Ozsvald shows you a number of techniques to get a 10-500 performance increase in your Python apps, from profiling, to PyPy, numPy, Multiprocessing...",
107+
"url": "http://ianozsvald.com/HighPerformancePythonfromTrainingatEuroPython2011_v0.2.pdf",
108+
"cover": "img/cover_highperf.png"
109+
},
101110
{
102111
"title": "A byte of Python",
103112
"author": "Swaroop C H",
@@ -241,5 +250,14 @@
241250
"info": "[FRENCH] Apprenez à programmer avec Python 3. Mise à jour du précédent ouvrage avec les spécificité de Python 3.",
242251
"url": "http://inforef.be/swi/download/apprendre_python3_5.pdf",
243252
"cover": "img/cover_apprendrepython3.jpg"
253+
},
254+
{
255+
"title": "Python for you and me",
256+
"author": "Kushal Das",
257+
"authorUrl": "http://kushaldas.in",
258+
"level": "Beginner",
259+
"info": "A book for the total new comers into Python world. Was started as book for students before they read Python tutorial.",
260+
"url": "http://kushal.fedorapeople.org/book/",
261+
"cover": "img/pym.png"
244262
}
245263
]}

0 commit comments

Comments
 (0)