Difference between revisions of "Scratchpad"

From Family History Book
Line 11: Line 11:
 
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
 
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
 +
** <youtube>https://www.youtube.com/watch?v=gEDRb67-HfQ</youtube>
  
 
=Tech Stuff=
 
=Tech Stuff=

Revision as of 17:12, 7 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects