Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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) .