enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
hacktoberfest
#
python-json
Here are 23 public repositories matching this topic...
A web crawler for Sina, search and retrieve microblogs that contain certain keywords 一个简单的python爬虫实践,爬取包含关键词的新浪微博
-
Updated
Oct 25, 2018 - Python
[WIP] A fan-made, text-adventure Pokémon game in Python 3. If you want to Fork it, leave feedback too!
game
pokemon
maze
python3
cave
gym
encounter
python-game
privilege
trainers
python-json
fan-made
school-computer
pok-mon-game
pokemon-pythonred
-
Updated
Jul 9, 2022 - Python
A Bash function to read values from json files using Python's json module
-
Updated
Mar 22, 2021 - Shell
Este programa permite monitorear los puertos USB de nuestra computadora, detectar la conexión de nuevos dispositivos USB a traves de un proceso(daemon). Un servidor web solicitará dicha información a este proceso para responder a las solicitudes realizadas por un cliente (escrito en python).
json
sockets
daemon
client-server
usb-devices
usb-drive
python-requests
jsmn
libhttpd
servidor-web
libudev
python-json
c-mntent
-
Updated
Sep 10, 2017 - C
Extending the python json package functionality
-
Updated
Jun 18, 2019 - Python
jq.py is a simple json processor and filtering (jq-like) for Pythonists
-
Updated
May 8, 2022 - Python
Python bindings for Jsonic JSON reader library.
-
Updated
Dec 4, 2021 - C
A Multi Player Brain Teaser Game That Asks Players to Guess the Answer to Numerous Text Based Riddles
-
Updated
Mar 20, 2021 - HTML
Personal Python Utility Collection Library
python
utilities
lgplv3
python3
python-asyncio
python-dictionary
python-threading
python-json
gnu-lgplv3
lgpl3
-
Updated
Jun 5, 2022 - Python
Python Script to Generate A Simple Database
-
Updated
Feb 12, 2021 - Python
Python requests, APIs, and JSON traversals to answer a fundamental question: "What's the weather like as we approach the equator?"
python
rest
jupyter-notebook
http-server
cities
python-api
latitude
python-json
matplotlib-python
hotel-map
-
Updated
Oct 11, 2020 - Jupyter Notebook
JSON for Python but with Java functions.
-
Updated
Nov 12, 2020 - Python
the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project
data-visualization
postgis
layers
spatial-data
postgresql-database
geodjango
geomap
graphos
python-json
donut-chart
extension-postgis
-
Updated
Jun 4, 2018 - JavaScript
-
Updated
Jun 1, 2021 - Python
Easily update your paper core
python
minecraft
json
minecraft-server
os
requests
python-requests
python-json
python-os
papermc
minecraft-core
-
Updated
Dec 25, 2021 - Python
Improve this page
Add a description, image, and links to the python-json topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-json topic, visit your repo's landing page and select "manage topics."
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an
unsafeblock to create a reference to a boolean:https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the