Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhoelli/seminar_resources
This repo provides the basic knowledge for our Seminar.
https://github.com/jhoelli/seminar_resources
Last synced: 5 days ago
JSON representation
This repo provides the basic knowledge for our Seminar.
- Host: GitHub
- URL: https://github.com/jhoelli/seminar_resources
- Owner: JHoelli
- Created: 2023-04-13T11:32:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-13T11:35:08.000Z (over 1 year ago)
- Last Synced: 2024-02-27T13:46:18.484Z (9 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seminar Resources
This repository is suppose to summarize the most important knowledge for setting up your Laptop and your IDE.
## Set-up Dev Environment
1. Download and Install Python.
2. Download and Install Git.
3. Download Code Editor of Choice (PyCharm, Visual Studio Code).## Project Structure
For structuring your data project we provide a Project Blueprint [here](https://github.com/lucasczz/Project-Blueprint) as orientation. The blueprint canbe freely adapted. This project can be cloned/forked with the help of Git (see below).## GIT
Git is a version control system, that helps you to collaborate on code and store you code savely. Refer to [here](Git.md).
## Python
Details on how to install and use Python can be found [here](Python.md).
## Machine Learning
Resources on Machine Learning can be found [here](ML.md).## Server Usage
If you need access to a server during the seminar. Talk to your supervisor the earlier the better.
If you have access to the FZI Internal Servers read through the usage guide here:[click here](Server.md) .