This YouTuber is one of many reasons why I do support watching videos on YouTube, enough with the other BS. In this excellent video Cory gets right to the point and shows you how to work with Lists, Tuples, and Sets. I highly recommend watching this guy’s other videos on Python as they are just as good.
Python
Python – ChatGPT taught me about sentiment using inputs.
I wanted to make this post to show how using ChatGPT in a method to help you learn and not …
Python – Endless chat update, plus ChatGPT version.
This simple code project is designed for the new python coder, it’s easy to read and can be greatly improved. …
Python – SoloLearn Python Data Structures, Apple Of My Eye
I finished the ‘Python Intermediate’ course and immediately started up ‘Python Data Structures’, got to this fun problem in the …
Python – dcScrape v1.3 project back in progress
I took a few months break from coding lots of stuff and brushed up on my Python again off and …
Python – DCScrape v1.2, updated again
UPDATE version 1.3 is under way and will be a refactor into OOP design plus improvements and additions. I may …
Python – Following distance automotive system and braking system
Keeping an adequate following distance is the main priority of this system. This post is merely a really neat project …
Python – SoloLearn Intermediate Python Exceptions Else problem
This was confusing because the problem was called ‘else’ in the exception lessons, but it doesn’t even use else. Anyway …
Python – dcscrape v.03, next update
Recently I updated dcscrape aka simple python web scraper to allow many multiple scrapes of various data using a single …
Python – SoloLearn Intermediate Python Shooting Game OOP
Big piece of code looked scary at first glance, but was pretty simple to figure after review of a few …
Python – Chess.com raw stats snippet
I made a plugin for this in PHP, now I decided to make a snippet in Python. The snippet is …
Python – List Comprehension using .split()
List comprehension allows you to create a new modified list from an old list. My example is a tad tricky …
Programming – Two years later, thoughts.
When the Pandemic started in March 2020 I decided to use the opportunity to increase my programming skills, started many …
Programming – Regex, studied hard in Python now PHP benefits.
Taking Python seriously a few months ago upgraded all my coding skills and its showing. Regular Expressions aka Regex is …
Link – Regex101
While doing some Python regex lessons this site was mentioned in user comments, pick language, enter pattern and string. The …