Close

98 Results for "python"

  • Programming in English

  • When I graduated in 1971 and started work, computers were still mostly huge, remote entities behind locked doors and programmed with punched cards. I hated them. So on the time-honoured principle of bashing square pegs into round holes, my first employer...
  • The BPI-PicoW-S3, A New Player in Town

  • The BPI-Pico-S3 is an ESP32S3 development board that has been fully adapted to CircuitPython, and the TinyUF2 + CircuitPython firmware is installed by default. No need to install any drivers in Windows 10, Windows 11, Ubuntu Desktop, or Mac OS operating...
  • How to Flash NodeMCU on Mac OS X Yosemite

  • Working with ESP8266 and NodeMCU can be very easy, or very challenging! I’ve been fortunate to have good luck but I’ve fielded may questions from people that have been having trouble.If you are on a Mac (or Linux), unfortunately there are not as many...
  • Open Hardware Summit badge: Magic 8-Ball app

  • Thanks to @Steve Pomeroy for creating this MicroPython demo app for the Open Hardware Summit badge: ohs18apps/magic8ball.py This Python file can be transferred to Open Hardware Summit badge using the FTP server built into the MicroPython...
  • eBox 3300/3310

  • I'm off on holiday for a week in a few hours, but when I get back I'm going to be playing with these:One was given to me without a power supply by a friend of mine, and it took a few hours disassembly and googling to find out what it actually was; the...
  • CircuitPython in a small factor with CircuitBrains Deluxe

  • Kevin Neubauer has designed a System-on-Module (SoM) to run Circuit Python:CircuitBrains Deluxe I love Adafruit’s CircuitPython product line. The ability to just plug your board into USB, make code changes, and see them take effect in real-time...
  • Data Science Courses In Bangalore

  • 360DigiTMG is at the forefront of Data Science technology and training. The Data Science Courses are the best the industry has to offer. Besides Data Science this institute also offers training in Big Data Analytics, Artificial Intelligence, Internet...
  • Dead Pine

  • Drop your PinePhone just once... It wasn't a big fall, just a minor nick on the shell and no effect on the screen. Now there is no calling or texting, in or out. Place a jumper across two test points to force the modem in to a download mode. Motionless...
  • Data Science Training In Hyderabad

  • Kelly Technologies is the perfect platform that offers the best job-centric training in Data Science. The Data Science Training in Hyderabad program here is reputed for its advanced training delivery, advanced course curriculum, placement approach, hands-on...
  • Owsley_dev

  • OwsleyDev - A Multifaceted Maker Hello and welcome to my hackaday.io page! My name is cassidy (aka owsley dev) and I am a programmer, Raspberry Pi enthusiast, sketcher, and game developer. Programmer I have a passion for coding and enjoy solving complex...
  • Sym-1 Memory Expansion

  • Memory was expensive in the days when the Sym-1 was released. The boards were shipped with 1kB of RAM (2 "2114" of 4bits by 1024), but could have another 6 of 2114s to be plugged in without any extra hardware required. The memory chips were not only...
  • Diving into SCPI

  • Setting up instruments (like an oscilloscope or a signal generator) can be quite tedious. For me, that is when I have to set up two devices or moreit has to be done repeatedly The second point has (at least) two flavors: either because I need to...
  • Patching Muhonmourn 3 (2)

  • Making a Cartridge version of the game I have created a ROM version of Muhonmourn3. It was necessary to move the game to RAM because the game uses contiguous areas to store data (and some areas beyond 0xd400 too). Additionally, it was required another...