PyCoder’s Weekly: Issue #400 (Dec. 24, 2019)
#400 – DECEMBER 24, 2019View in Browser »Python Dictionary Iteration: Advanced Tips & Tricks In this intermediate-level course, you’ll take a deep dive into how to iterate through a dictionary in...
View ArticleErik Marsja: Pipx: Installing, Uninstalling, & Upgrading Python Packages...
The post Pipx: Installing, Uninstalling, & Upgrading Python Packages in Virtual Envs appeared first on Erik Marsja.In this post, we will learn how to use pipx. Specifically, we will learn how to...
View ArticleAndre Roberge: Xmas present from Thonny
Today, a new version (3.2.5) of Thonny has been released. It incorporates support for Friendly-traceback (which needs to be installed separately). Currently, the download link on Thonny's homepage...
View ArticleArtem Rys: Consider absl Python library to work with flags
Consider using absl Python library to work with flags in your applicationContinue reading on python4you »
View ArticleJohn Cook: Calculating the period of Van der Pol oscillators
A few days ago I wrote about how to solve differential equations with SciPy’s ivp_solve function using Van der Pol’s equation as the example. Van der Pol’s equation isThe parameter μ controls the...
View ArticleStack Abuse: Heap Sort in Python
IntroductionHeap Sort is another example of an efficient sorting algorithm. Its main advantage is that it has a great worst-case runtime of O(n*logn) regardless of the input data.As the name suggests,...
View ArticlePython Data: Market Basket Analysis with Python and Pandas
If you’ve ever worked with retail data, you’ll most likely have run across the need to perform some market basket analysis (also called Cross-Sell recommendations). If you aren’t sure what market...
View ArticleCodementor: Python For Finance(Beginner): See Behind the FX rate
Beginner Python Financial Project
View ArticlePython Data: Python Data Weekly Roundup – Dec 27 2019
In this week’s Python Data Weekly Roundup:Picks On AI Trends from Data Natives 2019This article provides a good overview of the Data Natives 2019 – Europe meeting and the main trends being discussed...
View ArticleTalk Python to Me: #244 Top 10 Real Python Articles of 2019
We've come to the end of 2019. Python 2 has just a handful of days before it goes unsupported. And I've met up with Dan Bader from RealPython.com to look back at the year of Python articles on his...
View ArticleWeekly Python StackOverflow Report: (ccviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-28 13:35:33 GMTSort one list based on another Python -...
View ArticleArmin Ronacher: Open Source Migrates With Emotional Distress
Legacy code is bad and if you keep using it, it's really your own fault. There are many variations of the same thing floating around in Open Source communities and it always comes down to the same...
View ArticleCatalin George Festila: Python 3.7.5 : Fix to python language the GitHub...
I created a GitHub project with Django and I saw is detect like tcl programming language: You need to create a file named .gitattributes in the root folder of my repository. Use this source code to...
View ArticleErik Marsja: How to use Pandas get_dummies to Create Dummy Variables in Python
The post How to use Pandas get_dummies to Create Dummy Variables in Python appeared first on Erik Marsja.In this post, we will learn how to use Pandas get_dummies() method to create dummy variables in...
View ArticleMike Driscoll: PyDev of the Week: Saul Pwanson
This week we welcome Saul Pwanson (@saulfp) as our PyDev of the Week! Saul is the creator of VisiData, an interactive multitool for tabular data. If you’d like to see what Saul has been up to, then you...
View ArticleReal Python: Python Timer Functions: Three Ways to Monitor Your Code
While many developers recognize Python as an effective programming language, pure Python programs may run slower than their counterparts in compiled languages like C, Rust, and Java. Throughout this...
View ArticleJohn Cook: Minimizing context switching between shell and Python
Sometimes you’re in the flow using the command line and you’d like to briefly switch over to Python without too much interruption. Or it could be the other way around: you’re in the Python REPL and...
View ArticleMike C. Fletcher: Playing with EGL+OpenGL Off-screen Multi-Card
So I've now spent the last day and a half playing with getting EGL offscreen rendering working on Linux. There are two major ways to do off-screen rendering with EGL and OpenGL. In the first, you use a...
View Articlequtebrowser development blog: 2019 qutebrowser crowdfunding - reminder
Two months ago, I wrote:Just like in the 2017/2018 crowdfundings, it'll be possible to get t-shirts and stickers again. I'll also add some new swag to the mix :)Just a quick reminder: If you want...
View Article