mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
New refreshed blog for 2024 using Zola
This commit is contained in:
parent
a23dd16b89
commit
46c2405d9e
125 changed files with 1356 additions and 1337 deletions
29
content/talks/elevating-python-development-with-nix/index.md
Normal file
29
content/talks/elevating-python-development-with-nix/index.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
+++
|
||||
title = "Elevating Python Development with Nix Package Manager"
|
||||
description = "Salar Rahmanian's talk at PyBay 2023"
|
||||
date = 2023-10-14
|
||||
weight = 2
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Nix", "NixOS", "Python", "functional programming", "conference", "talks"]
|
||||
categories = ["Talks"]
|
||||
|
||||
[extra]
|
||||
local_image = "talks/elevating-python-development-with-nix/Elevating_Python_Development_with_Nix_Package_Manager.png"
|
||||
social_media_card = "Elevating_Python_Development_with_Nix_Package_Manager.png"
|
||||
toc = true
|
||||
keywords = ["Nix", "NixOS", "Python", "devenv", "flakes", "functional programming", "fp", "tech talk", "talk", "conference", "PyBay", "SF Python", "sfpython"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
In October 2023 I had the great privilege to do a talk at PyBay 2023 in San Francisco, California.
|
||||
|
||||
### Recording of my talk
|
||||
|
||||
{{ youtube(id="AJs_izrEBOA") }}
|
||||
|
||||
### Slides
|
||||
|
||||
Slides for my talk can be found [here](https://github.com/softinio/talks/blob/master/PyBay2023/pybay2023_slides.pdf).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue