20 Python Scripts with Code to Automate Your Work
https://medium.com/@hannanmentor/20-python-scripts-with-code-to-automate-your-work-68662a8dcbc1
https://medium.com/@hannanmentor/20-python-scripts-with-code-to-automate-your-work-68662a8dcbc1
Medium
20 Python Scripts with Code to Automate Your Work
Are you tired of performing repetitive tasks in your daily work routine? Python, with its simplicity and versatility, can be the solution…
Hierarchical Clustering with Python: Basic Concepts and Application
https://medium.com/@wmuratgulcan/hierarchical-clustering-with-python-basic-concepts-and-application-cd5f5dc95b1f
https://medium.com/@wmuratgulcan/hierarchical-clustering-with-python-basic-concepts-and-application-cd5f5dc95b1f
Medium
Hierarchical Clustering with Python: Basic Concepts and Application
This method aims to group elements in a data set in a hierarchical structure based on their similarities to each other, using similarity…
Concise List Creation with List Comprehensions
https://medium.com/@anukulbanjade/concise-list-creation-with-list-comprehensions-eb1f1f6a31d3
https://medium.com/@anukulbanjade/concise-list-creation-with-list-comprehensions-eb1f1f6a31d3
Medium
Concise List Creation with List Comprehensions
List comprehensions are a concise and powerful feature in Python that allow you to create lists in a single line of code. They provide a…
15 Best Youtube Channels To Learn Data Science In 2023
https://medium.com/@ms4157801/15-best-youtube-channels-to-learn-data-science-in-2023-ba7f44ad2b41
https://medium.com/@ms4157801/15-best-youtube-channels-to-learn-data-science-in-2023-ba7f44ad2b41
A Quiz On Python’s List Methods: Take This Quiz Now!
https://medium.com/@chipsized/a-quiz-on-pythons-list-methods-take-this-quiz-now-641fad546bce
https://medium.com/@chipsized/a-quiz-on-pythons-list-methods-take-this-quiz-now-641fad546bce
Medium
A Quiz On Python’s List Methods: Take This Quiz Now!
Can You Score 10/10?
Interrogate your technical documentation using free and paid LLMs
https://medium.com/@alekseikondratenko7/interrogate-your-technical-documentation-using-free-and-paid-llms-f2a7664ff2bd
https://medium.com/@alekseikondratenko7/interrogate-your-technical-documentation-using-free-and-paid-llms-f2a7664ff2bd
Medium
Interrogate your technical documentation using free and paid LLMs
How to use Large Language Models to query your technical documents.
Converting Well Logging Data From DLIS Files to LAS File Format
https://andymcdonaldgeo.medium.com/converting-well-logging-data-from-dlis-files-to-las-file-format-ccc1e7eee9b0
https://andymcdonaldgeo.medium.com/converting-well-logging-data-from-dlis-files-to-las-file-format-ccc1e7eee9b0
Medium
Converting Well Logging Data From DLIS Files to LAS File Format
Working With Geoscience and Petrophysical Data File Formats
Managing Python Virtual Environments using Virtualenvwrapper
https://jkariukidev.medium.com/managing-python-virtual-environments-using-virtualenvwrapper-9c6ebde27ee4
https://jkariukidev.medium.com/managing-python-virtual-environments-using-virtualenvwrapper-9c6ebde27ee4
Medium
Managing Python Virtual Environments using Virtualenvwrapper
In my recent article, I demonstrated why and how to manage virtual environments in Python using virtualenv. One of the drawbacks of using…
Loading the TPC-DI Benchmark Dataset into Snowflake
https://medium.com/snowflake/loading-the-tpc-di-benchmark-dataset-into-snowflake-96011e2c26cf
https://medium.com/snowflake/loading-the-tpc-di-benchmark-dataset-into-snowflake-96011e2c26cf
Medium
Loading the TPC-DI Benchmark Dataset into Snowflake
Prebuilt Python Snowpark Loader with dbt Models
Developing a PyQt5 Application to Control Servos and Steppers on Raspberry Pi with Ubuntu 22.04
https://kumarasenau.medium.com/developing-a-pyqt5-application-to-control-servos-and-steppers-on-raspberry-pi-with-ubuntu-22-04-55d2ee5dda69
https://kumarasenau.medium.com/developing-a-pyqt5-application-to-control-servos-and-steppers-on-raspberry-pi-with-ubuntu-22-04-55d2ee5dda69
Medium
Developing a PyQt5 Application to Control Servos and Steppers on Raspberry Pi with Ubuntu 22.04
Stepper motors are important in robotics and automation. They help control how things like robotic arms and 3D printers move. This guide…
Cython 3.0: Bridging the Gap Between Python and C
https://medium.com/@jkerdaffret/cython-3-0-bridging-the-gap-between-python-and-c-bd1d818f08f9
https://medium.com/@jkerdaffret/cython-3-0-bridging-the-gap-between-python-and-c-bd1d818f08f9
Medium
Cython 3.0: Bridging the Gap Between Python and C
In the realm of programming, the quest for achieving the perfect balance between high-level abstraction and low-level efficiency has always…
Unconventional Datetime Transformation Made Easy Using Python’s Pandas Library
https://towardsdatascience.com/unconventional-datetime-transformation-made-easy-using-pythons-pandas-library-aa9a8c65d885
https://towardsdatascience.com/unconventional-datetime-transformation-made-easy-using-pythons-pandas-library-aa9a8c65d885
Medium
Unconventional Datetime Transformation Made Easy Using Python’s Pandas Library
Explained with a real-life example