Innovative Summer Project: Converging Technologies in Docker, AWS, CGI, JS/HTML, ML, and Computer…
https://drishan-gupta.medium.com/innovative-summer-project-converging-technologies-in-docker-aws-cgi-js-html-ml-and-computer-6f1f2e925424
https://drishan-gupta.medium.com/innovative-summer-project-converging-technologies-in-docker-aws-cgi-js-html-ml-and-computer-6f1f2e925424
Medium
Innovative Summer Project: Converging Technologies in Docker, AWS, CGI, JS/HTML, ML, and Computer Vision
Explore the GitHub Repository: Frontend, Backend, and Python Tkinter GUI Code All in One Place!
A Julia Primer for Python Programmers
https://gwangjinkim.medium.com/julia-programming-primer-for-python-programmers-51da4c4cc480
https://gwangjinkim.medium.com/julia-programming-primer-for-python-programmers-51da4c4cc480
Medium
A Julia Primer for Python Programmers
Learn Julia With Me!
Unraveling JSONB Magic: Mastering Complex JSON Operations in PostgreSQL
https://ashimabha-bose328.medium.com/unraveling-jsonb-magic-mastering-complex-json-operations-in-postgresql-90c82ffa85c9
https://ashimabha-bose328.medium.com/unraveling-jsonb-magic-mastering-complex-json-operations-in-postgresql-90c82ffa85c9
Medium
Unraveling JSONB Magic: Mastering Complex JSON Operations in PostgreSQL
Dive into complex JSON operations with PostgreSQL’s JSONB data type! Explore querying, nesting, aggregating, and advanced transformations !
The Art and Science of Software Engineering in Python
https://medium.com/@amulyakandukuri4/the-art-and-science-of-software-engineering-in-python-c08a10b0a097
https://medium.com/@amulyakandukuri4/the-art-and-science-of-software-engineering-in-python-c08a10b0a097
Medium
The Art and Science of Software Engineering in Python
A Comprehensive Guide
Part — 1: Basic Linear Algebra using Numpy and Python coding
https://medium.com/@ananthsgouri/part-1-basic-linear-algebra-using-numpy-and-python-coding-6e8c84da886c
https://medium.com/@ananthsgouri/part-1-basic-linear-algebra-using-numpy-and-python-coding-6e8c84da886c
Medium
Part — 1: Basic Linear Algebra using Numpy and Python coding
1. Dot Product
A Guide to Web Scraping with Python: Extracting Data from Amazon.in
https://medium.com/@clintondicro12345/a-guide-to-web-scraping-with-python-extracting-data-from-amazon-in-154310e2346a
https://medium.com/@clintondicro12345/a-guide-to-web-scraping-with-python-extracting-data-from-amazon-in-154310e2346a
Medium
A Guide to Web Scraping with Python: Extracting Data from Amazon.in
Intoduction:Web scraping is a valuable skill that allows you to gather data from websites for various purposes, from research to analysis…
Diagram as code — Effortless Cloud Architecture Diagrams with Python
https://medium.com/@akhilesh-mishra/doagram-as-code-effortless-cloud-architecture-diagrams-with-python-aece3b1a27f1
https://medium.com/@akhilesh-mishra/doagram-as-code-effortless-cloud-architecture-diagrams-with-python-aece3b1a27f1
Medium
Diagram as code — Effortless Cloud Architecture Diagrams with Python
Effortlessly Crafting Elaborate Cloud Architectures with diagrams and Graphviz
Deploying Python Lambda Functions With Layers Using TypeScript CDK
https://therightstuff.medium.com/deploying-python-lambda-functions-with-layers-using-typescript-cdk-cf10a67b661
https://therightstuff.medium.com/deploying-python-lambda-functions-with-layers-using-typescript-cdk-cf10a67b661
Medium
Deploying Python Lambda Functions With Layers Using TypeScript CDK
Now that I have a script to build Python Lambda layers for my CDK projects, deploying Python Lambda functions has become extremely…
Athlete Sort — HackerRank Solution in Python By Deepak Raj
https://medium.com/@deepak9818183049/athlete-sort-hackerrank-solution-in-python-by-deepak-raj-bff4dc194e54
https://medium.com/@deepak9818183049/athlete-sort-hackerrank-solution-in-python-by-deepak-raj-bff4dc194e54
Medium
Athlete Sort — HackerRank Solution in Python By Deepak Raj
Athlete sort — HackerRank is a medium-difficulty problem of Python based on sorting and nested lists. It is part of the Python practice…
How to remove noise from audio in less than 10 seconds
https://medium.com/@devesh_kumar/how-to-remove-noise-from-audio-in-less-than-10-seconds-8a1b31a5143a
https://medium.com/@devesh_kumar/how-to-remove-noise-from-audio-in-less-than-10-seconds-8a1b31a5143a
Medium
How to remove noise from audio in less than 10 seconds
Whether you’ve encountered noisy audio, whether it’s related to your work or not, and wished for a better listening experience, you’ve…
Find Angle MBC — HackerRank Solution Python By Deepak Raj
https://medium.com/@deepak9818183049/find-angle-mbc-hackerrank-solution-python-by-deepak-raj-e559df2fbc52
https://medium.com/@deepak9818183049/find-angle-mbc-hackerrank-solution-python-by-deepak-raj-e559df2fbc52
Medium
Find Angle MBC — HackerRank Solution Python By Deepak Raj
Find Angle MBC is a medium-difficulty problem that involves the use of trigonometry concepts to solve the problem. We will learn how to…
How to Solve the “No Idea!” Challenge in Python
https://medium.com/@deepak9818183049/how-to-solve-the-no-idea-challenge-in-python-1d1176e68f46
https://medium.com/@deepak9818183049/how-to-solve-the-no-idea-challenge-in-python-1d1176e68f46
Medium
How to Solve the “No Idea!” Challenge in Python
The No Idea! challenge on HackerRank is a beginner-level problem that tests your knowledge of sets and arrays. In this challenge, you are…
Python Try and Except: Handling Errors Like a Pro
https://medium.com/cloudnloud/python-try-and-except-handling-errors-like-a-pro-74d52e874d1b
https://medium.com/cloudnloud/python-try-and-except-handling-errors-like-a-pro-74d52e874d1b
Medium
Python Try and Except: Handling Errors Like a Pro
Day 20 of 100 Days of Python Learning
Unleashing Python’s Potential with Mixins
https://medium.com/@joloiuy/unleashing-pythons-potential-with-mixins-d2421443c90
https://medium.com/@joloiuy/unleashing-pythons-potential-with-mixins-d2421443c90
Medium
Unleashing Python’s Potential with Mixins
In the diverse landscape of Python programming, Mixins emerge as a potent tool to imbue classes with reusable capabilities. Instead of mere…
Understanding Decision Trees: A Mathematical Perspective (part 1)
https://medium.com/@peterkaras/understanding-decision-trees-a-mathematical-perspective-part-1-9db3d3a5ff68
https://medium.com/@peterkaras/understanding-decision-trees-a-mathematical-perspective-part-1-9db3d3a5ff68
Medium
Understanding Decision Trees: A Mathematical Perspective (part 1)
Information Entropy, Information Gain, Nodes, Tree
Part 2: Building a voice-input and text-based AI chatbot with OpenAI and Python
https://medium.com/@gracehenghuisan/part-1-building-a-voice-input-and-text-based-ai-chatbot-with-openai-and-python-19b1eec50
https://medium.com/@gracehenghuisan/part-1-building-a-voice-input-and-text-based-ai-chatbot-with-openai-and-python-19b1eec50
Medium
Building a voice-input and text-based AI chatbot with OpenAI and Python — Chatbot UI Development (Part 2)
This blog series will guide you through the development of a voice-input and text-based AI chatbot using OpenAI and Python, with a focus on…
Mastering Time: Build a Simple GUI Alarm Clock in Python
https://medium.com/@ssiddharth408/mastering-time-build-a-simple-gui-alarm-clock-in-python-bf683a19e15c
https://medium.com/@ssiddharth408/mastering-time-build-a-simple-gui-alarm-clock-in-python-bf683a19e15c
Medium
Mastering Time: Build a Simple GUI Alarm Clock in Python
Time is a precious commodity, and what better way to harness it than by creating your very own GUI alarm clock in Python?