Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Intel 8051 microcontroller emulator
Post: Intel 8051 microcontroller emulator

I made this app as a BE thesis. It's using Brython to make Python work in Chromium (Electron) and React with Material-UI for the front-end. It's supposed to be rendered in a fixed-sized Electron windo...
estarq Code sharing 0 2,129 Apr-22-2022, 10:59 AM
    Thread: Shorter or more descriptive?
Post: Shorter or more descriptive?

Which one should I commit? for i in range(0, len(data), 2): decimal_number = int(data[i:i + 2], 16) binary_number = bin(decimal_number)[2:] byte = binary_number.zfill(8) self.rom[int(first_by...
estarq Code Review 2 3,029 Apr-22-2021, 05:44 PM
    Thread: My first project - RAMDisk
Post: My first project - RAMDisk

Hi, here's my first project - RAMDisk. #!/usr/bin/env python3 import string import json import os import gi import socket import errno import sys gi.require_version('Gtk', '3.0') from gi.repositor...
estarq Code Review 1 2,483 Apr-06-2021, 04:29 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020