TLS support for SysLogHandler (currently in pypi)

2023-12-13 Thread A Tammy via Python-list
Hi all, I've been trying to add TLS over TCP support to the core SysLogHandler and currently have a working example package on PyPI - https://pypi.org/project/tlssysloghandler/#usage . The package works as a drop-in replacement for SysLogHandler, trying to support the original option

Re: What is this TEST BANK stuff ?

2023-07-06 Thread a a via Python-list
On Wednesday, 21 June 2023 at 15:38:00 UTC+2, Dan Kolis wrote: > Why do we tolerate this spam ? > > this seems most likely a way to inject viruses into people's workflow. > > That wiped out usenet. Ahh without an explaination; ( and it woudl have to be > a good one );

getting rid of the recursion in __getattribute__

2023-05-24 Thread A KR
, I wrote a code following what the standard says: class Sample(): def __init__(self): self.a = -10 def __getattribute__(self, name): if name == 'a': return object.__getattribute__(self, name) raise AttributeError()

Re: How to add clickable url links to 3D Matplotlib chart ?

2023-03-30 Thread a a
On Thursday, 30 March 2023 at 13:19:51 UTC+2, a a wrote: > On Thursday, 30 March 2023 at 13:14:33 UTC+2, a a wrote: > > On Thursday, 30 March 2023 at 07:55:13 UTC+2, Christian Gollwitzer wrote: > > > Am 30.03.23 um 01:11 schrieb a a: > > > > On Wednesday, 29 Marc

Re: How to add clickable url links to 3D Matplotlib chart ?

2023-03-30 Thread a a
On Thursday, 30 March 2023 at 13:14:33 UTC+2, a a wrote: > On Thursday, 30 March 2023 at 07:55:13 UTC+2, Christian Gollwitzer wrote: > > Am 30.03.23 um 01:11 schrieb a a: > > > On Wednesday, 29 March 2023 at 22:51:15 UTC+2, Greg Ewing wrote: > > >> On 30/03/23 8:

Re: How to add clickable url links to 3D Matplotlib chart ?

2023-03-30 Thread a a
On Thursday, 30 March 2023 at 07:55:13 UTC+2, Christian Gollwitzer wrote: > Am 30.03.23 um 01:11 schrieb a a: > > On Wednesday, 29 March 2023 at 22:51:15 UTC+2, Greg Ewing wrote: > >> On 30/03/23 8:39 am, a a wrote: > >>> How to add clickable url links to the fo

Re: How to add clickable url links to 3D Matplotlib chart ?

2023-03-29 Thread a a
On Wednesday, 29 March 2023 at 22:51:15 UTC+2, Greg Ewing wrote: > On 30/03/23 8:39 am, a a wrote: > > How to add clickable url links to the following 3D Matplotlib chart to make > > it knowledge representation 3D chart, make of 1,000+ open Tabs in Firefox ? > It seems that

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-28 Thread a a
On Tuesday, 28 March 2023 at 18:12:40 UTC+2, Thomas Passin wrote: > On 3/28/2023 8:47 AM, a a wrote: > > Ok, I can export bookmarks to html file and open it in Firefox to get > > a long list of clickable urls but icon of the bookmarked web page is > > missing. > > &

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-28 Thread a a
On Tuesday, 28 March 2023 at 06:33:44 UTC+2, Thomas Passin wrote: > On 3/27/2023 8:37 PM, a a wrote: > >> To save the tabs, right click any one of them and select the "Select All > >> Tabs" item. They will all highlight. Right click on one of them and > >

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-28 Thread a a
On Tuesday, 28 March 2023 at 06:33:44 UTC+2, Thomas Passin wrote: > On 3/27/2023 8:37 PM, a a wrote: > >> To save the tabs, right click any one of them and select the "Select All > >> Tabs" item. They will all highlight. Right click on one of them and > >

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-27 Thread a a
On Tuesday, 28 March 2023 at 02:07:43 UTC+2, Thomas Passin wrote: > On 3/27/2023 4:02 PM, Thomas Passin wrote: > > On 3/27/2023 3:07 PM, a a wrote: > >> On Monday, 27 March 2023 at 19:19:41 UTC+2, Thomas Passin wrote: > >>> On 3/27/2023 10:07 AM, a a wrote: >

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-27 Thread a a
On Monday, 27 March 2023 at 19:19:41 UTC+2, Thomas Passin wrote: > On 3/27/2023 10:07 AM, a a wrote: > > Ok, I know, I need to switch to Windows 10 run on another PC next to me. > > > > I need to learn how to copy and move every web page opened in Firefox as a > > ref

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-27 Thread a a
he the last-changed stuff stopped working, it's in a static state: > > > > by Christoph Gohlke. Updated on 26 June 2022 at 07:27 UTC > I did see that. The OP needs a version that would work with Windows 7 > and an older version of Python (3.7 or 3.8, IIRC), so things may w

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-22 Thread a a
On Saturday, 18 March 2023 at 20:12:22 UTC+1, Thomas Passin wrote: > On 3/17/2023 11:52 AM, a a wrote: > > On Friday, 17 March 2023 at 16:32:53 UTC+1, a a wrote: > >> On Friday, 17 March 2023 at 16:03:14 UTC+1, Thomas Passin wrote: > >>> On 3/16/2023 8:07 PM, a

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-18 Thread a a
On Friday, 17 March 2023 at 16:03:14 UTC+1, Thomas Passin wrote: > On 3/16/2023 8:07 PM, a a wrote: > > Crash report: > > > > Problem Caption: > > Problem Event Name: APPCRASH > > Application name: python.exe > > Application version: 3.8.7150.1013 &

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-18 Thread a a
On Friday, 17 March 2023 at 16:03:14 UTC+1, Thomas Passin wrote: > On 3/16/2023 8:07 PM, a a wrote: > > Crash report: > > > > Problem Caption: > > Problem Event Name: APPCRASH > > Application name: python.exe > > Application version: 3.8.7150.1013 &

