#hive-188262Unmoderated tagAll postsTrendingHotNewPromotedPayoutspaulmoon410 in #hive-188262 • 5 months agoLearn How to Code - Lunar PongI appreciate the help @oldsoulnewb I definitely needed more guidance with the Markdown Language limits. That said, I spent the past week working on this Pong Game. I have to figure out stillpaulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' Part 6- Learning to Codepeakebot/ ├── app.py ├── templates/ │ └── index.html ├── venv/ │ ├── bin/ │ ├── include/ │ ├── lib/ │ └── ... (other virtual environment files and directories)…paulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' Part 5- Learning to CodeThis is what I'm calling app.py I'll try and post the tree. import loggingpaulmoon410 in #hive-188262 • 7 months ago'Making A Game' - Learning to CodeI'm having trouble figuring out why I can't move on the map. If anyone has any input on what I need to correct, please help me. I've tried chat GPT but it doesn't help much. If…paulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' Part 4- Learning to CodeI've changed up the approach to making a bot to distribute first. See if I can make that work. Right now I'm struggling. I set up a git hub repository as well paulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' Part 3 - Looking for Servers - Learning to CodeWell... I'm at the point where I need to find a Virtual Server to host the backend of the code. If anyone has any workarounds where I could use a free web hosting service to implement the codepaulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' Part 2- Learning to CodeSo @strava2hive pointed me out to Beem... So I started piddling. Updated the code a little. paulmoon410 in #hive-188262 • 6 months ago'Making A Trading Bot' - Learning to CodeThis is honestly above my knowledge I began writing it, and incorporated some chatgpt coding. I'm not that good yet. I'm just learning like most of us. Old dog new tricks. peakecoin in #hive-188262 • 5 months agoPeakecoin Balance We are currently trying to find a way to use a service like GeoCities to host the front end of things and Hive API and Hive Engine API to work the back end of things. Input of…paulmoon410 in #hive-188262 • 5 months agoFibonacci Sequence Generator : Learn to CodeIf you can't see the embed I apologize. Thepaulmoon410 in #hive-188262 • 5 months agoNumber Guessing Game : Learn to Codenum_game.py paulmoon410 in #hive-188262 • 5 months agoDigital Clock with Python : Learn to CodeDigitalClock.py import tkinter as tk