Navigating My Summer Internship as a Data Engineer: 4 Tools I Wish I Knew About
https://medium.com/@gpriyankapms/navigating-my-summer-internship-as-a-data-engineer-4-tools-i-wish-i-knew-about-ee8bec0ce136
https://medium.com/@gpriyankapms/navigating-my-summer-internship-as-a-data-engineer-4-tools-i-wish-i-knew-about-ee8bec0ce136
Medium
Navigating My Summer Internship as a Data Engineer: 4 Tools I Wish I Knew About
Embarking on your first internship can be both thrilling and overwhelming. Transitioning from the academic world to a professional setting…
Web Development in Python: One-year learning plan
https://naemazam.medium.com/web-development-in-python-one-year-learning-plan-8f1af9df12fa
https://naemazam.medium.com/web-development-in-python-one-year-learning-plan-8f1af9df12fa
Medium
Web Development in Python: One-year learning plan
A one-year learning plan for web development in Python can help you gain the skills and knowledge needed to build web applications. Here’s…
Python Data Types: The Building Blocks of Your Code
https://medium.com/@Bohar/python-data-types-the-building-blocks-of-your-code-2ad7751e24fa
https://medium.com/@Bohar/python-data-types-the-building-blocks-of-your-code-2ad7751e24fa
Medium
Python Data Types: The Building Blocks of Your Code
In the world of programming, understanding data types is like knowing the ingredients in a recipe. Python offers a variety of built-in data…
LangChain Question Answering with Amazon Bedrock
https://medium.com/@dminhk/langchain-question-answering-with-amazon-bedrock-1e6519735633
https://medium.com/@dminhk/langchain-question-answering-with-amazon-bedrock-1e6519735633
Medium
LangChain Question Answering with Amazon Bedrock
Suppose you have some text documents (PDF, blog, Notion pages, etc.) and want to ask questions related to the contents of those documents…
Topics to prepare for Python developer interviews
https://medium.com/@chanduthedev/topics-to-prepare-for-python-developer-interviews-18f0dc82f29b
https://medium.com/@chanduthedev/topics-to-prepare-for-python-developer-interviews-18f0dc82f29b
Medium
Topics to prepare for Python developer interviews
I started attending interviews for senior python developer role. After attending multiple interviews I consolidate list of topics to…
Exploring LiteStar: A Python Framework for Lightweight Web Development
https://medium.com/@rajputgajanan50/exploring-litestar-a-python-framework-for-lightweight-web-development-e3a9749f23de
https://medium.com/@rajputgajanan50/exploring-litestar-a-python-framework-for-lightweight-web-development-e3a9749f23de
Medium
Exploring LiteStar: A Python Framework for Lightweight Web Development
Effortlessly build performant APIs
Scripting YubiKey PIV configuration and enrollment with Python
https://swjm.blog/scripting-yubikey-piv-configuration-and-enrollment-with-python-fc967d06d4b0
https://swjm.blog/scripting-yubikey-piv-configuration-and-enrollment-with-python-fc967d06d4b0
Medium
Scripting YubiKey PIV configuration and enrollment with Python
Do you need certificates for a limited use case or are you just curious about how much YubiKey configuration can be done with scripting? In…
Python in Excel and Why We Should Be Interested.
https://medium.com/@excelsolucionesv/python-in-excel-and-why-we-should-be-interested-9c81f653e214
https://medium.com/@excelsolucionesv/python-in-excel-and-why-we-should-be-interested-9c81f653e214
Medium
Python in Excel and Why We Should Be Interested.
IntroductionPython in Excel
Data Analysis in Excel
Microsoft Python Integration
Excel Data Visualization
Guido van Rossum
Python
Data Analysis in Excel
Microsoft Python Integration
Excel Data Visualization
Guido van Rossum
Python
Protecting Privacy in Live Video Streams: Real-time Face Detection and Blurring
https://medium.com/@rashmi160403/protecting-privacy-in-live-video-streams-real-time-face-detection-and-blurring-f9d92e16ab0d
https://medium.com/@rashmi160403/protecting-privacy-in-live-video-streams-real-time-face-detection-and-blurring-f9d92e16ab0d
Medium
Protecting Privacy in Live Video Streams: Real-time Face Detection and Blurring
In an age where video streaming is ubiquitous, privacy concerns have come to the forefront. Whether it’s video conferencing, live…
Python: Context Manager to Simplify Resource Handling
https://pravash-techie.medium.com/python-context-manager-to-simplify-resource-handling-5959a36a0f58
https://pravash-techie.medium.com/python-context-manager-to-simplify-resource-handling-5959a36a0f58
Medium
Python: Context Manager to Simplify Resource Handling
Manage resources effectively
Building a Robust Web Scraper with Python
https://xthemadgenius.medium.com/building-a-robust-web-scraper-with-python-b4240c946267
https://xthemadgenius.medium.com/building-a-robust-web-scraper-with-python-b4240c946267
Medium
Building a Robust Web Scraper with Python
Introduction
15 Essential Python Concepts Every Data Scientist Should Master
https://medium.com/@pythonfundamentals/15-essential-python-concepts-every-data-scientist-should-master-346479a7cab0
https://medium.com/@pythonfundamentals/15-essential-python-concepts-every-data-scientist-should-master-346479a7cab0
Medium
15 Essential Python Concepts Every Data Scientist Should Master
Python is the lingua franca of data science, and mastering its core concepts is essential for every data scientist. In this article, we’ll…
The Art of Building Streamlit Apps: Dos and Don’ts
https://medium.com/@parktwin2/the-art-of-building-streamlit-apps-dos-and-donts-e656deee6aaf
https://medium.com/@parktwin2/the-art-of-building-streamlit-apps-dos-and-donts-e656deee6aaf
Medium
The Art of Building Streamlit Apps: Dos and Don’ts
Data visualization and interactivity are at the core of effective data science and machine learning presentations. Streamlit, a Python…
Handling computer vision events in real time with Kafka and Pipeless
https://python.plainenglish.io/handling-computer-vision-events-in-real-time-with-kafka-and-pipeless-61c1b45c2791
https://python.plainenglish.io/handling-computer-vision-events-in-real-time-with-kafka-and-pipeless-61c1b45c2791
Medium
Handling computer vision events in real time with Kafka and Pipeless
Emiting and handling events from a computer vision application in real time using Python, Apache Kafka and Pipeless.
Creating a Streamlit-Powered Data Dashboard: A Step-by-Step Guide
https://medium.com/@parktwin2/creating-a-streamlit-powered-data-dashboard-a-step-by-step-guide-e24fa016eadd
https://medium.com/@parktwin2/creating-a-streamlit-powered-data-dashboard-a-step-by-step-guide-e24fa016eadd
Medium
Creating a Streamlit-Powered Data Dashboard: A Step-by-Step Guide
In the world of data science and machine learning, presenting your findings and insights in a clear and interactive way is crucial…