Create a Speech to Text Convertor App using Lyzr
https://medium.com/@rasswanthshankar/create-a-speech-to-text-convertor-app-using-lyzr-a927ef7ba8bb
https://medium.com/@rasswanthshankar/create-a-speech-to-text-convertor-app-using-lyzr-a927ef7ba8bb
Medium
Create a Speech to Text Convertor App using Lyzr
Lyzr is an amazing tool that comes in super handy when you want to implement Generative AI solutions for your app. In this blog post, I’ll…
Scraping Indonesia Election 2024 Candidate Data on Lezen.id in Python with Selenium
https://medium.com/@wibisonorenaldy/scraping-indonesia-election-2024-candidate-data-on-lezen-id-in-python-with-selenium-b0e6599e88bf
https://medium.com/@wibisonorenaldy/scraping-indonesia-election-2024-candidate-data-on-lezen-id-in-python-with-selenium-b0e6599e88bf
Medium
Scraping Indonesia Election 2024 Candidate Data on Lezen.id in Python with Selenium
Indonesia has just held the National Election for President-Vice President and Legislative on 14 February 2024. Of course, the main…
Obfuscating Python Code: Why, When, and How to Do It
https://ravi-m.medium.com/obfuscating-python-code-why-when-and-how-to-do-it-aa3332e0ea6d
https://ravi-m.medium.com/obfuscating-python-code-why-when-and-how-to-do-it-aa3332e0ea6d
Medium
Obfuscating Python Code: Why, When, and How to Do It
Python Code Obfuscation: Tools, Techniques, and Tips
The Postgres Showdown Text Columns vs JSONB Fields
https://medium.com/lumigo/the-postgres-showdown-text-columns-vs-jsonb-fields-0ffff011ac46
https://medium.com/lumigo/the-postgres-showdown-text-columns-vs-jsonb-fields-0ffff011ac46
Medium
The Postgres Showdown Text Columns vs JSONB Fields
Explore the nuances of PostgreSQL’s text vs JSONB data storage and optimize your database using OpenTelemetry for metrics and tracing.
Algorithms and Data Structures in Python: Basic Array Problem - Find Words Containing Character
https://medium.com/deuk/algorithms-and-data-structures-in-python-basic-array-problem-find-words-containing-character-e13926ffd493
https://medium.com/deuk/algorithms-and-data-structures-in-python-basic-array-problem-find-words-containing-character-e13926ffd493
Medium
Algorithms and Data Structures in Python: Basic Array Problem - Find Words Containing Character
Master basic Python array algorithm: Solve “Find Words Containing Character” challenge. Boost coding skills with the step-by-step guide.
The Python * Operator: A Hidden Gem for Combining Lists
https://ravi-m.medium.com/the-python-operator-a-hidden-gem-for-combining-lists-cf5c77c16bbf
https://ravi-m.medium.com/the-python-operator-a-hidden-gem-for-combining-lists-cf5c77c16bbf
Medium
The Python * Operator: A Hidden Gem for Combining Lists
The Ultimate Guide to Combining Lists in Python with the * Operator
Artificial Intelligence With Python: A Comprehensive Guide
https://medium.com/@imjobreadyit/artificial-intelligence-with-python-a-comprehensive-guide-bb8f6b8bab45
https://medium.com/@imjobreadyit/artificial-intelligence-with-python-a-comprehensive-guide-bb8f6b8bab45
Medium
Artificial Intelligence With Python: A Comprehensive Guide
1. Introduction to Artificial Intelligence with Python:
— AI has experienced exponential growth over the past half-century, with Python…
— AI has experienced exponential growth over the past half-century, with Python…
Understanding Python Variables: Essential Concepts for Beginners
https://medium.com/@ismumhossain/understanding-python-variables-essential-concepts-for-beginners-5c1b67763702
https://medium.com/@ismumhossain/understanding-python-variables-essential-concepts-for-beginners-5c1b67763702
Medium
Understanding Python Variables: Essential Concepts for Beginners
Variables are containers to store data. Imagine, you bought fruits from a supermarket. You will keep it in a fruit basket, right? The fruit…
Web Scraping IGN Article Using Python BeautifulSoup4
https://medium.com/@intodarkmoon/web-scraping-ign-article-using-python-beautifulsoup4-25dcbdc97ba9
https://medium.com/@intodarkmoon/web-scraping-ign-article-using-python-beautifulsoup4-25dcbdc97ba9
Medium
Web Scraping IGN Article Using Python BeautifulSoup4
In this article, I will show you how to utilize the power of web scraping to extract information from IGN articles using BeautifulSoup
Setting up Python Virtual Environments on Visual Studio Code in Windows 10
https://medium.com/@sooryanarayan_5231/setting-up-python-virtual-environments-on-visual-studio-code-in-windows-10-f93dead0541c
https://medium.com/@sooryanarayan_5231/setting-up-python-virtual-environments-on-visual-studio-code-in-windows-10-f93dead0541c
Medium
Setting up Python Virtual Environments on Visual Studio Code in Windows 10
Creating a virtual environment for running Python Flask applications on Visual Studio Code (VSCode) is crucial and all software engineers…
Exceptional Resources to Prepare for the Data Science Interview. Part 1: Live Coding
https://medium.com/@ryblovartem/exceptional-resources-to-prepare-for-the-data-science-interview-part-1-live-coding-669e9419f0c5
https://medium.com/@ryblovartem/exceptional-resources-to-prepare-for-the-data-science-interview-part-1-live-coding-669e9419f0c5
Medium
Exceptional Resources for Data Science Interview Preparation. Part 1: Live Coding
Live coding interviews: what they are and how to prepare. For Data Scientists, ML engineers, and all IT professionals who face live coding.
Python Functions with Code Examples
https://medium.com/@pythonfundamentals/python-functions-with-code-examples-91f3e73df655
https://medium.com/@pythonfundamentals/python-functions-with-code-examples-91f3e73df655
Medium
Python Functions with Code Examples
Python functions play a crucial role in structuring and organizing code, improving readability, and promoting code reusability. In this…
Automating VLOOKUP & XLOOKUP in Excel with Python simplifies data lookup tasks, saving time and…
https://medium.com/@codingmadeeasy92/automating-vlookup-xlookup-in-excel-with-python-simplifies-data-lookup-tasks-saving-time-and-e895f8d2f2a3
https://medium.com/@codingmadeeasy92/automating-vlookup-xlookup-in-excel-with-python-simplifies-data-lookup-tasks-saving-time-and-e895f8d2f2a3
Medium
Automating VLOOKUP & XLOOKUP in Excel with Python simplifies data lookup tasks, saving time and…
In the world of spreadsheet functions, VLOOKUP and XLOOKUP stand out as powerful tools for searching and retrieving data. While VLOOKUP has…