Skip to content

Commit

Permalink
Adding videos to python articles
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell committed Oct 18, 2023
1 parent d847dbb commit ece38fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions blog/_posts/2022-12-22-yaml-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ internal-links:
excerpt: |
Learn how to work with YAML in Python, including creating, reading, modifying, and converting YAML files. This tutorial covers the basics of YAML, the PyYAML library, and how to perform various operations on YAML files using Python. Whether you're new to YAML or looking to expand your Python skills, this tutorial is a great resource.
---
<iframe width="560" height="315" src="https://www.youtube.com/embed/FfbGrSDXtHU?si=gn5YQnyO7qKPcna2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

**We're [Earthly](https://earthly.dev/). We simplify and speed up software building using containerization. Working with Python? Earthly integrates smoothly it to streamline your build process. [Check it out](/).**

If you've ever worked with Docker or Kubernetes, you'll have likely used YAML files. From configuring an application's services in [Docker](/blog/rails-with-docker) to defining Kubernetes objects like pods, services, and more—YAML is used for them all.
Expand Down
4 changes: 2 additions & 2 deletions blog/_posts/2023-04-26-python-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ internal-links:
excerpt: |
Learn how to manage dependencies in Python projects using Poetry, a package manager that simplifies the process. From creating virtual environments to adding and removing dependencies, this tutorial covers all the essentials. Plus, discover how to publish your Python project as a package on PyPI.
---
**We're [Earthly](https://earthly.dev/). We streamline software building using containerization. Earthly, combined with Poetry, can make your Python project builds smoother and faster. [Check it out](/).**
<iframe width="560" height="315" src="https://www.youtube.com/embed/V5rKVrVhEh8?si=pjVLAbmavw1YjwSy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/FfbGrSDXtHU?si=gn5YQnyO7qKPcna2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
**We're [Earthly](https://earthly.dev/). We streamline software building using containerization. Earthly, combined with Poetry, can make your Python project builds smoother and faster. [Check it out](/).**

Python is a versatile language used for various applications. However, managing dependencies, the [packages](/blog/setup-typescript-monorepo) a project relies on can be a complex and time-consuming task. With the growth of the Python ecosystem, developers need to manage a large number of packages and dependencies and ensure that they are compatible with each other.

Expand Down

0 comments on commit ece38fc

Please sign in to comment.