#mypy search results
🐍 Here is another #python #mypy tip: Use Mapping instead of Dict for immutable dictionaries 🌟 🌟 🌟 mypy.readthedocs.io/en/latest/chea…
ICYMI, let's look at some of the new features we added for #Python devs in #VS2017; faster debugging, Conda environments, type hints & #MyPy support - msft.social/GXFgss
We've released the next update to #VS2017. Let's look at the new features for #Python devs: msft.social/1dNqQ2 - faster debugging - support 4 Conda - type hints - #MyPy support
🚀 #Mypy 0.920 🐍 has been released 🎉 ✅ This release includes new features and bug fixes (partial #Python 3.10 support, documentation improvements, removal of Python 3.5 #support, …) 🎇 😀 I can finally remove some '# type: ignore' from the code now. 🧼 mypy-lang.blogspot.com/2021/12/mypy-0…
PyCharm users can now run mypy super fast using a plugin written by @ILevkivskyi: github.com/dropbox/mypy-P… #PyCharm #mypy
🐍 The missing part from #python #mypy: exhaustiveness checking for union types. Add `assert_never` to your code and be forever grateful... 😇 🙏 github.com/python/mypy/is…
What would be a good #Python object to represent a multirange? I would say a list subclass would do. Can't be just a list because that would be an array of ranges. Typed lists are a joy to use 😊 #psycopg3 #mypy
Turns out that knowing by heart the latest version of famous Python packages (#django #mypy #black #flake8 #pip) is worth a mega stuffed octopus 🐙 from @OctopusEnergy at @europython 🇪🇺 Joint brains with @viperale @marcoacierno @esterbeltrami from @pyconit organization team 🇮🇹🐍
Hola Pythonista 🐍 Acompáñanos hoy en un nuevo Meetup Online donde conoceremos sobre el tipado en #Python y #Mypy. Registrate en el siguiente enlace para acceder al streaming: bit.ly/pybog-junio-20 Recuerda que es de acceso gratuito y para toda la comunidad.
...and row factories play nice with #mypy static typing. Using them in #FastAPI is a joy! Lately, when I'm not writing #psycopg3, I'm having a great time using it... 🐶
Mypy 0.800 Released: mypy-lang.blogspot.com/2021/01/mypy-0… #Python #mypy
On a recent @pythonbytes podcast, @calvinhp talks #PWC2023, the latest release of #MyPy and @sqlalchemy and more! Read all about it 👉 loom.ly/E-nTmcw #Python #PyPy
Not Your Pie, MyPy! Learn all about this type checking tool that saves engineer's time and catches bugs from refactors (with in-line code examples!) bit.ly/2HjoIIR #mypy
Great post by @JukkoLeh from @dropbox on the use of #mypy "Our journey to type checking 4 million lines of #Python" blogs.dropbox.com/tech/2019/09/o…
The comprehensive guide to MyPy. ~ Tushar Sadhwani (@sadhlife). sadh.life/post/mypy-guide #Python #MyPy
Introducing Mypy, an Experimental Optional Static Type Checker for #Python by @reuvenmlerner Tighten up your code and identify errors before they occur with #mypy. linuxjournal.com/content/introd… #programming #howto
Once you have pyncbitk setup, you can run your BLAST from the Python interpreter, and you even get #mypy type annotations for the parameters. 7/12
Python最近使ってますか?Python 3.14リリースも間近です!😎 型チェックのMyPy、IDE連携が超使いやすくて、型でバグを事前潰し。初心者からチーム開発まで安心ですね✨#Python #MyPy…
let my_var = 5 # immutable var my_var = 5 # mutable Swift got this right. Kotlin does “val/var” (too similar), Rust does “let/let mut”.
Python 3.15でTypedDictがさらに強化され、辞書の型指定がより詳細に!mypy 1.17も登場で型チェックが超高速に⚡ Rust製の新ツールも話題!みんなは型ヒントどう使ってる? #Python #TypeHint #mypy @ThePSF ぜひシェアして感想教えて💬[1][2]
We need stub packages for ffmpeg & faster-whisper! @FFmpeg #stubpackages #strict #mypy #swe #startups
mypy: Adicione tipagem estática ao seu Python. Ajuda a pegar erros antes mesmo de rodar o código. Melhora a robustez do seu projeto! #Python #mypy #TypeHinting
🔍 Struggling with mypy errors in Python? If you're using namespace packages, you might be in for a ride! Understanding their quirks is crucial for AI/ML projects. Don't let silent bugs undermine your code's confidence! #Python #AI #Mypy @Negitama ift.tt/9mUwryV
🔍 Working with Python namespace packages? They’re great for modularity but can trip up mypy, leading to silent bugs. If you're building AI pipelines, ensure you configure mypy correctly—it's the key to confident coding! #Python #AI #mypy #DevOps @Negitama ift.tt/ZtsYjq7
🧠 Struggling with mypy in Python? If you're using namespace packages, it could be the culprit! Learn how to configure mypy to avoid silent bugs in your AI pipelines. Understanding this distinction is key to clean, confident code. 🔍 #AIEngineering #mypy… ift.tt/bECvAMZ
🔍 Struggling with mypy in Python? If you're using namespace packages for AI pipelines or modular services, you might be facing silent bugs. Learn how to configure mypy for seamless type checking and avoid headaches! #Python #AIEngineering #mypy #Namespa… ift.tt/0jgy2t1
🧠 If you're navigating AI systems in Python, understanding namespace vs. regular packages is crucial. Misconfigurations can lead to mypy issues and silent bugs. Get ahead of the curve and ensure your code is robust! #Python #AIEngineering #mypy @Negitama ift.tt/WiqHUbQ
#mypy is good, but could use a few improvements.
We’re building a new static type checker for Python, from scratch, in Rust. From a technical perspective, it’s probably our most ambitious project yet. We’re about 800 PRs deep!
Use #pydantic and #MyPY , life will be a bit better #python engineering.fb.com/2024/12/09/dev…
Using Python without type-checking has become unthinkable. But I frequently run into issues with polymorphism and my #Mypy pre-commit hook. Are any of the alternative #python type checkers worth trying?
🐍 Here is another #python #mypy tip: Use Mapping instead of Dict for immutable dictionaries 🌟 🌟 🌟 mypy.readthedocs.io/en/latest/chea…
ICYMI, let's look at some of the new features we added for #Python devs in #VS2017; faster debugging, Conda environments, type hints & #MyPy support - msft.social/GXFgss
mypy and django: error: Library stubs not installed for "six" (or incompatible with Python 3.9) stackoverflow.com/questions/6879… #mypy #django
We've released the next update to #VS2017. Let's look at the new features for #Python devs: msft.social/1dNqQ2 - faster debugging - support 4 Conda - type hints - #MyPy support
Python: define a Literal type from a pre-defined list of string stackoverflow.com/questions/7407… #python #mypy
MyPy syntax error when used Optional in the typing stackoverflow.com/questions/6778… #typing #python #mypy
How to type hint a Callable of a function with default arguments? stackoverflow.com/questions/6838… #python3x #mypy #python #pythontyping
mypy: Signature of "__setitem__" incompatible with supertype "list" stackoverflow.com/questions/6842… #pythontyping #mypy #python
Generic superclass "not defined" despite mypy being happy stackoverflow.com/questions/6827… #mypy #generics #python
Something went wrong.
Something went wrong.
United States Trends
- 1. Grammy 366K posts
- 2. #FliffCashFriday 1,172 posts
- 3. Dizzy 10.1K posts
- 4. Clipse 21.6K posts
- 5. #NXXT 1,095 posts
- 6. James Watson 5,684 posts
- 7. Kendrick 63.6K posts
- 8. #GOPHealthCareShutdown 8,683 posts
- 9. Orban 43.4K posts
- 10. #FursuitFriday 12.2K posts
- 11. Thune 72.8K posts
- 12. Darryl Strawberry N/A
- 13. Leon Thomas 21.3K posts
- 14. Chase 88.2K posts
- 15. addison rae 25.1K posts
- 16. Alfredo 2 1,077 posts
- 17. Carmen 48K posts
- 18. olivia dean 16.2K posts
- 19. Katseye 122K posts
- 20. AOTY 22.6K posts