mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Re-tagged blog posts
This commit is contained in:
parent
209995c77b
commit
2a9c127365
186 changed files with 186 additions and 146 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Python Typing"
|
||||
date: 2019-10-28T00:12:34-04:00
|
||||
draft: false
|
||||
tags: [ "python" ]
|
||||
tags: [ "Python" ]
|
||||
---
|
||||
|
||||
There's a typing module built right into Python that you can use on your applications. Sobolevn write a great [blog post](https://sobolevn.me/2019/01/simple-dependent-types-in-python) about it. One thing that threw me off at first is that if you add type annotations and then run python like you normally would, it would act as if the annotations weren't there.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue