Python
PyDev of the Week: Jürgen Gmach
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the Tox automation project. You can see what else Jürgen is up to over on his website. Read more…
This week we welcome Jürgen Gmach (@jugmac00) as our PyDev of the Week! Jürgen is a maintainer of the Tox automation project. You can see what else Jürgen is up to over on his website. Read more…
A new PyCharm 2022.2 EAP 3 build is available from our website, via the Toolbox App, or as a snap package (if you are using Ubuntu). If you are on macOS, there is a separate build for Read more…
The release candidate for PyCharm 2022.1.3 is ready for you to spot-check before we roll out the release. Important! If you have PyCharm 2022.1.2 already installed, you will need to update to PyCharm 2022.1.3 RC Read more…
In this video, Mike Driscoll talks about what to expect in Python’s newest release, which is coming in Fall 2022 Better Performance Improved error messages Exception groups New type hints The new `tomllib` module See Read more…
In this tutorial, I will talk about some of the many different data science packages you can use in Python. Packages mentioned: pandas, matplotlib, numpy, scipy, mahotas, OpenCV, Keras, PyTorch, Tensorflow, Theano, Bokeh, Plotly, Scikit-learn, Read more…
I’ve been a long-time Pandas user, relying on it heavily since the start of my data science career. However, up until the last couple of years, I struggled with certain issues, such as not being Read more…
This week we welcome Allen Downey (@AllenDowney) as the PyDev of the Week! Allen is the author of Think Python, Modeling and Simulation in Python, Think Java: How to Think Like a Computer Scientist, and Read more…
Last Tuesday, June 7, 2022, Michael Kennedy joined us for a webinar about Git to explain his pragmatic GUI-based approach in detail. Here’s the recording for you to watch if you missed the live stream. Read more…
Learn about some of the many Python web frameworks that are available to you in this video. Web frameworks mentioned in this video Django – https://www.djangoproject.com/ Flask – https://flask.palletsprojects.com/en/2.1.x/ Pyramid – https://trypyramid.com/ FastAPI – https://fastapi.tiangolo.com/ Read more…
Learn how to create different types of context managers using Python’s contextlib module! You can learn more in the contextlib documentation. Related Articles Python’s with Statement and Context Managers Python 3.10 – Parenthesized Context Managers Read more…