EuroPython: EuroPython August 2022 Newsletter
Hey, there! Welcome to the post-conference EuroPython newsletter! We hope you enjoyed the conference and had a great time, whether you joined us in person or remote.As you probably noticed, we skipped...
View ArticleJohn Ludhi/nbshare.io: How To Get Measures Of Spread With Python
How To Get Measures Of Spread With PythonMeasures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and mean absolute...
View ArticleTestDriven.io: Continuously Deploying Django to Linode with Docker and GitHub...
In this tutorial, we'll look at how to configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
View ArticlePython Bytes: #299 Will McGugan drops by
<p><strong>Watch the live stream:</strong></p> <a href='https://www.youtube.com/watch?v=ayew8VBP3aA' style='font-weight: bold;'>Watch on YouTube</a><br>...
View ArticleThe Lunar Cowboy: Historical Values in Python
Often in programming we have some "constant" value that we define as a variable in Python. But the only try constant is change.Consider for example you have a program that needs to process a file with...
View ArticleJaime Buelta: Notes about ShipItCon 2022
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit...
View ArticleWyatt Baldwin: A Few Thoughts About Two-factor Auth
This post doesn’t break any new ground regarding two-factor auth (2FA). It’s more of a reminder and a cautionary tale. It’s also somewhat Mac and Python oriented, but the suggestions should be...
View ArticlePodcast.__init__: Exploring The Process And Practice Of Building Better...
Writing code is only one piece of creating good software. Code reviews are an important step in the process of building applications that are maintainable and sustainable. In this episode On Freund...
View ArticleDjango Weblog: Django bugfix release: 4.1.1
Today we've issued the 4.1.1 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticleTalk Python to Me: #380: 7 lessons from building a modern TUI framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been...
View ArticleAnwesha Das: "Python for Everyone": learning Python
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start...
View ArticlePython for Beginners: Create Numpy Array in Python
Numpy arrays are used in python, especially in data analytics, machine learning, and data science to manipulate numerical data. In this article, we will discuss different ways to create a numpy array...
View ArticleReal Python: Python News: What's New From August 2022
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI...
View ArticlePython Bytes: #300 A Jupyter merge driver for git
<p><strong>Watch the live stream:</strong></p> <a href='https://www.youtube.com/watch?v=PO6gv7BUAdg' style='font-weight: bold;'>Watch on YouTube</a><br>...
View ArticleReal Python: Building Command Line Interfaces With argparse
One of the strengths of Python is that it comes with batteries included: it has a rich and versatile standard library that makes it one of the best programming languages for writing scripts for the...
View ArticlePyCoder’s Weekly: Issue #541 (Sept. 6, 2022)
#541 – SEPTEMBER 6, 2022View in Browser »Creating a Python Code Completer & More AST Projects How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python?...
View ArticleAnarcat: Deleted GitLab forks from my account
I have just deleted two forks I had of the GitLab project in my gitlab.com account. I did this after receiving a warning that quotas would now start to be enforced. It didn't say that I was going over...
View ArticlePyBites: Code == communication, on writing better variable names
Listen now:Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and meaningful variable names....
View ArticlePyBites: What we learned from building our own CMS using Django
Django – The web framework for perfectionists with deadlines– indeed! We managed to get a simple MVP out in just 4 weeks using our JIT learning approach…In an effort to teach Julian Django, we figured...
View ArticleZato Blog: What is an API gateway?
In this article, we are going to use Zato in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent over protocols commonly used in...
View Article