Re: Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-18 Thread a a
On Friday, 17 March 2023 at 16:32:53 UTC+1, a a wrote: > On Friday, 17 March 2023 at 16:03:14 UTC+1, Thomas Passin wrote: > > On 3/16/2023 8:07 PM, a a wrote: > > > Crash report: > > > > > > Problem Caption: > > > Problem Event Name:

Numpy, Matplotlib crash Python 3.8 Windows 7, 32-bit - can you help ?

2023-03-17 Thread a a
Crash report: Problem Caption: Problem Event Name: APPCRASH Application name: python.exe Application version: 3.8.7150.1013 Application time signature: 5fe0df5a Error module name:_multiarray_umath.cp38-win32.pyd Version of the module with the error: 0.0.0.0 Time signature of

Re: Can you process seismographic signals in Python or should I switch to Matlab ?

2023-03-13 Thread a a
On Monday, 13 March 2023 at 16:12:04 UTC+1, Thomas Passin wrote: > On 3/13/2023 12:39 AM, a a wrote: > > But some unknown reasons Matplotlib and numpy crash my Python 3.8 for > > Windows , 32-bit and no support is offered > It is possible, using pip, to downgrade versions (e

Re: Can you process seismographic signals in Python or should I switch to Matlab ?

2023-03-13 Thread a a
On Monday, 13 March 2023 at 16:16:28 UTC+1, Thomas Passin wrote: > On 3/13/2023 12:39 AM, a a wrote: > > But what I need is analysis of seismograms from 4,000 seismographs world > > wide to detect P-wave energy distribution underground around the earthquake > > to verify

Re: Can you process seismographic signals in Python or should I switch to Matlab ?

2023-03-13 Thread a a
On Sunday, 12 March 2023 at 06:17:54 UTC+1, avi.e...@gmail.com wrote: > I have used GNU Octave as a sort of replacement for MATLAB as a free > resource. I have no idea if it might meet your needs. > > Although Python is a good environment for many things, if you have no > know

Can you process seismographic signals in Python or should I switch to Matlab ?

2023-03-11 Thread a a
My project https://www.mathworks.com/help/matlab/matlab_prog/loma-prieta-earthquake.html -- https://mail.python.org/mailman/listinfo/python-list

EuroPython 2021: Call for Proposals (CFP) extended until May 16

2021-05-10 Thread M.-A. Lemburg
We've decided to extend the deadline for our Call for Proposals until Sunday, May 16, 23:59:59 CEST. We are still looking for a few more proposals, especially for posters, training sessions, and helpdesks. For more information about submitting a proposal, you can read the original blog

EuroPython 2021: Call for Sponsors

2021-05-06 Thread M.-A. Lemburg
nsors * https://ep2021.europython.eu/sponsor/ EuroPython 2021 Sponsor Packages Sponsoring EuroPython guarantees you highly targeted visibility and the opportunity to present yourself and your company in a professional and innovative environment. We have adj

EuroPython 2021: Speaker Mentorship Program

2021-04-28 Thread M.-A. Lemburg
In the EuroPython community, diversity and inclusion are one of our core values. Therefore, we are launching a Speaker Mentorship Program in this year's edition. * EuroPython 2021 Speaker Mentorship Program * https://ep2021.europython.eu/events/call-for-proposals/ We

EuroPython 2021: Call for Proposals Open

2021-04-26 Thread M.-A. Lemburg
https://ep2021.europython.eu/events/call-for-proposals/ We will leave the CFP open from today until Sunday, May 9, 23:59:59 CEST. To submit a proposal, please log in to the site (or create an account first) and then proceed to the CFP page: Topics -- We're l

EuroPython 2021: Financial Aid Applications Open

2021-04-21 Thread M.-A. Lemburg
: - Discounted ticket. Get a standard conference ticket for the conference with a very affordable price. - Free ticket. For exceptional cases, we offer the standard conference ticket for free. Conference tickets include access to conference days (Wed-Fri), sponsored workshops, Beginners’ Day workshop

EuroPython 2021: Ticket sales started

2021-04-19 Thread M.-A. Lemburg
0 training sessions and workshops spread across two days. There is a combined ticket available for those who wish to attend both. We also added a new livestream-only ticket for getting access to the live streams. It's free, but you'll miss out on the interactivity. Ticket types

EuroPython 2021: Launching the conference website

2021-04-16 Thread M.-A. Lemburg
ricas time zones. More updates - Ticket sales will start on Monday, April 19. We have refined the ticket structure for EuroPython 2021 to make it easier to understand and added a table outlining the differences between the various ticket types. - Financial aid will once again be

Presenting our EuroPython 2021 logo

2021-04-07 Thread M.-A. Lemburg
Over the last couple of weeks, we have worked with our designer Jessica Peña to come up with a logo which reflects both our desire to come together online during the pandemic and shows how well our community is interconnected around the world. Here's our brand new logo for EuroPython 2021 O

Let's celebrate: 20 years of EuroPython

2021-03-25 Thread M.-A. Lemburg
This year's conference will mark the 20th edition of the EuroPython conference. * EuroPython 2021 * https://ep2021.europython.eu/ Since we started touring Europe in 2002 in Charleroi, Belgium, we have come a long way. The conference has grown fro

EuroPython 2021: Volunteering

2021-02-18 Thread M.-A. Lemburg
The EuroPython 2021 organization is starting and we're looking for more help with running the conference. * EuroPython 2021 * https://ep2021.europython.eu/ For EP2021, we are using a slightly different approach compared to previous years: - Al

EuroPython 2021: Getting ready

2021-01-28 Thread M.-A. Lemburg
We're happy to announce the pre-launch website for this year's EuroPython 2021: * EuroPython 2021 * https://ep2021.europython.eu/ The site comes with an FAQ page, which lists all the information we have for you at the moment. We're repeating the most i

EuroPython 2021: Format Poll

2021-01-07 Thread M.-A. Lemburg
We are currently working out the format for this year’s online EuroPython conference. The conference will be run using online conference tools during the week of July 26 - August 1 and we would like to learn about your preferences regarding the overall structure. For this reason, we’re running a

Unable to read .xlsx file using pandas

2020-12-03 Thread A. M. Thomas [PETech MIET MBA]
ments/Hash Analytics Internship - DemoS2.xlsx') ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXX escape Process finished with exit code 1 -- Best Regards, *A. M. Thomas* Electrical & Solar Systems Expert

Re: series.py, cannot import series from pandas

2020-11-28 Thread A. M. Thomas [PETech MIET MBA]
Spot on!! Thank you very much, am back on track with your aid On Sat, Nov 28, 2020 at 9:23 PM MRAB wrote: > On 2020-11-28 15:59, A. M. Thomas [PETech MIET MBA] wrote: > > Kindly guide on how to solve this problem from Python3.9 with pycharm. > See > > the below > > &g

series.py, cannot import series from pandas

2020-11-28 Thread A. M. Thomas [PETech MIET MBA]
te-packages\pandas\__init__.py) Process finished with exit code 1 -- Best Regards, *A. M. Thomas* Electrical & Solar Systems Expert *THE GUY BEHIND THE SCENE* Cell: +254 723 309 157 / +254 731 406 125 Email: thomaso...@gmail.com / thomaso.engin...@gmail.com "Alternative energy for real a

