forked from revolunet/PythonBooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (112 loc) · 6.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>PythonBooks - Learn Python the easy way !</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="PythonBooks showcase the bests free ebooks about the Python programming language. The easiest way to learn Python for free! ">
<meta name="author" content="Revolunet">
<link href="http://fonts.googleapis.com/css?family=Ubuntu&subset=latin" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./css/pythonbooks.css" media="all">
<!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<link rel="shortcut icon" href="./img/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<a href="https://github.com/revolunet/PythonBooks" class="github"><img src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a>
<div class="navbar navbar-fixed-top pbhead">
<img src="./img/logo_pythonbooks.png" alt="python tutorials">
<h1>The best free Python resources</h1>
<a href="http://www.revolunet.com" target="_blank" title="revolunet" id="headerlink" >by revolunet - rich web apps for desktop and mobile</a>
<a href="#" id="infos">About</a>
<div id="twittit">
<a href="https://twitter.com/revolunet" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @revolunet</a>
<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>
</div>
</div>
<div class="container" id="mod_infos">
<div class="row">
<div class="span6">
<h4> The easiest and cheapest way to learn Python !</h4>
<hr>
<p>
Python is a powerful programming language that lets you code efficiently and integrate various systems more effectively. Find here the best free publications to learn Python and muscle your brain !
</p>
<p>
Fork it on GitHub and add you issue !
</p>
<p>
PythonBooks will be updated with fresh and updated content out there. Drop your mail below to be notified on each update :
<form action="http://revolunet.us1.list-manage2.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="43cbcac99221b1ab80c14a121">
<input type="hidden" name="id" value="840b8b1591">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email adress" required>
<input type="submit" value="Subscribe">
</form>
</p>
</div>
<div class="span6">
<h4>About us :</h4>
<hr>
<p>
<a href="http://www.revolunet.com" target="_blank" title="revolunet">Revolunet</a> is a company specialized in web applications development. <br>
Feel free to contact us by mail for further information: <br>
<a href="mailto:contact@revolunet.com">contact@revolunet.com</a>
</p>
<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>
<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>
</div>
</div>
</div>
<div class="container">
<div class="row" id="issueswrap">
</div>
</div>
<div class="footer">
<hr>
<a href="http://www.revolunet.com" target="_blank"> <img src="./img/revologo.png" alt="" /> </a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="./js/mustache.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.getJSON('./issues.json?' + Math.random(), function(data) {
var template = $('#booktpl').html();
var html = Mustache.to_html(template, data);
$('#issueswrap').html(html);
});
$('#mod_infos').hide();
$('a.#infos').on('click', function(){
$('#mod_infos').slideToggle();
});
});
</script>
<script id="booktpl" type="text/template">
{{#books}}
<div class="span4 booksection">
<a target="_blank" href="{{url}}">
<div title="{{ title }}" id="cover" style="background:black url('{{cover}}') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;">
</div>
<h2 title="{{ title }}">{{title}}</h2>
</a>
<h3><a href="{{authorUrl}}" target="_blank">{{author}}</a></h3>
<p class="level">{{level}}</p>
<p class="description">{{info}}</p>
</div>
{{/books}}
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-294393-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>