So I think it is time I learned some (new/updated) coding. My last was in the 90s with C++ and played around in DOS and I don't remember too much of that anyway. I have been suggested to use codeacademy for python as that is the language most encouraged in the Queensland education system. Any wonderful people care to suggest courses or applications to help me out?
#coding #CodeAcademy #upskill #reskill #python #teaching @edutooters
@jellycrystals @edutooters Definitely python! I've heard Python for Everybody is a good course https://www.coursera.org/specializations/python Also, https://replit.com/ makes it easy to start coding without having to install anything
Python for Everybody

Offered by University of Michigan. Learn to Program and Analyze Data with Python. Develop programs to gather, clean, analyze, and visualize ... Enroll for free.

Coursera
@RhetTbull Rad! Thanks for the hint. I have used Coursera before so that's a win.
@jellycrystals, #Python is a good language. It is easy to learn but is rich enough to build very advanced stuff. For beginners and early intermediates there is loads of stuff out there. After you have mastered the basics and start wondering how to progress to a more advanced skill level, I recommend #ArjanCodes. Arjan is also offering courses over his website but his youtube channel is very helpfull too: https://www.youtube.com/c/arjancodes
ArjanCodes

On this channel, I post videos about programming and software design to help you take your coding skills to the next level. I'm an entrepreneur and a university lecturer in computer science, with more than 20 years of experience in software development and design. If you're a software developer and you want to improve your development skills, and learn more about programming in general, make sure to subscribe for helpful videos. I post a video here every Friday. If you have any suggestion for a topic you'd like me to cover, just leave a comment on any of my videos and I'll take it under consideration. Thanks for watching!

YouTube
@ostpoller Sweet. Thanks. Will have a look for sure.
@jellycrystals @edutooters Python is great! You may find Jupyter notebooks helpful, they are a nice way of running chunks of code at a time and seeing the output as you go. https://jupyter.org you can also write notes around your code that show up as formatted text. Ive also used PyCharm which was nice but any variation of this type of thing will do, I just use a basic text editor (Sublime Text) these days. As far as courses go I imagine they are all very similar.
Project Jupyter

The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media.

@jellycrystals @edutooters

I think that the Python Crash Course in Google's Coursera Certification course is pretty well done.

https://www.coursera.org/learn/python-crash-course

Plus there are some interesting places to go when you finish that.

Crash Course on Python

Offered by Google. This course is designed to teach you the foundations in order to write simple programs in Python using the most common ... Enroll for free.

Coursera
@jellycrystals @edutooters There are several free places where you can get a good grasp of Python. I am sending you a list with links. They are not in order, just look and do what makes you comfortable. My view is that there's no difference between adults and teenagers learning programming. There are very effective materials intended for ICT in the classroom that are also useful as a general #Python primer.
1. Raspberry Pi courses for Python. https://www.raspberrypi.org/courses/learn-python#courses-content
101, 102 and 103 are good.
Free Online Courses | Learn Python | Raspberry Pi Foundation

Learn Python for free with the Raspberry Pi Foundation. Take an online computing class in Python and learn how to code your own programs today.

Raspberry Pi Foundation