Python
PyCharm 2021.3 EAP #3
The third PyCharm 2021.3 EAP build is out! Please give it a try, and don’t forget to share your feedback on Twitter (by mentioning @pycharm) or by reporting issues to our tracker! Important: PyCharm EAP Read more…
The third PyCharm 2021.3 EAP build is out! Please give it a try, and don’t forget to share your feedback on Twitter (by mentioning @pycharm) or by reporting issues to our tracker! Important: PyCharm EAP Read more…
The third minor release of PyCharm 2021.2 contains multiple bug fixes: We fixed a bug where PEP 585 parameterized built-in classes were not recognized when using from __future__ import annotations. [PY-46602] We fixed a bug Read more…
FastAPI has quickly become super-popular. One of the reasons: embracing standards which help tooling, which then boost productivity. This is something FastAPI’s author, Sebastián Ramírez, really cares about. But what does this mean in practice? Read more…
This week we chatted with Talley Lambert (@TalleyJLambert) who is a microscopist and Python enthusiast at Harvard Medical School. You can learn more about what Talley is up to and see his publications on his Read more…
This week we welcome Pedro Pregueiro (@pedropregueiro) as our PyDev of the Week! Pedro is an entrepreneur who has co-founded several companies. He is also an author and contributor at Real Python. If you have Read more…
The second PyCharm 2021.3 EAP build is out! The Early Access Program is designed to give you a chance to try all the improvements to PyCharm and provide actionable feedback that will help ensure that Read more…
This week, Mike Driscoll (author of this website), is on the PyBites Podcast. It’s titled Episode #043 – Becoming a prolific Python content provider You can listen to the podcast on PyBites. In the podcast, Read more…
This week we welcome Martha Teye (@teye_martha) as our PyDev of the Week! Martha talks about her first big Python project in this YouTube video where she creates a chat bot. You can connect with Read more…
I am joining some of my fellow indie content creators to create a FREE Python book bundle for the month of October 2021! The Indie Python Extravaganza! A collection of books that will help you Read more…
Software developers have to work with data. More often than not, the data that you work with will need to be available to multiple developers as well as multiple users at once. The typical solution Read more…