EuroPython 2021: Data Science Mini-Conference
It has become a tradition at EuroPython to include a special data science track. * EuroPython 2021 Data Science Mini-Conference * https://ep2021.europython.eu/events/data-science/ This year, we have expanded on the theme and included more data science related content than ever before, including keynotes and workshops -- our own EuroPython Data Science mini-conference which includes: - 37 Talks - 9 Workshops - 2 Keynotes - 2 Interactive Sessions - one Poster Tickets are still available through our online shop and will be throughout next week. https://ep2021.europython.eu/registration/buy-tickets/ Data Science Keynotes - We’ would like like to highlight our data science keynotes on Thursday: 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. For full information, please check our Data Science @ EuroPython 2021 page, which lists the complete data science program: https://ep2021.europython.eu/events/data-science/ Access to the data science parts of the conference is part of our regular conference tickets. If you want to participate in the data science content, please obtain a combined ticket. 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-data-science-mini-conference/ Tweet: https://twitter.com/europython/status/1418125300811145221 Enjoy, -- EuroPython 2021 Team https://ep2021.europython.eu/ https://www.europython-society.org/ -- https://mail.python.org/mailman/listinfo/python-list
Re: Python for Android
> On 19 Jul 2021, at 18:43, Bischoop wrote: > > > 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. Buts? My understanding is the PyQt5 has good support for Android. I have not personal used that support, but I have used PyQt5 for none trivial projects on Linux, macOs and windows and like it. > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list
help me please. "install reppy"
I get an error so please help. I don't know what to do. Windows 10 Python 3.9.6 from takashi in Japan Microsoft Windows [Version 10.0.19042.1110] (c) Microsoft Corporation. All rights reserved. C:\Users\user>pip3 install reppy Looking in indexes: https://pypi.python.org/simple/ Collecting reppy Using cached reppy-0.4.14.tar.gz (93 kB) Requirement already satisfied: cachetools in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from reppy) (4.2.2) Requirement already satisfied: python-dateutil!=2.0,>=1.5 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from reppy) (2.8.1) Requirement already satisfied: requests in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from reppy) (2.25.1) Requirement already satisfied: six in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from reppy) (1.16.0) Requirement already satisfied: idna<3,>=2.5 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from requests->reppy) (2.10) Requirement already satisfied: certifi>=2017.4.17 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from requests->reppy) (2021.5.30) Requirement already satisfied: chardet<5,>=3.0.2 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from requests->reppy) (4.0.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from requests->reppy) (1.26.6) Building wheels for collected packages: reppy Building wheel for reppy (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'c:\users\user\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-sjlk_02k\\reppy_2f114414e650471d8c3902d5b364a96c\\setup.py'"'"'; __file__='"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-sjlk_02k\\reppy_2f114414e650471d8c3902d5b364a96c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\user\AppData\Local\Temp\pip-wheel-pcr61ilh' cwd: C:\Users\user\AppData\Local\Temp\pip-install-sjlk_02k\reppy_2f114414e650471d8c3902d5b364a96c\ Complete output (69 lines): Building from C++ c:\users\user\appdata\local\programs\python\python39\lib\site-packages\setuptools\dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.9 creating build\lib.win-amd64-3.9\reppy copying reppy\exceptions.py -> build\lib.win-amd64-3.9\reppy copying reppy\ttl.py -> build\lib.win-amd64-3.9\reppy copying reppy\util.py -> build\lib.win-amd64-3.9\reppy copying reppy\__init__.py -> build\lib.win-amd64-3.9\reppy creating build\lib.win-amd64-3.9\reppy\cache copying reppy\cache\policy.py -> build\lib.win-amd64-3.9\reppy\cache copying reppy\cache\__init__.py -> build\lib.win-amd64-3.9\reppy\cache running build_ext building 'reppy.robots' extension creating build\temp.win-amd64-3.9 creating build\temp.win-amd64-3.9\Release creating build\temp.win-amd64-3.9\Release\reppy creating build\temp.win-amd64-3.9\Release\reppy\rep-cpp creating build\temp.win-amd64-3.9\Release\reppy\rep-cpp\deps creating build\temp.win-amd64-3.9\Release\reppy\rep-cpp\deps\url-cpp creating build\temp.win-amd64-3.9\Release\reppy\rep-cpp\deps\url-cpp\src creating build\temp.win-amd64-3.9\Release\reppy\rep-cpp\src C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ireppy/rep-cpp/include -Ireppy/rep-cpp/deps/url-cpp/include -Ic:\users\user\appdata\local\programs\python\python39\include -Ic:\users\user\appdata\local\programs\python\python39\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /EHsc /Tpreppy/rep-cpp/deps/url-cpp/src/psl.cpp /Fobuild\temp.win-amd64-3.9\Release\reppy/rep-cpp/deps/url-cpp
Python and Ubuntu versions
Hi, I have a production server with Ubuntu 18.04 LTS (currently upgraded to Ubuntu 18.04.5 LTS) and I use Python in virtualenv - currently Python 3.6.9. I'm using Django and I read that from Django 4.0, a minimal version of Python 3.8 will be required. I would like to know how I use the latest version of Python (3.10 or 3.9) with my production server - do I have to reinstall a new server with the latest Ubuntu LTS version? Or do I have to upgrade my current server's Ubuntu version by upgrading the same machine? Or should I keep the Ubuntu version and only upgrade Python? I'm also using other software such as PostgreSQL which is currently psql (PostgreSQL) 10.17 (Ubuntu 10.17-0ubuntu0.18.04.1). Should I upgrade this too? And what is the risk that things will not work after I upgrade this? Thanks, אורי u...@speedy.net -- https://mail.python.org/mailman/listinfo/python-list
Re: help me please. "install reppy"
See here for a discussion around this issue: https://github.com/seomoz/reppy/issues/90 This project requires a C++ build environment to be setup on your computer. The fact that your compiler is reporting that `std=c++11` as an unknown option shows that you don't have a C++ build environment set up. As you will see, at the end of the issue above, they link to this issue: https://github.com/Benny-/Yahoo-ticker-symbol-downloader/issues/46 In that second issue, a user reports: > hey all. I solved the issue by installing Build tools for visual c++ 2015 (v14). The link does not work. > You have to look for build tools for visual studio 2017 (v15) and look at the options in the installer. As a side note, you might consider using this robots.txt parser from the standard library instead. It's already installed and ready to go, and doesn't use very-overkill C++ dependencies! Good luck! On Thu, Jul 22, 2021 at 8:44 PM たこしたこし wrote: > I get an error so please help. > I don't know what to do. > > Windows 10 > Python 3.9.6 > > from takashi in Japan > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list
Re: help me please. "install reppy"
Oops, forgot the link to the standard library robots.txt parser. Here are the docs! https://docs.python.org/3/library/urllib.robotparser.html *sorry for the noise* On Thu, Jul 22, 2021 at 11:34 PM Jack DeVries wrote: > See here for a discussion around this issue: > https://github.com/seomoz/reppy/issues/90 > > This project requires a C++ build environment to be setup on your > computer. The fact that your compiler is reporting that `std=c++11` as an > unknown option shows that you don't have a C++ build environment set up. As > you will see, at the end of the issue above, they link to this issue: > > https://github.com/Benny-/Yahoo-ticker-symbol-downloader/issues/46 > > In that second issue, a user reports: > > hey all. I solved the issue by installing Build tools for visual c++ > 2015 (v14). The link does not work. > > You have to look for build tools for visual studio 2017 (v15) and look > at the options in the installer. > > As a side note, you might consider using this robots.txt parser from the > standard library instead. It's already installed and ready to go, and > doesn't use very-overkill C++ dependencies! > > Good luck! > > > On Thu, Jul 22, 2021 at 8:44 PM たこしたこし wrote: > >> I get an error so please help. >> I don't know what to do. >> >> Windows 10 >> Python 3.9.6 >> >> from takashi in Japan >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > -- https://mail.python.org/mailman/listinfo/python-list