Marc Richter: Heroku’s attempt to scare away users and its impact on my...
Anyone who may have read my past posts on this blog or knows my personal-IT life is most certainly aware of my preference to host personal and pre-MVP projects on Heroku– a formerly great choice for...
View ArticlePodcast.__init__: Ship With Confidence By Automating Quality Assurance
Quality assurance in the software industry has become a shared responsibility in most organizations. Given the rapid pace of development and delivery it can be challenging to ensure that your...
View ArticleIslandT: The upgrade version of my music player
Hello again, after a few days of working on my other projects, I have some time to continue with my previous music player project and again in this article, I will publish what I have achieved so far....
View ArticlePython for Beginners: How to Use Python Split Function
Python provides a built-in method for splitting strings. With the split() function, we can break a single string into a list of strings.Using split() is a simple and efficient method for breaking down...
View ArticleAnarcat: How to nationalize the internet in Canada
Rogers had a catastrophic failure in July 2022. It affected emergency services (as in: people couldn't call 911, but also some 911 services themselves failed), hospitals (which couldn't access...
View ArticleErik Marsja: Psychomotor Vigilance Task (PVT) in PsychoPy
The post Psychomotor Vigilance Task (PVT) in PsychoPy appeared first on Erik Marsja.In this PsychoPy tutorial, you will learn how to create the Psychomotor Vigilance Task (PVT) using some but not that...
View ArticleReal Python: Python and PyQt: Building a GUI Desktop Calculator
Even though web and mobile applications appear to have taken over the software development market, there’s still demand for traditional graphical user interface (GUI) desktop applications. If you’re...
View ArticlePython Morsels: String methods in Python
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.Table of...
View ArticlePython for Beginners: Python Lists Cheat Sheet
What is a List?Python Lists are used to store collections of data. Python can assign multiple values to a single list, which is handy if you’re dealing with a lot of data.Lists can hold any type of...
View ArticleReal Python: How Can You Install a Pre-Release Version of Python?
The Python language is in constant development. A new version is released annually in October to great fanfare. Before these stable releases, you can preview the new features by installing a...
View ArticleMike C. Fletcher: Python Version Support Ideas
As a general rule, I don't like to just stop supporting Python releases just for the sake of deprecation. I try to be relatively wide in the set of Python's I'll support for my libraries, with my...
View ArticleTryton News: Newsletter for September 2022
We hope that everybody had a pleasant Summer and enjoyed their holidays. The Tryton team have got back to work on the ERP. Here’s a list of the latest improvements that have already been...
View ArticleZero to Mastery: Python Monthly Newsletter 💻🐍
33rd issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry...
View ArticlePyBites: How to get more things done consistently?
Listen here:Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time jobs...
View ArticleSTX Next: Women in Python: Success Stories, Career Advice, and Life Lessons
Python is one of the top 11 most in-demand programming languages in the US these days, according to Indeed. This makes it a viable and potentially lucrative career path for people in tech, and women...
View ArticleMike Driscoll: The Python Decorators Video Tutorial
Learn all about how Python decorators work with Mike DriscollWhat you'll learn:How functions workFunction IntrospectionClosuresCreating a DecoratorStacking DecoratorsDecorators with ArgumentsClass...
View ArticlePython Engineering at Microsoft: Python in Visual Studio Code – September...
We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!This release includes the following announcements:Improved...
View ArticleKushal Das: Johnnycanencrypt 0.9.0 release
3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:- Adds `setuptools-rust` as build system. - Key.uids now contains the certification details of each user id. - `merge_keys` in rjce...
View ArticleReal Python: The Real Python Podcast – Episode #123: Creating a Python Code...
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code?...
View ArticlePython for Beginners: Text Analysis in Python
Analyzing text data is one of the most common tasks in the life of a person who works in natural language processing, machine learning and related areas. We need to find patterns, search specific...
View Article