Skip to content

Teddy's Python Development Crash Course

etortorici edited this page Dec 4, 2024 · 9 revisions

Setup

  1. OneDrive: Prevent OneDrive from disrupting your file system.

  2. Visual Studio Code: Set up your integrated development environment.

  3. Git and GitHub: Manage a project as a team.

  4. Python Distributions and Package Management: There are a few distributions to choose from. If you don't have any experience, use Anaconda:

Development

  1. Command Line Interface: Basic navigation and operation within a Terminal or Command Prompt

  2. Python and Jupyter Notebooks in Visual Studio Code

  3. Plotting

Clone this wiki locally