CreativePython 0.2.1__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {creativepython-0.2.1/src/CreativePython.egg-info → creativepython-0.3.0}/PKG-INFO +5 -7
- {creativepython-0.2.1 → creativepython-0.3.0}/README.md +4 -6
- {creativepython-0.2.1 → creativepython-0.3.0}/pyproject.toml +1 -1
- {creativepython-0.2.1 → creativepython-0.3.0/src/CreativePython.egg-info}/PKG-INFO +5 -7
- creativepython-0.3.0/src/gui.py +4144 -0
- creativepython-0.2.1/src/gui.py +0 -4381
- {creativepython-0.2.1 → creativepython-0.3.0}/LICENSE +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/LICENSE-PSF +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/MANIFEST.in +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/setup.cfg +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/__init__.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/.DS_Store +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/ArvoPart.CantusInMemoriam.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/ConcretPH_Xenakis.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/DeepPurple.SmokeOnTheWater.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/JS_Bach.Canon.TriasHarmonica.BWV1072.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/JS_Bach.Canon_1.GoldbergGround.BWV1087.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/Mozart.MusikalischesWurfelspiel.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/PierreCage.StructuresPourDeuxChances.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/RGB_Display.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/TerryRiley.InC.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/arpeggiator1.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/arpeggiator2.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/autumnLeaves.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/axelF.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/biosignals.txt +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/boids.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/brownianMelody.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/changesByTupac.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/clementine.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/continuousPitchInstrumentAudio.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/drumExample.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/drumMachinePattern1.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/drumsComeAlive.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/fibonacci.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/findPitchOctave.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/furElise.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/generativeMusic.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/goldenTree.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/guidoWordMusic.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/harmonicesMundi.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/harmonicesMundiRevisisted.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/harmonographLateral.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/harmonographRotary.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoBlackDown.png +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoOctave.png +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoParallel.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoSimple.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoWhiteCenterDown.png +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoWhiteLeftDown.png +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/iPianoWhiteRightDown.png +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiIn1.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiIn2.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiIn3.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiOut.a.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiOut.b.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiSynthesizer.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/midiSynthesizer2.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/moondog-bird_slament.wav +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/musicalSphere.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/note.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/octoplus.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/oscIn1.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/oscIn2.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/pentatonicMelody.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/pianoPhase.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/pianoRollGenerator.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/playNote.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/proteinMusic.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/randomCircles.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/randomCirclesThroughMidiInput.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/randomCirclesTimed.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/retrograde.a.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/retrograde.b.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/retrograde.c.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/rowYourBoat.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/scaleTutor.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sierpinskiTriangle.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/simpleButtonInstrument.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/simpleCircleInstrument.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sineMelody.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sineMelodyPlus.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sliderControl.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sonifyBiosignals.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/sonifyImage.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/soundscapeLoutrakiSunset.jpg +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/stringQuartet.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/textMusic.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/theWayItIs.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/themeAndVariations.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/throwingDice.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/windChimes.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/examples/zipfMetrics.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/resources/.DS_Store +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/resources/550973__luizguilherme_a__clean-guitarr-riff.mp3 +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/resources/chopper.jpg +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython/resources/de-brazzas-monkey.jpg +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython.egg-info/SOURCES.txt +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython.egg-info/dependency_links.txt +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython.egg-info/requires.txt +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/CreativePython.egg-info/top_level.txt +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/_RealtimeAudioPlayer.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/bin/libportaudio.2.dylib +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/iannix.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/image.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/markov.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/midi.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/music.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/osc.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/timer.py +0 -0
- {creativepython-0.2.1 → creativepython-0.3.0}/src/zipf.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Python-based software environment for developing algorithmic art projects.
|
|
5
5
|
Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -76,6 +76,8 @@ CreativePython is distributed under the MIT License.
|
|
|
76
76
|
|
|
77
77
|
- [Homepage](https://jythonmusic.me/)
|
|
78
78
|
- [Download All Examples [ZIP]](https://www.dropbox.com/scl/fo/rvc8m8pt4m0281qn0t4oi/AO2Y0W2qOrOcurlQmLa7M54?rlkey=0sf80bmov135tc85dk9k7ats6&dl=1)
|
|
79
|
+
- [Report a Bug (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Bug%20Report&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0APython%20Version:%20(e.g.%203.11)%0D%0A%0D%0ASummary:%0D%0A%0D%0ASteps%20to%20Reproduce:%0D%0A1.%20%0D%0A2.%20%0D%0A3.%20%0D%0A%0D%0AExpected%20Result:%0D%0A%0D%0AActual%20Result:%0D%0A%0D%0AError%20Messages%20or%20Logs:%0D%0A)
|
|
80
|
+
- [Request a Feature (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Feature%20Request&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0A%0D%0AFeature%20Name:%0D%0A%0D%0ADescription:%0D%0A%0D%0AExample%20Use%20Case%20or%20Scenario:%0D%0A%0D%0ARelated%20Modules%20or%20Functions:%0D%0A%0D%0A)
|
|
79
81
|
|
|
80
82
|
This package is still under development.
|
|
81
83
|
|
|
@@ -86,11 +88,7 @@ Before installing CreativePython, you will need:
|
|
|
86
88
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
87
89
|
- **A C++ compiler** (see **Troubleshooting** below)
|
|
88
90
|
|
|
89
|
-
#
|
|
90
|
-
|
|
91
|
-
COMING SOON
|
|
92
|
-
|
|
93
|
-
# Custom Installation
|
|
91
|
+
# Installation
|
|
94
92
|
|
|
95
93
|
If you're familiar with Python development, we recommend installing CreativePython through the Command Prompt/Terminal.
|
|
96
94
|
|
|
@@ -182,7 +180,7 @@ Restart your computer, then try installing CreativePython again.
|
|
|
182
180
|
|
|
183
181
|
# PENCIL Editor
|
|
184
182
|
|
|
185
|
-
CreativePython
|
|
183
|
+
CreativePython will soon be available as PENCIL, a customized Python IDE based on IDLE (Python's Integrated Development and Learning Environment).
|
|
186
184
|
|
|
187
185
|
## Attribution
|
|
188
186
|
|
|
@@ -6,6 +6,8 @@ CreativePython is distributed under the MIT License.
|
|
|
6
6
|
|
|
7
7
|
- [Homepage](https://jythonmusic.me/)
|
|
8
8
|
- [Download All Examples [ZIP]](https://www.dropbox.com/scl/fo/rvc8m8pt4m0281qn0t4oi/AO2Y0W2qOrOcurlQmLa7M54?rlkey=0sf80bmov135tc85dk9k7ats6&dl=1)
|
|
9
|
+
- [Report a Bug (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Bug%20Report&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0APython%20Version:%20(e.g.%203.11)%0D%0A%0D%0ASummary:%0D%0A%0D%0ASteps%20to%20Reproduce:%0D%0A1.%20%0D%0A2.%20%0D%0A3.%20%0D%0A%0D%0AExpected%20Result:%0D%0A%0D%0AActual%20Result:%0D%0A%0D%0AError%20Messages%20or%20Logs:%0D%0A)
|
|
10
|
+
- [Request a Feature (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Feature%20Request&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0A%0D%0AFeature%20Name:%0D%0A%0D%0ADescription:%0D%0A%0D%0AExample%20Use%20Case%20or%20Scenario:%0D%0A%0D%0ARelated%20Modules%20or%20Functions:%0D%0A%0D%0A)
|
|
9
11
|
|
|
10
12
|
This package is still under development.
|
|
11
13
|
|
|
@@ -16,11 +18,7 @@ Before installing CreativePython, you will need:
|
|
|
16
18
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
17
19
|
- **A C++ compiler** (see **Troubleshooting** below)
|
|
18
20
|
|
|
19
|
-
#
|
|
20
|
-
|
|
21
|
-
COMING SOON
|
|
22
|
-
|
|
23
|
-
# Custom Installation
|
|
21
|
+
# Installation
|
|
24
22
|
|
|
25
23
|
If you're familiar with Python development, we recommend installing CreativePython through the Command Prompt/Terminal.
|
|
26
24
|
|
|
@@ -112,7 +110,7 @@ Restart your computer, then try installing CreativePython again.
|
|
|
112
110
|
|
|
113
111
|
# PENCIL Editor
|
|
114
112
|
|
|
115
|
-
CreativePython
|
|
113
|
+
CreativePython will soon be available as PENCIL, a customized Python IDE based on IDLE (Python's Integrated Development and Learning Environment).
|
|
116
114
|
|
|
117
115
|
## Attribution
|
|
118
116
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "CreativePython"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "A Python-based software environment for developing algorithmic art projects."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CreativePython
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Python-based software environment for developing algorithmic art projects.
|
|
5
5
|
Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -76,6 +76,8 @@ CreativePython is distributed under the MIT License.
|
|
|
76
76
|
|
|
77
77
|
- [Homepage](https://jythonmusic.me/)
|
|
78
78
|
- [Download All Examples [ZIP]](https://www.dropbox.com/scl/fo/rvc8m8pt4m0281qn0t4oi/AO2Y0W2qOrOcurlQmLa7M54?rlkey=0sf80bmov135tc85dk9k7ats6&dl=1)
|
|
79
|
+
- [Report a Bug (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Bug%20Report&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0APython%20Version:%20(e.g.%203.11)%0D%0A%0D%0ASummary:%0D%0A%0D%0ASteps%20to%20Reproduce:%0D%0A1.%20%0D%0A2.%20%0D%0A3.%20%0D%0A%0D%0AExpected%20Result:%0D%0A%0D%0AActual%20Result:%0D%0A%0D%0AError%20Messages%20or%20Logs:%0D%0A)
|
|
80
|
+
- [Request a Feature (email link)](mailto:manaris@cofc.edu?cc=ballingertj@g.cofc.edu,ritchiets@g.cofc.edu&subject=[CreativePython]%20Feature%20Request&body=CreativePython%20Version:%20(e.g.%200.1.8)%0D%0AOperating%20System:%20(e.g.%20macOS%2015,%20Windows%2011,%20Ubuntu%2024.04)%0D%0A%0D%0AFeature%20Name:%0D%0A%0D%0ADescription:%0D%0A%0D%0AExample%20Use%20Case%20or%20Scenario:%0D%0A%0D%0ARelated%20Modules%20or%20Functions:%0D%0A%0D%0A)
|
|
79
81
|
|
|
80
82
|
This package is still under development.
|
|
81
83
|
|
|
@@ -86,11 +88,7 @@ Before installing CreativePython, you will need:
|
|
|
86
88
|
- **Python3**, version 3.9 or greater [[Download](https://www.python.org/downloads/)]
|
|
87
89
|
- **A C++ compiler** (see **Troubleshooting** below)
|
|
88
90
|
|
|
89
|
-
#
|
|
90
|
-
|
|
91
|
-
COMING SOON
|
|
92
|
-
|
|
93
|
-
# Custom Installation
|
|
91
|
+
# Installation
|
|
94
92
|
|
|
95
93
|
If you're familiar with Python development, we recommend installing CreativePython through the Command Prompt/Terminal.
|
|
96
94
|
|
|
@@ -182,7 +180,7 @@ Restart your computer, then try installing CreativePython again.
|
|
|
182
180
|
|
|
183
181
|
# PENCIL Editor
|
|
184
182
|
|
|
185
|
-
CreativePython
|
|
183
|
+
CreativePython will soon be available as PENCIL, a customized Python IDE based on IDLE (Python's Integrated Development and Learning Environment).
|
|
186
184
|
|
|
187
185
|
## Attribution
|
|
188
186
|
|