Python
Creating a File Search GUI with wxPython
Have you ever needed to search for a file on your computer? Most operating systems have a way to do this. Windows Explorer has a search function and there’s also a search built-in to the Read more…
Have you ever needed to search for a file on your computer? Most operating systems have a way to do this. Windows Explorer has a search function and there’s also a search built-in to the Read more…
Do you need to work measurements often? What about converting from one unit of measurement to another? There is a Python package called Pint that makes working with quantities easy to do. Pint allows you Read more…
This week we welcome Joshua Ebner (@Josh_Ebner) as our PyDev of the Week. Joshua trains people in data science at Sharp Sight. Let’s take some time to get to know Joshua better! Can you tell Read more…
The first minor release of PyCharm 2021.2 contains improvements and bug fixes in different functional areas, from the overall performance to working with Vue. Take a look at what’s inside! Download PyCharm 2021.2.1 Learn PyCharm Read more…
This week’s PyDev of the Week is Paulus Schoutsen (@balloob). He is the founder of Home Assistant, an open source home automation tool / package. You can see what else Paulus is up to over Read more…
Texas Instruments announced that they are adding a new graphing calculator called TI-84 Plus CE Python. The TI-84 Plus uses CircuitPython rather than the standard Python that most developers are aware of. CircuitPython is made Read more…
This week we welcome Daniel Zingaro as our PyDev of the Week! Daniel is the author of Learn to Code by Solving Problems: A Python Programming Primer and Algorithmic Thinking from No Starch Books. If Read more…
Two weeks have passed since the release of PyCharm 2021.2, and we’ve spent this time working on enhancing the performance of the product. Moreover, we added a new lesson on working with VCS to our Read more…
OpenPyXL gives you the ability to style your cells in many different ways. Styling cells will give your spreadsheets pizazz! Your spreadsheets can have some pop and zing to them that will help differentiate them Read more…
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Read more…