Skip to content

Commit f30897a

Browse files
committed
Synchronized build
1 parent dda7691 commit f30897a

25 files changed

Lines changed: 25 additions & 25 deletions

File tree

ar_AR/news/events/europython-2025/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>EuroPython 2025 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee
191191
سوف يقدم دورة تعليمة في
192-
EuroPython 2025 entitled "<a href="https://ep2025.europython.eu">Building a cross-platform app with BeeWare</a>".
192+
EuroPython 2025 بعنوان "<a href="https://ep2025.europython.eu">Building a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras an accelerometers) in your app's code.</p>

ar_AR/news/events/everything-open-2023/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>Everything Open 2023 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee و Katie McLaughlin
191191
سوف يقدم دورة تعليمة في
192-
Everything Open 2023 entitled "<a href="https://2023.everythingopen.au">Building cross platform GUI apps with BeeWare</a>".
192+
Everything Open 2023 بعنوان "<a href="https://2023.everythingopen.au">Building cross platform GUI apps with BeeWare</a>".
193193

194194
<p><em><p>Python has proven itself to be a powerful tool for data science, and for web servers. However, one area where it hasn't historically been popular is in building applications for end users.</p>
195195
<p>In this talk, you'll discover how you can use the BeeWare suite of tools to build a GUI app, and deploy that app on desktop, mobile, and the web - all from a single Python codebase.</p>

ar_AR/news/events/pycon-us-2017-tutorials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2017 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee و Katie McLaughlin
191191
سوف يقدم دورة تعليمة في
192-
PyCon US 2017 entitled "<a href="https://us.pycon.org/2017/">Cross-platform Native GUI development with BeeWare</a>".
192+
PyCon US 2017 بعنوان "<a href="https://us.pycon.org/2017/">Cross-platform Native GUI development with BeeWare</a>".
193193

194194
<p><em><p>Have you ever wanted to write a GUI application you can run on your laptop? What about an app that you can run on your phone? Historically, these have been difficult to achieve with Python, and impossible to achieve without learning a different API for each platform. But no more.</p>
195195
<p>BeeWare is a collection of tools and libraries that allows you to build cross-platform native GUI applications in pure Python, targeting desktop, mobile and web platforms. In this tutorial, you'll be introduced to the BeeWare suite of tools and libraries, and use those tools to develop, from scratch, a simple GUI application. You'll then deploy that application as a standalone desktop application, a mobile phone application, and a single page webapp - without making any changes to the application's codebase.</p>

ar_AR/news/events/pycon-us-2024-tutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2024 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee و Malcolm Smith و Russell Martin
191191
سوف يقدم دورة تعليمة في
192-
PyCon US 2024 entitled "<a href="https://us.pycon.org/2024/">Build a cross-platform app with BeeWare</a>".
192+
PyCon US 2024 بعنوان "<a href="https://us.pycon.org/2024/">Build a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras and geolocation) in your app's code.</p>

ar_AR/news/events/pycon-us-2025-tutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2025 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee
191191
سوف يقدم دورة تعليمة في
192-
PyCon US 2025 entitled "<a href="https://us.pycon.org/2025/">Building a cross-platform app with BeeWare</a>".
192+
PyCon US 2025 بعنوان "<a href="https://us.pycon.org/2025/">Building a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras and GPS) in your app's code.</p>

es/noticias/eventos/europython-2025/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>EuroPython 2025 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee
191191
va a presentar un tutorial en
192-
EuroPython 2025 entitled "<a href="https://ep2025.europython.eu">Building a cross-platform app with BeeWare</a>".
192+
EuroPython 2025 llamado "<a href="https://ep2025.europython.eu">Building a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras an accelerometers) in your app's code.</p>

es/noticias/eventos/everything-open-2023/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>Everything Open 2023 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee y Katie McLaughlin
191191
va a presentar un tutorial en
192-
Everything Open 2023 entitled "<a href="https://2023.everythingopen.au">Building cross platform GUI apps with BeeWare</a>".
192+
Everything Open 2023 llamado "<a href="https://2023.everythingopen.au">Building cross platform GUI apps with BeeWare</a>".
193193

194194
<p><em><p>Python has proven itself to be a powerful tool for data science, and for web servers. However, one area where it hasn't historically been popular is in building applications for end users.</p>
195195
<p>In this talk, you'll discover how you can use the BeeWare suite of tools to build a GUI app, and deploy that app on desktop, mobile, and the web - all from a single Python codebase.</p>

es/noticias/eventos/pycon-us-2017-tutoriales/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2017 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee y Katie McLaughlin
191191
va a presentar un tutorial en
192-
PyCon US 2017 entitled "<a href="https://us.pycon.org/2017/">Desarrollo multi-plataforma de un entorno gráfico nativo con BeeWare</a>".
192+
PyCon US 2017 llamado "<a href="https://us.pycon.org/2017/">Desarrollo multi-plataforma de un entorno gráfico nativo con BeeWare</a>".
193193

194194
<p><em><p>¿Alguna vez has deseado escribir una aplicación gráfica que pueda ejecutarse en tu computadora portátil? ¿Qué pasa con una aplicación que pueda ejecutarse en tu teléfono? Históricamente, estos ha sido difícil de lograr con Python, e imposible de lograr sin aprender una API diferente para cada plataforma. Pero no más.</p>
195195
<p>BeeWare es una colección de herramientas y bibliotecas que le permiten crear aplicaciones gráficas nativas multi-plataforma en Python puro, dirigidas a plataformas de escritorio, móviles y web. En este tutorial, se presentará el conjunto de herramientas y librerías de BeeWare y utilizarás esas herramientas para desarrollar, desde cero, una sencilla aplicación gráfica. A continuación, implementarás esa aplicación como una aplicación de escritorio independiente, una aplicación de teléfono móvil y una aplicación web de una sola página, sin realizar cambios en la base de código de la aplicación.</p>

es/noticias/eventos/pycon-us-2024-tutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2024 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee y Malcolm Smith y Russell Martin
191191
va a presentar un tutorial en
192-
PyCon US 2024 entitled "<a href="https://us.pycon.org/2024/">Build a cross-platform app with BeeWare</a>".
192+
PyCon US 2024 llamado "<a href="https://us.pycon.org/2024/">Build a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras and geolocation) in your app's code.</p>

es/noticias/eventos/pycon-us-2025-tutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>PyCon US 2025 (Tutorial)</h1>
189189

190190
<p>Russell Keith-Magee
191191
va a presentar un tutorial en
192-
PyCon US 2025 entitled "<a href="https://us.pycon.org/2025/">Building a cross-platform app with BeeWare</a>".
192+
PyCon US 2025 llamado "<a href="https://us.pycon.org/2025/">Building a cross-platform app with BeeWare</a>".
193193

194194
<p><em><p>All code needs a user interface. That might be an API, or a web page - but these days, many users will expect an app that they can install on their laptop, or on their phone. But how do you build a native application in Python? And do you need to build a different version of your app the app for every device and operating system you want to support?</p>
195195
<p>In this hands-on tutorial, you'll lean how you can use the BeeWare suite of tools to build a graphical user interface for your code, and deploy that code as a desktop app, and as a mobile app - all from a single Python codebase. You'll learn how to integrate third-party libraries like NumPy into your app, and how to customize the appearance of your packaged app. You'll also learn how you can access device hardware (such as cameras and GPS) in your app's code.</p>

0 commit comments

Comments
 (0)