- printf now starts a Python interpreter to parse fstrings (internal implementation only)
- MSVC now considered a D compiler
- added more undefined behavior
- printf now starts a Python interpreter to parse fstrings (internal implementation only)
- MSVC now considered a D compiler
- added more undefined behavior
You get a build step with macros, conditionals, directives, preflight, etc. along with new language features like fstrings, a deconstructor, and more.
github.com/devOpifex/bu...
You get a build step with macros, conditionals, directives, preflight, etc. along with new language features like fstrings, a deconstructor, and more.
github.com/devOpifex/bu...
github.com/mrswats/flak...
Amb suport per python 3.14.
#Python #Flake8 #CodeQuality
github.com/mrswats/flak...
Amb suport per python 3.14.
#Python #Flake8 #CodeQuality
I still have no idea why this sort isn't working
It SHOULD be. It looks fine! The execution goes past "Combat.Attacks" and hits the Closers vs Grounds vs Airs bit each time and continues.
But every time I run this, the resultant TMap order is randomly thrashed?
I still have no idea why this sort isn't working
It SHOULD be. It looks fine! The execution goes past "Combat.Attacks" and hits the Closers vs Grounds vs Airs bit each time and continues.
But every time I run this, the resultant TMap order is randomly thrashed?
These kind of improvements, and the Ratomic gem from @mike.contribsys.com (based on Ilya Bylich's work) could start to turn the tide on Ractor usefulness!
byroot.github.io/ruby/perform...
iliabylich.github.io/ruby-ractors...
These kind of improvements, and the Ratomic gem from @mike.contribsys.com (based on Ilya Bylich's work) could start to turn the tide on Ractor usefulness!
byroot.github.io/ruby/perform...
iliabylich.github.io/ruby-ractors...
#python #geeky #geekpride #ilovepython #fstrings
#python #geeky #geekpride #ilovepython #fstrings
template.sql
SELECT *
FROM schema.table
WHERE {filter_expression}
script.py
(
open('template.sql')
.read()
.format(
filter_expression='value = 1'
)
)
template.sql
SELECT *
FROM schema.table
WHERE {filter_expression}
script.py
(
open('template.sql')
.read()
.format(
filter_expression='value = 1'
)
)
> I love working from cli (& 😭when the first gui came out)
> I enjoy RegEx
> I get a little thrill with fstrings
> I like traditional textadventure games / MUDs
* actually I was called 'weird' 😂
my quest to create a #languagelearning textadv game continues
> I love working from cli (& 😭when the first gui came out)
> I enjoy RegEx
> I get a little thrill with fstrings
> I like traditional textadventure games / MUDs
* actually I was called 'weird' 😂
my quest to create a #languagelearning textadv game continues
fstrings.wtf
On HN: news.ycombinator.com/item?id=4461...
On Lobsters: lobste.rs/s/cwmt11/do_...
On /r/Python: old.reddit.com/r/Python/com...
#Programming #Formatting #fStrings #Printing #Quiz
fstrings.wtf
On HN: news.ycombinator.com/item?id=4461...
On Lobsters: lobste.rs/s/cwmt11/do_...
On /r/Python: old.reddit.com/r/Python/com...
#Programming #Formatting #fStrings #Printing #Quiz