Skip to content

CZlings/CS61A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

CS61A

UCB CS61A solutions: Discussion, Lab, Homework, Project



Syllabus & Course Policies

Prerequisites

  • Math
  • Advice
      1. watch textbook relevant chapter before start videos
      1. watch videos before start lab & discussion, homework, project, exam etc.

ok system

  • Methods for runing Locally:
    1. Open lab/homework folder with cmd, input "python ok --local"
    2. Runing lab/homework using python CLI

References


Tools

  • Code Visualization

  • Command Line (CMD/Powershell)

    • Python CLI (Playground for happy coding)

      Double "Enter" to quite current def function block

  • Code Editor(Apply for solutions: lab, hw etc.):

    • VS Code FYI
      1. Basic Command:
      • code . # Open current folder
      • code [filename].[fileType] # It's will create and open the file in current directory if not exist, while exist will open it in editor directly
      • 示例:
      • code index.html # Opens (or creates) the file in the current VS Code window.
      • code -n script.py # Opens the file in a new window (useful if you have another project open).
      • code -r style.css # Forces the file to open in the last active window.
      • code file1.js file2.js # Opens/creates multiple files at once.
      • code src/utils/helper.js # Creating Files in Subdirectories
      1. Advanced Command:
      • Ctrl + Shift + P # Open Command Palette
      • Ctrl + ` # Open Terminal
  • IDE(Apply for project):

    • Pycharm

About

UCB CS61A Discussion, Lab, Homework, Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors