This HTML5 document contains 91 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
n4http://ml.dbpedia.org/resource/
foafhttp://xmlns.com/foaf/0.1/
n20https://global.dbpedia.org/id/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n18http://commons.wikimedia.org/wiki/Special:FilePath/
n19https://github.com/adafruit/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
dbpedia-arhttp://ar.dbpedia.org/resource/
owlhttp://www.w3.org/2002/07/owl#
n8https://circuitpython.org/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:CircuitPython
rdf:type
dbo:Work wikidata:Q7397 wikidata:Q386724 owl:Thing dbo:Software schema:CreativeWork
rdfs:label
CircuitPython سيركت بايثون CircuitPython
rdfs:comment
CircuitPython is an open-source derivative of the MicroPython programming language targeted toward students and beginners. Development of CircuitPython is supported by Adafruit Industries. It is a software implementation of the Python 3 programming language, written in C. It has been ported to run on several modern microcontrollers. CircuitPython is a fork of MicroPython, originally created by Damien George. The MicroPython community continues to discuss forks of MicroPython into variants such as CircuitPython. سيركت بايثون (بالإنجليزية: CircuitPython)‏ انشقاق مفتوح المصدر لمايكروبايثون يستهدف الطلاب والمبتدئين، تطوره ، وهو تنفيذ للغة البرمجة بايثون 3. سيركويت بايثون مكتوبة بسي . ويهدف إلى تسهيل العمل على العديد من وحدات التحكم الدقيقة الحديثة. CircuitPythonはMicroPythonから派生した、教育および初心者向けのオープンソースのプログラミング言語である。CircuitPythonは、Adafruit Industriesが開発を支援しており、Python 3プログラミング言語のC言語によるソフトウェア実装である。 数種類の現行のマイクロコントローラに移植されている。 CircuitPython はマイコンのハードウェアで動作する完全なPythonコンパイラおよびランタイムである。サポートされたコマンドを即時実行するための対話型プロンプト(REPL)も用意されている。CircuitPython には、Pythonの様々なコア・ライブラリに加え、Adafruitの対応ハードウェア製品への低レイヤアクセスを提供するモジュール群や、初心者向けの高レイヤライブラリが含まれる。 CircuitPythonはDamien Georgeが開発したMicroPythonのフォークである。MicroPythonのコミュニティには、CircuitPythonのようなMicroPythonから派生した変種について議論がある。
foaf:name
CircuitPython
foaf:homepage
n8:
dbp:name
CircuitPython
foaf:depiction
n18:Adafruit_blinka_angles-left.svg
dcterms:subject
dbc:Python_(programming_language) dbc:Microcontroller_software
dbo:wikiPageID
57294217
dbo:wikiPageRevisionID
1123680053
dbo:wikiPageWikiLink
dbr:Raspberry_Pi dbc:Python_(programming_language) dbr:MicroPython dbr:Read–eval–print_loop dbr:STM32 dbr:C_(programming_language) dbr:STMicroelectronics dbr:Handheld_video_game dbr:Sony dbr:Adafruit_Industries dbr:Microcontroller dbr:Spresense dbr:Microchip_Technology dbr:Python_(programming_language) dbr:Accessibility dbr:Discord_(software) dbr:Twitter dbr:Reddit dbr:Programming_language dbr:Infrared dbc:Microcontroller_software dbr:Software dbr:Atmel dbr:Nordic_Semiconductor dbr:MIT_license dbr:ESP8266 dbr:CPython
dbo:wikiPageExternalLink
n8: n19:circuitpython
owl:sameAs
n4:സർക്യൂട്ട്_പൈത്തൺ dbpedia-ar:سيركت_بايثون wikidata:Q55607667 dbpedia-ja:CircuitPython n20:6NCX5
dbp:wikiPageUsesTemplate
dbt:Software-stub dbt:Wikidata dbt:YouTube dbt:Better_source_needed dbt:Reflist dbt:GitHub dbt:Python_(programming_language) dbt:Short_description dbt:Start_date_and_age dbt:Infobox_software
dbo:thumbnail
n18:Adafruit_blinka_angles-left.svg?width=300
dbp:author
Adafruit Industries
dbp:genre
Python implementation
dbp:license
dbr:MIT_license
dbp:logo
Adafruit blinka angles-left.svg
dbp:logoCaption
Logo of the Blinka library, a compatibility layer for CircuitPython
dbp:logoSize
200
dbp:platform
microcontroller and single board computers using the Atmel SAMD21, Atmel SAMD51, Nordic nRF52840, and ESP32, ARMmicrocontrollers, from Adafruit, SparkFun, Arduino, Particle, Raspberry Pi and others
dbp:playlist
PLjF7R1fz_OOXrI15wuXeESA0aA4VzcWSi
dbp:programmingLanguage
dbr:C_(programming_language)
dbp:released
2017-07-19
dbp:repo
n19:circuitpython
dbp:title
MicroPython
dbp:website
n8:
dbo:abstract
CircuitPython is an open-source derivative of the MicroPython programming language targeted toward students and beginners. Development of CircuitPython is supported by Adafruit Industries. It is a software implementation of the Python 3 programming language, written in C. It has been ported to run on several modern microcontrollers. CircuitPython consists of a Python compiler to bytecode and a runtime interpreter of that bytecode that runs on the microcontroller hardware. The user is presented with an interactive prompt (the REPL) to execute supported commands immediately. Included are a selection of core Python libraries. CircuitPython includes modules which give the programmer access to the low-level hardware of supported products as well as higher-level libraries for beginners. CircuitPython is a fork of MicroPython, originally created by Damien George. The MicroPython community continues to discuss forks of MicroPython into variants such as CircuitPython. CircuitPython is targeted to be compliant with CPython, the reference implementation of the Python programming language. Programs written for CircuitPython-compatible boards may not run unmodified on other platforms such as the Raspberry Pi. سيركت بايثون (بالإنجليزية: CircuitPython)‏ انشقاق مفتوح المصدر لمايكروبايثون يستهدف الطلاب والمبتدئين، تطوره ، وهو تنفيذ للغة البرمجة بايثون 3. سيركويت بايثون مكتوبة بسي . ويهدف إلى تسهيل العمل على العديد من وحدات التحكم الدقيقة الحديثة. CircuitPythonはMicroPythonから派生した、教育および初心者向けのオープンソースのプログラミング言語である。CircuitPythonは、Adafruit Industriesが開発を支援しており、Python 3プログラミング言語のC言語によるソフトウェア実装である。 数種類の現行のマイクロコントローラに移植されている。 CircuitPython はマイコンのハードウェアで動作する完全なPythonコンパイラおよびランタイムである。サポートされたコマンドを即時実行するための対話型プロンプト(REPL)も用意されている。CircuitPython には、Pythonの様々なコア・ライブラリに加え、Adafruitの対応ハードウェア製品への低レイヤアクセスを提供するモジュール群や、初心者向けの高レイヤライブラリが含まれる。 CircuitPythonはDamien Georgeが開発したMicroPythonのフォークである。MicroPythonのコミュニティには、CircuitPythonのようなMicroPythonから派生した変種について議論がある。 CircuitPythonはPythonのリファレンス実装であるCPythonに準拠することを目指している。 CircuitPython互換ボード用に書かれたプログラムは、Raspberry Piなど他のプラットホームでは修正なしでは動作しない可能性がある。
prov:wasDerivedFrom
wikipedia-en:CircuitPython?oldid=1123680053&ns=0
dbo:wikiPageLength
7954
dbo:releaseDate
2017-07-19
dbo:author
dbr:Adafruit_Industries
dbo:computingPlatform
dbr:Raspberry_Pi dbr:Microcontroller
dbo:genre
dbr:Python_(programming_language)
dbo:license
dbr:MIT_license
dbo:programmingLanguage
dbr:C_(programming_language)
foaf:isPrimaryTopicOf
wikipedia-en:CircuitPython