Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://stackoverflow.com/questions/51286748/make-the-python-json-encoder-support-pythons-new-dataclasses — found via User
Make the Python json encoder support Python's new dataclasses - Stack Overflow
It is important to note, that for a dataclass called Foo and an instance foo_instance = Foo(...) both dataclasses.is_dataclass(Foo) and dataclasses.is_dat…
-
https://en.wikipedia.org/wiki/Python_(programming_language) — found via Wikipedia
Python (programming language)
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation
-
http://python.org — found via Mwmbl
Welcome to Python.org
Lists (known as arrays in other languages) are one of the compound data types that Python understands. Lists can be indexed, sliced and manipulated with o…
-
https://bugs.python.org/issue36662 — found via Mwmbl
Issue 36662: asdict/astuple Dataclass methods - Python tracker
I think the best thing to do is write another decorator that adds this method. I've often thought that having a dataclasses_tools third-party module would…
-
https://api.arcade.academy/en/development/tutorials/gpu_particle_burst/index.html — found via Mwmbl
GPU Particle Burst - Python Arcade 3.0.0.dev28
Next, we’ll create a dataclass to track our data for each burst. For each burst we need to track a Vertex Array Object (VAO) which stores information abo…
-
https://ricardoanderegg.com/posts/python-validate-dataclass-types/ — found via Mwmbl
Validate Python dataclass types - rand[om]
Validate Python dataclass types In Python you can create dataclasses with the wrong type. The type checker should show an error, but nothing prevents cre…
-
http://www.jsonline.com/sports/packers/331503782.html — found via Mwmbl
JSOnline
Green Bay Packers 2015 Packers Game Summaries Packers 31, Bears 23 The Packers didn’t destroy the Bears as they did twice a year ago. All the Packers nee…
-
https://dataclass-wizard.readthedocs.io/ — found via Mwmbl
Dataclass Wizard — Dataclass Wizard 0.22.3 documentation
The Dataclass Wizard library provides inherent support for standard Python collections such as list, dict and set, as well as most Generics from the typi…
-
https://newbedev.com/python-dataclass-from-a-nested-dict — found via Mwmbl
Python dataclass from a nested dict
# copy of the internal function _is_dataclass_instance def is_dataclass_instance(obj): return is_dataclass(obj) and not is_dataclass(obj.type) # the adap…
-
http://www.python.org/dev/peps/pep-0681/ — found via Mwmbl
PEP 681 – Data Class Transforms | peps.python.org
PEP 557 introduced the dataclass to the Python stdlib. Several popular libraries have behaviors that are similar to dataclasses, but these behaviors cann…
-
http://dataclass.stanford.edu — found via Mwmbl
Risk Classifications | University IT
Risk Classifications Stanford is committed to protecting the privacy of its students, alumni, faculty and staff, as well as protecting the confidentialit…
-
https://hamy.xyz/labs/2023-10-python-dataclasses — found via Mwmbl
Python Dataclass best practices (and why you should use them)
Python Dataclass best practices (and why you should use them) I prefer static types > dynamic types as I believe it makes code more explicit and expressi…
-
https://github.com/foyoux/datclass — found via Mwmbl
GitHub - foyoux/datclass: python dataclass nested & extra attrs
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://bl.ocks.org/paxbun/3eb7d762a013f915fce69d4daecfab37 — found via Mwmbl
Python dataclass inverse of asdict · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
https://gist.github.com/smihica/2792662 — found via Mwmbl
Xml to JSON parser-converter in Python. · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
http://mail.python.org — found via Mwmbl
mail.python.org Mailing Lists
mail.python.org Mailing Lists Below is a listing of all the public Mailman 2 mailing lists on mail.python.org. Click on a list name to get more informati…
-
http://www.gwern.net/wiki/JSON — found via Mwmbl
JSON - Wikipedia
After RFC 4627 had been available as its "informational" specification since 2006, JSON was first standardized in 2013, as ECMA -404. [ 4 ] RFC 8259, publ…
-
https://donatstudios.com/JSONP — found via Mwmbl
The Sad Truth About and Reasoning Behind JSONP — Donat Studios
JSONP: Take It With a Grain of Salt I don’t want anyone take this the wrong way. I love JSON. It is so much simpler to parse than XML, and is an all arou…
-
http://snyk.io/advisor/npm-package/dataclass — found via Mwmbl
dataclass - npm Package Health Analysis | Snyk
Embed Package Health Score Badge Maintenance Commit Frequency Further analysis of the maintenance status of dataclass based on released npm versions cade…
-
https://retool.com/utilities/xml-to-json — found via Mwmbl
XML to JSON Converter | Retool
Convert XML to JSON XML stands for Extensible Markup Language. XML was designed to store and transport data while also being self-descriptive. XML is des…
-
https://archive.org/help/json.php — found via Mwmbl
JSON API to archive.org services
JSON API for archive.org services and metadata As we do not have unlimited resources behind our services, we request that users try to cache results wher…
-
http://jwt.io — found via Mwmbl
JSON Web Tokens - jwt.io
JSON Web Token (JWT) Debugger For your protection, all JWT debugging and validation happens in the browser.Be careful where you paste or share JWTs as th…
-
http://fly.io/docs/python — found via Mwmbl
Python on Fly.io · Fly Docs
Python on Fly.io Fly.io is a great place to launch your Python applications, especially if you plan on running them on multiple servers around the world s…
-
https://davidwalsh.name/jsonp — found via Mwmbl
JSONP with jQuery, MooTools, and Dojo
JSONP with jQuery, MooTools, and Dojo We all know that the big limitation of AJAX is that cross-domain requests aren't allowed. We also know, however, th…
-
https://blog.golang.org/json — found via Mwmbl
JSON and Go - The Go Programming Language
JSON (JavaScript Object Notation) is a simple data interchange format. Syntactically it resembles the objects and lists of JavaScript. It is most commonly…
-
http://lwn.net/Articles/707531/ — found via Mwmbl
JSON license again [LWN.net]
I know that this has been brought up, but I think that we have institutionalized an erroneous decision. That decision is that the json.org license is a C…
-
https://grumpygamer.com/json/ — found via Mwmbl
JSON | Grumpy Gamer
Grumpy Gamer Ye Olde Grumpy Gamer Blog. Est. 2004 After posting the Delores code, I read a comment from someone who lambasted me for not using compliant …
-
http://ejohn.org/projects/rss2json/ — found via Mwmbl
John Resig - RSS to JSON Convertor
RSS to JSON Convertor This script is capable of taking an RSS (or Atom) feed and converting it into a valid JSON object. I currently cache feed requests …
-
http://sivers.org/qcc — found via Mwmbl
To question is to consider, not refute | Derek Sivers
Some people hear questions as disinclinations. You say, “Why are we going?” They hear, “I don’t want to go.” Maybe they grew up around people who are ind…
-
http://www.notion.so/@json — found via Mwmbl
json | Template Creator | Notion Marketplace
json @json Hi, I'm Json—a productivity enthusiast and digital creative. I design tools and templates to help you get more done and empower teams with rea…
-
http://www.w3.org/TR/json-ld — found via Mwmbl
JSON-LD 1.1
JSON is a useful data serialization and messaging format. This specification defines JSON-LD 1.1, a JSON-based format to serialize Linked Data. The syntax…
-
http://golang.org/pkg/json — found via Mwmbl
json package - encoding/json - Go Packages
Indent appends to dst an indented form of the JSON-encoded src. Each element in a JSON object or array begins on a new, indented line beginning with pref…
-
http://tosdr.org/txt — found via Mwmbl
tosdr.txt - A new way to crawl your service -- Terms of Service;…
tosdr.txt - A new way to crawl your service -- Terms of Service; Didn't Read Funding It is funding month - ToS;DR needs your support! Every half-year is f…
-
http://stackshare.io/json — found via Mwmbl
JSON - Reviews, Pros & Cons | Companies using JSON
JSON What is JSON? JavaScript Object Notation is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines …
-
https://flutter.io/json/ — found via Mwmbl
JSON | Flutter
It is hard to think of a mobile app that doesn't need to communicate with a web server or easily store structured data at some point. When making network-…
-
https://github.blog/tag/json/ — found via Mwmbl
JSON Archives - The GitHub Blog
JSON We’ve been gearing up to launch GitHub Universe 2022 and our community has been launching cool projects left right and center. These projects includ…
-
http://sqlite.org/json1.html — found via Mwmbl
JSON Functions And Operators
The JSON functions and operators are built into SQLite by default, as of SQLite version 3.38.0 (2022-02-22). They can be omitted by adding the -DSQLITE_OM…
-
https://hackaday.com/tag/json/ — found via Mwmbl
Json | Hackaday
json 19 Articles For plenty of computer users, the operating system of choice is largely a middleman on the way to the browser, which hosts the tools tha…
-
https://tonsky.me/atom.xml — found via Mwmbl
tonsky.me
But it still goes to the internet occasionally to sync with other users, fetch data, back up, etc. If it doesn’t go to the internet at all, it’s just loc…