RustPython: Building a Python 3 Interpreter in Rust

Published: 03 July 2020
on channel: Code Geek
2,602
53

RustPython: Building a Python 3 Interpreter in Rust
Python Tutorial - Python GUI Programming - Python GUI Examples (Tkinter Tutorial)
☞ https://morioh.com/p/f3bdfe6286ee

Python Tutorial: Image processing with Python (Using OpenCV)
☞ https://morioh.com/p/bc60494297f6

Python Programming Tutorial - Full Course for Beginners
☞ https://morioh.com/p/c8ebeaa911f9

Why you should move from Node.js to Rust in 2020
☞ https://morioh.com/p/79aaf93ed93a

Build your Python Extensions with Rust
☞ https://morioh.com/p/14b736e8b8de

Rust is a relatively new programming language aimed as a safe competitor of C. There are already attempts to write extension modules in rust and load them into CPython. A whole new approach would be to re-implement the Python language in rust. This is what RustPython is about. RustPython is a relatively new project. The aim of the project is to create a Python interpreter written entirely in Rust. Until now we used many of the language features available in rust, such as vectors, hashmaps, iterators. To implement standard
library modules, we would like to wrap existing rust crates.
This is what we did with the json module for example.

During this talk, we will demo the current state of the art of the project. We will take a dive into the internals of RustPython, from parsing, compilation, bytecode to actual execution on the Python virtual machine. Next to this we will cover the growing community, and the road ahead!

#Rust #Python #Morioh

PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed)

ORIGINAL SOURCE:    • RustPython: a Python implementation in Rus...  
------------------------------------------------------------------------------------
Social Network for Developers: http://bit.ly/2R1Lw31
Developer's Store: http://bit.ly/2L27JNR
Learn Startup: http://bit.ly/2UDotMN
Fanpage: http://bit.ly/2LyM4fJ


On this page of the site you can watch the video online RustPython: Building a Python 3 Interpreter in Rust with a duration of hours minute second in good quality, which was uploaded by the user Code Geek 03 July 2020, share the link with friends and acquaintances, this video has already been watched 2,602 times on youtube and it was liked by 53 viewers. Enjoy your viewing!