Learn Python Automation by Recreating Git Commit from Scratch
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore Python automation by recreating the Git commit command from scratch in this 24-minute EuroPython 2021 conference talk. Dive into the inner workings of Git's key-value storage and learn to implement the fundamental git commit command using less than 80 lines of Python code. Follow along with provided shell commands to experiment with Git on your own system. Gain insights into structuring Python utility scripts and grasp intermediate programming concepts like recursion. Benefit from clear explanations and comments suitable for Python and Git beginners, while picking up good programming practices such as using f-strings and pathlib. Tackle optional challenges at the end to reinforce your learning. Discover how to leverage Python for everyday task automation and continue your programming journey with valuable pointers and resources.
Syllabus
Intro
Overview
Git Database
Code
Recursion
Script Interface
Final Test
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube