Mike C. Fletcher: Updating PyOpenGL Sample Code References
Continuing to prepare for a PyOpenGL 3.1.4 release.I've worked through getting the auto-generated reference documentation updated. We now use the upstream git repository for the docbook base files (gl,...
View ArticleMike Driscoll: PyDev of the Week: Miguel Grinberg
This week we welcome Miguel Grinberg (@miguelgrinberg) as our PyDev of the Week! Miguel is the author of Flask Web Development and the very popular Flask Mega-Tutorial. You can find out more about...
View ArticleJaime Buelta: Interviewed about microservices
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservices...
View ArticleReal Python: Python Community Interview With Brian Okken
This week, it’s my pleasure to interview Brian Okken. Brian is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Read on to find out more about...
View ArticleCodementor: Creating Dashboard to Visualise Data In Python
List of the various dashboard libraries to allow the creation of a website dashboard in Python.
View ArticleCatalin George Festila: Python 3.7.5 : Python and SQL, a fast approach.
Today he had to solve a task that required declaring a series of consecutive days to read from several SQL tables. As you know, this task would require a complex query to include statements. I solved...
View ArticleNumFOCUS: Astropy Receives $900k Grant from Moore Foundation
The post Astropy Receives $900k Grant from Moore Foundation appeared first on NumFOCUS.
View ArticleProgramiz: Python CSV
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
View ArticleMike Driscoll: Black Friday Deals on Python Books
Interesting in learning Python? Well you will be happy to know that I am running a Black Friday / Cyber Monday sale of my Python books. But I am starting the sale early so that you have plenty of time...
View ArticleRobin Wilson: Using SQLAlchemy to access MySQL without frustrating library...
This is more a ‘note to myself’ than anything else, but I expect some other people might find it useful.I’ve often struggled with accessing MySQL from Python, as the ‘default’ MySQL library for Python...
View ArticlePodcast.__init__: Faster And Safer Software Development With Feature Flags
Any software project that is worked on or used by multiple people will inevitably reach a point where certain capabilities need to be turned on or off. In this episode Pete Hodgson shares his...
View ArticlePyCharm: Webinar: “React+TypeScript+TDD Part 2” with Paul Everitt
Last month we did a webinar on using PyCharm to write React+TypeScript apps using TDD. We teased a “Part 2” that was more in-depth. Thanks to the good folks at WebStorm, we’ll be doing a Part 2,...
View ArticleReal Python: Python KeyError Exceptions and How to Handle Them
Python’s KeyError exception is a common exception encountered by beginners. Knowing why a KeyError can be raised and some solutions to prevent it from stopping your program are essential steps to...
View ArticleReuven Lerner: Black Friday: All of my Python courses are 50% off!
This coming Friday is “Black Friday,” when many stores offer big discounts on their products. I’m happy to say that from Friday through Monday, every course in my online store will be 50% off.This...
View ArticlePaolo Amoroso: Revisiting Building Android Apps in Python Using Kivy with...
One of the books I read on Kivy, a Python cross-platform GUI framework, is Building Android Apps in Python Using Kivy with Android Studio: With Pyjnius, Plyer, and Buildozer by Ahmed Fawzy Mohamed Gad...
View ArticleStack Abuse: Insertion Sort in Python
IntroductionIf you're majoring in Computer Science, Insertion Sort is most likely one of the first sorting algorithms you have heard of. It is intuitive and easy to implement, but it's very slow on...
View ArticlePaolo Amoroso: Two Books About the Kivy GUI Framework
The Kivy Python GUI framework is intriguing.Not only it’s cross-platform but also supports Android. Java is too verbose and low level for me and Kivy is an opportunity for developing native Android...
View ArticleChris Moffitt: Tips for Selecting Columns in a DataFrame
IntroductionThis article will discuss several tips and shortcuts for using iloc to work with a data set that has a large number of columns. Even if you have some experience with using iloc you should...
View ArticlePyCoder’s Weekly: Issue #396 (Nov. 26, 2019)
#396 – NOVEMBER 26, 2019View in Browser »PyCon 2020 Registration Is Now Open PyCon is the largest annual gathering for the community that uses and develops the open-source Python programming language....
View ArticleCodementor: Awesome Full Stack Python Resources
A list of Python Full Stack resources for aspiring Python web developer looking to learn web development using Python.
View Article