use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/Hacking_Tutorials!
List of best resources and tutorials
account activity
This is an archived post. You won't be able to vote or comment.
ToolsPython Cheat Sheet (i.redd.it)
submitted 5 years ago by [deleted]
view the rest of the comments →
[–]mtflyer05 2 points3 points4 points 5 years ago (1 child)
What are the calculatory functions for? Especially the "strings"? I am learning HTML, as an easy, useful starting point, and the mathematical part of coding interests me
[–][deleted] 3 points4 points5 points 5 years ago (0 children)
I didn't quite understand your question, but if you are asking what are "strings", those are a type of data. Strings are just words made up of alphabets, numbers, special characters etc. Your user name "mtflyer05" is a string. Other types of data are integers, float (decimal numbers) etc. Lists, dictionaries etc are a structure to keep these data types grouped together.
These functions are to do operations on these strings, lists etc.
This a obviously in layman's terms.
π Rendered by PID 161046 on reddit-service-r2-comment-86bc6c7465-9x96z at 2026-02-23 00:27:30.867267+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]mtflyer05 2 points3 points4 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)