forked from beeware/beeware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (233 loc) · 14.5 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>The IDEs of Python — BeeWare</title>
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="static/images/brutus-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="static/images/brutus-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="static/images/brutus-72.png">
<link rel="apple-touch-icon-precomposed" href="static/images/brutus-57.png">
<link rel="shortcut icon" href="static/images/brutus-32.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css">
<!--link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous"-->
<!-- Project CSS -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Cutive">
<link rel="stylesheet" type="text/css" href="/static/beeware.css">
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/1138bd8363.js"></script>
<!-- Google tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2943925-4', 'pybee.org');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-dark navbar-fixed-top bg-inverse">
<div class="container">
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#collapsingNavbar">
☰
</button>
<div class="collapse navbar-toggleable-sm" id="collapsingNavbar">
<a class="navbar-brand" href="/">BeeWare</a>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/project/">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/news/">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/community/">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contributing/">Contributing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact/">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content">
<div class="jumbotron">
<div class="container">
<div class="row-fluid">
<div class="hidden-md-down col-lg-3 col-xl-3">
<img class="img-fluid" src="./static/images/brutus-270.png?h=279716d8">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-md-9 col-lg-8 col-xl-8">
<h1 class="display-1">BeeWare</h1>
<h2 class="display-2">The IDEs of Python</h2>
<p>BeeWare is a collection of projects that can be used to help develop, debug and launch Python software. Each tool follows the Unix philosophy of doing one thing well. Each tool can be used in isolation, or they can be chained together to provide a rich set of programming tools.</p>
<p>
<a class="btn btn-primary btn-lg" href="/project/overview/" role="button">Tell me more</a>
<a class="btn btn-primary btn-lg" href="/contributing/" role="button">I want to contribute</a>
<a class="btn btn-primary btn-lg" href="/contributing/donations/" role="button">I want to donate</a>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid">
<div class="col-sm-12 col-md-8 project-description">
<h3>Python native tools...</h3>
<p><img src="/static/images/python.png" class="hidden-sm-down pull-sm-right"> Python has proven itself as a highly capable language - approachable for newcomers, but powerful in the hands of experts. Why shouldn't you be able to use Python everywhere that you need to tell a computer to do something? And shouldn't your tools exploit all the capabilities of Python as a language, not just the bits that map nicely to a C binding?</p>
<h3>...on mobile & desktop...</h3>
<p><img src="/static/images/cross-platform.png" class="hidden-sm-down pull-sm-left"> Modern computing doesn't happen in an 80x25 console window. It happens on phones, tablets, and desktop machines with rich user interfaces. Shouldn't you be able to use Python in all those locations, and exploit the unique capabilities of those platforms?</p>
<h3>...behaving natively.</h3>
<p><img src="/static/images/native.png" class="hidden-sm-down pull-sm-right"> End users shouldn't have to care what language their tools are written in. And that starts with looking and behaving like completely native tools. Native appearance, native behavior, delivered in the way a native app is delivered. Why shouldn't your Python tools fit in just as well as a native tool?</p>
<h2>This is BeeWare.</h2>
<p><img src="/static/images/brutus-97.png" class="hidden-sm-down pull-sm-left"> This is what BeeWare provides. Tools to help you write Python code with a rich, native user interface; and the libraries and support code necessary to get that code running on iOS, Android, macOS, Linux, Windows, tvOS, and more.</p>
<h3>Open source</h3>
<p><img src="/static/images/opensource.png" class="hidden-sm-down pull-sm-right"> The Open Source development process has proven itself to be the most reliable way to develop robust and reliable software. That's why the entire BeeWare suite of tools are BSD licensed, and available for all to use and modify.</p>
<h3>All contributions welcome</h3>
<p><img src="/static/images/labhr.png" class="hidden-sm-down pull-sm-left"> But it's not just about code. A successful software project requires documentation, design skills, feedback and bug reports. The BeeWare community acknowledges that <i>all</i> contributions are important - not just the ones that come as a pull request on GitHub.</p>
<h3>From diversity comes strength</h3>
<p><img src="/static/images/diversity.png" class="hidden-sm-down pull-sm-right"> A diverse community is a strong community. This means accepting people of all levels of experience, from all backgrounds, of all races, creeds, orientations and expressions. The BeeWare project is committed to developing and maintaining a diverse, welcoming community. We have an open offer to mentor anyone who wants to get involved as a contributor, backed up by a <a href="community/behavior/code-of-conduct/">Code of Conduct</a> that is rigourously enforced. </p>
<hr/>
<p>If all this sounds interesting, why not <a href="/project/projects">take a look at the BeeWare projects</a> and see how you can use them when developing Python applications?</p>
<p>Or, if you'd like to contribute, and you've never contributed to open source before, start with our <a href="/contributing/first-time/">guide for first time contributors</a>. If you feel ready to dive straight in, check out the <a href="/project/projects/">project pages</a> or our guide on <a href="/contributing/what/">what you can do to help</a>.
<hr/>
<h3>Stay in touch!</h3>
<p>Follow <a href="https://twitter.com/PyBeeWare/">@PyBeeWare</a> on Twitter, or <a href="/community/keep-informed/">join the BeeWare enthusiasts mailing list</a> for updates, hints, tips, and announcements related to the project.</p>
<hr/>
<h3>Members</h3>
<p>BeeWare is supported by users like you! Every little bit helps: <a href="/contributing/donations/">click here to contribute.</a></p>
</div>
<div class="col-sm-12 col-md-4 gutter home-gutter">
<h4>Many thanks to</h4>
<div id="carousel-sponsors" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-sponsors" data-slide-to="0" class="active"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<p><a href="/community/sponsors/maxcdn/"><img class="img-fluid" src="/community/sponsors/maxcdn/maxcdn-large.png"></a></p>
<p>Ad hoc sponsor</p>
</div>
</div>
<!--a class="left carousel-control" href="#carousel-sponsors" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-sponsors" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a-->
</div>
<hr/>
<h4><a href="/news/buzz/">Latest news</a></h4>
<p><a href="./news/buzz/hello-website/">04 Jul: Hello Website</a></p>
<hr/>
<h4><a href="/news/events/">Meet the Bee Team @</a></h4>
<div id="carousel-events" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-events" data-slide-to="0 " class="active"></li>
<li data-target="#carousel-events" data-slide-to="1 "></li>
<li data-target="#carousel-events" data-slide-to="2 "></li>
<li data-target="#carousel-events" data-slide-to="3 "></li>
<li data-target="#carousel-events" data-slide-to="4 "></li>
<li data-target="#carousel-events" data-slide-to="5 "></li>
<li data-target="#carousel-events" data-slide-to="6 "></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<h4><a href="./news/events/djangocon-us-2016/">DjangoCon US 2016</a></h4>
<p>18 July 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/djangocon-us-2016-sprints/">DjangoCon US 2016 Sprints</a></h4>
<p>21 July 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/pyohio-2016/">PyOhio 2016</a></h4>
<p>31 July 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/pyohio-2016-sprints/">PyOhio 2016 Sprints</a></h4>
<p>01 August 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/pycon-au-2016/">PyCon AU 2016</a></h4>
<p>13 August 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/pycon-au-2016-sprints/">PyCon AU 2016 Sprints</a></h4>
<p>15 August 2016</p>
</div>
<div class="carousel-item">
<h4><a href="./news/events/dev-world-2016/">/dev/world/2016</a></h4>
<p>29 August 2016</p>
</div>
</div>
</div>
<hr/>
<h4><a href="/project/projects/">Projects</a></h4>
<div id="carousel-projects" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-projects" data-slide-to="0" class="active"></li>
<li data-target="#carousel-projects" data-slide-to="1"></li>
<li data-target="#carousel-projects" data-slide-to="2"></li>
<li data-target="#carousel-projects" data-slide-to="3"></li>
<li data-target="#carousel-projects" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<h4><a href="/project/projects/libraries/toga"><img src="/project/projects/libraries/toga/toga-32.png" alt="Toga"> Toga</h4></a>
<p>A native widget toolkit<br/>for desktop and mobile</p>
</div>
<div class="carousel-item">
<h4><a href="/project/projects/bridges/voc"><img src="/project/projects/bridges/voc/voc-32.png" alt="VOC"> VOC</a></h4>
<p>Run your Python code<br/>on a Java virtual machine</p>
</div>
<div class="carousel-item">
<h4><a href="/project/projects/tools/briefcase"><img src="/project/projects/tools/briefcase/briefcase-32.png" alt="Briefcase"> Briefcase</a></h4>
<p>Package your Python code<br/>as a native app</p>
</div>
<div class="carousel-item">
<h4><a href="/project/projects/bridges/batavia"><img src="/project/projects/bridges/batavia/batavia-32.png" alt="Batavia"> Batavia</a></h4>
<p>Run your Python code<br/>in the browser</p>
</div>
<div class="carousel-item">
<h4><a href="/project/projects/tools/cricket"><img src="/project/projects/tools/cricket/cricket-32.png" alt="Cricket"> Cricket</a></h4>
<p>Manage unit testing<br/>with a graphical interface</p>
</div>
</div>
<!--a class="left carousel-control" href="#carousel-projects" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-projects" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a-->
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container text-muted">
<p class="pull-xs-right pull-sm-right pull-md-right pull-lg-right pull-xl-right">© Russell Keith-Magee 2016</p>
<p><a href="https://github.com/pybee/"><i class="fa fa-github fa-lg" aria-hidden="true"></i> GitHub</a> |
<a href="https://gitter.im/pybee/general/">Gitter</a> |
<a href="https://twitter.com/PyBeeWare/"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i> Twitter</a></p>
</div>
</footer>
<!-- jQuery first, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<!--script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script-->
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>