#typehints search results

PyCharm (@pycharm) surprises me again. This feature is awesome! After you enable this flag and run your tests with a debugger, you can choose "add type hints for function" intention action and it'll probably add type annotations you're looking for! #python #pep484 #typehints

konradhalas's tweet image. PyCharm (@pycharm) surprises me again. This feature is awesome! After you enable this flag and run your tests with a debugger, you can choose "add type hints for function" intention action and it'll probably add type annotations  you're looking for! #python #pep484 #typehints

🔥 Adopting types in your code can go a long way in helping you get clearer error messages, reduce the amount of bugs and clean up unnecessary DocBlocks. ⚡️ Adopt strict types for maximum type inference. 💡 More dev tips: #PHP #TypeHints #DevTips

driesvints's tweet image. 🔥 Adopting types in your code can go a long way in helping you get clearer error messages, reduce the amount of bugs and clean up unnecessary DocBlocks.

⚡️ Adopt strict types for maximum type inference. 

💡 More dev tips: 

#PHP #TypeHints #DevTips

Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's #python #dataaisummit #dataengineering #programming #python

sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python
sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python
sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python

Type narrowing can be used whenever typescript requires you to use a more specific type as an argument to a function. Usually, it's enough to wrap your function call with an if statement. #typehints

_orcharddweller's tweet image. Type narrowing can be used whenever typescript requires you to use a more specific type as an argument to a function. Usually, it's enough to wrap your function call with an if statement. #typehints

最新Python Tip⚡Python 3.15でTypedDictがさらに進化!`extra_items`や`closed`で辞書の型指定が超厳密に👌mypyはもうPython 3.9以上必須に⚠️Rust製高速型チェッカーも注目👀 #Python #TypeHints #プログラミング 好きな型チェックツールは?教えて!シェア歓迎🔄[1][2]


Python 3.15でTypedDictに`extra_items`と`closed`パラメータが追加決定!辞書型の型指定がさらに厳密に✨ Ruffの登場でフォーマット&Lint同時管理も楽チン!みんなはどのツール派?#PythonTips #TypeHints #Ruff @ThePSF 使ってる人RT&感想教えて!


We're having our last Keynote by @ramalhoorg 🔥🔥 Join us on @pyconindia Stage 1 Kudos to @itskpflow and @_bhavin192 for hosting the stage #PyConIndia2021 #Python #typehints

Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints

Python 3.15でTypedDictに注目!`extra_items`と`closed`パラメータで辞書の型指定がもっと正確に✨型検査ツールもRust製の高速版が登場⚡️みんなの型チェックどうしてる? #Python #TypeHints #PythonTips @ThePSF ぜひリツイート&意見も聞かせて!


Brilliant session by @maaddae on type hints at #PyHo2025! 🔥 He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting" #PyHo25 #Typehints

PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints

At @PyjamasConf 2021 I'll be talking about "Type Hints in Python" at 6:30 AM UTC tomorrow (5th Dec). #Python3 @__bangpypers__ #pycon #typeHints #PyjamasConf2021

anikmenon's tweet image. At @PyjamasConf 2021 I'll be talking about "Type Hints in Python" at 6:30 AM UTC tomorrow (5th Dec).

#Python3 @__bangpypers__  #pycon #typeHints #PyjamasConf2021

I did not think runtime type checking in #python based on #typehints was a thing until I ran a few experiments and came across #typeguard ... Are there any other good packages for runtime type checks in conjunction with type hints?

pleiszenburg's tweet image. I did not think runtime type checking in #python based on #typehints was a thing until I ran a few experiments and came across #typeguard ... Are there any other good packages for runtime type checks in conjunction with type hints?

Use type hints in your Python code to improve readability and maintainability. They provide hints about the expected types, making it easier for other developers to understand and work with your code. #TypeHints #CodeReadability #Python #Tips

sanda15x's tweet image. Use type hints in your Python code to improve readability and maintainability. They provide hints about the expected types, making it easier for other developers to understand and work with your code. #TypeHints #CodeReadability #Python #Tips

Brilliant session by @maaddae on type hints at #PyHo2025! 🔥 He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting" #PyHo25 #Typehints

PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints

Python's type hints are finally winning developers over! 🐍 Static typing without losing Python's flexibility - the best of both worlds? What's your take on adding types to your Python code? #Python #TypeHints #Programming


Python 3.15でTypedDictに`extra_items`と`closed`パラメータが追加決定!辞書型の型指定がさらに厳密に✨ Ruffの登場でフォーマット&Lint同時管理も楽チン!みんなはどのツール派?#PythonTips #TypeHints #Ruff @ThePSF 使ってる人RT&感想教えて!


Pythonの最新トレンドは「型付きPython」の高速化が熱い!Rust製の新ツールty&Pyreflyで型チェックが超速に🚀あなたの開発に取り入れてみる?#Python #TypeHints #RustLang @ThePSF シェア&コメント待ってます!


