All,
I have been going in circles trying to format a floating point number so
there is only 1 decimal place. In reading all of the gobble-gook that
passes for Python advice, it looked like I should have done this:
numStr = '3.14159'
num = float(numstr) # OK so far
numFmt = format(num, '{
On 9/4/19 1:25 PM, Chris Angelico wrote:
On Thu, Sep 5, 2019 at 3:16 AM Dave via Python-list
wrote:
All,
I have been going in circles trying to format a floating point number so
there is only 1 decimal place. In reading all of the gobble-gook that
passes for Python advice, it looked like I
On 9/4/19 1:38 PM, Rhodri James wrote:
On 04/09/2019 18:12, Dave via Python-list wrote:
My question is why, and where do I find a reliable source of
information on formatting numbers? Not interested in replacement
values like '{} {}'.format(1, 2).
Here:
https://docs.python.org
On Mon, 09 Sep 2019 10:23:57 -0700, Tobiah wrote:
> We upgraded a server to 18.04 and now when I start typing
> a python file (seems to be triggered by the .py extension)
> the tabs default to 4 spaces. We have decades of code that
> use tab characters, and it has not been our intention to
> chan
On Mon, 09 Sep 2019 10:23:57 -0700, Tobiah wrote:
> We upgraded a server to 18.04 and now when I start typing
> a python file (seems to be triggered by the .py extension)
> the tabs default to 4 spaces. We have decades of code that
> use tab characters, and it has not been our intention to
> chan
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef [email protected]:
> Hi everybody,
>
> For school i need to write the right code to get the following outcome.
> Can someone help me with this
> I can't find a solution to link the word high to 1.21.
>
> 11 print(add_vat(101, 'high'))
> 12
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef [email protected]:
> Hi everybody,
>
> For school i need to write the right code to get the following outcome.
> Can someone help me with this
> I can't find a solution to link the word high to 1.21.
>
> 11 print(add_vat(101, 'high'))
> 12
Op dinsdag 10 september 2019 14:36:13 UTC+2 schreef Pankaj Jangid:
> [email protected] writes:
>
> > For school i need to write the right code to get the following outcome.
> > Can someone help me with this
> > I can't find a solution to link the word high to 1.21.
> >
> > 11 print(add_vat(
Op dinsdag 10 september 2019 14:45:58 UTC+2 schreef inhahe:
> On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid
> wrote:
>
> > [email protected] writes:
> >
> > > For school i need to write the right code to get the following outcome.
> > > Can someone help me with this
> > > I can't find a so
Hi everybody,
For school i need to write the right code to get the following outcome.
Can someone help me with this
I can't find a solution to link the word high to 1.21.
11 print(add_vat(101, 'high'))
12 print(add_vat(101, 'low'))
Outcome:
122.21
110.09
Thanks!
--
https://mail.python.org
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef [email protected]:
> Hi everybody,
>
> For school i need to write the right code to get the following outcome.
> Can someone help me with this
> I can't find a solution to link the word high to 1.21.
>
> 11 print(add_vat(101, 'high'))
> 12
Am 21.09.2019 um 19:57 schrieb Dave Martin:
> Can you provide an example of how to use the suite feature. Thank you.
>
There is no suite feature, Terry just tried to explain indented
blocks to you in simple words. Really, indented blocks are one of
the most basic aspects of Python. You *need* t
> On 25/09/2019 12:04, Ulrich Goebel wrote:
>
> > Hello,
> > what I want:
> > I want a function which converts a markdown-formatted string to a
> > latex-formatted string
>
> [snip]
>
> > I have a extern tool pandoc which does exactly what I want, but it
> > works on files. This tool is able to wo
What is the best approach for launching a Python GUI program
on a Linux platform. The program will be distributed in .deb
format. So the .deb will contain a menu file as well as a
.desktop file. The post install script will update the system
menu.
My question is how should the program be execut
On Tue, 12 Nov 2019 18:39:38 +, Rhodri James wrote:
> On 12/11/2019 18:25, Rob Gaddi wrote:
>> On 11/12/19 10:06 AM, Wildman wrote:
>>> What is the best approach for launching a Python GUI program
>>> on a Linux platform. The program will be distributed in .deb
>>> format. So the .deb will c
On Sun, 17 Nov 2019 18:27:45 +, Barry Scott wrote:
>> On 12 Nov 2019, at 20:24, Wildman via Python-list
>> wrote:
>>
>> Yes, I prefer to envoke env in the shebang line instead of
>> depending on the path. Paths can change especially in a
>> multi-user s
On Tue, 19 Nov 2019 05:09:07 +1100, Chris Angelico wrote:
> On Tue, Nov 19, 2019 at 5:06 AM Wildman via Python-list
> wrote:
>>
>> On Sun, 17 Nov 2019 18:27:45 +, Barry Scott wrote:
>>
>> >> On 12 Nov 2019, at 20:24, Wildman via Python-list
>> >
On Mon, 18 Nov 2019 22:15:31 +0100, Peter J. Holzer wrote:
> On 2019-11-18 15:01:57 -0600, Wildman via Python-list wrote:
>> On Tue, 19 Nov 2019 05:09:07 +1100, Chris Angelico wrote:
>> > On Tue, Nov 19, 2019 at 5:06 AM Wildman via Python-list
>> > wrote:
>> >
On Wed, 04 Dec 2019 20:25:33 +, RobH wrote:
> I am trying to do this project on a pi zero:
>
> http://frederickvandenbosch.be/?p=1365
>
> I copied the code to the pi zero Download folder and when I run it I get
> the above error at line 4
> Import Adafruit_SSD1306
>
> I am using python ver
Am 22.12.2019 um 21:34 schrieb Batuhan Taskaya:
> I encounter with cases like doing a function 6 time with no argument, or
> same arguments over and over or doing some structral thing N times and I
> dont know how elegant I can express that to the code. I dont know why but I
> dont like this for _
I have a drawing in a .gif file with (a,b) pixels and want to paperprint
it in a position (x,y), what would be the code?
--
https://mail.python.org/mailman/listinfo/python-list
On Mon, 09 Mar 2020 11:47:24 +0530, sachin thakur wrote:
What is the problem? If you attached a screenshot to your post
it was dropped. This is a text only group. Explain the problem
or put the screenshot on a cloud site such as Dropbox and post
the link.
--
GNU/Linux user #557453
The cow di
Why they are ads on this mailing list ?
‐‐‐ Original Message ‐‐‐
Le samedi 7 mars 2020 06:39, a écrit :
> Besant Technologies providing Python Training in Chennai with expert guidance
> and fully hands-on classes. Python is a high-level programming language
> sometimes it also denoted
When you build python binaries from source, how to add external modules?
For example, to install cython, conventional method is building python first,
then running setup.py for cython.
I'd like to combine the 2-step into one.
Thanks
James
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, March 18, 2020 at 4:44:46 PM UTC-7, Michael Torrie wrote:
> Cython requires a working Python interpreter to run the setup.py. How
> would that work when building python itself?
Python binary is built with a host of default modules. My question was how to
promote external module(s)
Am 02.04.2020 um 20:09 schrieb J Conrado:
> Hi,
>
> I have the version of python installed:
> Python 3.7.6 and Python 3.8.1
> If I type:
> python
> Python 3.7.6 (default, Jan 8 2020, 19:59:22)
> [GCC 7.3.0] :: Anaconda, Inc. on linux
> Type "help", "copyright", "credits" or "license" for more inf
I need somehelpwith Python 36-32 and 38-32
I have been using sublime text 3 asmy ide for about 1 year now and everything
was fine -I tried to change to Pycharm 2020 - I was going to use sublime 3 as
my IDE for python36-32 and the Pycharm2020 forthe IDE forPython38-32.
Unfortunatly snt wrong as
hello python-list and the subsribers,
I just bought a rdp from someone and try to install python in order to running
youtube-dl but when I just run a simple youtube-dl command like 'youtube-dl
[youtube video url]' it got me this message :
ERROR: Unable to download webpage: (caused by
URLError
I have tried '-pip install certifi' but it didnt work
I can provide the rdp login to you who want to help, just wont waste my cash
for 1 month rdp.
Sent with ProtonMail Secure Email.
‐‐‐ Original Message ‐‐‐
On Thursday, April 30, 2020 4:11 AM, separated via Python-li
thank you for your suggestion, maurer. surprisingly it works.
I tried to download chrome instead my previous browser is firefox, just
download it and try to do a simple youtube-dl command and it works.
but I still dont know why when I running a command 'youtube-dl -U' then got a
message 'ERROR:
On Sat, 09 May 2020 22:06:01 +0530, Akshay Ghodake wrote:
> Hello,
>
> I want a help to concatenation of multiple video files into a single file
> in python.
>
> Any help will be greatly appreciated.
>
> Best regards,
> Akshay Ghodake
This might help...
https://kkroening.github.io/ffmpeg-pyth
TLDR; if you are a Python 'Master' then feel free to skim the first part
(which you should know hands-down), until the excerpts from 'the manual'
and from there I'll be interested in learning from you...
Yesterday I asked a junior prog to expand an __init__() to accept either
a series of (>1)
On 8/07/20 12:45 AM, Chris Angelico wrote:
On Tue, Jul 7, 2020 at 10:28 PM Frank Millman wrote:
Hi all
After iterating over a sequence, the final element is still accessible.
In this case, the variable 'i' still references the integer 4.
Yes, it's guaranteed. It isn't often useful; but the
On 7/07/20 7:21 PM, Mike Dewhirst wrote:
Original message
For comparison, here's the original form:-
>>> def f( a, *b, c=0 ):
... print( a, type( a ) )
... print( c, type( c ) )
... print( b )
...
>>> f( 1, 'two', 3, 'four' )
1
0
('two', 3, 'four')
Shouldn't
On 7/07/20 7:44 PM, Kyle Stanley wrote:
Can you explain why these two (apparently) logical assignment processes
have been designed to realise different result-objects?
The reason is because of the conventions chosen in PEP 3132, which
implemented the feature in the first place. It wa
On 8/07/20 2:40 PM, Kyle Stanley wrote:
A matter of style, which I like to follow [is it TDD's influence? - or
does it actually come-from reading about DBC (Design by Contract*)?] is
the injunction that one *not* vary the value of a parameter inside a
method/function.
(useful
On 8/07/20 11:11 PM, o1bigtenor wrote:
On Tue, Jul 7, 2020 at 2:30 AM Mike Dewhirst <mailto:[email protected]>> wrote:
Original message From: dn via Python-list
mailto:[email protected]>> Date:
7/7/20 16:04 (GMT+10:00) To: 'Python
On 11/07/20 5:19 AM, Chris Angelico wrote:
On Sat, Jul 11, 2020 at 3:10 AM Jithesh Thirumaran
wrote:
please uninstall the site packages of python 3.7.2 and tell me the result
thank you
The result was 1.
@Chris, we should discuss this: A correc
Do you prefer to limit the number of parameters accepted by a single
function/method, and if so, how do you handle situations where more data
is needed?
TLDR; specific questions at the end of this msg
Along with one of our list-colleagues (a fellow graduate?survivor from
the time of mainfram
On 12/07/20 10:10 PM, Barry Scott wrote:
On 12 Jul 2020, at 00:15, DL Neil via Python-list
mailto:[email protected]>> wrote:
That does not necessarily mean that the function needs to know
the particular representation or form of that data. Let those be
objects with getter metho
On 18/07/20 3:36 AM, J Conrado wrote:
HI,
I have an excel file with several columns, the first day/month,/year and
hour:
Data
01/11/2017 00:00
01/11/2017 03:00
...
Please, how can I get four arrays for day, month, year and hour this
column of my excel.
What do you have so-far?
How are y
On 18/07/20 11:06 AM, Dennis Lee Bieber wrote:
On Sat, 18 Jul 2020 09:08:50 +1200, dn via Python-list
declaimed the following:
Assuming the import produces a string, are you able to "slice" the
string into the requisite components?
Given the OP's stated output --
On 18/07/20 1:53 PM, Castillo, Herbert S wrote:
I downloaded python not to long ago, and today when I opened Python on Windows
it gave me a modify setup prompt. I have tried to click on modify , repair and
even uninstalled and installed it back, but when I try to open Python up again,
I keep o
On 17/07/20 7:22 PM, Shanmika Sugavaneswaran wrote:
Though I install the setup , I couldn’t find Python in my system . I don’t know
what cause the problem. Please help me!
Please advise if the answer is not already covered in
https://docs.python.org/dev/using/windows.html
--
Regards =dn
--
h
On 18/07/20 12:04 PM, stack flow wrote:
help please.
On Thursday, July 16, 2020 at 10:38:23 PM UTC-4, stack flow wrote:
Hi,
I have excel file with multiple sheets and need output as yml file for each
sheet. could someone help me with python code? following is an example:
aep sheet:
aep
On 18/07/20 3:29 PM, boB Stepp wrote:
On Fri, Jul 17, 2020 at 9:48 PM dn via Python-list
wrote:
On 18/07/20 1:53 PM, Castillo, Herbert S wrote:
I downloaded python not to long ago, and today when I opened Python on Windows
it gave me a modify setup prompt. I have tried to click on modify
On 18/07/20 11:48 PM, Oscar Benjamin wrote:
On Sat, 18 Jul 2020 at 05:39, dn via Python-list wrote:
On 18/07/20 3:29 PM, boB Stepp wrote:
On Fri, Jul 17, 2020 at 9:48 PM dn via Python-list
wrote:
On 18/07/20 1:53 PM, Castillo, Herbert S wrote:
I downloaded python not to long ago, and
I can't seem to figure out what I am doing wrong. I have tried everything.
This is what it is supposed to do:
(1) Prompt the user for a title for data. Output the title. (1 pt)
Ex:
Enter a title for the data:
Number of Novels Authored
You entered: Number of Novels Authored
(2) Prompt the use
On 7/22/20 7:16 AM, Dennis Lee Bieber wrote:
On Tue, 21 Jul 2020 06:38:55 -0700 (PDT), ksikor14--- via Python-list
declaimed the following:
Since this is apparently a homework assignment, I'm not going to
provide fixes -- just some comments.
Logic error?
(not entirely poking-fu
On 7/21/20 9:32 PM, Peter Slížik wrote:
Hi list, two related questions:
1. Why do functions used to iterate over collections or dict members return
specialized objects like
type(dict.keys()) -> class 'dict_keys'
type(dict.values()) -> class 'dict_values'
type(dict.items()) -> class 'dict_items'
On 7/22/20 1:31 PM, Stavros Macrakis wrote:
I see how to limit the *depth* in pretty-printing:
import pprint
pprint.PrettyPrinter(depth=2).pprint(((11,12,13),(21,22,23,(241,242,243),25,26,27)))
((11, 12, 13),
(21, 22, 23, (...), 25, 26, 27))
But I would also like to limit the *length, *someth
On 7/22/20 4:46 PM, Mathiyazhagan S wrote:
Dear Sir/Madam,
I'm new to the python program.
I'm trying to install the "numby" or anything to add into the library by
using the windows command prompt I'm getting some error please find the
attachment.
So please help me to resolve this issue.
On 23/07/2020 10:33, Chris Angelico wrote:
-- Forwarded message -
From: Jeff Linahan
See attached image. Would be nice if it printed "SyntaxError: unbalanced
parens" as it can difficult to see the problem if code like this is run in
an environment that only prints the problem
On 23/07/2020 10:46, Ethan Furman wrote:
On 7/22/20 2:57 PM, Jeff Linahan wrote:
Subscribing to the mailing list as per the bot's request and resending.
*beep* *whir*
WE ARE NOT
*click* *whi*
A BOT.
*bzzzt*
WE ARE
*bzzzt* *click*
ADVANCED LIFE
*whi*
FORMS
*click*
*beep*
On 23/07/2020 11:51, Chris Angelico wrote:
On Thu, Jul 23, 2020 at 9:17 AM dn via Python-list
wrote:
However, questions remain:-
Robot: any machine or mechanical device that operates automatically with
humanlike skill
What about a human that operates mechanically with merely robot-like
On 22/07/2020 05:37, Peter J. Holzer wrote:
On 2020-07-13 17:21:40 +1200, dn via Python-list wrote:
On 12/07/20 10:10 PM, Barry Scott wrote:
I'd expect to see something like this:
def mail_label( person, address ):
first_name = person.first_name
# or if you want a function inte
On 23/07/2020 20:39, Christian Heimes wrote:
On 23/07/2020 02.12, Cameron Simpson wrote:
On 22Jul2020 15:00, Christian Heimes wrote:
...
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 li
Redirected from Digest (see below)
On 23/07/2020 11:59, Stavros Macrakis wrote:
> Mousedancer, thanks!
Yes, I even look like a (younger) Kevin Costner!
(you believe me - right!?)
> As a finger exercise, I thought I'd try implementing print-level and
print-length as an object-to-object transf
On 25/07/2020 06:35, Random832 wrote:
On Tue, Jul 21, 2020, at 15:54, Terry Reedy wrote:
The transformers should be once-through iterators because they can be
passed once-through interators. I suppose one could make them iterables
and add an attribute 'pristine' set to True in __init__ and Fals
Let me preface this reply with the concern that my level of competence,
in this area, is insufficient. However, there are a number of folk
'here' who are 'into' Python's internals, and will (hopefully) jump-in...
Also, whilst we appear to be concentrating on understanding the content
of a dat
On 27/07/2020 00:56, Termoregolato wrote:
There is any way to check if a directory is already symlinked, without
controlling every symlink viewing the link? That is a bit time
consuming, due I've two or three directory that can have a new symlink,
but I've to check on a list of 20-3 symlin
On 29/07/2020 07:29, J. Pic wrote:
Ideas for solutions:
- use pip install --user at home, copy over ~/.local/lib/python3.8/site-packages
- same, but with ~/.cache/pip
...or even building an entire parallel Python environment on an
Internet-connected machine (even a VM), from which the PYTHON
On 31/07/2020 07:25, Barry Scott wrote:
Use the Reply or Reply-To-All feature of your email program and it will do the
rest for you.
I can't find instructions for the proper way to reply to 'python list'. Is
it simply a matter of keeping the message title identical to the original
message and
On 31/07/2020 02:52, o1bigtenor wrote:
I regularly work in planning through multiple years at once.
This means that I like to have a lot of stuff available in a calendar
function.
Python seems to be locked when I need to display more than 1 year at a
time.
I don't see a way to display something l
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:[email protected]>> wrote:
On 31/07/2020 02:52, o1bigtenor wrote:
> I regularly work in planning through multiple years at once.
> This means that I like to have a
On 02/08/2020 12:24, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
wrote:
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:[email protected]>> wrote:
On 31/07/2020 02:52, o1bigtenor wrote:
> I regul
On 02/08/2020 12:42, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 7:24 PM o1bigtenor wrote:
On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
wrote:
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:[email protected]>> wrote:
On 31/0
On 03/08/2020 13:52, Steve wrote:
When I double click on a .py file, it executes at the command prompt with black
background and small white font.
Is there python code to change the font size and background color?
Ctrl-Shift-+ ?
===
FootNote:
Would it be
On 04/08/2020 20:38, Steve wrote:
Why should line 6 fail until line 7 is commented out?
Python complains that MSN is "referenced before assignment".
def ReadTheEQfile():
global MSN
MSN = ("1 Monitor") #This line works every time.
def EditTheEQlist():
print("MSN2 = " + MSN) # Work
On 07/08/2020 05:33, Skip Montanaro wrote:
Hmmm... Rename genes, fix Excel, or dump Excel in favor of Python? I know
what my choice would have been. :-)
https://www.theverge.com/2020/8/6/21355674/human-genes-rename-microsoft-excel-misreading-dates
At the risk of screaming off-topic...
The ar
On 09/08/2020 08:51, Steve wrote:
I have a file containing specifications. My .py program can read and
manipulate the data but I cannot seem to get it to update the original file
properly.
The code is simple and works except that the original line remains in the
file after the new updated one h
On 09/08/2020 15:23, Jason Friedman wrote:
I have some code I'm going to share with my team, many of whom are not yet
familiar with Python. They may not have 3rd-party libraries such as pandas
or selenium installed. Yes I can instruct them how to install, but the path
of least resistance is to ha
On 10/08/2020 05:23, Dennis Lee Bieber wrote:
On Sun, 9 Aug 2020 11:50:51 +1200, dn via Python-list
declaimed the following:
To be a logomach, let's talk about "update":-
May I advise that a 'good practice' would be to create a new file, and
thus be able to (also) main
On 11/08/2020 16:35, Martin wrote:
I am running Python 3.4.4, and would like to
use the Python Imaging Library (PIL). This
is currently not available for Python
Version 3. Does anybody know when it will
become available?
Plan B is to install Python 2.7.18. I just
need an idea of how long I wo
On 11/08/2020 21:27, Lim Clayton wrote:
Hi,
I am a relatively new Python User. I recently downloaded Python on my
desktop and I am unable to save anything when I use IDLE. I can run codes
on the shell without any issue but running anything on the window which
requires saving causes nothing to ha
On 14/08/2020 08:31, Alexa Oña wrote:
Helo, I am already subscribed.
I
De: Alexa Oña
Enviado: jueves, 13 de agosto de 2020 18:51
Para: [email protected]
Asunto: Support
Hello, I am Alexa
I have tried to install PYTHON 3.8.5, but could not install it on my
Although many new-comers are intrigued by the compulsory indentation
rule, I have been surprised to discover that even though whitespace does
not usually feature as a formatting-specification, nevertheless Python
sometimes requires an absence of whitespace.
Will this behavior/requirement conti
On 14/08/2020 22:32, Antoon Pardon wrote:
Well the question is in the subject.
I have a number of modules/packages which were until recently
personal use only. However python is getting more popular
at work and some of my work was considered useful enough to
install in a public available spot.
On 15/08/2020 08:01, Dennis Lee Bieber wrote:
On Fri, 14 Aug 2020 16:29:18 +1200, dn via Python-list
declaimed the following:
it is ignored by Python. (yes, this discussion disdains comments!) For
example, whitespace is no problem when it comes to defining a list:
month_names = ['Ja
Does the word "public" mean world-wide, or perhaps only amongst your
work-colleagues?
Only among work-colleagues.
We only want that anyone writing and running python scripts on particular
hosts, can
easily import these modules/packages.
Of possible interest:-
Private Python package managem
On 16/08/2020 20:12, Klaus Jantzen wrote:
Hi,
the other day I came across the book "Classic Computer Science Problems
in Python" by David Kopec.
The function definitions in the examples like
=
def fib2(n: int) -> int:
if n < 2: # base case
return n
return fib2(n - 2)
i would say i'm new at programing i have a year of experience in
python(but i'm tottaly a noob) i guess i'm starting to learn SQL now.What
should i do to learn better and faster?
Enroll in the local college and start your journey there?
Successfully finish it and get an internship.
Follow with
On 19/08/2020 14:19, Jamelaumn wrote:
actually for me to sign for any online courses like stanford etc... if
it's needed any document i couldnt get in because i have none i'm from
brazil :v anyway thank u guys ;) i will try find something
Did you try either of the two platforms mentioned pre
On 21/08/2020 07:01, Sreelakshmi Madhu wrote:
not able to open IDLE
and also while running a program in cmd saved in notepad, it's showing not
found such a python file.
Please review the Python documentation (https://docs.python.org/3/), in
particular the "Python Setup and Usage" notes releva
On 22/08/2020 00:01, Ashanti Aggarwal wrote:
I am working to make a form where I have added multiple entries. I wish to add
temporary text on all of them, as the text to be deleted when clicked and to
inserted again when focused out. I have done with the single entry but not able
to find a sol
On 22/08/2020 02:17, Meghna Karkera wrote:
Dear Respected Sir
I am Meghna, a PhD student. I have installed python in my ubuntu OS from
your website recently and tried using spyder and jupyter.
May I request you to help me with importing few matrices, each of size
100*100 in python from XLSX and
On 23/08/2020 19:31, Rob Cliffe via Python-list wrote:
On WIndows 10, running Python programs in a DOS box, I would like one
Python program to chain to another. I.e. the first program to be
replaced by the second (*not* waiting for the second to finish, as with
e.g. os.system). This doesn
On 24/08/2020 09:04, Chris Angelico wrote:
On Mon, Aug 24, 2020 at 6:39 AM dn via Python-list
wrote:
On 23/08/2020 19:31, Rob Cliffe via Python-list wrote:
On WIndows 10, running Python programs in a DOS box, I would like one
Python program to chain to another. I.e. the first program to be
Many of us learn Python by memorising code-constructs and their use.
Even over-coming this learning-curve is but a small portion of becoming
a competent coder or programmer.
The challenges of learning how to construct an algorithm, and/or how to
analyse a real-world problem to produce a soluti
On 25/08/2020 01:12, Py Noob wrote:
Hi!
i'm new to python and would like some help with something i was working on
from a tutorial. I'm using VScode with 3.7.0 version on Windows 7. Below is
my code and the terminal is showing the word "None" everytime I execute my
code.
Many thanks!
print("Co
On 26/08/2020 19:58, Joel Goldstick wrote:
On Wed, Aug 26, 2020 at 3:43 AM ADITYA wrote:
Dear Sir/Ma’am
I am requesting you to satisfy me about float number in Range function,
because in the argument of range we can take integer but not double or
float whenever double as well
Am 30.09.2020 um 17:55 schrieb Dennis Lee Bieber:
> On Tue, 29 Sep 2020 22:31:18 + (UTC), Ron Villarreal via Python-list
> declaimed the following:
>
>> Tried to open Python 3.8. I have Windows 10. Icon won’t open.
>
> What "Icon"?
>
> Pyth
Am 30.09.2020 um 23:44 schrieb Chris Angelico:
> On Thu, Oct 1, 2020 at 7:33 AM Mirko via Python-list
>> We are seeing these troubles from newcomers on Windows all of the
>> time -- and that for years. Isn't it time to ask if the way Python
>> installs itself on Wind
Am 01.10.2020 um 22:17 schrieb Chris Angelico:
> Maybe those usability improvements have already been done.
Haven't doubted that. Maybe they are just not enough yet.
> Renaming Idle to "Python IDE" would be a very bad idea, since there
> are many other Python IDEs.
You missed the "(or similar)"
Am 02.10.2020 um 11:58 schrieb Terry Reedy:
> On 10/1/2020 4:09 PM, Mirko via Python-list wrote:
>
>> Renaming "IDLE" to "Python IDE" (or similar) might also.
> "IDLE" intentionally echoes 'Idle', as in Eric Idle of Monty
> Python. It sta
Am 03.10.2020 um 17:25 schrieb Dennis Lee Bieber:
> On Fri, 2 Oct 2020 21:47:38 +0200, Hexamorph declaimed
> the following:
>
>
>>
>> - Add a folder named "Python.org " (or similar) to the
>> desktop with shortcuts to Python, IDLE and the CHM.
>>
>> - Add a checkbox (default enabled) like "Start
Hi,
I just downloaded the above for Windows but am unable to get it to run. I have
gone to the directory and double-clicked the "python.exe" file but that just
brings me to the command prompt.
Any suggestions as to what I am doing wrong?
Thank you.
Joe
--
https://mail.python.org/mailman/listin
On 09/10/2020 19:27, Harshit Sharma wrote:
I want to read bits data of all file of any extention in 0s and 1s. And also
want to do back means means construct file from bits text data how to do that
tell with proof please. I am on a work of something like new sloot method but
here I stuck.help
On 13/10/2020 06:47, Steve wrote:
Thank you, those two fixes took care of the problem.
At the top of my sample program, I have:
import datetime
from datetime import *
...
These are incompatible with each other, so you're going to get issues.
I'd recommend doing just the first one, and then
On 18/10/2020 12:58, Mladen Gogala via Python-list wrote:
On Sat, 17 Oct 2020 22:51:11 +, Mladen Gogala wrote:
On Sat, 17 Oct 2020 18:12:16 -0400, Steve wrote:
with open("HOURLYLOG.txt", 'r') as infile:
works but, when I rename the file, the line:
with open("
801 - 900 of 5863 matches
Mail list logo