Main public logs
Appearance
Combined display of all available logs of Slow Like Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:31, 14 April 2024 Rob talk contribs created page Brain stem (Created page with " == Pons == Relays signals from the forebrain to the cerebellum, along with nuclei that deal primarily with sleep, respiration, swallowing, bladder control, hearing, equilibrium, taste, eye movement, facial expression, facial sensation, and posture")
- 10:21, 14 April 2024 Rob talk contribs created page Brain (Created page with " == Brain Parts == * Hypothalamus * Thalamus * Cerebellum - major role in motor control. May also be involved in cognitive functions, such as attention and language as well as emotional control * Cerebral Hemispheres/Cerebral Cortex - concerned with higher mental functions: perception, action, language, and planning. Contains about 100 billion neurons, each with about a thousand synapses, making a total of about 100 trillion synaptic connections ** Fr...")
- 10:43, 11 April 2024 Rob talk contribs moved page Functions to Functions and Modules
- 08:57, 5 April 2024 Rob talk contribs created page MediaWiki (Created page with "This page contains links for Mediawiki syntax and extensions: * [https://www.mediawiki.org/wiki/Help:Tables Tables in Mediawiki] * [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Usage Syntax Highlighting]")
- 16:59, 4 April 2024 Rob talk contribs created page Functions (Created page with " <syntaxhighlight lang="python" line> def make_shirt(size = "L", slogan = "I love Python"): # two params both with default values """Generate a T-shirt order with size and slogan """ # for documentation of function purpose print(f"\nYou ordered a T-shirt saying '{slogan}' in size {size}.\n") make_shirt() # call with defaults make_shirt("M")...")
- 15:45, 3 April 2024 Rob talk contribs created page Loops (Created page with "== while Loops == <syntaxhighlight lang="python" line> my_number = 1 while my_number <= 10: print(my_number) my_number += 1 </syntaxhighlight> <syntaxhighlight lang="python" line> prompt = "Enter any message to share. prompt+= "\nPress q to quit" entry = "" while entry != 'q': entry = input(prompt) print("You quit the program") </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighli...")
- 15:00, 3 April 2024 Rob talk contribs created page Strings and Numbers (Created page with "== Strings == <syntaxhighlight lang="python" line> my_empty_string = "" my_string = "Hello" print(my_string) </syntaxhighlight> Set string to title, lower, or uppercase <syntaxhighlight lang="python" line> full_name = "bob smith" print(full_name.title()) # also .lower(), .upper() </syntaxhighlight> Remove whitespace or text from beginning or end <syntaxhighlight lang="python" line> my_spacey_string = " Hello " print(my_spacey_string.strip()) # also .lstrip() and .str...")
- 14:23, 3 April 2024 Rob talk contribs created page User Input (Created page with "== Using input() == <syntaxhighlight lang="python" line> secret = input("Tell me a secret. I promise I won't repeat it: ") print(f"Your secret was '{secret}'. Oops, sorry!") </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight> <syntaxhighlight lang="python" line> </syntaxhighlight>")
- 16:40, 31 March 2024 Rob talk contribs created page Nerve cells (Created page with "The biology of nerve cells: * The neuron doctrine - the neuron is the fundamental building block and elementary signaling unit of the brain. * The ionic-hypothesis - focuses on the transmission of information within the nerve cell. It describes the mechanisms whereby individual nerve cells generate electrical signals, called action potentials, that can propagate over a considerable distance within a given nerve cell. The chemical theory of synaptic transmission - focuses...")
- 16:19, 31 March 2024 Rob talk contribs created page People (Created page with " * Santiago Ramón y Cajal - neuroanatomist who laid the foundation for the modern study of the nervous system.")
- 14:35, 31 March 2024 Rob talk contribs created page Python Style Guide (Created page with "See https://peps.python.org/pep-0008/ * indent with four spaces * up to 79 characters per line * up to 72 characters per comment line * use blank lines to group code")
- 09:25, 31 March 2024 Rob talk contribs created page Lists and Dictionaries (Created page with "== Lists == <syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")
- 09:21, 31 March 2024 Rob talk contribs created page Python (Created page with "I'll try and organize what I'm learning into a handful of cheatsheets: * Strings and Numbers * Lists and Dictionaries")
- 18:05, 30 March 2024 Rob talk contribs created page Cells (Created page with "Every cell in a multicellular organism is surrounded by an oily membrane that separates it from other cells and from the extracellular fluid that bathes all cells. The cell surface membrane is permeable to certain substances, thereby allowing an exchange of nutrients and gases to take place between the interior of the cell and the fluid surrounding it. Inside the cell is the nucleus, which has a membrane of its own and is surrounded by an intracellular fluid called the c...")
- 17:58, 30 March 2024 Rob talk contribs created page Nervous system (Created page with "Parts of the nervous system: * Central nervous system - a bilateral, essentially symmetrical structure with distinct parts. Receives sensory information from the skin through bundles of long nerve fibers, called axons, and transforms it into coordinated motor commands that are relayed to the muscles for action through other bundles of nerves ** Spinal cord - contains the machinery needed for simple reflex behaviors. ** Brain stem - conveys sensory information to higher...")
- 17:55, 30 March 2024 Rob talk contribs created page Psychoanalysis (Created page with "In Freud's theory, consciousness is the surface of the mental apparatus. The deeper a mental function lies below the surface, the less accessible it is to consciousness. There are three interacting psychic agencies that differ in cognitive style, goal, and function: * The ego (I or autobiographical self) is the executive agency, and it has both a ** conscious component in direct contact with the external world through the sensory apparatus for sight, sound, and touch....")
- 15:48, 30 March 2024 Rob talk contribs created page Neuroscience (Created page with "Neuroscience comes from a merging of philosophy, psychology, and psychoanalysis with the biology of the brain to produce a new science based on five principles: * Mind and brain are inseparable * Each mental function is carried out by specialized neural circuits in different regions of the brain * All these circuits are made up of the same elementary signaling units, the nerve cells * The neural circuits use specific molecules to generate signals within and between nerve...")
- 18:08, 19 March 2024 Rob talk contribs created page History (Created page with "This is the intro to history == Cosmological History == * -13.8bn - Big Bang (Big Bounce?) * -4.5bn - Earth formed == Evolutionary History == * -4b - Single-celled life * -3.5b - Photosynthesis * -2b - Eukaryotes * -1.6b - Multi-Celled Life * -1.5b - Fungi * -800m - Plants * -700m - Animals * -538m - Cambrian Explosion * -518m - Vertebrates * -390m - Tetrapods * -243m - Dinosaurs * -170m - Mammals * -85m - Primates * -2.3 - Homo Habilis * -2m - Homo Erectus * -300k...")
- 09:05, 13 March 2024 User account Rob talk contribs was created
- 16:54, 12 March 2024 MediaWiki default talk contribs created page Main Page