On 2/27/26 3:34 PM, Em wrote:
> So, the answer is to hardwire the code, stopping it from
> being portable, yes?
That is one answer, yes. But as I said there are other options.
--
https://mail.python.org/mailman3//lists/python-list.python.org
-Original Message-
From: Thomas Passin
Sent: Friday, February 27, 2026 11:47 AM
To: [email protected]
Subject: Re: Another issue between Win10 and Win 11 using
python
On 2/27/2026 9:49 AM, Em wrote:
>
> The statement is: ThisPath = os.getcwd()
>
> For 10 years i
On 2/27/2026 9:49 AM, Em wrote:
The statement is: ThisPath = os.getcwd()
For 10 years in Win 10 the line gave me the present path both when I used F5 in
an editor, and when I ran the program by a double-click on the name of the
program in the folder.
I now want to run the program in Win 11.
On 2/27/26 7:49 AM, Em wrote:
>
> The statement is: ThisPath = os.getcwd()
>
> For 10 years in Win 10 the line gave me the present path both when I used F5
> in an editor, and when I ran the program by a double-click on the name of the
> program in the folder.
>
> I now want to run the program
On 2/27/26 07:49, Em wrote:
The statement is: ThisPath = os.getcwd()
For 10 years in Win 10 the line gave me the present path both when I used F5 in
an editor, and when I ran the program by a double-click on the name of the
program in the folder.
I now want to run the program in Win 11.
As i
The statement is: ThisPath = os.getcwd()
For 10 years in Win 10 the line gave me the present path both when I used F5 in
an editor, and when I ran the program by a double-click on the name of the
program in the folder.
I now want to run the program in Win 11.
As in Win 10, F5 from an editor,
sonam Kumari via Python-list schreef op 20/06/2023 om 9:49:
>
> I've tried the above code and the bcc address does not receive the message, on the To & CC addresses receive it.
>
> Here are snippets from my code, perhaps something will stand out to you?
>
> to = '[email protected]'
> cc = 'e..
On Friday, November 30, 2012 at 7:00:27 AM UTC+5:30, [email protected] wrote:
> On Tuesday, September 30, 2008 8:00:16 AM UTC-8, Bernhard Walle wrote:
> > Hi,
> >
> > * cindy jones [2008-09-30 19:57]:
> > >
> > > Can someone tel me how to add c
On 2022-04-01, Christian Gollwitzer wrote:
> Am 01.04.22 um 01:26 schrieb Grant Edwards:
>> On 2022-03-31, Christian Gollwitzer wrote:
>>> Davmail is written in Java, not Python, but basically this should
>>> not matter if you only use it.
>>
>> Have you used it with OWA as the protocol?
>
> At
Am 01.04.22 um 01:26 schrieb Grant Edwards:
On 2022-03-31, Christian Gollwitzer wrote:
Davmail is written in Java, not Python, but basically this should
not matter if you only use it.
Have you used it with OWA as the protocol?
At least I thought so - this was in 2016 - 2017 and there was e
On 2022-03-31, Dennis Lee Bieber wrote:
> On Thu, 31 Mar 2022 16:22:33 -0700 (PDT), Grant Edwards
> declaimed the following:
>
>>
>>OWA is an HTTP-based API suspport by MS Exchange server.
>
> From what I found, M$ doesn't consider OWA to be an API... It expands
> to "Outlook Web App", period, (an
On Thu, 31 Mar 2022 16:22:33 -0700 (PDT), Grant Edwards
declaimed the following:
>
>OWA is an HTTP-based API suspport by MS Exchange server.
>
From what I found, M$ doesn't consider OWA to be an API... It expands
to "Outlook Web App", period, (and more recently is called "Outlook for the
On 2022-03-31, Grant Edwards wrote:
> Is anybody aware of any Python code for the Exchange OWA protocol/API?
>
> The OWA e-mail client I've been using has stopped working. It was a
> commerical Python application named Hiri, wich has been abandoned by
> the developer.
I'm trying out Thunderbird
On 2022-03-31, Dan Ciprus (dciprus) via Python-list
wrote:
> Yes, this ... I've been using this successfully for years and it
> obviously has its sad parts but it works pretty well overall.
Using the _OWA_ protocol? When our server switched from EWS to OWA, I
could no longer get it to work.
--
On 2022-03-31, Christian Gollwitzer wrote:
> Am 31.03.22 um 16:41 schrieb Grant Edwards:
>> Is anybody aware of any Python code for the Exchange OWA protocol/API?
>>
>> The OWA e-mail client I've been using has stopped working. It was a
>> commerical Python application named Hiri, wich has been a
On 2022-03-31, Dieter Maurer wrote:
> Grant Edwards wrote at 2022-3-31 07:41 -0700:
>>Is anybody aware of any Python code for the Exchange OWA protocol/API?
>
> According to "https://en.wikipedia.org/wiki/Outlook.com#Mail_client_access";
> Outlook.com (the modern name for OWA) supports "pop3" and
bject: Re: Exchange OWA using Python?
Am 31.03.22 um 16:41 schrieb Grant Edwards:
> Is anybody aware of any Python code for the Exchange OWA protocol/API?
>
> The OWA e-mail client I've been using has stopped working. It was a
> commerical Python application named Hiri, wich has b
Am 31.03.22 um 16:41 schrieb Grant Edwards:
Is anybody aware of any Python code for the Exchange OWA protocol/API?
The OWA e-mail client I've been using has stopped working. It was a
commerical Python application named Hiri, wich has been abandoned by
the developer.
So, for now, I'm stuck with
Our org does not have imap nor pop enabled so I guess it depends on your IT and
what's enabled for your org. Just my $.02 ..
On Thu, Mar 31, 2022 at 07:12:10PM +0200, Dieter Maurer wrote:
Grant Edwards wrote at 2022-3-31 07:41 -0700:
Is anybody aware of any Python code for the Exchange OWA pro
Grant Edwards wrote at 2022-3-31 07:41 -0700:
>Is anybody aware of any Python code for the Exchange OWA protocol/API?
According to "https://en.wikipedia.org/wiki/Outlook.com#Mail_client_access";
Outlook.com (the modern name for OWA) supports "pop3" and "imap",
both supported by Python library modu
Is anybody aware of any Python code for the Exchange OWA protocol/API?
The OWA e-mail client I've been using has stopped working. It was a
commerical Python application named Hiri, wich has been abandoned by
the developer.
So, for now, I'm stuck with the OWA web client. It's clumsy and
everything
> Hi.I am learning python and I am working with some netCDF files.
> Suppose I have temperature data from 1950-2020 and I want data for
> only 1960-2015. How should I extract it. --
Alternately, use https://unidata.github.io/netcdf4-python/ or gdal.
It might also be possible to read
https://st
Hi.I am learning python and I am working with some netCDF files. Suppose I have
temperature data from 1950-2020 and I want data for only 1960-2015. How should
I extract it.
--
https://mail.python.org/mailman/listinfo/python-list
On 03/01/2022 12:45, Joao Marques wrote:
Good morning: I have a very simple question: I want to start writing
programs in Python so I went to the Microsoft Store and installed
Python3.9. No problem so far. I would prefer to have a gui interface, an
interface that I can use file-->Open and File-
On Mon, Jan 3, 2022 at 8:06 AM Joao Marques wrote:
> Good morning: I have a very simple question: I want to start writing
> programs in Python so I went to the Microsoft Store and installed
> Python3.9. No problem so far. I would prefer to have a gui interface, an
> interface that I can use file-
Good morning: I have a very simple question: I want to start writing
programs in Python so I went to the Microsoft Store and installed
Python3.9. No problem so far. I would prefer to have a gui interface, an
interface that I can use file-->Open and File-->Save as, as I see it on
different videos. H
[email protected] wrote:
The following are some python TUI framework libraries/projects I have
discovered so far:
https://github.com/pfalcon/picotui
https://github.com/peterbrittain/asciimatics
https://github.com/bczsalba/pytermgui
https://github.com/GeorgeFilipkin/pulsemixer
https://github.c
Am 31.08.21 um 18:49 schrieb Chris Angelico:
On Wed, Sep 1, 2021 at 1:59 AM [email protected] wrote:
I want to know whether python can be used to create real-time interactive TUI,
as hstr [1] does.
[1] https://github.com/dvorka/hstr
Yes.
I think he also would like to know, how to achie
On Wednesday, September 1, 2021 at 12:49:51 AM UTC+8, Chris Angelico wrote:
> On Wed, Sep 1, 2021 at 1:59 AM [email protected] wrote:
> >
> > I want to know whether python can be used to create real-time interactive
> > TUI, as hstr [1] does.
> >
> > [1] https://github.com/dvorka/hstr
> >
>
On Tue, 31 Aug 2021 06:12:42 -0700 (PDT), "[email protected]"
declaimed the following:
>I want to know whether python can be used to create real-time interactive TUI,
>as hstr [1] does.
>
Most of these utilities appear to rely upon embedding commands into the
OS SHELL prompt. You could
On Wed, Sep 1, 2021 at 1:59 AM [email protected] wrote:
>
> I want to know whether python can be used to create real-time interactive
> TUI, as hstr [1] does.
>
> [1] https://github.com/dvorka/hstr
>
Yes.
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
I want to know whether python can be used to create real-time interactive TUI,
as hstr [1] does.
[1] https://github.com/dvorka/hstr
Regards,
HY
--
https://mail.python.org/mailman/listinfo/python-list
If you want text without tags, sometimes it's easier to use a text-based
web browser, EG:
#!/bin/sh
# for mutt to view html e-mails
#where html2txt is a shell script that performs the conversion, e.g. by
#calling
links -html-numbered-links 1 -html-images 1 -dump "file://$@"
#or
#
#lynx -force_
On 10/03/2021 13:19, S Monzur wrote:
I initially scraped the links using beautiful soup, and from those links
downloaded the specific content of the articles I was interested in
(titles, dates, names of contributor, main texts) and stored that
information in a list. I then saved the list to a tex
I initially scraped the links using beautiful soup, and from those links
downloaded the specific content of the articles I was interested in
(titles, dates, names of contributor, main texts) and stored that
information in a list. I then saved the list to a text file.
https://pastebin.com/8BMi9qjW .
On 10/03/2021 04:35, S Monzur wrote:
Thanks! I ended up using beautiful soup to remove the html tags and create
three lists (titles of article, publications dates, main body) but am still
facing a problem where the list is not properly storing the main body.
There is something wrong with my code
On Tue, Mar 9, 2021 at 10:36 PM S Monzur wrote:
>
> Thanks! I ended up using beautiful soup to remove the html tags and create
> three lists (titles of article, publications dates, main body) but am still
> facing a problem where the list is not properly storing the main body.
> There is something
Thanks! I ended up using beautiful soup to remove the html tags and create
three lists (titles of article, publications dates, main body) but am still
facing a problem where the list is not properly storing the main body.
There is something wrong with my code for that section, and any comment
would
No problem, list just converts everything into plain/txt which is GREAT ! :-)
So without digging deeply into what you need to do: I am assuming that your
input contains html tags. Why don't you utilize lib like:
https://pypi.org/project/beautifulsoup4/ instead of doing harakiri with parsing
da
Thank you and apologies! I did not realize how jumbled it was at the
receiver's end.
The code is now at this site : https://pastebin.com/wSi2xzBh
I'm basically trying to do a few things with my code-
1.
Extract 3 strings from the text- title, date and main text
2.
Remove all tags
If you could utilized pastebin or similar site to show your code, it would help
tremendously since it's an unindented mess now and can not be read easily.
On Wed, Mar 10, 2021 at 03:07:14AM +0600, S Monzur wrote:
Dear List,
Newbie here. I am trying to loop over a text file to remove html tags,
Dear List,
Newbie here. I am trying to loop over a text file to remove html tags,
punctuation marks, stopwords. I have already used Beautiful Soup (Python v
3.8.3) to scrape the text (newspaper articles) from the site. It returns a
list that I saved as a file. However, I am not sure how to use a l
On 13Nov2020 15:53, Anthony Steventon wrote:
>Thanks for the help from everyone.
>Operating system is windows 7. Download installation file is
>python-3.7.9-amd64.exe downloaded from python.org. No problems when I run it,
>installation successful.
>Have tried 2 + 3 with a result of 5 at the comm
message telling me the entry is undefined.
Anthony Steventon.
From: Bob Gailer
Sent: Thursday, November 12, 2020 8:58 PM
To: Anthony Steventon
Cc: python list
Subject: Re: How to start using python
On Nov 12, 2020 10:41 PM, "Anthony Steventon" wrote:
>
> I am new to Python and
I am not feeling well these days. It is sometimes difficult for me to
respond to others the way I would like to. This is a long reply; in my
humble opinion is important to read all of it
1-whenever you respond to an email from one of us please include the help
list what you can do by reply-all si
On Nov 12, 2020 10:41 PM, "Anthony Steventon"
wrote:
>
> I am new to Python and have downloaded the software onto my pc. There is
no shortcut on my desktop. How the heck do I access it to start learning
how to program with it?
Visit www.Python.Org there should be some links to tutorials that shou
I am new to Python and have downloaded the software onto my pc. There is no
shortcut on my desktop. How the heck do I access it to start learning how to
program with it?
Anthony Steventon.
--
This email has been checked for viruses by AVG.
https://www.avg.com
--
https://mail.python.org/mailman
On 2020-09-15 08:19, Suresh Unnikrishnan wrote:
Team,
I use python version 3.8.4.
I tried to import folium using IDLE but it was unsuccessful as it throws
errors. After that, I tried to use pip install folium in the command prompt
but it also throws an error. Kindly advise the steps to install f
Team,
I use python version 3.8.4.
I tried to import folium using IDLE but it was unsuccessful as it throws
errors. After that, I tried to use pip install folium in the command prompt
but it also throws an error. Kindly advise the steps to install folium.
Regards,
U.Suresh.
--
https://mail.python
Any solution possible for this.
Please let me know
--
https://mail.python.org/mailman/listinfo/python-list
On 14/07/2020 11:53 am, Steve wrote:
> I am looking for an app for my Moto e6 android phone that will accept a
> number of hours and count down. Then will beep every minute until I cancel
> the app. This is to remind me when to take my insulin.
>
>
>
> It has been written in python but I do not
I am looking for an app for my Moto e6 android phone that will accept a
number of hours and count down. Then will beep every minute until I cancel
the app. This is to remind me when to take my insulin.
It has been written in python but I do not know how to convert it to an app.
I wonder how m
Sorry for not making it clear.
I tried below code
# import modules
from openpyxl import *
from openpyxl.styles import *
import webbrowser
import pandas
from openpyxl.worksheet.datavalidation import DataValidation
# Read all Excels into pandas dataframes
sowexcel = pandas.read_excel('Billing Rost
On 11/07/20 8:34 PM, [email protected] wrote:
Any suggestions please
Clarify the requirements, rather than starting with a 'solution'.
Communicate the constraints, eg what is already in-place.
"vlookup" has particular meaning in worksheet/spreadsheet packages. Is
that what you are usin
Any suggestions please
--
https://mail.python.org/mailman/listinfo/python-list
On 5/07/20 5:20 AM, [email protected] wrote:
I am trying to assign a widget to an excel cell. Convertion wont help me.Thanks
If you are following this post, you may be interested to view:-
Using Widgets in Jupyter Notebook (Video)
July 5, 2020
in the Mouse vs Python series. Whilst I have
On 5/07/20 5:20 AM, [email protected] wrote:
I am trying to assign a widget to an excel cell. Convertion wont help me.Thanks
That's true - and false!
Unfortunately, these posts have revealed little about you and your level
of understanding of Python specifically, and computer programmi
I am trying to assign a widget to an excel cell. Convertion wont help me.Thanks
--
https://mail.python.org/mailman/listinfo/python-list
Thx kushal for your valuable points
--
https://mail.python.org/mailman/listinfo/python-list
On 29/06/20 6:01 AM, [email protected] wrote:
Datepicker is returning two different types. before date change its and after change its
Well done!
When it is printed, the date probably makes sense (to us), and the
debug-print has given you the opportunity to make sure the data is
exa
[email protected] writes:
> When I run the python code I should be able to open my Excel and when
> I click on one Excel cell I should have my datepicker widget popped up
> and I should be able to select any date from my datepicker widget as
> my Excel cell value
>
> Tried below code but in
Is there any other way to achieve my query?
--
https://mail.python.org/mailman/listinfo/python-list
Do we have any other to achive my query
--
https://mail.python.org/mailman/listinfo/python-list
Datepicker is returning two different types. before date change its and after change its
--
https://mail.python.org/mailman/listinfo/python-list
On 29/06/20 3:04 AM, [email protected] wrote:
When I run the python code I should be able to open my Excel and when I click
on one Excel cell I should have my datepicker widget popped up and I should be
able to select any date from my datepicker widget as my Excel cell value
Tried below
When I run the python code I should be able to open my Excel and when I click
on one Excel cell I should have my datepicker widget popped up and I should be
able to select any date from my datepicker widget as my Excel cell value
Tried below code but in vain: (Used jupyter Notebook)
from ipywid
On 15 Apr 2020 10:28, Peter Otten <[email protected]> wrote:
[email protected] wrote:
> On 12 Apr 2020 12:30, Peter Otten <[email protected]> wrote:
>
> Rahul Gupta wrote:
>
> >for line in enumerate(csv_reader):
> >print(line[csv_reader.
[email protected] wrote:
>On 12 Apr 2020 12:30, Peter Otten <[email protected]> wrote:
>
> Rahul Gupta wrote:
>
> >for line in enumerate(csv_reader):
> >print(line[csv_reader.fieldnames[1]])
>
> enumerate() generates (index, line) tuples that you need to unpack:
>
On 12 Apr 2020 12:30, Peter Otten <[email protected]> wrote:
Rahul Gupta wrote:
> for line in enumerate(csv_reader):
> print(line[csv_reader.fieldnames[1]])
enumerate() generates (index, line) tuples that you need to unpack:
for index, line in enumerat
@Peter Thanks alot
--
https://mail.python.org/mailman/listinfo/python-list
Rahul Gupta wrote:
> for line in enumerate(csv_reader):
> print(line[csv_reader.fieldnames[1]])
enumerate() generates (index, line) tuples that you need to unpack:
for index, line in enumerate(csv_reader):
print(line[csv_reader.fieldnames[1]])
If you want to keep track o
import csv
import numpy as np
with open("D:\PHD\obranking\\cell_split_demo.csv", mode='r') as csv_file:
csv_reader = csv.DictReader(csv_file)
print(csv_reader.fieldnames)
col_count = print(len(csv_reader.fieldnames))
#print(sum(1 for row in csv_file))
row_count = 0
Rahul Gupta wrote:
> On Sunday, April 12, 2020 at 1:35:10 PM UTC+5:30, Rahul Gupta wrote:
>> the cells in my csv that i wrote looks likes this
>>
['82#201#426#553#602#621#811#908#1289#1342#1401#1472#1593#1641#1794#2290#2341#2391#3023#3141#3227#3240#3525#3529#3690#3881#4406#4421#4497#4719#4722#492
On Sunday, April 12, 2020 at 1:35:10 PM UTC+5:30, Rahul Gupta wrote:
> the cells in my csv that i wrote looks likes this
> ['82#201#426#553#602#621#811#908#1289#1342#1401#1472#1593#1641#1794#2290#2341#2391#3023#3141#3227#3240#3525#3529#3690#3881#4406#4421#4497#4719#4722#4920#5053#5146#5433']
> and
Rahul Gupta wrote:
> the cells in my csv that i wrote looks likes this
>
['82#201#426#553#602#621#811#908#1289#1342#1401#1472#1593#1641#1794#2290#2341#2391#3023#3141#3227#3240#3525#3529#3690#3881#4406#4421#4497#4719#4722#4920#5053#5146#5433']
> and the cells which are empty looks like [''] i have
the cells in my csv that i wrote looks likes this
['82#201#426#553#602#621#811#908#1289#1342#1401#1472#1593#1641#1794#2290#2341#2391#3023#3141#3227#3240#3525#3529#3690#3881#4406#4421#4497#4719#4722#4920#5053#5146#5433']
and the cells which are empty looks like ['']
i have tried the following code
ay to copy and paste the images into the Excel, along with
> the paragraphs as well. Do you have an idea? :)
I’m glad to hear that solution worked for you. With that said, I only went to
stackoverflow out of curiosity and happened ro see the posted solution. I
probably know less about usin
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://stackoverflow.com/questions/60800494/how-to-copy
> 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://stackoverflow.com/questions/60800494/how-to-copy-paragraphs-with-number-formatting-and-images-from-words-docx-an
>
>
s and images after the
contents page. Here is a sample of the Clause document
(https://drive.google.com/open?id=1ZzV29R6y2q0oU3HAVrqsFa158OhvpxEK).
I have tried doing up a code using Python to achieve this outcome. Here is the
code that I have done so far:
!pip install python-docx
import docx
i
Hello,
I am relatively new to Python and Machine Learning.
I have a basic dataset for insurance fraud and a script that generates the
model and runs the predictions.
I am able to output the accuracy percentages, but I would like to also output
the feature dependencies: For example, what role did
--
https://mail.python.org/mailman/listinfo/python-list
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 am trying to extract all strings in nested parentheses (along with
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-problem or assignment. (in which case, we'd appr
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 am trying to extract all strings in nested parentheses (along with
>> > the parentheses itself) in my .txt file. Please see the sample .txt
>> > fi
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 .txt file that
> > I have used i
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-problem or assignment. (in which case, we'd appreciate
being told that you/OP is asking for help with "homework")
I
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 .txt file that
> I have used in this example here:
> (https://drive.google.com/open?id=1UKc0ZgY9Fsz5O1rSeBCL
I am trying to extract all strings in nested parentheses (along with the
parentheses itself) in my .txt file. Please see the sample .txt file that I
have used in this example here:
(https://drive.google.com/open?id=1UKc0ZgY9Fsz5O1rSeBCLqt5dwZkMaQgr).
I have tried and done up three different cod
On 11/5/19, robin deatherage wrote:
>
> MS Windows uses a UAC User Control. So it is best to not add a package
> to an Admin user on Windows.
The OP would have to install Python in a location that that's
inaccessible to standard users and add this directory to the system
PATH. It's dysfunctional
On 11/5/19, robin deatherage wrote:
>
> MS Windows uses a UAC User Control. So it is best to not add a package
> to an Admin user on Windows.
The OP would have to install Python in a location that that's
inaccessible to standard users and add this directory to the system
PATH. It's dysfunctional
On 11/5/2019 12:26 PM, robin deatherage wrote:
Also there is no limit to how many different versions of Python you use on
Windows---As long as you have a different UAC Control user logged in Windows
for each one you add. I have 2.75, 3.5, 3.6, 3.7.0 and now 3.8 on my Windows
now and all work
On Tuesday, November 5, 2019 at 10:06:49 AM UTC+8, Francois van Lieshout wrote:
> Hi, i installed python 3.8 the latest version but it doesn’t work, i get
> “permission denied” when trying to acces python in the CLI and also i can’t
> run my code from my python files in the command-line nor in ID
Outlook voor Android downloaden<https://aka.ms/ghei36>
Van: Francois van Lieshout
Verstuurd: maandag 4 november 2019 18:19
Aan: [email protected]
Onderwerp: permission denied using python 3.8
Hi, i installed python 3.8 the latest version but it d
A S writes:
> 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?
>
>
A S wrote:
> 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 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
Hi Chris,
Want to run a command line on the remote windows machine [on powershell
command line] from linux device
I want to check what are the drivers are installed on the remote window
machine from a Linux machine using python.
Thanks,
On Tue, Aug 20, 2019 at 5:05 PM Chris Green wrote
Iranna Mathapati wrote:
> Hi Team,
>
> can you please let me know , is there any module to connect the remote
> Windows system from Linux using python module?
>
We need more information, what sort of 'connect' to a remote Windows
system do you want? I.e.:-
Do
;
> On Tue, Aug 20, 2019 at 7:03 AM Kyle Stanley wrote:
>
>> I would recommend checking out WMI: https://pypi.org/project/WMI/
>>
>> For remote connection as a named user (official WMI docs):
>> http://timgolden.me.uk/python/wmi/tutorial.html#connecting-to-a-remote-machine-
1 - 100 of 2349 matches
Mail list logo