Python 3.15でTypedDictに注目!`extra_items`と`closed`パラメータで辞書の型指定がもっと正確に✨型検査ツールもRust製の高速版が登場⚡️みんなの型チェックどうしてる? #Python #TypeHints #PythonTips @ThePSF ぜひリツイート&意見も聞かせて!


Python 3.15でTypedDictの制御性がアップ!`extra_items`と`closed`パラメータで辞書型チェックがより厳密に✨さらにRust製の高速タイプチェッカー『ty』と『Pyrefly』も登場で型エラー減るかも?Python好きなら見逃せない!#Python #TypeHints #CodingTips


最新Python Tip⚡Python 3.15でTypedDictがさらに進化!`extra_items`や`closed`で辞書の型指定が超厳密に👌mypyはもうPython 3.9以上必須に⚠️Rust製高速型チェッカーも注目👀 #Python #TypeHints #プログラミング 好きな型チェックツールは?教えて!シェア歓迎🔄[1][2]


Today I discovered that Python 🐍 supports generics 🎉: a real game-changer for developers! 💡 Write clearer, more reliable code with built-in type checks. 🔄 Reuse functions and classes across different data types without losing safety. #python #generics #typehints #devtips

gocanto's tweet image. Today I discovered that Python 🐍 supports generics 🎉: a real game-changer for developers!

💡 Write clearer, more reliable code with built-in type checks.

🔄 Reuse functions and classes across different data types without losing safety.

#python #generics #typehints #devtips

Level up your Python typing with typing.Literal! 🎯 Enforce exact string values for function args and catch bugs early. Cleaner code, better autocompletion, and safer apps! 🐍 youtube.com/shorts/zCXJTUt… #Python #TypeHints #Typing #CodingTips #DevAsService

DevAsService's tweet card. Enforce Exact String Values in Python Types #pythonprogramming...

youtube.com

YouTube

Enforce Exact String Values in Python Types #pythonprogramming...


(4/8) 📌 Always define types "Return (cleaned: pd.DataFrame, errors: List[str], summary: Dict[str, int])" Type hints = better completions & fewer bugs #PythonTips #TypeHints


Python 3.14の最新β版では「annotationlib」モジュールが登場!型注釈がより安全・簡単に扱えるように進化🔥特にFastAPIやPydanticユーザーは必見です👌 #Python314 #TypeHints #FastAPI #Pydantic みんなはどんな型注釈テク使ってる?シェアしてね!🐍✨


Boost your code clarity and catch errors early with Python type hints! Learn how to annotate functions and variables for cleaner, more maintainable code. #Python #TypeHints #CodingTips #StaticTyping


In our latest blog post, we explore the newest features in SQLAlchemy and Flask-SQLAlchemy—showing how, when paired with Pyright for static analysis, defining type models becomes effortless. 💡 Read the full post here: stackbuilders.com/insights/How-t… #TypeHints #Pyright #CodeQuality

stackbuilders's tweet image. In our latest blog post, we explore the newest features in SQLAlchemy and Flask-SQLAlchemy—showing how, when paired with Pyright for static analysis, defining type models becomes effortless. 💡

Read the full post here: stackbuilders.com/insights/How-t…

#TypeHints #Pyright #CodeQuality

Consider using type hints. They improve code readability and can help catch errors early. #PythonBestPractices #TypeHints


#TypeHints La importancia de realizar tipados en Python. Si bien Python es un lenguaje dinámico, el tipo de datos se establece en la ejecución, existe la forma de establecerlos. 👉


We're having our last Keynote by @ramalhoorg 🔥🔥 Join us on @pyconindia Stage 1 Kudos to @itskpflow and @_bhavin192 for hosting the stage #PyConIndia2021 #Python #typehints

Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints
Sc0rpi0n101's tweet image. We're having our last Keynote by @ramalhoorg 🔥🔥

Join us on @pyconindia Stage 1 

Kudos to @itskpflow and @_bhavin192 for hosting the stage

#PyConIndia2021 #Python #typehints

At @PyjamasConf 2021 I'll be talking about "Type Hints in Python" at 6:30 AM UTC tomorrow (5th Dec). #Python3 @__bangpypers__ #pycon #typeHints #PyjamasConf2021

anikmenon's tweet image. At @PyjamasConf 2021 I'll be talking about "Type Hints in Python" at 6:30 AM UTC tomorrow (5th Dec).

#Python3 @__bangpypers__  #pycon #typeHints #PyjamasConf2021

Type narrowing can be used whenever typescript requires you to use a more specific type as an argument to a function. Usually, it's enough to wrap your function call with an if statement. #typehints

_orcharddweller's tweet image. Type narrowing can be used whenever typescript requires you to use a more specific type as an argument to a function. Usually, it's enough to wrap your function call with an if statement. #typehints

