Skip to content
View fahofmeister's full-sized avatar
🏠
Learning and making mistakes, not in this exact order
🏠
Learning and making mistakes, not in this exact order
Block or Report

Block or report fahofmeister

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fahofmeister/README.md

Welcome πŸ‘‹

  • πŸ”­ I’m currently working at Jastram
  • πŸ“š I've majored in Mechanical Engineering πŸ”§βš™
  • 🌱 I’m currently learning Computer Science fundamentals (to avoid getting stuck in a single language)
  • πŸ‘― I’m looking to collaborate on any Open Source Projects
  • πŸ’» I've developed some tools in VBA and Python (for my work)

The repositories I create here contain my effort on learning the Computer Science fundamentals

Pinned Loading

  1. Introducing-Python Introducing-Python Public

    Just saving my progress on the exercises proposed in "Introducing Python" written by Bill Lubanovic

    Jupyter Notebook 2 1

  2. snake snake Public

    Python

  3. Create a virtual environment for Pyt... Create a virtual environment for Python development in Windows
    1
    
                  
    2
    :: Batch script to setup a virtual development environment
    3
    
                  
    4
    @echo off
    5
    
                  
  4. VS Code settings to work with Python... VS Code settings to work with Python Virtual Environment
    1
    # Remarks
    2
    
                  
    3
    ```"python.pythonPath"```: folder for the venv Python interpreter
    4
    
                  
    5
    ```"python.terminal.activateEnvironment"```: activates venv automatically in a new terminal