USA
Media
Sigma Software news and articles from the world of IT consulting and outsourcing: software development hints and tricks, best practices in Project and Product Management, stories of creating efficient IT solutions, overviews of tech events we visit, and much more.
Featured
All
Business practices
Corporate news
Events
Projects
Tech insights
Static Type Checking in Python
Starting from version 3.5, support of optional static typing was added to Python. PEP 484 -- Type Hints was approved and implemented. This PEP adds support of o...