The for loop is a very basic control flow tool of most programming languages. For example, a simple for loop in C looks like the following: There are no other ways to write a for loop more elegantly… (more…)
Read more »
Python and SQL: Better Together Python and SQL are complementary - we should focus on how best to integrate them rather than try to replace them! By Alex Monahan 2021-08-15 (Yes, this is the one date format to rule them all) LinkedIn Twitter @__alexmonaha... (more…)
Read more »
In the text of your review, you can link directly to any product offered on Amazon.com. To insert a product link, follow these steps:1. Find the product you want to reference on Amazon.com2. Copy the web address of the product3. Click Insert product link4... (more…)
Read more »
Learn how to get the transcript of a YouTube video with this simple Python tutorial. We'll use youtube_dl and ffmpeg to download YouTube video audios, and automatically transcribe them with AssemblyAI! (more…)
Read more »
I have been using Lisp languages for 30 years for AI development but recently most of my work requires Python (for deep learning). The Hy language (Lisp that compiles to Python) allows Lisp programmers access to the rich Python ecosystem for deep learning... (more…)
Read more »