Python
Reading Spreadsheets with OpenPyXL and Python
There are a couple of fundamental actions that you will do with Microsoft Excel documents. One of the most basic is the act of reading data from an Excel file. You will be learning how Read more…
There are a couple of fundamental actions that you will do with Microsoft Excel documents. One of the most basic is the act of reading data from an Excel file. You will be learning how Read more…
This week we welcome Susan Shu Chang (@susan_shuc) as our PyDev of the Week! Susan is a game developer and speaker as well as a data scientist. She regularly gives talks at multiple conferences. You Read more…
With PyCharm 2021.2 EAP 4, we’ve concentrated on small details and final bug fixes before the major PyCharm 2021.2 release. One of the improvements in this version is the ability to work with the SciView Read more…
The web has changed in recent years. Modern websites mean lots of JavaScript on the frontend, sometimes supplanting HTML all together. You’re left with a pile of npm dependencies, wondering if it will work in Read more…
No Starch Press has partnered with Mouse vs Python to bring you an eBook contest for Learn to Code by Solving Problems: A Python Programming Primer by Daniel Zingaro. There will be 5 winners. To Read more…
Automating Excel with Python will be Michael Driscoll’s 10th Python book! This book’s primary goal is to help you automate the creation, editing, and reading of Excel spreadsheets using the Python programming language. You can Read more…
This week we welcome Jeremiah Paige (@ucodery) as our PyDev of the Week! Jeremiah currently works for Activestate. He is also a speaker at EuroPython 2021. Let’s take a few moments to get to know Read more…
ImageMagick is an open-source tool that you can use to create, edit, compose, or convert digital images. It supports over 200 image formats. According to its website, ImageMagick can resize, flip, mirror, rotate, distort, shear, Read more…
This week we welcome Adam Hopkins (@AdmHpkns) as our PyDev of the Week! Adam is a core developer on Sanic, a Python server / web framework. You can see what Adam has been up to Read more…
PyCharm 2021.2 EAP 3 is available with some nice new features! As usual, our main goal for the EAP is to give you a sense of what to expect in the upcoming PyCharm 2021.2 release. Read more…