Medium
Ghost
WordPress
DEV.to
Blogger
Tumblr
Hashnode
Write.as
mypy
PyLint
pre-commit by Yelp
PyFlakes
ESLint
Python Poetry
flake8
Nim (programming language)
Medium
mypyMedium is recommended for avid readers seeking a variety of topics ranging from personal development to technology. It's also ideal for writers looking to publish their work to a broad audience and potentially earn revenue through the platform's Partner Program.
Based on our record, Medium seems to be a lot more popular than mypy. While we know about 3120 links to Medium, we've tracked only 53 mentions of mypy. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Perhaps these are Huawei Ascend chips? https://en.wikipedia.org/wiki/HiSilicon#Ascend_910 https://medium.com/@huaweiclouddevelper/a-brief-introduction-to-huawei-ascend-cloud-cbef8f25bc34. - Source: Hacker News / 2 days ago
- Standard Broadcast "is owned by 44 total people, all of whom are creators" So it's fair to say there are creators with significant equity stakes in Nebula. It's NOT fair to assume that the 50% of revenue left after share is distributed evenly among all creators on the platform via an equity mechanism. Of course then there's Floatplane, which is entirely owned by LMG. At least a couple years ago they targeted "a... - Source: Hacker News / 2 days ago
Yeah. But shouldnโt take long until someone shows up to notice how we AI- negative Nancyโs "donโt get it". This is the pinnacle of human creation https://medium.com/@2315610426. - Source: Hacker News / 2 days ago
Good move. There's an interesting old article on the door handles here: > https://medium.com/@arunchidambaram/is-teslas-door-handle-an-over-kill-21e42756f58e In aerodynamic terms, door handles are nbd compared to side mirrors. Mirrors account for 6% of a car's aerodynamic drag. Door handles: roughly 0.2%. Basically they make no difference -- their effect is a rounding error -- and they were implemented for... - Source: Hacker News / 4 days ago
Guess what makes SSH multiplexing physically impossible: https://medium.com/@rviragh/chatgpt-sol-5-6-pro-still-exhibits-model-confusion-given-recursive-role-and-rulesets-70124a36951f Curious about your guessses. - Source: Hacker News / 5 days ago
Pyright: the type checker. Skipping mypy, pyrefly and ty. For now. - Source: dev.to / 4 months ago
Adjust additional_dependencies to include the type stubs your project uses. Mypy will catch cases where AI-generated code calls methods that do not exist on a type, passes arguments in the wrong order, or skips null checks. - Source: dev.to / 4 months ago
Mypy is the standard static type checker for Python. For teams using AI tools to generate Python code, mypy catches a specific and common failure mode: method calls that do not exist on the inferred type. - Source: dev.to / 4 months ago
I've always admired many of Java's features, but let's not act like the reason for using Java for scripting is the pitfalls of Python. It's just because of an underlying preference for Java. 1. https://mypy-lang.org/. - Source: Hacker News / over 1 year ago
โIโm not here to tell people which languages they should love. But if you do find yourself writing production code in a dynamically typed language like Python, Ruby, or JavaScript, I would give serious consideration to opting into the type-checking tools that have become available in those ecosystems. In Python, consider requiring type hints and adding mypy checks to your CI to move your type safety bugs forward... - Source: dev.to / over 2 years ago
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
PyLint - Pylint is a Python source code analyzer which looks for programming errors.
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks
DEV.to - Where software engineers connect, build their resumes, and grow.
PyFlakes - A simple program which checks Python source files for errors.