Re: "tkinter"

2017-09-13 Thread Abdur-Rahmaan Janhangeer
yes ! me i like i was always pronouncing tinker though until a nice book pointed it out ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 13 Sep 2017 16:30, "Stefan Ram" wrote: I presume that "tkinter" is intended to be pronounced "lo

Re: version of Python to install Windows 7 professional 64 bit, intel core i5

2017-09-14 Thread Abdur-Rahmaan Janhangeer
i'd recommend 3.4 or 3.6 python version is chosen more for python functionality rather than hardware type. Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 12 Sep 2017 07:38, "Zubair Shaikh" wrote: > What version of Python to install Windows 7 p

Re: ttk.Notebook Tabs Question

2017-09-14 Thread Abdur-Rahmaan Janhangeer
try widget["width"] it returns string then mult by no. of tabs Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 12 Sep 2017 06:45, "Wildman via Python-list" wrote: > I am working on a program that has a ttk.Notebook with > 12 tabs. Is th

Re: ttk.Notebook Tabs Question

2017-09-16 Thread Abdur-Rahmaan Janhangeer
by widget["width"] i meant replace widget with your widget Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 12 Sep 2017 06:45, "Wildman via Python-list" wrote: > I am working on a program that has a ttk.Notebook with > 12 tabs. Is there a

Re: Old Man Yells At Cloud

2017-09-17 Thread Abdur-Rahmaan Janhangeer
as someone who really dislike js, i have to admit : python's globals are really really bad ! js is a charm at that a real charm ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 16 Sep 2017 09:40, "Steve D'Aprano" wrote: > /rant on > &g

Re: Python built-ins versus Javascript [was Re: Old Man Yells At Cloud]

2017-09-17 Thread Abdur-Rahmaan Janhangeer
re it in the func as they have to keep track js is good on this aspect. well you have to be careful but it is very nice. Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 17 Sep 2017 14:55, "Steve D'Aprano" wrote: > On Sun, 17 Sep 2017 08:02 pm, Abdur

Re: Old Man Yells At Cloud

2017-09-17 Thread Abdur-Rahmaan Janhangeer
ah the only thing i miss in py2 very sad and it was a well heralded arg in favour of py print "i miss you simple print" Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 17 Sep 2017 17:50, "Tim Golden" wrote: > > > On 17/09/2017 14:34

on = style

2017-10-08 Thread Abdur-Rahmaan Janhangeer
hi just a quick question, why is my_pens = 4 my_pencils = 5 is preffered to my_pens = 4 my_pencils = 5 *referring to = symbol alignment tk ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com -- https://mail.python.org/mailman/listinfo/python-list

Re: on = style

2017-10-09 Thread Abdur-Rahmaan Janhangeer
hum i see clearly with all my python experience, i have more to learn. i never aligned the = but i found it neat looking but discouraged by pep8. glad i did not switch to it and maintained it for sometimes ! thanks for answers ! Abdur-Rahmaan Janhangeer, Mauritius

Re: Finding Old Posts on Python

2017-10-09 Thread Abdur-Rahmaan Janhangeer
download the archive in compressed format. then use notepad++ or sublimetext with option search in files. search for your name ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 8 Oct 2017 03:45, "Cai Gengyang" wrote: > Hello, > > Does anyone kn

Re: Is there a function of ipaddress to get the subnet only from input like 192.168.1.129/25

2017-10-17 Thread Abdur-Rahmaan Janhangeer
any idea why this is on spam ? Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 17 Oct 2017 21:00, "Daniel Flick" wrote: > I am very new to Python and have been struggling to find some info on > processing IP addresses. > > get_network returns

Re: PEP 249 Compliant error handling

2017-10-18 Thread Abdur-Rahmaan Janhangeer
all corruption systematically ignored but data piece logged in for analysis Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 17 Oct 2017 21:43, "Israel Brewster" wrote: > I have written and maintain a PEP 249 compliant (hopefully) DB API for the >

Re: Modern website

2017-10-22 Thread Abdur-Rahmaan Janhangeer
^^, Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 22 Oct 2017 19:21, "Andrew Z" wrote: > I realize the following has little todo with python per se. But i hope to > get a guidance on how these types of tasks are done nowadays. > > The task: > Ive

Re: choice of web-framework

2017-10-22 Thread Abdur-Rahmaan Janhangeer
have you considered Django? i've found found it to be nice ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 22 Oct 2017 14:25, "Patrick Vrijlandt" wrote: > Hello list, > > I would like your recommendation on the choice of a web frame

Python Templating Language

2017-12-16 Thread Abdur-Rahmaan Janhangeer
Hi all, Can somebody point out to me some py-based template languages interpreters resources? Thank you ! -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Templating Language

2017-12-20 Thread Abdur-Rahmaan Janhangeer
The sources of preppy are very nice! Thank you! On Wed, Dec 20, 2017 at 1:25 PM, Robin Becker wrote: > On 17/12/2017 06:41, Abdur-Rahmaan Janhangeer wrote: > >> Hi all, >> >> Can somebody point out to me some py-based template languages interpreters >> resources?

Anaconda Navigator : Add App

2017-12-24 Thread Abdur-Rahmaan Janhangeer
How to add apps to the navigator or which apps are available to be installed? Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com -- https://mail.python.org/mailman/listinfo/python-list

Re: a nice editor in 100 lines

2017-12-30 Thread Abdur-Rahmaan Janhangeer
great ! maybe the next step is a syntax coloriser ^^_ Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 31 Dec 2017 02:05, "Wu Xi" wrote: > class writerKl(object): > def __init__(self): > import tkinter > fromtki

Re: tkinter MP working like a charm

2017-12-30 Thread Abdur-Rahmaan Janhangeer
for beginners import * is probably fine. Even if you are using most modules then too. else if module small maybe ok too just when you import just what you need, you save on resources . Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 31 Dec 2017 05:00, "Wu Xi&qu

Re: tkinter MP working like a charm

2017-12-31 Thread Abdur-Rahmaan Janhangeer
@Chris hum nice point it seems to be related to namespace convenience like 1 from x import * is likelier to cause conflicts than 2 import x Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 31 Dec 2017 05:00, "Wu Xi" wrote: > from t

Re: tkinter MP working like a charm

2017-12-31 Thread Abdur-Rahmaan Janhangeer
it seems that the original poster's mail went missing leugenpresse means lying press btw weird i doubt the author wanted to prank us by announcing i did this and that. Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 31 Dec 2017 5:00 am, "Wu Xi"

Re: has sourceforge exposed the dirty little secret ?

2018-01-06 Thread Abdur-Rahmaan Janhangeer
github? On Fri, Jan 5, 2018 at 8:27 PM, Kim of K. wrote: > > "Background > > We feel that the world still produces way too much software that is > frankly substandard. The reasons for this are pretty simple: software > producers do not pay enough attention [...]" > > > quote from http://texttest

Re: has sourceforge exposed the dirty little secret ?

2018-01-08 Thread Abdur-Rahmaan Janhangeer
fuel the troll ** poor py ** On 5 Jan 2018 20:30, "Kim of K." wrote: > > "Background > > We feel that the world still produces way too much software that is > frankly substandard. The reasons for this are pretty simple: software > producers do not pay enough attention [...]" > > > quote from htt

Re: : ✨🍰✨ python 2018 wiki - a piece of cake ✨🍰✨ --- 🙄🙄🙄

