-
Notifications
You must be signed in to change notification settings - Fork 1
laptop setup
Thanks for reading this laptop setup guide! We wrote this guide to make setting up your computer as easy as possible. We do know that sometimes things can be confusing, or our guide might be wrong or out of date, so if you have any questions, please get in touch with a staff volunteer!
Go through each goal one by one, choosing the link corresponding to your operating system.
If you have any questions or problems with the development environment setup, please email "[email protected]" before the event, or ask a staff member to help at the venue!
This section has instructions for installing Python and running Python from a command prompt.
In addition to being able to run Python, we are going to install a good text editor for writing and saving Python code during the workshop.
If you would like to use a different text editor from the recommendation for your operating system, please let a staff member know.
We'll do a lot of practicing at a Python prompt (this is "interactive" because you are typing the code and hitting enter to run it yourself, instead of running it from a file). So let's practice starting and exiting Python:
Git is a version control system that pandas uses to record, share, and track changes to the code as it evolves over time. In this section, we will help you install git and make sure it is properly configured.
Hooray! Congratulations.
- Ready for advanced setup to use libraries such as Pandas and Numpy?*