Idk if you tried Polars, but it seems to work well with JSON data
import polars as pl
pl.read_json("file.json")
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-Rah
May 2024 at 04:10, Abdur-Rahmaan Janhangeer via Python-list
> wrote:
> >
> > Yes, this year's pretty exciting, great keynotes, great lightnings, great
> > location, great even sponsor talks (thought they would be pumping a lot
> of
> > marketing, but the
Yes, this year's pretty exciting, great keynotes, great lightnings, great
location, great even sponsor talks (thought they would be pumping a lot of
marketing, but the ones i went were pretty awesome technically)
Organization side pretty smooth as well 👍
On Fri, 17 May 2024, 20:58 Larry Martell v
I have to comment on this one: "Docstrings now have their leading
indentation stripped"
Incredibly useful!
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ
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
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
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
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
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
n one.
I'd say that contributing to OpenSource helps a lot to sharpen the
sense of knowing what you need exactly!
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
> I never knew this. Where can I read more about this origin?
https://python-history.blogspot.com/2009/01/personal-history-part-1-cwi.html?m=1
<>
There are more sources which i cannot remember
from the top of my head
--
https://mail.python.org/mailman/listinfo/python-list
Yes i know that JS has switch from before
I was referring to the pattern matching proposal.
I cannot find the original place i read it from but here's the github one
https://github.com/tc39/proposal-pattern-matching
--
https://mail.python.org/mailman/listinfo/python-list
Normally people put Python in the scripting category.
I learnt typed languages like C++ and Java at first.
People who learn languages like these tend to put
Python in a non-serious category. The post was
more ironic than litteral.
After 5 years of following the mailing lists i realised
that there
Avi solved the captive portal problem above.
It's by comparing the page content to a dynamic
output.
I was asking for wifi just in case i missed
anything we did not yet discuss.
I consider the thread closed, thanks everybody,
it was very fruitful for me.
Thanks for the in-between. I really like
>
> > Since you have to deal with things that you do not control changing
> after you check what is the point in checking? You have to write the code
> to recover anyway.
>
Well foe my usecase, the operation running is not
in months or a really long time. As Avi mentionned above,
that would be po
I've got my answers but the 'wandering' a bit
on this thread is at least connected to the topic ^^.
Last question: If we check for wifi or ethernet cable connection?
Wifi sometimes tell of connected but no internet connection.
So it detected that there is or there is no internet ...
--
https://m
Well, nice perspective.
It's a valid consideration, sound theory
but poor practicality according to me.
It you view it like this then between the moment
we press run or enter key on the terminal,
our Python interpreter might get deleted.
We never know, it can happen.
Though it's nice to go in a
Thanks for the function but i think having the function
as described won't return True all time
Me: dipping my foot in hot water, yes we can go ...
In the sprit of "practicality beats purity", devs needs a function
XD
Kind Regards,
Abdur-Rahmaan Janhange
discussed here but, it would have been nevertheless great to have this
tiny function instead of
nothing
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
> BTW, this is not what is usually meant by the term "anonymous
function". An anonymous function is one that is not bound
to *any* name. The thing you're proposing wouldn't be
anonymous -- it would have a name, that name being the empty
string.
Thanks for clarifying this point 👍👍👍
--
https://mai
Yes I know about lambdas but was just an introspection about
the reasoning behind ^^
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
--
https://mail.
Thanks for the answers.
@Chris Well Python deliberately throws an exception if we do not
pass in a function name. Just wanted to know why it should. As the
above case is a 100% pure anonymous function.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/>
Greetings list.
Out of curiosity, why doesn't Python accept
def ():
return '---'
()
Where the function name is ''?
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <http
ill always be the same. Thanks for pointing out!
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
m Google, and
report "no network").
Yes you are right ... lol i misread the error i guess
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
--
It's a demo to get the idea behind, uses requests and the rich library.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Wed, Feb 9, 2022
ernet connection')
sys.exit()
gist link:
https://gist.github.com/Abdur-rahmaanJ/7917dc5ab7f5d2aa37b2723909be08f7
I think for me having the internet means ability to request urls
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
Popular browsers tell: No internet connection detected. A function that
goes in the same sense. Unless they too are pinging Google.com to check ...
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <htt
ay to check for
internet connectivity:
https://www.ibm.com/support/pages/checking-network-connectivity-when-using-python-and-ibm-resilient-circuits
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <http
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
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
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
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
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
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
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
Greetings,
But why is it so?
--
https://mail.python.org/mailman/listinfo/python-list
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.
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
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
>
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/>
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
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
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&
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
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
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
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
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
@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
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
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.
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 <
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
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
Thanks folks will update with progress soon
>
--
https://mail.python.org/mailman/listinfo/python-list
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
Used by 4.8k but only ... 4 stars
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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
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
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
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
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/>
@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
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
So, is that mail spam or ...?
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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&
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
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
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
Greetings,
age: After university to retirement
level: school, A Level is high school, not university
--
https://mail.python.org/mailman/listinfo/python-list
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
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
,
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
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
for Tkinter, it's really annoying.
PyQt5 and others are a lot better.
PyQt5 follows the Cpp function namings
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
M
Greetings,
^^ Thanks!
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Sun, Jan 3, 2021 at 8:12 AM dn via Python-list
wrote:
> On 1/3/21 5
Greetings list,
Here's our usergroup's end of year report for 2020:
Happy reading!
https://www.pymug.com/assets/pymug_end_of_year_2020_v2.pdf
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
gith
Greetings list,
Being a windows user since long, this made
me laugh. Tell me
1/ What version of Python are you running?
2/ What editor/IDE are you using?
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
g
that time i was looking for companies who use OCaml etc
Did not come across Jane Street (If you know someone from there
tell them the question writer has a really twisted mind ^^)/.
I don't understand why though you would prefer OCaml over Python, Go, Java
etc for a company ^^
Kind Regards,
Abd
-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
Greetings,
Very clear explanations, rewriting lambdas as a function
was the key to understand it. Did not know was a lisp inspiration.
My mind still spiralling XD
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.co
):
def pair(f):
return f(a, b)
return pair
Implement car and cdr.
# ---
Kind Regards,
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
On Fri, 18 Dec 2020, 10:02 Cameron Simpson,
how lambda achieves this
Kind Regards,
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
--
https://mail.python.org/mailman/listinfo/python-list
g with those I have some sort of relationship with. The idea
behind is to reinforce the community touch.
The draft might seem a tedious task for the expected benefits but
with the right approach it will be smooth. Feel free to continue the
conversation!
Kind Regards,
Abdur-Rahmaan Janhangeer
abou
Btw why a datetime in datetime?
It causes much confusion. I dont know
the design decision behind, if someone knows, it might be good to explain
I dont expect it to change anytime soon
due to backward compatibility, but just
for knowledge.
Kind Regards,
Abdur-Rahmaan Janhangeer
https
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
--
https://mail.python.org/mailman/listinfo/python-list
Thanks for the lead. Checking tomorrow!
If so i'll have to include other folders as well ...
Kind Regards,
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
--
https://mail.python.o
shopyoapi
Kind Regards,
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
--
https://mail.python.org/mailman/listinfo/python-list
Greetings list,
In case this might help, i am on Python3.8 and running in a virtual env
This command also does not work:
python -m shopyo new . test2
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
g
1 - 100 of 421 matches
Mail list logo