Difference between revisions of "IB Computer Science II Links"
From WLCS
(→Archived Websites) |
|||
| (22 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | === Textbook & References == | + | == APS Canvas == |
| + | * [http://apsva.instructure.com/ Canvas] | ||
| + | |||
| + | == Textbook & References == | ||
| + | * [http://en.wikibooks.org/wiki/IB/Group_4/Computer_Science IB Computer Science WikiBook] | ||
| + | * [http://docs.python-guide.org/en/latest/intro/learning/ Learning Python] (Collection of on-line tutorials and books) | ||
| + | * [http://docs.python.org/3.3/reference/ Python Language Reference] | ||
* [http://www.codingbat.com CodingBat] | * [http://www.codingbat.com CodingBat] | ||
| − | * [http://www.eimacs.com eimacs] | + | * [http://www.eimacs.com eimacs (Java)] |
| − | * [http://www. | + | * [http://www.pythontutor.com/visualize.html#mode=edit Programming Visualizer] |
| + | * [https://www.cs.usfca.edu/~galles/visualization/Algorithms.html Data Structure Visualizations] | ||
| + | |||
| + | ===Quick References:=== | ||
| + | * [[Media:PythonQuickRef_Memento.pdf]] | ||
| + | * [[Media:PythonQuickRef_Interfaceware.pdf]] | ||
| + | * [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Programming Cheatsheet] | ||
| + | |||
| + | == Software == | ||
| + | ===Python:=== | ||
| + | * [http://www.python.org/download/ Python] | ||
| + | * [http://wingware.com/downloads/wingide-101/ Wing IDE 101] | ||
| + | * [http://www.jetbrains.com/pycharm/ PyCharm IDE] (we have a class licensing key, just ask Mr. Bui for it) | ||
| − | === | + | ===Java:=== |
| − | * [http://www.oracle.com/technetwork/java/javase/downloads/ | + | * [http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html Java JDK] |
* [http://netbeans.org/downloads/index.html NetBeans IDE] | * [http://netbeans.org/downloads/index.html NetBeans IDE] | ||
| − | + | * [http://www.jetbrains.com/idea/ IntelliJ IDEA] (We have a class licensing key, just ask Mr. Bui for it) | |
* [http://www.eclipse.org/downloads/ Eclipse IDE] | * [http://www.eclipse.org/downloads/ Eclipse IDE] | ||
| − | == | + | == Archived Slides == |
| − | * [[ | + | * [[IBCS2 - Old Slides]] |
| − | |||
| − | |||
| − | + | == Archived Websites == | |
| + | * [[IBCS2 - 1920]] | ||
| + | * [[IBCS2 - 1819]] | ||
| + | * [[IBCS2 - 1718]] | ||
| + | * [[IBCS2 - 1617]] | ||
| + | * [[IBCS2 - 1516]] | ||
| + | * [[IBCS2 - 1415]] | ||
| + | * [[IBCS2 - 1314]] | ||
| + | * [[IBCS2 - 1213]] | ||
* [[IBCS2 - 1112]] | * [[IBCS2 - 1112]] | ||
* [[IBCS2 - 1011]] | * [[IBCS2 - 1011]] | ||
Latest revision as of 09:31, 4 October 2019
Contents
APS Canvas
Textbook & References
- IB Computer Science WikiBook
- Learning Python (Collection of on-line tutorials and books)
- Python Language Reference
- CodingBat
- eimacs (Java)
- Programming Visualizer
- Data Structure Visualizations
Quick References:
Software
Python:
- Python
- Wing IDE 101
- PyCharm IDE (we have a class licensing key, just ask Mr. Bui for it)
Java:
- Java JDK
- NetBeans IDE
- IntelliJ IDEA (We have a class licensing key, just ask Mr. Bui for it)
- Eclipse IDE