Similar Articles

Articles similar to the selected content.

Domain: eugeneyan.com Added: 2025-07-13 Status: βœ“ Success
maintainability,base classes,python libraries,usability,super(),eugeneyan.com
To learn how to build more maintainable and usable Python libraries, I’ve been reading some of the most widely used Python packages. Along the way, I learned some things about Python that are off the ...
Similar Articles (10 found)
πŸ” 57.4% similar
JupyterLab 4.0 (jupyter.org)
https://news.ycombinator.com/item?id=36315796
I keep experimenting with Jupyter in the context of telemetry/fault analysis and then hitting a wall with it where: - I get an analysis that I like, b...
πŸ” View Similar Articles
πŸ” 56.0% similar
I trained a model. What is next?
https://medium.com/kaggle-blog/i-trained-a-model-what-is-next-d1ba1c560e26?source=rss----4b0982ce16a3---4
I trained a model. What is next? Here at Kaggle we’re excited to showcase the work of our Grandmasters. This post was written by Vladimir Iglovikov, a...
πŸ” View Similar Articles
πŸ” 53.7% similar
You might not need a Python class :: Adam Grant β€”
https://adamgrant.micro.blog/2025/07/24/123050.html
Python is an incredibly versatile programming language known for its simplicity and readability. Among its features, the ability to use classes for ob...
πŸ” View Similar Articles 🟠 HN
πŸ” 51.8% similar
Should Data Pipelines in Python be Function based or Object-Oriented (OOP)?
https://www.startdataengineering.com/post/python-fp-v-oop/
Should Data Pipelines in Python be Function based or Object-Oriented (OOP)? - 1. Introduction - 2. Data transformations as functions lead to maintaina...
πŸ” View Similar Articles
πŸ” 51.5% similar
Data Pipeline Design Patterns - #2. Coding patterns in Python
https://www.startdataengineering.com/post/code-patterns/
Data Pipeline Design Patterns - #2. Coding patterns in Python - Introduction - Sample project - Code design patterns - Python helpers - Misc - Conclus...
πŸ” View Similar Articles
πŸ” 51.5% similar
10 Smart Performance Hacks For Faster Python Code | The PyCharm Blog
https://blog.jetbrains.com/pycharm/2025/11/10-smart-performance-hacks-for-faster-python-code/
10 Smart Performance Hacks For Faster Python Code This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 year...
πŸ” View Similar Articles 🟠 HN
πŸ” 51.3% similar
How to test PySpark code with pytest
https://www.startdataengineering.com/post/test-pyspark/
How to test PySpark code with pytest - 1. Introduction - 2. Ensure the code’s logic is working as expected with tests - 3. Conclusion - 4. Further Rea...
πŸ” View Similar Articles
πŸ” 50.3% similar
A Practical Guide To Machine Learning
https://onepagecode.substack.com/p/a-practical-guide-to-machine-learning?sd=pf
A Practical Guide To Machine Learning It focuses on teaching you how to code basic machine learning models. In addition to linear regression, logistic...
πŸ” View Similar Articles
πŸ” 50.2% similar
Python Essentials for Data Engineers
https://www.startdataengineering.com/post/python-for-de/
Python Essentials for Data Engineers - Introduction - Data is stored on disk and processed in memory - Practicing Python - Python basics - Python is u...
πŸ” View Similar Articles
πŸ” 48.9% similar
Keep Pydantic out of your Domain Layer | Coderik
https://coderik.nl/posts/keep-pydantic-out-of-your-domain-layer/
Keep Pydantic out of your Domain Layer You’re probably reading this because you’re using Pydantic yourself. Maybe you’re building a FastAPI applicatio...
πŸ” View Similar Articles 🟠 HN