Repl.it desktop app error
I have downloaded the Repl.it app for GNU/Linux Amd64.
1. Switched to a root shell with su -
2. Navigated to where the .deb file was downloaded to
3. Entered the following
dpkg -i ./replit_1.0.0_amd64.deb
- And got the following output
dpkg-deb: error: archive './replit_1.0.0_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive ./replit_1.0.0_amd64.deb (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
./replit_1.0.0_amd64.deb
Issue seems to be the compression is using tar.zst, I have no idea what this is either, normally it is .tar.gz
Sharing here in case anyone else has a problem.
Update
Asked on the Replit forum and it seems it may have something to do with my Debian version, see post here
Tags
#Coding,#Development,#programming,#Cloud,#Virtual,#replit
#LookingForWork

Code Club 19/8/2023 Write up
So this week, we started the attendees with more Hour of Code activities. We are slowly starting to move towards learning text based programming languages and away from Scratch.
The hour of code activities allow for block programming but the resulting block code be viewed as java based code which is really useful for building that link.
In order to support this I had a go at Mario secret advantures which helps to build some of the many important features of gaming, movement, collision, scoring etc.
I have just made a video and uploaded to peer tube, my system is a little slow so I have left out the music part, but the main point of this exercise is to use loops to reduce code needed.
Next code club 2nd September.
Useful Links
Tags
#CodeClub,#Projects,#Python,#Scratch,#Coding.#Programming,#Children,
#Education
#LookingForWork

Code Club – testing input
Once you have code working nicely, it is a good idea to add in error checking so that when asking for user input, what is put in to the program matches what is required.
We can ask a user for a numerical value so we know how many times to repeat the loop. How do we test for this.
letter = rawinput(“Enter your name “)
i = letter.isalpha()
while i != True:
print(“Input MUST use letters”)
letter = rawinput(“Name “)
i = letter.isalpha()
print letter
In this example, the user is asked to enter their name, this is stored and checked that is is actually a alphabetical character a-z or A-Z.
Tags
#CodeClub,#Python.#Programming,#UserInput,#Testing
#LookingForWork

Code Club 19/8/2023
The next Paignton Library code club is on Saturday 19th August 2023 10 am to 12:00. We will carry on with with the Code Club and hour of code projects and hopefully also the Python Projects.
Useful Links
Tags
#CodeClub,#Projects,#Python,#Scratch,#Coding.#Programming,#Children,
#Education
#LookingForWork

Jupyter Notebook
This article on Jupyter notebook ties in nicely with a previous article on Scientific Writing so another really interesting article relating to this posted to the fediverse. This gives some useful tips and tricks to help you make the most of this powerful software.
You can read the article on Makeuseof here
Links
Tags
#Tech #MakeUseOf #TechNews #IT via @morganeogerbc #ProductivityTricks #ProductivityTips #Programming #CodingTips #Python,#JupyterNotebook
#LookingForWork

Code Club 5/8/2023 Write uo
Very productive today with attendees working through some of the Hour of code activities, including the more advanced activities which use the Java programming language. So looking good going forward.
Useful Links
Next sessions
Next week the STEM group will be in room 12 ONLY as part of the library Family Fun Festival. The IT learning centre will be locked as I can't cover both rooms.
Next Club(s) will be on:-
- Saturday 19th August
- Saturday 2rd September
Tags
#CodeClub,#HourOfCode,#Programming,#Computing,#Java,#JavaScript
#LookingForWork

Code Club 5/8/2023
The next Paignton Library code club is on Saturday 5th August 2023 10 am to 12:00. We will carry on with with the Code Club projects, hour of code and some more Rocks and diamonds.
Useful Links
Tags
#CodeClub,#Projects,#Python,#Scratch,#Coding.#Programming,#Children,
#Education
#LookingForWork

Code Club 22/7/2023 Write up
We had three new starters today, so as everyone is interested in Minecraft, I started everyone off with the Hour of Code Minecraft activities. This went really well,. kept everyone engaged with lots of valuable learning taking place.
I have also figured out how to set up Rocks and diamonds so we can skip completed levels and carry on from where people got to previously. I need to do this as the computers reset each time they are turned off, which means that progress data is also lost.
Useful Links
Next Code Club
The next code club is August 5th
Tags
#CodeClub,#Projects,#Python,#Scratch,#Coding.#Programming,#Children,#Education
#LookingForWork
