Skip to content

Commit

Permalink
Merge pull request #1160 from CarlFK/main
Browse files Browse the repository at this point in the history
ChiPy
  • Loading branch information
jonafato authored Jun 17, 2024
2 parents 38ee20f + c4407ad commit 1f1f711
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 0 deletions.
38 changes: 38 additions & 0 deletions chipy/videos/15353.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"category": "ChiPy",
"copyright_text": "CC BY-NC",
"description": "Golly is an open source, multiplatform tool\u00a0for exploring various cellular automata (such as the game of life) that allows Python scripts to study and interact with the cellular automata.\u00a0First we will look at very basic operation of the rule by studying the game of life\u00a0and also inputting a new initial conditions such as gliders, still lifes and spaceships.\u00a0Then we will switch over to study my\u00a0cellular automata I created which I call \u00a0https://conwaylife.com/wiki/OCA:SnowLife and use Python scripts to analyze my cellular automata.",
"language": "eng",
"quality_notes": null,
"recorded": "2024-04-11T19:10:00",
"slug": "Exploring_Cellular_Automata_in_Python_using_Golly",
"source_url": "https://youtu.be/cnG14Ue_B3w",
"speakers": [
"Joshua Herman"
],
"summary": null,
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/cnG14Ue_B3w/hqdefault.jpg",
"title": "Exploring Cellular Automata in Python using Golly",
"videos": [
{
"type": "youtube",
"url": "https://youtu.be/cnG14Ue_B3w"
},
{
"type": "archive",
"url": "https://archive.org/details/Apr_24-Exploring_Cellular_Automata_in_Python_using_Golly/Exploring_Cellular_Automata_in_Python_using_Golly.mp4"
}
],
"related_urls": [
{
"label": "archive",
"url": "https://archive.org/details/Apr_24-Exploring_Cellular_Automata_in_Python_using_Golly"
},
{
"label": "conf",
"url": "https://www.chipy.org/meetings/247/"
}
],
"veyepar_state": 5
}
38 changes: 38 additions & 0 deletions chipy/videos/15424.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"category": "ChiPy",
"copyright_text": "CC BY",
"description": "This talk explores a new framework for building Artificial Intelligence (AI) inspired by the human brain and leveraging the power of Python. We'll delve into the concept of consciousness as a combination of memory, prediction, and experience. By using hierarchical probabilities, similar to Google's PageRank algorithm, we can build AI systems that are not only powerful but also understandable and aligned with human values. Python will be our toolset as we explore the exciting future of AI development.",
"language": "eng",
"quality_notes": null,
"recorded": "2024-06-13T18:30:00",
"slug": "Python_The_Language_for_Understanding_and_Building_the_Future_of_AI",
"source_url": "https://youtu.be/4f8rlX8J4_s",
"speakers": [
"Paul Ebreo"
],
"summary": null,
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/4f8rlX8J4_s/hqdefault.jpg",
"title": "Python: The Language for Understanding and Building the Future of AI",
"videos": [
{
"type": "youtube",
"url": "https://youtu.be/4f8rlX8J4_s"
},
{
"type": "archive",
"url": "https://archive.org/details/June_24-Python_The_Language_for_Understanding_and_Building_the_Future_of_AI/Python_The_Language_for_Understanding_and_Building_the_Future_of_AI.mp4"
}
],
"related_urls": [
{
"label": "archive",
"url": "https://archive.org/details/June_24-Python_The_Language_for_Understanding_and_Building_the_Future_of_AI"
},
{
"label": "conf",
"url": "https://www.chipy.org/meetings/250/"
}
],
"veyepar_state": 6
}
38 changes: 38 additions & 0 deletions chipy/videos/15425.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"category": "ChiPy",
"copyright_text": "CC BY",
"description": "What does it mean when people talk about \"old-style\" vs. \"new-style\" packaging?\u00a0 Why do some projects have setup.py, when some have setup.cfg, and others have pyproject.toml?\r\n\r\nLet's discuss new vs. old-style packaging, the files involved, and walk through upgrading a sample project from setuptools to hatchling.",
"language": "eng",
"quality_notes": null,
"recorded": "2024-06-13T19:25:00",
"slug": "What_happens_if_I_delete_this_setuppy_file",
"source_url": "https://youtu.be/Z3-gePM0Sv8",
"speakers": [
"Heather White"
],
"summary": null,
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/Z3-gePM0Sv8/hqdefault.jpg",
"title": "What happens if I delete this \"setup.py\" file?",
"videos": [
{
"type": "youtube",
"url": "https://youtu.be/Z3-gePM0Sv8"
},
{
"type": "archive",
"url": "https://archive.org/details/June_24-What_happens_if_I_delete_this_setuppy_file/What_happens_if_I_delete_this_setuppy_file.mp4"
}
],
"related_urls": [
{
"label": "archive",
"url": "https://archive.org/details/June_24-What_happens_if_I_delete_this_setuppy_file"
},
{
"label": "conf",
"url": "https://www.chipy.org/meetings/250/"
}
],
"veyepar_state": 6
}

0 comments on commit 1f1f711

Please sign in to comment.