Skip to main content
Back to top
Ctrl
+
K
Search
Ctrl
+
K
π Autonomous Systems for Discovery
π‘ Course 1: Hello World
πΊοΈ Overview
π Register
π§© 1.0 Orientation
π§© 1.1 Run the demo
π§© 1.2 Blink and read
π§© 1.3 Bayesian optimization
π§© 1.4 Device communication
π§© 1.5 Database Management
π§© 1.6 Connecting the pieces
π Course 2: Data Science
πΊοΈ Overview
π Register
π§© 2.0 Orientation
π§© 2.1 Single-objective
π§© 2.2 Multi-objective
π§© 2.3 Batch Optimization
π§© 2.4 Featurization
π§© 2.5 Multi-task
π§© 2.6 Benchmarking
π¦Ύ Course 3: Robotics
πΊοΈ Overview
π Register
π§© 3.0 Orientation
π§© 3.1 Pumps and Pipettes
π§© 3.2 Serial communication
π§© 3.3 Liquid Handlers
π§© 3.4 Mobile robotics
π§© 3.5 Computer vision
π§© 3.6 Solid sample transfer
π§βπ» Course 4: Software Dev.
πΊοΈ Overview
π Register
π§© 4.0 Orientation
π§© 4.1 Deep dive into Git and GitHub
π§© 4.2 Setting up VS Code
π§© 4.3 Debugging in VS Code
π§© 4.4 Unit testing
π§© 4.5 Automated docs
π§© 4.6 Continuous integration
π§© 4.7 Project templates
π§© 4.8 Launching a free cloud server
π§© 4.9 On-demand cloud simulations
π’ Course 5: Design Project
πΊοΈ Overview
π Waitlist
Developer Resources
Contributions & Help
License
Authors
Repository
Open issue
Source code for ac_microcourses.hello
[docs]
def
hello_world
():
return
"Hello, World!"