EuroPython videos all on archive.org

2020-11-28 Thread M.-A. Lemburg
Over the last few weeks, Anthon van der Neut, our media work group chair for EP2015 and EP2016, put in a lot of effort into getting all our conference videos on archive.org, the Internet Archive. Archive.org is not meant as an alternative for YouTube to watch the videos, but it allows you to

EuroPython "Ask me Anything" - Nov Edition

2020-11-18 Thread M.-A. Lemburg
your online event. Some of the topics we can cover: - our tools research and findings - our concepts for running an online conference or event - our experience with running EuroPython online - what we could do to support you - how our Zoom license sharing works - how you can apply for a grant - how

EuroPython 2020: Edited videos are online

2020-10-18 Thread M.-A. Lemburg
otal, covering a very broad set of Python topics, so there’s going to be something interesting for everyone. We hope to see you all again next year and perhaps even have a few more people attending EuroPython 2021 Online, now that the format has proven successful. Stay safe. Help spread the

EuroPython "Ask me Anything"

2020-09-22 Thread M.-A. Lemburg
Dear Community, we want to try a new experiment and run an “Ask me Anything” (AMA) this Thursday to answer questions you may have, share our knowledge or help you in planning your online event. Some of the topics we can cover: - our tools research and findings - our concepts for running an