PyCharm (@pycharm) surprises me again. This feature is awesome! After you enable this flag and run your tests with a debugger, you can choose "add type hints for function" intention action and it'll probably add type annotations you're looking for! #python #pep484 #typehints

konradhalas's tweet image. PyCharm (@pycharm) surprises me again. This feature is awesome! After you enable this flag and run your tests with a debugger, you can choose "add type hints for function" intention action and it'll probably add type annotations  you're looking for! #python #pep484 #typehints

Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's #python #dataaisummit #dataengineering #programming #python

sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python
sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python
sspaeti's tweet image. Nice to see @databricks shrinking #pyspark error messages from 8 pages to one, and keep optimizing!! Also adding #typehints which sess errors before running and adding #autocompletion in #notebooks and #IDE's 
#python #dataaisummit #dataengineering #programming #python

I did not think runtime type checking in #python based on #typehints was a thing until I ran a few experiments and came across #typeguard ... Are there any other good packages for runtime type checks in conjunction with type hints?

pleiszenburg's tweet image. I did not think runtime type checking in #python based on #typehints was a thing until I ran a few experiments and came across #typeguard ... Are there any other good packages for runtime type checks in conjunction with type hints?

Use type hints in your Python code to improve readability and maintainability. They provide hints about the expected types, making it easier for other developers to understand and work with your code. #TypeHints #CodeReadability #Python #Tips

sanda15x's tweet image. Use type hints in your Python code to improve readability and maintainability. They provide hints about the expected types, making it easier for other developers to understand and work with your code. #TypeHints #CodeReadability #Python #Tips

Attended: Engineering Ethics and Open Source Software - @hayleydenb We must be consciously be aware that, the code we write is only a fraction of the composite artifact that makes it to production #PyCon2019 #python #typehints

dev3l_'s tweet image. Attended: Engineering Ethics and Open Source Software
- @hayleydenb

We must be consciously be aware that, the code we write is only a fraction of the composite artifact that makes it to production

#PyCon2019 #python #typehints

🗣️This talk by @_lttb is about the experience of how beneficial it can be to use #TypeHints & #Typescript Language Server during the #AST and static code analysis, based on the example of building a compile-time css-in-js library. Join us ▶typescriptcongress.com

ts_congress's tweet image. 🗣️This talk by @_lttb is about the experience of how beneficial it can be to use #TypeHints & #Typescript Language Server during the #AST and static code analysis, based on the example of building a compile-time css-in-js library.  

Join us ▶typescriptcongress.com

Today I discovered that Python 🐍 supports generics 🎉: a real game-changer for developers! 💡 Write clearer, more reliable code with built-in type checks. 🔄 Reuse functions and classes across different data types without losing safety. #python #generics #typehints #devtips

gocanto's tweet image. Today I discovered that Python 🐍 supports generics 🎉: a real game-changer for developers!

💡 Write clearer, more reliable code with built-in type checks.

🔄 Reuse functions and classes across different data types without losing safety.

#python #generics #typehints #devtips

Brilliant session by @maaddae on type hints at #PyHo2025! 🔥 He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting" #PyHo25 #Typehints

PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints
PythonHo's tweet image. Brilliant session by @maaddae  on type hints at #PyHo2025! 🔥
He explored how Python's dynamic flexibility can actually work in harmony with static safety, not against it. "Type hints makes our codebases more predictable , maintainable and self - documenting"

#PyHo25  #Typehints

🔥 Adopting types in your code can go a long way in helping you get clearer error messages, reduce the amount of bugs and clean up unnecessary DocBlocks. ⚡️ Adopt strict types for maximum type inference. 💡 More dev tips: #PHP #TypeHints #DevTips

driesvints's tweet image. 🔥 Adopting types in your code can go a long way in helping you get clearer error messages, reduce the amount of bugs and clean up unnecessary DocBlocks.

⚡️ Adopt strict types for maximum type inference. 

💡 More dev tips: 

#PHP #TypeHints #DevTips

In our latest blog post, we explore the newest features in SQLAlchemy and Flask-SQLAlchemy—showing how, when paired with Pyright for static analysis, defining type models becomes effortless. 💡 Read the full post here: stackbuilders.com/insights/How-t… #TypeHints #Pyright #CodeQuality

stackbuilders's tweet image. In our latest blog post, we explore the newest features in SQLAlchemy and Flask-SQLAlchemy—showing how, when paired with Pyright for static analysis, defining type models becomes effortless. 💡

Read the full post here: stackbuilders.com/insights/How-t…

#TypeHints #Pyright #CodeQuality

If you want use #typehints in #php but need to allow for optional params you can simply prefix your typehint with a ? - Win! #php71 #dev 🤟

ClubStudioLtd's tweet image. If you want use #typehints in #php but need to allow for optional params you can simply prefix your typehint with a ? - Win! #php71 #dev 🤟

Loading...

Something went wrong.


Something went wrong.


United States Trends