Python Forum

Full Version: Tutorial Submission: An introduction to Python in the age of generative AI.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made this tutorial-website (free, no subscription, ads or anything) and I am desperate for some feedback... :-)

https://computerprogramming.art/

I am particularly proud of my visualizations of loops, hash tables, linked lists, etc.
Started reading through some of this content ... nicely done!

One potential thing to add in: I. Computer Memory and Data Representation:

”While print("Hello world!") is a classic example, Python's print() is flexible and can combine multiple pieces of text, either by separating them with spaces or concatenating them with the plus (+) operator.”


Perhaps "by spaces, commas or concatenating..."?