EuroPython 2021: Keynotes and Booklet

2021-07-19 Thread Marc-Andre Lemburg
EuroPython 2021 begins next week. We are proud to present the keynote
speakers and our conference booklet.

Keynotes


The following keynotes will take place on Wednesday, Thursday and
Friday. Tickets are still available.

If you want to find out more about our keynote speakers, please head on
to the keynotes page on our website.

https://ep2021.europython.eu/events/keynotes/

- Pablo Galindo Salgado: Nobody expects the Spanish inquisition

In this talk I will go into some interesting stories of how (C)Python is
made. We will go through a journey that will show you how Python is
developed, who works on it, interesting battles against the most obscure
of bugs and lots of unexpected situations and things to learn and to
reflect on.

- Abigail Dogbe: Python in a world of Pan-Africanism

The use of Python in Africa is widely spread daily. In this talk, I will
take you on a journey of what Python means to us in a Pan-African
setting, lessons learned from organizing PyCon Africa, the people behind
it, challenges we are facing and reflections on what works in our
ecosystem.

- Claudia Comito: Connecting Communities: the Helmholtz Analytics
Framework and the making of Heat

HPC, Scientific Big Data, co-design, Python: beneath the buzzwords,
bringing together academics from the most disparate research fields to
work on a common product is no easy feat. What worked, what didn't, and
lessons learned from the Helmholtz Analytics Framework experience.

- Dr. Kimberly Arcand: Our Universe through Sight, Sound & Touch

Information of our Universe doesn't have to be just a two-dimensional
snap shot. We can transform these data to be able to listen, feel, or
(virtually) move through cosmic objects.  Listen to the debris from an
exploded star, walk through the core of our Milky Way in virtual
reality, feel vibrations of a stellar nursery, and experience our
universe anew.

- David Beazley: No, not typing. Types.

While biking through the forest preserve on a dark December morning, I
found myself suddenly staring face-to-face with Bambi.  Picking myself
off the ground with a broken wrist and an assortment of broken fingers,
I embarked on an unexpected journey of discovery.   Then the pandemic
hit.   In this talk, I provide a trip report.

- Joannah Nanjekye: Python the Bad Parts

Python is great but it definitely has faults too.In this talk, I will
talk about some of the Python challenges as a language, and the current
efforts in the community to alleviate them. I will also talk about how I
plan to engage scientists and academics during my time on the PSF board,
to highlight some of the research we are working on as a community.

Conference Booklet
--

Our designer Jessica has created a beautiful conference booklet for you
to refer to during the conference and keep as a memory afterwards. It
details all of the information regarding the schedule, talks, workshops
and sponsors as a single PDF file.

https://ep2021.europython.eu/events/conference-booklet/


Quick Summary
-
EuroPython 2021 will be run online from July 26 - August 1:

- Two workshop/training days (July 26 - 27)
- Three conference days (July 28 - 30)
- Two sprint days (July 31 - August 1)

The sessions will be scheduled to ensure they are also accessible for
those in the Asian and Americas time zones.

More infos are available on our website at https://ep2021.europython.eu/


Help spread the word


Please help us spread this message by sharing it on your social
networks as widely as possible. Thank you !

Link to the blog post:

https://blog.europython.eu/europython-2021-keynotes-and-booklet/

Tweet:

https://twitter.com/europythons/status/1417074329951641603

Enjoy,
--
EuroPython 2021 Team
https://ep2021.europython.eu/
https://www.europython-society.org/

-- 
https://mail.python.org/mailman/listinfo/python-list


Is there a conference in the US that is similar to EuroPython?

2021-07-19 Thread Schachner, Joseph
I am not going to fly to Europe for a Python conference.  But, would consider 
going if in the U.S.A.   Especially if drivable ... NYC area would be ideal.

I ask because I have seen ads for EuroPython over several years, and I don't 
remember seeing similar ads for something similar in the U.S.A.

--- Joseph S.

Teledyne Confidential; Commercially Sensitive Business Data
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Is there a conference in the US that is similar to EuroPython?

2021-07-19 Thread Larry Martell
On Mon, Jul 19, 2021 at 10:01 AM Schachner, Joseph
 wrote:
>
> I am not going to fly to Europe for a Python conference.  But, would consider 
> going if in the U.S.A.   Especially if drivable ... NYC area would be ideal.
>
> I ask because I have seen ads for EuroPython over several years, and I don't 
> remember seeing similar ads for something similar in the U.S.A.

https://pycon.org/
-- 
https://mail.python.org/mailman/listinfo/python-list


XAMPP control panel python

2021-07-19 Thread Mike Easter
I don't do any programming, including python.  I've encountered a python 
situation which I'm wondering would be a huge task to remedy or not.


XAMPP is a package of programs which is installed to linux w/ an install 
.run file from apache friends.  There is an associated 
xampp-control-panel.py file which is apparently derived from an 
xampp-control-panel.glade file, both in the opt/lampp/ 
share/xampp-control-panel dir.  Apparently this CP feature of xampp is 
not maintained (files dated 2009) and the 2009 CP readme says:


To run the XAMPP Control Panel, you will need:

 Linux (may work on other OSs)
 GTK 2.x
 PyGTK (also known as python-gtk) 2.x
 XAMPP

I installed py2 to my Linux Mint Cinnamon 20.2 (off Ub LTS 20.04) but 
that didn't solve the problem w/ running the .py file w/ python2; I got 
a traceback saying there was no gtk module.  The pip I have is for py3. 
I can put the .py file on pastebin if anyone wants.


Apparently the Win v. of xampp has a CP based on Delphi someone said, so 
that one is being maintained.



--
Mike Easter
--
https://mail.python.org/mailman/listinfo/python-list


Python for Android

2021-07-19 Thread Bischoop


Will Python delevopment apps for Android OS getting easier?
So far best option is Kivy which is not liked by many developers,
another option is PyQT5, which finally gets some support but there still
are some buts.. 
Tkinter, some tried but it's still a NO for Android support.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: XAMPP control panel python

2021-07-19 Thread Akkana Peck
Mike Easter writes:
> the CP readme says:
> 
> To run the XAMPP Control Panel, you will need:
> 
>  Linux (may work on other OSs)
>  GTK 2.x
>  PyGTK (also known as python-gtk) 2.x
>  XAMPP
> 
> I installed py2 to my Linux Mint Cinnamon 20.2 (off Ub LTS 20.04) but that
> didn't solve the problem w/ running the .py file w/ python2; I got a
> traceback saying there was no gtk module.  The pip I have is for py3. I can
> put the .py file on pastebin if anyone wants.

Unfortunately python-gtk has been dropped from the last few Ubuntu
releases. I assume Mint must have followed suit. Nobody seems to
know why they dropped python-gtk while keeping other python2 packages.

Pip2 wouldn't have helped you; the pip version of python-gtk didn't
build on Linux even back when python2 was still supported.

The place where this gets the most discussion is the GIMP community,
so it may help to add gimp to your web search terms, e.g. search on
gimp python2 mint ppa
and you'll find lots of discussions on how to get python-gtk.

There are various repositories that still maintain builds of python-gtk:
for instance, see
https://ubuntuhandbook.org/index.php/2020/07/ppa-install-gimp-2-10-20-ubuntu-20-04/
or the python-gtk2_2.24.0-5 packages at
http://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pygtk/

Good luck!

...Akkana
-- 
https://mail.python.org/mailman/listinfo/python-list