EuroPython 2020: First batch of edited videos available

2020-09-15 Thread M.-A. Lemburg
We’re happy to release the first 30 cut videos of EuroPython 2020. You can watch them on our YouTube channel http://europython.tv/: * EuroPython 2020 Playlist * https://www.youtube.com/playlist?list=PL8uoeex94UhHgMD9GOCbEHWku7pEPx9fW Over the next few days/weeks, we’ll keep r

Proposal: Ignore all empty entries within $PYTHONPATH

2020-08-29 Thread David A. Wheeler
All: I propose that all empty entries with $PYTHONPATH be ignored. This would eliminate some accidents that can lead to security problems. I thought it'd be easiest to explain by drafting a PEP, so please see this first draft below. Thanks! Comments welcome. --- David A. Wh

Re: Spam, bacon, sausage and Spam (was: EuroPython 2020: Data Science Track)

2020-08-13 Thread M.-A. Lemburg
On 22.07.2020 15:00, Christian Heimes wrote: > Hi MAL, > > would it be possible to reduce the amount of EuroPython spam on > @python.org mailing lists to a sensible level? This mailing list is a > general discussion list for the Python programming language. It's not a > c

EuroPython 2020: Live Stream Recordings available

2020-08-13 Thread M.-A. Lemburg
the videos in a EuroPython 2020 Live Stream playlist: https://www.youtube.com/playlist?list=PL8uoeex94UhG33fVP7GZEo06gOHlhb0hk Unedited Videos --- What we are releasing today are unedited videos recorded for the main track rooms and days. The poster track recordings will be added today

EuroPython 2020: Data Science Track

2020-07-22 Thread M.-A. Lemburg
We are excited to announce a complete two day data science track at EuroPython 2020 Online, happening on Thursday and Friday (July 23 - 24). Yes, that’s starting tomorrow. Sorry for the short notice :-) * Data Science @ EuroPython 2020 * https://ep2020.europython.eu

EuroPython 2020: Presenting our Conference Booklet

2020-07-21 Thread M.-A. Lemburg
Our designer Jessica has created a beautiful conference booklet for you to use during the conference and keep as a memory afterwards. It provides all details, schedule, keynotes, sponsor listings, etc. in a single PDF. * EuroPython 2020 Conference Booklet * https://ep2020

EuroPython 2020: Introducing our Diamond Sponsor Bloomberg

2020-07-20 Thread M.-A. Lemburg
large Python eco-system they have built internally and how they are collaborating with the Python community. Please read a hosted blog post from Bloomberg on our blog with full detail: https://blog.europython.eu/post/624164489818980352/europython-2020-introducing-our-diamond-sponsor Help spread the

EuroPython 2020: Find a new job at the conference

2020-07-17 Thread M.-A. Lemburg
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors: * EuroPython 2020 Job Board * https://ep2020.europython.eu/sponsor/job-board/ Our sponsors would love to get in touch with you, so please have a look and visit them at

EuroPython 2020: Our Keynotes

2020-07-02 Thread M.-A. Lemburg
We’re happy to announce our keynote lineup for EuroPython 2020. * EuroPython 2020 Keynotes * https://ep2020.europython.eu/events/keynotes/ Guido van Rossum - Q&A -- In this session, you’ll get a chance to get your questions answere

EuroPython 2020: Opening our Merchandise Shop

2020-06-23 Thread M.-A. Lemburg
many products we have put up in the shop, and order the color and size completely individually. Any profit this creates will go towards the EuroPython 2021 financial aid budget, so will be put to good use. Save 15% until July 5 - Spreadshirt is giving a 15% discount on the

EuroPython 2020: Schedule published

2020-05-29 Thread M.-A. Lemburg
that we had so many good talk submissions that we were able to open a fourth track. Together with the newly added slots for the Indian / Asian / Pacific and Americas time zones, we now have a fully packed program, with: - more than 110 sessions - more than 110 speakers from around the world - 4

Phyton 32 or 64 bit?

2020-05-26 Thread R. A. Hoffman via Python-list
Good afternoon,   Please forgive what may be a stupid question. I’m an absolute beginner and downloaded Python 3.8 for 32bits. I’m running Windows 10 on 64bit machine.   Question 1 : is it OK to run Python (32 bits) on my machine ?   Question 2 : The download went fine. How do I go from

EuroPython 2020: First part of the program available

2020-05-10 Thread M.-A. Lemburg
projects: * EuroPython Society Grants Program * https://www.europython-society.org/grants We hope to see lots of you at the conference in July. Rest assured that we’ll make this a great event again — even within the limitations of running the conference online. Help

EuroPython 2020: Second call for proposals (CFP) - Going global

2020-05-08 Thread M.-A. Lemburg
After participating in several other online events in Europe, we found that there is a lot of interest in these events from other time zones as well. This is a real advantage of running an online event: without the need to travel, joining an event becomes much easier

Sharing our research and licenses for going online with Python events

2020-05-07 Thread M.-A. Lemburg
In March 2020, we had to make a tough decision on whether to cancel EuroPython 2020 or run it online. Since we did not want to lose continuity and all the work we had already put into the in-person event, we decided to go for an online version. Now, just as many other in-person events, running

EuroPython 2020: Call for Sponsors

2020-05-06 Thread M.-A. Lemburg
/ Sponsoring EuroPython guarantees you highly targeted visibility and the opportunity to present yourself and your company in a professional and innovative environment. We have updated our in-person conference sponsor packages to the new online format and lowered the prices, giving you an excellent

EuroPython 2020: Ticket sales started

2020-04-21 Thread M.-A. Lemburg
on 2020 main conference (July 23-24) and sprints days (July 25-26). - Business conference ticket: EUR 175.00 incl. 0% Swedish VAT (for people using Python to make a living) - Personal conference ticket: EUR 95.00 incl. 0% Swedish VAT (for people enjoying Python in their free time or as

Farewell to Oier Echaniz Beneitez

2020-04-18 Thread M.-A. Lemburg
We received the very sad news today, that Oier Echaniz Beneitez has passed away, after a long-term illness (not as a result of COVID-19): https://www.europython-society.org/post/615744838396215296/farewell-to-oier-echaniz-beneitez Oier was one of the initiators for bringing EuroPython to Bilbao

EuroPython 2020: Talk voting is open

2020-04-14 Thread M.-A. Lemburg
2020 Talk Voting * https://ep2020.europython.eu/events/talk-voting/ How talk voting works - The talk voting page lists all submitted proposals, including talks, helpdesks and posters. The proposals are sorted in random order. In order to vote, have a look at the

EuroPython 2020: CFP for the Online Event

2020-04-02 Thread M.-A. Lemburg
Since we had started the CFP under the assumption of running an in-person conference and are now switching EuroPython 2020 to an online event, we will extend the CFP for another two weeks until April 12, to give everyone who would like to participate in this new format, a chance to submit a

EuroPython 2020: Online conference from July 23-26

2020-03-31 Thread M.-A. Lemburg
, lightning talks, poster session (Thursday and Friday) - 2 sprint days with multiple sprint teams (Saturday and Sunday) Attending the conference days will require a ticket, participating in the sprint days will be free. We will publish additional information on the new format as it becomes

Re: How to copy paragraphs (with number formatting) and images from Words (.docx) and paste into Excel (.xlsx) using Python

2020-03-22 Thread A S
On Monday, 23 March 2020 01:58:38 UTC+8, Beverly Pope wrote: > > On Mar 22, 2020, at 9:47 AM, A S wrote: > > > > I can't seem to paste pictures into this discussion so please see both my > > current and desired Excel output here: > > > > https://st

How to copy paragraphs (with number formatting) and images from Words (.docx) and paste into Excel (.xlsx) using Python

2020-03-22 Thread A S
I have contract clauses in Words (.docx) format that needs to be frequently copy and pasted into Excel (.xlsx) to be sent to the third party. The clauses are often updated hence there's always a need to copy and paste these clauses over. I only need to copy and paste all the paragraph

EuroPython 2020: Going virtual / EuroPython 2021: Dublin, Ireland

2020-03-17 Thread M.-A. Lemburg
In our blog post on the COVID-19 last week, we were still hopeful that the situation would improve in time for the event in July. The last few days have shown us that we need to have a more realistic view on how things will develop in the coming months: https://blog.europython.eu/post

EuroPython 2020 and COVID-19

2020-03-12 Thread M.-A. Lemburg
guidelines. If you don’t feel well, please do not attend the conference - instead, please follow the COVID-19 advice of the Irish Health Service. We will refund your ticket. Should the conference need to be canceled as a result of the official ban still being in effect in July, we will refund

ANN: PyDDF Python Spring Sprint 2020

2020-03-11 Thread eGenix Team: M.-A. Lemburg
[This announcement is in German since it targets a local user group meeting in Düsseldorf, Germany] ANKÜNDIGUNG PyDDF Python Spring Sprint 2020 in Düsseldorf

EuroPython 2020: Call for Proposals now open

2020-03-09 Thread M.-A. Lemburg
We have opened the Call for Proposals today. It will be left open for three weeks and then close on: Sunday, March 29 23:59:59 CEST In order to submit a proposal, please log in to the site (or create an account first) and then proceed to the CFP page: * https

EuroPython 2020: Launching the conference website

2020-03-08 Thread M.-A. Lemburg
a better overview. - As you probably know, the Corona virus has hit Europe and we are closely monitoring the situation. We will publish separate blog posts on this topic. So far, we are hopeful that the situation will have calmed down by July. - We have prepared the sponsorship packages and

Application setup like windows msi

2020-03-04 Thread J A
I was wondering g if there was a way to distribute an application that took advantage of user input like a windows .msi does. On linux of course. -- https://mail.python.org/mailman/listinfo/python-list

EuroPython 2020: Call for Proposals opens on March 9th

2020-02-26 Thread M.-A. Lemburg
, creative or artistic things you’ve done with Python, to name a few. EuroPython is a community conference and we are eager to hear about your use of Python. Since feedback shows that our audience is very interested in advanced topics, we’d appreciate more entries in this category for EuroPython 2020

EuroPython 2020: Presenting our conference logo for Dublin

2020-02-18 Thread M.-A. Lemburg
packages and should have them ready early in March as well. Early bird sponsors will again receive a 10% discount on the package price. If you’re interested in becoming a launch sponsor, please contact our sponsor team at sponsor...@europython.eu. Help spread the word

Fwd: Pkg iter_module for different versions of python

2020-02-09 Thread J A
Might anyone know of a root place where python modules get saved to for both python2 and 3. I assume I'm looking for all of the places where "site-packages" can be written to. J -- Forwarded message ----- From: J A Date: Sun, 9 Feb 2020 at 17:56 Subject: Re: Pkg

Pkg iter_module for different versions of python

2020-02-09 Thread J A
as a sysadmin I've written several small tools as python command line apps that get installed with python setup.py install. I would now like to create another tool that would quickly list out all of my custom tools that may be installed on the system. so that others can get a quick menu of

Print statement

2020-01-28 Thread L A Smit
Please help me with this. squares =input("\nSquares: ") print(float((squares) *float(.15)) *(1.3)) Cant print answer. print(float((squares) * float(.15)) *(1.3)) TypeError: can't multiply sequence by non-int of type 'float' Thx L Smit -- https://mail.python.org/mailman/listinfo/python-lis

EuroPython 2020: Pre-launch Website Ready

2020-01-22 Thread M.-A. Lemburg
In the last couple of weeks we have put together a pre-launch site for EuroPython 2020, which has all the information around the event, as we currently know and can share with you. EuroPython 2020 Pre-launch Website * https://ep2020.europython.eu/ * The main

[PyDDF-Ann] ANN: Python Meeting Düsseldorf - 22.01.2020

2020-01-20 Thread eGenix Team: M.-A. Lemburg
[This announcement is in German since it targets a local user group meeting in Düsseldorf, Germany] ANKÜNDIGUNG Python Meeting Düsseldorf http://pyddf.de/ Ein

pyinstaller

2020-01-15 Thread L A Smit
Hi New to programming. Please can u help me. I have python 3.7 installed on linux peppermint 10 and pyinstaller 3.6 but dont know how to run pyinstaller or how to install it on the correct diectory. Thx L Smit -- https://mail.python.org/mailman/listinfo/python-list

Front end

2019-12-28 Thread L A Smit
Hi Don't know if this is the correct subject but i want a program like an invoice, You make an invoice and save it and the next one is ready to use. I am completely new to programming and want this program for myself. I want to use python to do it. Have already build the program but

Re: Extract all words between two keywords in .txt file (Python)

2019-12-11 Thread A S
On Thursday, 12 December 2019 04:55:46 UTC+8, Joel Goldstick wrote: > On Wed, Dec 11, 2019 at 1:31 PM Ben Bacarisse wrote: > > > > A S writes: > > > > > I would like to extract all words within specific keywords in a .txt > > > file. For the keywords, t

Re: Extract all words between two keywords in .txt file (Python)

2019-12-11 Thread A S
On Thursday, 12 December 2019 02:28:09 UTC+8, Ben Bacarisse wrote: > A S writes: > > > I would like to extract all words within specific keywords in a .txt > > file. For the keywords, there is a starting keyword of "PROC SQL;" (I > > need this to be case i

Extract all words between two keywords in .txt file (Python)

2019-12-11 Thread A S
I would like to extract all words within specific keywords in a .txt file. For the keywords, there is a starting keyword of "PROC SQL;" (I need this to be case insensitive) and the ending keyword could be either "RUN;", "quit;" or "QUIT;". This is my samp

Re: Extract sentences in nested parentheses using Python

2019-12-05 Thread A S
On Tuesday, 3 December 2019 23:48:21 UTC+8, Peter Otten wrote: > A S wrote: > > > On Tuesday, 3 December 2019 01:01:25 UTC+8, Peter Otten wrote: > >> A S wrote: > >> > >> I think I've seen this question before ;) > >> > >> > I a

Re: Extract sentences in nested parentheses using Python

2019-12-05 Thread A S
On Tuesday, 3 December 2019 06:22:52 UTC+8, DL Neil wrote: > On 3/12/19 6:00 AM, Peter Otten wrote: > > A S wrote: > > I think I've seen this question before ;) > > In addition to 'other reasons' for @Peter's comment, it is a common > ComSc worked

Re: Extract sentences in nested parentheses using Python

2019-12-03 Thread A S
On Tuesday, 3 December 2019 01:01:25 UTC+8, Peter Otten wrote: > A S wrote: > > I think I've seen this question before ;) > > > I am trying to extract all strings in nested parentheses (along with the > > parentheses itself) in my .txt file. Please see the sample .

Extract sentences in nested parentheses using Python

2019-12-02 Thread A S
codes but none of them seems to be able to extract all the nested parentheses. They can only extract a portion of the nested parentheses. Any advice on what I've done wrong could really help! Here are the three codes I have done so far: 1st attempt: import re from os.path import join

EuroPython 2020: Venue and location selected

2019-11-01 Thread M.-A. Lemburg
After a work intense RFP over two months with more than 40 venues competing, 18 first round entries, and two rounds of refinements, we are now happy to announce the winner: EuroPython 2020 will be held at the CCD in Dublin, Ireland, from July 20 - 26 2020 We will now

EuroPython 2019 - Videos for Friday available

2019-10-01 Thread M.-A. Lemburg
We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos. * EuroPython 2019 on our YouTube Channel * http://europython.tv/ In this batch, we have included all videos for Friday,

Finding lines in .txt file that contain keywords from two different set()

2019-09-08 Thread A S
My problem is seemingly profound but I hope to make it sound as simplified as possible.Let me unpack the details..: 1. I have one folder of Excel (.xlsx) files that serve as a data dictionary. -In Cell A1, the data source name is written in between brackets -In Cols C:D, it contains the

EuroPython 2019 - Videos for Wednesday available

2019-09-05 Thread M.-A. Lemburg
We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland. * EuroPython 2019 YouTube Channel * http://europython.tv/ In this batch, we have included all videos for Wednesday, July 10 2019, the first conference d

How to only read words within brackets/ parentheses (in .txt file) using Python

2019-09-04 Thread A S
I understand that reading lines in .txt files would look something like this in Python: with open('filename','r') as fd: lines = fd.readlines() However, how do I run my code to only read the words in my .txt files that are within each balanced parenthesis? I am not sure how to go about it

EuroPython 2019: Please send in your feedback

2019-09-02 Thread M.-A. Lemburg
EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t already done so: EuroPython 2019 Feedback Form * https

EuroPython Society Board 2019/2020

2019-08-27 Thread M.-A. Lemburg
For those of you who were not at EuroPython 2019, we’re happy to announce our new board for the next term: - Anders Hammarquist (Treasurer) - Angel Ramboi - Jakub Musko - Marc-André Lemburg (Chair) - Martin Christen (Vice Chair) - Raquel Dou - Silvia Uberti - Stephane Wirtel Together, we’ll head

EuroPython 2019: Attendee briefing

2019-07-05 Thread M.-A. Lemburg
EuroPython 2019 will start on Monday. Again we will have more than a thousand attendees signed up and we're looking forward to an exciting conference packed with more than 130 sessions from Monday - Sunday, July 8 - 14. Here's a summary of helpful information for all attendees: 1.

EuroPython 2019: Late Bird Rates and Day Passes

2019-07-03 Thread M.-A. Lemburg
-tickets/ * Late Bird Tickets - We will have the following categories of late bird ticket prices for the conference tickets: - Business conference ticket: EUR 775.00 excl. VAT, EUR 834.68 incl. 7.7% Swiss VAT (for people using Python to make a living) - Personal conference day pass

EuroPython 2019: Find a new job at the conference

2019-07-03 Thread M.-A. Lemburg
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors: EuroPython 2019 Job Board * https://ep2019.europython.eu/sponsor/job-board/ * Our sponsors would love to get in touch with you, so please have a look and visit them at

EuroPython 2019: Introducing MongoDB

2019-06-30 Thread M.-A. Lemburg
. Please find below a hosted blog post from MongoDB. Enjoy, – EuroPython 2019 Team https://ep2019.europython.eu/ https://www.europython-society.org/ MongoDB ❤ Python MongoDB is the leading modern, general-purpose database platform, designed to unleash the power of software and data

EuroPython 2019: More Attendee Updates

2019-06-30 Thread M.-A. Lemburg
We have had a whole set of updates in the last two days. In order not to spam you too much with all the blog post texts, we're sending out a summary. EuroPython 2019 Keynotes We are proud to announce our keynote lineup for EuroPython 2019: - AI in Contemporary A

EuroPython 2019: Mobile Conference App available

2019-06-26 Thread M.-A. Lemburg
The mobile app gives you access to the conference schedule (even offline), helps you in planing your conference experience (create your personal schedule with reminders) and provides a rich social engagement platform for all attendees. You can create a profile within the

EuroPython 2019: Schedule is online

2019-06-24 Thread M.-A. Lemburg
change in details, but the overall layout is fixed now. Book your EuroPython 2019 Ticket Please make sure you book your ticket in the coming days. We will switch to late bird rates next week. If you want to attend the training sessions, please buy a training pass in

  1   2   3   4   5   6   7   8   9   10   >