Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
p-spohr
/
HTW-Berlin-Pytorium
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
2.3.4 Decorators
Jump to bottom
Patrick edited this page
Aug 4, 2024
·
4 revisions
Function Wrapping
Wiki pages
Pages
32
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.1.1 Python Installation
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.1.2 Anaconda Navigator
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.2.1 PowerShell
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.2.2 Python pip
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.2.3 Python venv
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.3.1 Visual Studio Code
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.3.2 Jupyter Notebook
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.4.1 Git
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.4.2 GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
1.4.3 Obsidian
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.1.1 Arithmetische Operatoren
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.1.2 Datentypen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.1.3 Datenstrukturen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.2.1 if Bedingung
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.2.2 for Schleife
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.2.3 while Schleife
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.2.4 match Fallunterscheidung
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.3.1 Built in Funktionen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.3.2 Benutzerdefinierte Funktionen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.3.3 Anonyme Lambda Funktionen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
2.3.4 Decorators
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
3.1 Objektorientiertes Programmieren
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
3.2 Module
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
4.1 Numpy
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
4.2 pandas
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
4.3 Matplotlib
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
4.4 scikit learn
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
5.1 Anweisungen
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Kalender Dictionary
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Madlib Geschichte
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Tieragotchi Friends
Uh oh!
There was an error while loading.
Please reload this page
.
Show 17 more pages…
1 Set-Up
Mach dich bereit!
1.1 Python Installation
1.1.1
Direkt Installation
1.1.2
Anaconda Installation
1.2 Befehlszeilenschnittstelle
1.2.1
PowerShell
1.2.2
Python pip
1.2.3
Python venv
1.3 Code-Editor
1.3.1
Visual Studio Code
1.3.2
Jupyter Notebook
1.4 Versionskontrolle
1.4.1
Git
1.4.2
GitHub
1.4.3
Obsidian
2 Grundlegend
Los geht's!
2.1 Rechner und Speicher
2.1.1
Arithmetische Operatoren
2.1.2
Datentypen
2.1.3
Datenstrukturen
2.2 Kontrollfluss
2.2.1
if-Bedingung
2.2.2
for-Schleife
2.2.3
while-Schleife
2.2.4
match-Fallunterscheidung
2.3 Funktionen
2.3.1
Built-in-Funktionen
2.3.2
Benutzerdefinierte-Funktionen
2.3.3
Anonyme Lambda-Funktionen
2.3.4
Decorators
3 Fortgeschritten
Wie ein Profi!
3.1
Objektorientiertes Programmieren
3.2
Module
4 Wichtige Bibliotheken
Bibliothekskarte beantragen!
4.1
NumPy
4.2
pandas
4.3
Matplotlib
4.4
scikit-learn
5 Präsentationen
Letzte Strecke!
5.1
Anweisungen
Clone this wiki locally
You can’t perform that action at this time.