2018-01-08 Thread Abdur-Rahmaan Janhangeer
there is a language called python by guido you can ask your questions here ! On 5 Jan 2018 23:30, "Kim of K." wrote: > OK now we have emoji in XPN > > > but not in colour like in torBrowser... > > > :-( > > > 🙄 > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://ma

Re: Generating SVG from turtle graphics

2018-01-14 Thread Abdur-Rahmaan Janhangeer
maybe save to .png then use another tool to svg On 11 Jan 2018 15:06, "Steven D'Aprano" < steve+comp.lang.pyt...@pearwood.info> wrote: > I'd like to draw something with turtle, then generate a SVG file from it. > > Is this possible? > > If not, is there something I can do which lets me plot lines

Re: Generating SVG from turtle graphics

2018-01-15 Thread Abdur-Rahmaan Janhangeer
https://image.online-convert.com/convert-to-svg On 15 Jan 2018 02:55, "Niles Rogoff" wrote: > On Sun, 14 Jan 2018 16:32:53 +0400, Abdur-Rahmaan Janhangeer wrote: > > > maybe save to .png then use another tool to svg > > PNG is a bitmap format[1], so you can

Re: pip --user by default

2018-01-15 Thread Abdur-Rahmaan Janhangeer
another thing which amazed me with pip is that you can write library1 == 1.2.7 library2 == 3.6.1 in requirements.txt and pip install requirements.txt will install those libs On 13 Jan 2018 17:16, "Thomas Jollans" wrote: > Hi, > > I recently discovered the wonders of pip.conf: if I create a fi

Re: Anaconda installation problem

2018-01-19 Thread Abdur-Rahmaan Janhangeer
i suggest using version of py 3.6 On 19 Jan 2018 08:54, "Jingshen Tai (jingshen)" wrote: > > Hi, > > When I was installing windows Anaconda 3 64 bit, there is a pop up window > saying that the 'python program is closing'. I ignored it and continued the > installation. > > When the Anaconda Prom

Re: Where has the practice of sending screen shots as source code come from?

2018-01-29 Thread Abdur-Rahmaan Janhangeer
code if the code is long unless you are on android with the scroll screenshot option. ease of access is the culprit ! Abdur-Rahmaan Janhangeer https://abdurrahmaanjanhangeer.wordpress.com On 28 Jan 2018 19:08, "Steven D'Aprano" < steve+comp.lang.pyt...@pearwood.info> wrote:

Re: Where has the practice of sending screen shots as source code come from?

2018-01-29 Thread Abdur-Rahmaan Janhangeer
E2AA1F9FDF2> On Tue, Jan 30, 2018 at 5:13 AM, Chris Angelico wrote: > On Tue, Jan 30, 2018 at 11:40 AM, Abdur-Rahmaan Janhangeer > wrote: > > well maybe screenshot of shell sessions to show varying formatted test > > cases might be valid (like the increasingly popular pra

Re: Where has the practice of sending screen shots as source code come from?

2018-01-31 Thread Abdur-Rahmaan Janhangeer
it seems that at the end, invariably, the subject becomes well routed to regions far away from codeland Abdur-Rahmaan Janhangeer https://abdurrahmaanjanhangeer.wordpress.com On 28 Jan 2018 19:08, "Steven D'Aprano" < steve+comp.lang.pyt...@pearwood.info> wrote: >

Re: This newsgroup (comp.lang.python) may soon be blocked by Google Groups

2018-02-02 Thread Abdur-Rahmaan Janhangeer
i find the mail experience to be really nice and fool proof (except when some really bold spam makes it through) Abdur-Rahmaan Janhangeer https://abdurrahmaanjanhangeer.wordpress.com On 1 Feb 2018 21:09, "superchromix" wrote: > > Our own programming discussion newsg

Re: python desktop app making experience

2018-02-11 Thread Abdur-Rahmaan Janhangeer
my bad *hear Abdur-Rahmaan Janhangeer https://abdurrahmaanjanhangeer.wordpress.com On 11 Feb 2018 17:05, "Abdur-Rahmaan Janhangeer" wrote: > Hi all, > > Just can you provide your own experience of developing and shipping a > desktop app. Did you here about such a task b

python desktop app making experience

2018-02-11 Thread Abdur-Rahmaan Janhangeer
Hi all, Just can you provide your own experience of developing and shipping a desktop app. Did you here about such a task before etc, until years after story. Abdur-Rahmaan Janhangeer https://abdurrahmaanjanhangeer.wordpress.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Are the critiques in "All the things I hate about Python" valid?

2018-02-18 Thread Abdur-Rahmaan Janhangeer
have the impression he is not a python coder Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On 17 Feb 2018 07:22, "boB Stepp" wrote: > This article is written by Nathan Murthy, a staff software engineer at > Tesla. The article is found at: > https://medium.com/

Fwd: Re: Python on Android?

2018-02-18 Thread Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ -- Forwarded message -- From: "Abdur-Rahmaan Janhangeer" Date: 18 Feb 2018 14:17 Subject: Re: Python on Android? To: "Chris Angelico" Cc: mailed the developer sometimes back, told me to download a

Re: Python on Android?

2018-02-20 Thread Abdur-Rahmaan Janhangeer
here is a kivy launcher tutorial i once wrote : https://wp.me/p7UB6x-kB Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On 18 Feb 2018 13:59, "Chris Angelico" wrote: Does anyone have experience with running Python scripts on Android phones? I have a brother (honestl

Re: Python on Android?

2018-02-20 Thread Abdur-Rahmaan Janhangeer
writing this especially to thank you hey XD pydroid3 suports qt5 and matplotlib o_0 numpy and sci-kit really, what an amazing discovery !!! Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On 18 Feb 2018 13:59, "Chris Angelico" wrote: > Does anyone have experience with r

Re: Which sites allow you to learn interactively Python3

2018-02-28 Thread Abdur-Rahmaan Janhangeer
see clever programmer python by projects. Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On 28 Feb 2018 21:56, wrote: > Which sites allow you to learn interactively Python3? > > they can be payed, > > actually payed would probably be bettter > Good quality s

Why no list as dict key?

2022-04-20 Thread Abdur-Rahmaan Janhangeer
Greetings list, Using Python3.9, i cannot assign a list [1, 2] as key to a dictionary. Why is that so? Thanks in advanced! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com

Re: Why no list as dict key?

2022-04-20 Thread Abdur-Rahmaan Janhangeer
object themselves. Maybe the speed drop is not worth it. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius On Wed, Apr 20, 2022 at 10:35 PM Chris Angelico wr

Re: Why no list as dict key?

2022-04-20 Thread Abdur-Rahmaan Janhangeer
Assumes checking for object equality before inserting. If they are they same, do we need different hashes? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauri

Re: Why no list as dict key?

2022-04-20 Thread Abdur-Rahmaan Janhangeer
As clear as daylight, thanks! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: on the python paradox

2022-12-11 Thread Abdur-Rahmaan Janhangeer
because it will get them a job; they learn it because they genuinely like to program and aren't satisfied with the languages they already know." Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> gith

Venv behaviour change py3.9

2021-02-14 Thread Abdur-Rahmaan Janhangeer
Greetings all, on 3.7 when i do $ python -m venv venv it creates a venv in venv folder but on 3.9 it returns no such file or directory os: windows. Any ideas on why the behaviour changes? -- https://mail.python.org/mailman/listinfo/python-list

Re: Venv behaviour change py3.9

2021-02-15 Thread Abdur-Rahmaan Janhangeer
, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius On Sun, Feb 14, 2021 at 6:45 PM Barry Scott wrote: > > > > On 14 Feb 2021, at 09:42, Abd

Re: New Python implementation

2021-02-15 Thread Abdur-Rahmaan Janhangeer
After reading the thread i'm like: where can i try it out ... On Thu, 11 Feb 2021, 16:38 Mr Flibble, wrote: > > Hi! > > I am starting work on creating a new Python implementation from scratch > using "neos" my universal compiler that can compile any programming > language. I envision this imple

Re: New Python implementation

2021-02-16 Thread Abdur-Rahmaan Janhangeer
Then, if it was no Python at that time, it might be no Python for life. With that mindset ongoing, those students think they know Python, they studied it, but they missed the whole thing. Forest, trees and leaves. They know only the color of the sign board leading to the place. Kind Reg

Re: New Python implementation

2021-02-16 Thread Abdur-Rahmaan Janhangeer
Greetings, age: After university to retirement level: school, A Level is high school, not university -- https://mail.python.org/mailman/listinfo/python-list

Packaging/MANIFEST.in: Incude All, Exclude .gitignore

2021-02-28 Thread Abdur-Rahmaan Janhangeer
Greetings list, SInce i have a .gitignore, how do i exclude all files and folders listed by my gitignore? How do i include everything by default? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <htt

.title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
Greetings list, See this: >>> "Python's usage".title() "Python'S Usage" It should have been Python's Usage Why capitalise the S? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonk

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
Thanks very much! That's annoying. You have to roll your own solution! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius > -- https://mail.p

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
It's about unnecessary capitalisation for a common use case in English. You can see it in action on my site: https://www.compileralchemy.com/#articles see 24. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com&

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
Aie sorry, Did not know it targetted the non-english speakers. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
On Fri, 19 Mar 2021, 22:07 MRAB, wrote: > You want English "man's" to become "Man's", but French "l'homme" to > become "L'Homme". It's language-dependant. > Ah depends on a language (English i guess). Thanks > -- https://mail.python.org/mailman/listinfo/python-list

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
At least i'd expect what it pretends to do even if not following English. Missing ' is a weird behaviour, i get it they skipped every non lettet On Fri, 19 Mar 2021, 22:50 Grant Edwards, wrote: > > In English, certain words are not capitalized in titles unless they're > the first word in the t

Re: .title() - annoying mistake

2021-03-19 Thread Abdur-Rahmaan Janhangeer
ns: ..." Why not do it if you know people miss it? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: XanaNews Statistic for comp.lang.python. 4/1/2021 5:52:47 AM

2021-04-01 Thread Abdur-Rahmaan Janhangeer
So, is that mail spam or ...? -- https://mail.python.org/mailman/listinfo/python-list

Re: Proposal: Disconnect comp.lang.python from python-list

2021-05-06 Thread Abdur-Rahmaan Janhangeer
It was high time 👍 a proposal like that came up We have seen from time to time some comp lang interruptions ~ -- https://mail.python.org/mailman/listinfo/python-list

Re: Bloody rubbish

2021-05-06 Thread Abdur-Rahmaan Janhangeer
@Gene Heskett That ran deep. I was going to ask you were doing in PythonLand but you answered it at the end. Maybe i should ask what made you interested in Python in the first place? -- https://mail.python.org/mailman/listinfo/python-list

Understanding PyPi download stats

2021-05-07 Thread Abdur-Rahmaan Janhangeer
Greetings list, See these two links below providing download stats for a package: 1) https://pypistats.org/packages/shopyo 2) https://pepy.tech/project/shopyo Particularly for 2) Are the data accurate? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/>

Re: OT: Autism in discussion groups (was: Re: Proposal: Disconnect comp.lang.python from python-list)

2021-05-09 Thread Abdur-Rahmaan Janhangeer
ular country. This poses the question of the legitimacy of the influence of a certain nation over the PSF. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: OT: Autism in discussion groups (was: Re: Proposal: Disconnect comp.lang.python from python-list)

2021-05-09 Thread Abdur-Rahmaan Janhangeer
political motivation based heavily on the decisions of people from one specific country. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail

Re: OT: Autism in discussion groups (was: Re: Proposal: Disconnect comp.lang.python from python-list)

2021-05-09 Thread Abdur-Rahmaan Janhangeer
was referring to changes which are not so blatant and obvious. Cases which are wrong for some people but right for others not because of moral correctness directly but more because of associations present in a particular country. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: OT: Autism in discussion groups (was: Re: Proposal: Disconnect comp.lang.python from python-list)

2021-05-09 Thread Abdur-Rahmaan Janhangeer
serve as a hint and guiding principles. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

FlaskCon's Call For Volunteers Is On

2021-08-17 Thread Abdur-Rahmaan Janhangeer
According to previsions, it might be the last Python conf of the year! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Pandas: Multiple CSVs in one Zip file

2021-08-26 Thread Abdur-Rahmaan Janhangeer
way. Thanks Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Setup.py + src: Modules not found

2021-08-30 Thread Abdur-Rahmaan Janhangeer
bot.x, the package was installed but on a fresh release, it does not know what exactly is honeybot for the first time Q: In my case in modules what should i write to import from /api? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://ww

src layout for projects seems not so popular

2021-08-30 Thread Abdur-Rahmaan Janhangeer
Greetings list, Just an observation. Out of Github's trending repos for Python for today, I could find only 2 repos using the src layout. Matplotlib and another one. https://github.com/trending/python?since=daily Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.g

Re: src layout for projects seems not so popular

2021-08-31 Thread Abdur-Rahmaan Janhangeer
Also a takeaway from my package experience is that even though __init__.py is not needed for module import, it's still needed for packaging (py3.8). Find won't find the module else. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/&g

Re: urgent

2021-09-04 Thread Abdur-Rahmaan Janhangeer
You need an IDE Check out: PyCharm Wing IDE Spyder ^^ Very few people use the in-built IDE -- https://mail.python.org/mailman/listinfo/python-list

Re: ANN: Version 0.5.1 of the Python config module has been released.

2021-09-12 Thread Abdur-Rahmaan Janhangeer
Used by 4.8k but only ... 4 stars -- https://mail.python.org/mailman/listinfo/python-list

The code version of python -i

2021-09-15 Thread Abdur-Rahmaan Janhangeer
Greetings, If i have a file name flower.py and i add x = 1 in it. When i run python -i flower.py i get a shell >>> If type x i get 1 >>> x 1 The values are auto injected. How do i start a shell by code with values already injected? Thanks Kind Regards, Abdur-Rahmaan Janha

Re: The code version of python -i

2021-09-15 Thread Abdur-Rahmaan Janhangeer
Thanks folks will update with progress soon > -- https://mail.python.org/mailman/listinfo/python-list

Re: The code version of python -i

2021-09-19 Thread Abdur-Rahmaan Janhangeer
oders my natural instinct is to ... code a prez tool from scratch! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius On Fri, Sep 17, 2021 at 5:04 AM d

Re: EuroPython Society: General Assembly 2021

2021-09-27 Thread Abdur-Rahmaan Janhangeer
Greetings Damien, The mailing list is public and i would have a hard time dealing with 1000s of people replying: `stop mailing me`, maybe a private message to mal would have sufficed. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog

FlaskCon's CFP is now open till Oct 24

2021-09-28 Thread Abdur-Rahmaan Janhangeer
Greetings folks, FlaskCon is around again this year, the very latest conf of the year. Bouncing in the first week of December, 1 2 3 4. CFP is open, submit -> https://flaskcon.com/ Any queries, let them fly to flask...@gmail.com Kind Regards, Abdur-Rahmaan Janhangeer about <

Re: New assignmens ...

2021-10-27 Thread Abdur-Rahmaan Janhangeer
I no longer track the threads on the subject ... Many simultaneous ones ongoing! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.

Why so fast a web framework?

2021-10-27 Thread Abdur-Rahmaan Janhangeer
See this: https://github.com/walkor/webman Why similar frameworks do not exist in Python. Is it because of lack of lib contributors or due to an inherent difference in Py and PHP? Thanks! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog

Re: Why so fast a web framework?

2021-10-27 Thread Abdur-Rahmaan Janhangeer
@Chris @Peter See that famous benchmark https://www.techempower.com/benchmarks/#section=data-r20 Like routinely PHP frameworks appear higher up than py -- https://mail.python.org/mailman/listinfo/python-list

Re: walrus with a twist :+= or ...

2021-10-28 Thread Abdur-Rahmaan Janhangeer
Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

FlaskCon 2021: The Last Call

2021-10-28 Thread Abdur-Rahmaan Janhangeer
ive QnA. So internet connection should not be an issue. Submit talks: https://flaskcon.com/y/2021/ Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- ht

Re: Why so fast a web framework?

2021-10-28 Thread Abdur-Rahmaan Janhangeer
Me Like why exactly is that the case, i would not be surprised for rust, C, CPP etc But as to where the difference comes for two comparatively similar langs. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> g

Re: Why so fast a web framework?

2021-10-28 Thread Abdur-Rahmaan Janhangeer
web folks don't care, web folks seem to care. And as a web someone i wanted to know why is that so. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauriti

First Ever FlaskCon Tickets Sales

2021-11-04 Thread Abdur-Rahmaan Janhangeer
Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Getting Directory of Command Line Entry Point For Packages

2021-11-12 Thread Abdur-Rahmaan Janhangeer
Well forgetting about the lines above, how do i get the path from which miaw the command is called from? Thanks Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ&

Re: Getting Directory of Command Line Entry Point For Packages

2021-11-12 Thread Abdur-Rahmaan Janhangeer
icle <https://python-history.blogspot.com/2009/04/and-snake-attacks.html> as i was compiling a list of articles <https://www.pythonkitchen.com/python-engineering-articles/> and guess that it might be. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy

Re: Getting Directory of Command Line Entry Point For Packages

2021-11-13 Thread Abdur-Rahmaan Janhangeer
Greetings, This is what I am trying to do: How to get the getcwd of the directory of where the command is run and not that of the file where the cli entrypoint is found. Having the user enter the absolute path as a cli argument does not sound nice. Kind Regards, Abdur-Rahmaan Janhangeer about

Advantages of Default Factory in Dataclasses

2021-11-16 Thread Abdur-Rahmaan Janhangeer
Greetings list, A simple question: why do we need field(default_factory ) in dataclasses? Why not make that field as an attribute return a function? Useful implementation examples / use cases appreciated. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/>

Re: Advantages of Default Factory in Dataclasses

2021-11-21 Thread Abdur-Rahmaan Janhangeer
On Tue, Nov 16, 2021 at 7:17 PM Paul Bryan wrote: > On Tue, 2021-11-16 at 17:04 +0400, Abdur-Rahmaan Janhangeer wrote: > > A simple question: why do we need field(default_factory ) in dataclasses? > > > To initialize a default value when a new instance of the dataclass is >

print('\N{flag: Mauritius}') not supported in py3.9

2021-11-28 Thread Abdur-Rahmaan Janhangeer
uot;", line 1 print('\N{flag: Mauritius}') ^ i get SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-18: unknown Unicode character name So is it that Python3.9 does not support it or what is the

Re: print('\N{flag: Mauritius}') not supported in py3.9

2021-11-28 Thread Abdur-Rahmaan Janhangeer
Greetings, I get you but why do the short names work for some and not for others? Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.

Re: print('\N{flag: Mauritius}') not supported in py3.9

2021-11-28 Thread Abdur-Rahmaan Janhangeer
Greetings, But why is it so? -- https://mail.python.org/mailman/listinfo/python-list

Re: PyCharm settings - per: print('\N{flag: Mauritius}') not supported in py3.9

2021-12-21 Thread Abdur-Rahmaan Janhangeer
Yet another unicode issue XD Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https://mail.python.org/mailman/listinfo/python-list

A Newspaper for Python Mailing Lists

2021-12-26 Thread Abdur-Rahmaan Janhangeer
t way to bring mailing list gems to a wider readership. So, here's the url https://pyherald.com/ Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius

Re: A Newspaper for Python Mailing Lists

2022-01-08 Thread Abdur-Rahmaan Janhangeer
Well yes XD though LWN covers Py topics well when it wants 1. Yes sure, did not expect RSS interest 2. Excuse my blunder, will do! On Sun, 9 Jan 2022, 01:15 Peter J. Holzer, wrote: > On 2021-12-26 20:40:03 +0400, Abdur-Rahmaan Janhangeer wrote: > > I have started a newspaper (not n

Re: A Newspaper for Python Mailing Lists

2022-01-11 Thread Abdur-Rahmaan Janhangeer
Added RSS: 2.0 unless later versions have some advantages: https://pyherald.com/rss.xml Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius > -- ht

Re: A Newspaper for Python Mailing Lists

2022-01-20 Thread Abdur-Rahmaan Janhangeer
Now I have a concern. For the RSS feed. Does your client filter by the latest item or pubDate? I published another edition yesterday but noticed that the item was not the latest in the list. Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog

Re: A Newspaper for Python Mailing Lists

2022-01-20 Thread Abdur-Rahmaan Janhangeer
ot getting with existing resources. I had cool tutos/articles, new libs, popular posts, job openings, events but not a complete overview of meta posts. On Fri, 21 Jan 2022, 02:13 Dan Stromberg, wrote: > > There's also Python Weekly: > https://www.pythonweekly.com/ > > On Sat, Ja

Re: A Newspaper for Python Mailing Lists

2022-01-21 Thread Abdur-Rahmaan Janhangeer
over the years! Now the topics are very serious, the conversations contribute much. Keep it up! Kind Regards, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius -- https

  1   2   3   4   5   >