Just over a year ago one of you amazing Fedizens created and shared a wonderful tutorial for teaching kids how to build their first webpage. Unfortunately, I cannot find it.

*It is possible that it was not intended for kids, but my 13yo ate it up.

Update: It is HTML for people from @bw

Check it out, even if you know how to create webpages, this is the perfect tool to share with friends who may be ready to set up their own corner on the web.

#Learn2Code #LearnToCode #HTML #WebDev

HTML for People

HTML isn't only for people working in the tech field. It's for everyone. Learn how to make a website from scratch in this beginner friendly web book.

I had to learn make. This article is a good introduction to `make` ... https://www.freecodecamp.org/news/makefiles-101-how-to-use-make-as-a-task-automation-tool-69d2ccc3f25e/

- It first shows the basic functionality with a 2 line Makefile, similar to this:

```Makefile
myfirst:
echo "hello there"
```

type the command `make myfirst` to run, and experience the glory of "hello there"

"General Kenobi"
#make #clang #learn2code

Makefiles 101: how to use make as a task automation tool

by Alex Nadalin Makefiles 101: how to use make as a task automation tool Photo by Agto Nugroho [https://unsplash.com/photos/1mnXGDl3iRY?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] on Unsplash [https://unsplash.com/search/photos/factory?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText] It seems like developers are afraid of using make as they associate it with the painful experience of compiling things from scratch — the dreaded ./configure &&

freeCodeCamp.org
@ManningPublications saved the best sale for last: 1/2 off Everything Memorial Day Sunday & Monday (Ok, I know what you're thinking - now your relaxing and not checking social media right? Don't blame me - I'm just an author, not the marketing director 🙄 ) #DataScience #machinelearning #learn2code https://www.manning.com/books/fighting-churn-with-data?a_aid=fight-churn&a_bid=61baa361
Fighting Churn with Data

The beating heart of any product or service business is returning clients. Don't let your hard-won customers vanish, taking their money with them. In Fighting Churn with Data</i> you'll learn powerful data-driven techniques to maximize customer retention and minimize actions that cause them to stop engaging or unsubscribe altogether. This hands-on guide is packed with techniques for converting raw data into measurable metrics, testing hypotheses, and presenting findings that are easily understandable to non-technical decision makers.

Manning Publications

Day 0 of #100DaysOfCode
Learning Python🚀
I've embarked on a Python learning journey, mastering fundamental concepts that form the backbone of this versatile programming language. 📚 Here's a summary of what I've covered:

👨‍💻 The Python Interpreter: I learnt how to interact with the Python interpreter. It works almost as the Unix Shell, when called it reads and execute commands interactively, if called with a file as STDIN, it reads and execute a script from the file.

🕹️Control Flows: Learned how to Navigate the flow of py programs with if, else, and elif statements, and also with loops (for and while) ensuring logical and structured code execution.

🗃️Data Structures:
Lists, Tuples, Dictionaries:

💡Lists: ordered collection that can contain elements of different data types. similar to arrays, it is mutable and can be indexed

💡Tuples: Similar to lists but immutable(can't be modified)

💡Dictionaries: unordered collection of key-value pairs, providing a mapping between keys and associated values.

🌟Functions Unveiled:
Arguments and Keyword Arguments: *args and **kwargs are used in function definitions to allow for a variable number of arguments.

💡The *args syntax in a function signature collects additional positional arguments into a tuple.

💡The **kwargs syntax in a function signature collects additional keyword arguments into a dictionary.

🌟 Played a bit with Byte Code:
Bytecode in Python refers to a set of low-level instructions representing a compiled version of Python source code. When you run a Python script, the Python interpreter translates the high-level Python code into bytecode before executing it.

🙌 String Operations and Methods: I manipulated strings with precision using a variety of operations and built-in methods (e.g .copy(), .upper() e.t.c)

👨‍💻 Finally I solved some Python based Hackerrank challenges and tackled some ALX projects.

#tech #learn2code #mastodon

SPECIAL: Wie du Programmierer:in werden kannst

Unser kostenloses Frontend-Webdevelopment-Programm geht in die nächste Runde! In nur 6 Monaten könnt ihr ohne Vorkenntnisse Programmierer:in werden und den Jobeinstieg schaffen 👩🏼‍💻🧑🏾‍💻🌈

opencampus.sh Newsletter

Can you tell Pi from Pizza? Find out how to approximate the value of Pi in your kitchen!

Spoiler: it's not your regular kitchen...and yes: I coded it in #Rstats

https://rpubs.com/aveneziano/pizzaandpi

#unsolicitedR #geometry #learn2code

RPubs - Pizza & Pi

Hi hi ev'ryone! Me Billy n me 4! I wuv to make compootah stuffs n build appies 👦‍💻 even tho me not read so gud yet. #Learn2Code #CodeIsFun 😃 Ask me anythin' 'bout codes n me gives you my bestest advice! #programming #coding
If you're just looking to get started with writing code, the Society of Women Engineers (SWE) is doing a free online intro to C++ https://www.eventbrite.com/e/intro-to-c-tickets-599679616877?mibextid=ykz3hl&fbclid=IwAR2WO-F6Vs7vEdPIbLlBoDUc3A1jQ7D71umopWkyBV7fxMj-t0DO4J-MOF8&mibextid=5zvaxg #learn2code #WomenInSTEM
Intro to C++

Learn the Basics of C++ Programming

Eventbrite

If you want to learn #Ruby - checkout the Rails Girls Guides

They have a great introduction for Ruby at https://guides.railsgirls.com/ruby-intro

#ruby #learn2code #learnprogramming

Introduction to Ruby - Rails Girls Guides

Learn how the Ruby language syntax works and how to make dynamic HTML in your Rails app views.

Rails Girls Guides
A Scheme Primer