Books are Datasets: Mapping 12 Sacred Texts with Python and D3.js
https://medium.com/@paulostochaj/books-are-datasets-mapping-12-sacred-texts-with-python-and-d3-js-066168b3affd
https://medium.com/@paulostochaj/books-are-datasets-mapping-12-sacred-texts-with-python-and-d3-js-066168b3affd
Medium
Books are Datasets: Mapping 12 Sacred Texts with Python and D3.js
If one were tasked with determining the polar opposite of Reddit comments (see my last post), the religious texts of the world would…
100 days of Data Science: Day 55 — Advanced Social Network Analysis with NetworkX
https://medium.com/@rgr5882/100-days-of-data-science-day-55-advanced-social-network-analysis-with-networkx-7cacb2060243
https://medium.com/@rgr5882/100-days-of-data-science-day-55-advanced-social-network-analysis-with-networkx-7cacb2060243
Medium
Day 55 — Advanced Social Network Analysis with NetworkX
Building on yesterday’s exploration of network visualization, today, we’ll delve deeper into advanced network analysis techniques.
Avoid this common mistake of writing functions with default parameters in Python
https://varun-verma.medium.com/avoid-this-common-mistake-of-writing-functions-with-default-parameters-in-python-f6785801d513
https://varun-verma.medium.com/avoid-this-common-mistake-of-writing-functions-with-default-parameters-in-python-f6785801d513
Medium
Avoid this common mistake of writing functions with default parameters in Python
Writing functions with default arguments seems like a fairly straightforward task. Default the argument in the function definition and…
How I Automated My Entire Morning Routine with Python
https://medium.com/@jane2001/how-i-automated-my-entire-morning-routine-with-python-f6b13ce1b2d1
https://medium.com/@jane2001/how-i-automated-my-entire-morning-routine-with-python-f6b13ce1b2d1
Medium
How I Automated My Entire Morning Routine with Python
Every night before bed, I set my alarm and ran the script that would start brewing coffee ten minutes before I woke up. It sounds like…
How I Automated My Life: Practical Python Scripts for Everyday Tasks
https://medium.com/@jane2001/how-i-automated-my-life-practical-python-scripts-for-everyday-tasks-aca2df7e9e9b
https://medium.com/@jane2001/how-i-automated-my-life-practical-python-scripts-for-everyday-tasks-aca2df7e9e9b
Medium
How I Automated My Life: Practical Python Scripts for Everyday Tasks
By automating repetitive tasks, you can free up valuable time and focus on activities that bring you joy and fulfillment.
Python Pandas Tutorial: A Complete Introduction for Beginners
https://medium.com/@kuldeepkumawat195/python-pandas-tutorial-a-complete-introduction-for-beginners-a9023e96f836
https://medium.com/@kuldeepkumawat195/python-pandas-tutorial-a-complete-introduction-for-beginners-a9023e96f836
Medium
Python Pandas Tutorial: A Complete Introduction for Beginners
The pandas package is an essential tool for Data Scientists and Analysts using Python today. While powerful machine learning algorithms and…
The Fastest Way to Make Money with Python Web Scraping
https://medium.com/@jane2001/the-fastest-way-to-make-money-with-python-web-scraping-f53dc11b3acc
https://medium.com/@jane2001/the-fastest-way-to-make-money-with-python-web-scraping-f53dc11b3acc
Medium
The Fastest Way to Make Money with Python Web Scraping
I’ve been working with Python for a while now, and I can confidently say that one of the quickest ways to make money with it is through web…
Learning how to code(Week 14) Learning Log Home 🏡Page
https://medium.com/@fredosei6/learning-how-to-code-week-14-learning-log-home-page-a8ec6e7394ce
https://medium.com/@fredosei6/learning-how-to-code-week-14-learning-log-home-page-a8ec6e7394ce
Medium
Learning how to code(Week 14) Learning Log Home 🏡Page
This week, I developed a foundational homepage for a web project that allows users to log their learning progress. Currently, visiting…
Core Principles That Anchor Us in a Digital World"
https://ward-hill.medium.com/core-principles-that-anchor-us-in-a-digital-world-90a4ffdf6320
https://ward-hill.medium.com/core-principles-that-anchor-us-in-a-digital-world-90a4ffdf6320
Medium
Core Principles That Anchor Us in a Digital World"
RPC (Remote Procedure Call) lets computers talk over a network. It’s like asking a friend to help from far away. Imagine you’re in a busy market, full of voices and vendors. You need something from a…
IBM Associate System Engineer role October 24th 2024 Coding Question
https://nyxx13.medium.com/ibm-associate-system-engineer-role-october-24th-2024-coding-question-e897d18adcd5
https://nyxx13.medium.com/ibm-associate-system-engineer-role-october-24th-2024-coding-question-e897d18adcd5
Medium
IBM Associate System Engineer role October 24th 2024 Coding Question
Binary Time Conversion
Protection Against SQL Injection in Python
https://medium.com/@pythonshield/protection-against-sql-injection-in-python-47892e45cf6e
https://medium.com/@pythonshield/protection-against-sql-injection-in-python-47892e45cf6e
Medium
Protection Against SQL Injection in Python
SQL Injection is one of the most severe web application vulnerabilities. It allows attackers to inject malicious SQL code into queries…
Implement Email-based Two-Factor Authentication (2FA) in Django
https://medium.com/@fahimad/implement-email-based-two-factor-authentication-2fa-in-django-5f84c0fef27a
https://medium.com/@fahimad/implement-email-based-two-factor-authentication-2fa-in-django-5f84c0fef27a
Medium
Implement Email-based Two-Factor Authentication (2FA) in Django
Two-factor authentication (2FA) significantly increases security by requiring users to verify their identity using two different factors…
“Harness the Power of Snowflake Stages: Dynamic Views using Snowpark Made Easy”
https://medium.com/@hitesh09parab/harness-the-power-of-snowflake-stages-dynamic-views-using-snowpark-made-easy-7783427b1e3d
https://medium.com/@hitesh09parab/harness-the-power-of-snowflake-stages-dynamic-views-using-snowpark-made-easy-7783427b1e3d
Medium
“Harness the Power of Snowflake Stages: Dynamic Views using Snowpark Made Easy”
Author : Hitesh Parab
[SOLVED] How do I generate absolute urls in Django template?
https://medium.com/@fixitblog/solved-how-do-i-generate-absolute-urls-in-django-template-24bce9cade40
https://medium.com/@fixitblog/solved-how-do-i-generate-absolute-urls-in-django-template-24bce9cade40
Medium
[SOLVED] How do I generate absolute urls in Django template?
I’m having trouble generating the absolute url for a Django model. In “courses.html” template I iterate through two models, category and course, but am only able to generate the relative url <slug>…
Building an ETL Pipeline for Sales Data with Python: A Step-by-Step Guide
https://medium.com/@q.rifayudeen/building-an-etl-pipeline-for-sales-data-with-python-a-step-by-step-guide-1b1f86430010
https://medium.com/@q.rifayudeen/building-an-etl-pipeline-for-sales-data-with-python-a-step-by-step-guide-1b1f86430010
Medium
Building an ETL Pipeline for Sales Data with Python: A Step-by-Step Guide
Learn to build an ETL pipeline with Python, transforming S3 data and loading it into PostgreSQL for analysis!
Downloading YouTube Videos, Extracting Audio, and Generating Transcripts with Python and Jupyter…
https://python.plainenglish.io/downloading-youtube-videos-extracting-audio-and-generating-transcripts-with-python-and-jupyter-c3068f82bbe0
https://python.plainenglish.io/downloading-youtube-videos-extracting-audio-and-generating-transcripts-with-python-and-jupyter-c3068f82bbe0
Medium
Downloading YouTube Videos, Extracting Audio, and Generating Transcripts with Python and Jupyter…
Demonstrating Python Jupyter notebook to: download videos from YouTube, extract audio to mp3, transcribe the audio to text, and translate
Bridging Silence: Translating Indian Sign Language to Text with AI
https://medium.com/@22it098/bridging-silence-translating-indian-sign-language-to-text-with-ai-c02faaed4bba
https://medium.com/@22it098/bridging-silence-translating-indian-sign-language-to-text-with-ai-c02faaed4bba
Medium
Bridging Silence: Translating Indian Sign Language to Text with AI
Introduction
Starting with Voice Transcription Using Vosk
https://medium.com/@alexbuzunov/starting-with-voice-transcription-using-vosk-cd57b3b862ff
https://medium.com/@alexbuzunov/starting-with-voice-transcription-using-vosk-cd57b3b862ff
Medium
Starting with Voice Transcription Using Vosk
In a current project, I need to transcribe real-time audio streams directly from a microphone. Vosk emerged as a powerful solution for this…