Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Wtfpython Alternatives
Similar projects and alternatives to wtfpython
-
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
-
-
-
pfFocus
Generate meaningful output from your pfSense configuration backup, like Markdown documentation.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
rdm
Our regulatory documentation manager. Streamlines 62304, 14971, and 510(k) documentation for software projects. (by innolitics)
-
python-small-examples
告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work
-
python-syntax-errors
no-op statements syntactically valid only since Python X.Y
-
Think-Python-2E-My_solutions
My solutions to the exercises contained in the "Think Python 2nd Edition" book by Allen B. Downey.
wtfpython reviews and mentions
-
Ask HN: What are the best tutorial sites for Python?
All these are neither recent (they are updated though) nor AI related. Here you go :
If you are new to dev, I like "think python"
If you are already into programming, I personally find sifting through organized small code snippets helpful for learning a new language :
https://github.com/jackzhenguo/python-small-examples
https://github.com/satwikkansal/wtfpython/blob/master/README...
https://www.30secondsofcode.org/python/p/1
Finally, "The Hitchhiker’s Guide to Python" is good for everything configuration, and usage.
- abmagick – abuse ImageMagick to create arbitrary files
-
WTFPython: Exploring and understanding Python through surprising snippets
Mutable default arguments is the one I see most likely to come up regularly, it's gotten us a few times: https://github.com/satwikkansal/wtfpython#-beware-of-default...
-
Understanding all of Python, through its builtins
In a similar vein you may like "WTF Python: Exploring and understanding Python through surprising snippets":
https://github.com/satwikkansal/wtfpython
HN thread: https://news.ycombinator.com/item?id=26097732 (163 comments)
PS: found with a site I'm building: https://discussions.xojoc.pw/?q=Understanding+Python+through...
-
3 > 2 > 1 == True in Python But 3 >2 >1 == false in JavaScript.
https://github.com/satwikkansal/wtfpython as well
-
Python for Lisp Programmers (2000)
> But most "wtfpython" things don't actually affect people using the language
Plenty do though. I've passed that page onto co-workers a lot, back when the list was smaller, and almost every time they've found something on the page that explains a bit of weirdness with Python that they'd just dismissed as buggy behavior and avoided touching.
The ones I remember them mentioning:
https://github.com/satwikkansal/wtfpython#-mutating-the-immu...
https://github.com/satwikkansal/wtfpython#-beware-of-default...
And I multiple times I've had to explain the difference between references / shallow copy / deep copy to bootcampers, which falls under https://github.com/satwikkansal/wtfpython#-a-tic-tac-toe-whe...
Python had their smearing campaign claiming TIOOWTDI against Perl's TIMTOWTDI, and dubious claim's of sigils (`@$`) hurt readability. But once Python had the ecosystem going, it brought back `@`, `{}`, numerous `_`, fanciful `:=`. And, of course, there always is more than one way to do it in Python.
Python's "easy to use" is just a lie, https://github.com/satwikkansal/wtfpython
The common lisp CFFI module is nothing short of Python's.
But, I know, people hate to put their `(` in front of their function names, and people hate to omit `,` between there function arguments.
-
Python strings are immutable, but only sometimes
For interesting behaviour see https://github.com/satwikkansal/wtfpython
this has been linked below. As you can see, Integers from 0 to 256 are already predefined in memory.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 Mar 2023
Stats
satwikkansal/wtfpython is an open source project licensed under Do What The F*ck You Want To Public License which is not an OSI approved license.