Eduardo Emén Muñoz ezt írta (időpont: 2021. jan. 8.,
P, 17:23):
> Dear Srs,
>
> I apologize if this is not the right place to ask this question, I am
> Biologist teaching Python language (in spanish) focused in Molecular
> Biology.
>
> People interested often ask me if my classes/cours
tab to space on linux is not something easy to do, I had to launch windows and
use notepad++. Anyway, indentation should all be converted to spaces below
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import locale
import os
import csv
from tkinter import messagebox as msg
try:
from tkinter
tab to space on linux is not something easy to do, I had to launch windows and
use notepad++. Anyway, indentation should all be converted to spaces below
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import locale
import os
import csv
from tkinter import messagebox as msg
try:
from tkinte
pascal z writes:
> tab to space on linux is not something easy to do
I would argue that you are mistaken, although that depends somewhat on
your definition of 'easy'.
> , I had to launch windows and use notepad++.
There is the Linux command 'expand' , which I have never used, but which
sounds
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import locale
import os
import csv
from tkinter import messagebox as msg
try:
from tkinter import *
import ttk
except:
import tkinter as tk #GUI package
from tkinter import ttk
def fx_BasicListing():
#argx mode = 1 pour basic li
On Monday, January 11, 2021 at 12:00:28 PM UTC, Loris Bennett wrote:
> pascal z writes:
>
> > tab to space on linux is not something easy to do
>
> I would argue that you are mistaken, although that depends somewhat on
> your definition of 'easy'.
>
> > , I had to launch windows and use not
On 12/01/21 1:12 am, pascal z wrote:
As alternative, I pasted it into github and pasted it back into this page, it's
ok when pasting but when posting it fails keeping spaces...
The indentation in your last three posts looks fine here in
the comp.lang.python newsgroup. If it doesn't look right
On Monday, January 11, 2021 at 1:45:31 PM UTC, Greg Ewing wrote:
> On 12/01/21 1:12 am, pascal z wrote:
> > As alternative, I pasted it into github and pasted it back into this page,
> > it's ok when pasting but when posting it fails keeping spaces...
> The indentation in your last three posts lo
On Mon, Jan 11, 2021 at 10:36 PM George Fischhof wrote:
>
> Eduardo Emén Muñoz ezt írta (időpont: 2021. jan. 8.,
> P, 17:23):
>
> > Dear Srs,
> >
> > I apologize if this is not the right place to ask this question, I am
> > Biologist teaching Python language (in spanish) focused in Molecula
On Tue, Jan 12, 2021 at 1:01 AM pascal z via Python-list
wrote:
>
> On Monday, January 11, 2021 at 1:45:31 PM UTC, Greg Ewing wrote:
> > On 12/01/21 1:12 am, pascal z wrote:
> > > As alternative, I pasted it into github and pasted it back into this
> > > page, it's ok when pasting but when postin
On Monday, January 11, 2021 at 2:07:03 PM UTC, Chris Angelico wrote:
> On Tue, Jan 12, 2021 at 1:01 AM pascal z via Python-list
> wrote:
> >
> > On Monday, January 11, 2021 at 1:45:31 PM UTC, Greg Ewing wrote:
> > > On 12/01/21 1:12 am, pascal z wrote:
> > > > As alternative, I pasted it into
On 2021-01-11 at 06:34:42 -0800,
pascal z via Python-list wrote:
> On Monday, January 11, 2021 at 2:07:03 PM UTC, Chris Angelico wrote:
> > Easy fix: stop looking at the Google Group page.
> >
> > ChrisA
> ok, emails show post fine. 10 years ago or something, I was quite
> involved to comp.lan
On 1/11/2021 6:46 AM, pascal z via Python-list wrote:
tab to space on linux is not something easy to do,
IDLE has a tab to spaces command on the format menu.
--
Terry Jan Reedy
--
https://mail.python.org/mailman/listinfo/python-list
On 2021-01-11, pascal z via Python-list wrote:
> tab to space on linux is not something easy to do,
Nonsense, there's a command _specifically_ for that:
$ man expand
--
Grant
--
https://mail.python.org/mailman/listinfo/python-list
On 2021-01-11, 2qdxy4rzwzuui...@potatochowder.com
<2qdxy4rzwzuui...@potatochowder.com> wrote:
> On 2021-01-11 at 06:34:42 -0800,
> pascal z via Python-list wrote:
>
>> On Monday, January 11, 2021 at 2:07:03 PM UTC, Chris Angelico wrote:
>
>> > Easy fix: stop looking at the Google Group page.
>>
Hi, I'm thinking about learning Python but I'm 74 years old and will
very likely not ever have a programming job again. I used to program
in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
languages. It's been about 18-19 years since my last programming job.
I do understand program
On Tue, Jan 12, 2021 at 7:41 AM DonK wrote:
>
>
> Hi, I'm thinking about learning Python but I'm 74 years old and will
> very likely not ever have a programming job again. I used to program
> in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
> languages. It's been about 18-19 years
On 12/01/2021 09.37, DonK wrote:
>
> Hi, I'm thinking about learning Python but I'm 74 years old and will
> very likely not ever have a programming job again. I used to program
> in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
> languages. It's been about 18-19 years since my las
On 11Jan2021 15:37, DonK wrote:
>Hi, I'm thinking about learning Python but I'm 74 years old and will
>very likely not ever have a programming job again. I used to program
>in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
>languages.
Therefore you're happy with classes, and are p
On Tue, Jan 12, 2021 at 7:41 AM DonK wrote:
> Hi, I'm thinking about learning Python but I'm 74 years old and will
> very likely not ever have a programming job again. I used to program
> in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
> languages.
BTW, from my experience, there
On Mon, Jan 11, 2021 at 2:22 PM Cameron Simpson wrote:
> >I've seen some Python gui frameworks like Tkinter, PyQt, etc. but they
> >look kinda like adding a family room onto a 1986 double wide mobile
> >home, and they look even more complicated than creating a GUI from
> >scratch in C++ with a me
On 11Jan2021 15:52, Dan Stromberg wrote:
>On Mon, Jan 11, 2021 at 2:22 PM Cameron Simpson wrote:
>> >I've seen some Python gui frameworks like Tkinter, PyQt, etc. but
>> >they
>> >look kinda like adding a family room onto a 1986 double wide mobile
>> >home, and they look even more complicated th
On 12/01/21 9:37 am, DonK wrote:
I've seen some Python gui frameworks like Tkinter, PyQt, etc. but they
look kinda like adding a family room onto a 1986 double wide mobile
home, and they look even more complicated than creating a GUI from
scratch in C++ with a message loop, raising events . . .
On Tue, Jan 12, 2021 at 3:16 PM Greg Ewing wrote:
> > Currently I'd like to write something to iterate
> > through open windows and save them to different folders depending on
> > if the titlebar contains certain strings.
>
> That sounds like it should be doable if you can get access to the
> righ
Greetings,
Web with Python is really easy to get started with, here
is a simple endpoint with a framework called Flask
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello World’
if __name__ == '__main__':
app.run()
As for Tkinter, it's really an
DonK wrote:
>
> Hi, I'm thinking about learning Python but I'm 74 years old and will
> very likely not ever have a programming job again. I used to program
> in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
> languages. It's been about 18-19 years since my last programming job.
> I
On Tue, Jan 12, 2021 at 5:26 PM songbird wrote:
> for python i just spend too much time fumbling around
> and i don't really know what is current and if i'm using
> something that will be kept up for the future or if the
> project is going away or in a direction that i won't like
> (both KDE and
27 matches
Mail list logo