Design Pattern: Using the Repository Pattern for better data encapsulation
https://youtu.be/l_7ZpHE4EEY
https://youtu.be/l_7ZpHE4EEY
YouTube
Using the Repository Pattern for better data access encapsulation (in Python)
The code for this tutorial is available in 𝐆𝐢𝐭𝐇𝐮𝐛: https://github.com/abunuwas/repository-pattern-tutorial
This tutorial explains
👉 What the Repository Pattern is
👉 When to use the Repository Pattern
👉 How to implement the Repository Pattern
You'll learn…
This tutorial explains
👉 What the Repository Pattern is
👉 When to use the Repository Pattern
👉 How to implement the Repository Pattern
You'll learn…
EuroPython Dublin 2022: summaries of selected talks
https://codebeez.nl/blogs/europython-2022-summaries-of-selected-talks
https://codebeez.nl/blogs/europython-2022-summaries-of-selected-talks
Codebeez
Codebeez zijn wij met zijn allen samen. Wij vormen de cultuur. Op onze eigen manier, die we gezamenlijk bepalen. Alles draait bij Codebeez om onze mensen, hun plezier, hun groei, focus op ons vakgebied en de kwaliteit van wat wij doen. Onze Beez eerst.
Making Python's any & all functions fast with generator expressions
https://zech.codes/how-to-use-anyall-efficiently-in-python
https://zech.codes/how-to-use-anyall-efficiently-in-python
Zech
Making Python's any & all functions fast with listcomps & generators
Using Python's any & all functions effectively. Listcomps are great but generator expressions with filtering ifs are much more efficient.
235. Lowest Common Ancestor of a Binary Search Tree — LeetCode(Python)
https://palashsharma891.medium.com/235-lowest-common-ancestor-of-a-binary-search-tree-leetcode-python-f415d804e91d
https://palashsharma891.medium.com/235-lowest-common-ancestor-of-a-binary-search-tree-leetcode-python-f415d804e91d
Medium
235. Lowest Common Ancestor of a Binary Search Tree — LeetCode(Python)
I got you!
Best Practices for Writing Good SQL Code
https://medium.com/learning-sql/best-practices-for-writing-good-sql-code-d254aa30e4e3
https://medium.com/learning-sql/best-practices-for-writing-good-sql-code-d254aa30e4e3
Medium
Best Practices for Writing Good SQL Code
Structured Query Language is an absolutely necessary skill in the data science industry. SQL is not just about writing queries, you also…
Getting started with matplotlib (Pyplot)
https://medium.com/@ashwin3005/getting-started-with-matplotlib-pyplot-17576872b0fd
https://medium.com/@ashwin3005/getting-started-with-matplotlib-pyplot-17576872b0fd
Medium
Getting started with matplotlib (Pyplot)
Data Visualization is one of the key skills required for data scientists. There are many tools avaliable for visualizing the data…
[Python] Recognizing QRCode or Barcode using Pyzbar and OpenCV
https://bagaz.medium.com/python-recognizing-qrcode-or-barcode-using-pyzbar-and-opencv-ff6aa4cce476
https://bagaz.medium.com/python-recognizing-qrcode-or-barcode-using-pyzbar-and-opencv-ff6aa4cce476
Medium
[Python] Recognizing QRCode or Barcode using Pyzbar and OpenCV
Karena akhir-akhir ini sedang tertarik untuk mencoba Image Processing maka saya kali ini mencoba membuat pendeteksian QRCode dan Barcode…
Complete guide: Marketing ICPs using Python + Clustering
https://juaancabsou.medium.com/complete-guide-for-create-marketing-icps-using-python-clustering-1c8612b9e351
https://juaancabsou.medium.com/complete-guide-for-create-marketing-icps-using-python-clustering-1c8612b9e351
Medium
Complete guide: Marketing ICPs using Python + Clustering
Better marketing campaigns using python and ICPs
Learn with me: Linear Algebra for Data Science — Part 3: Eigenvectors
https://pub.towardsai.net/learn-with-me-linear-algebra-for-data-science-part-3-eigenvectors-8d9277bae0d3
https://pub.towardsai.net/learn-with-me-linear-algebra-for-data-science-part-3-eigenvectors-8d9277bae0d3
Medium
Learn With Me: Linear Algebra for Data Science — Part 3: Eigenvectors
I know what you are thinking, what on earth is an eigenvector? Is that even an actual word?
Top 10 Python Libraries for Machine Learning
https://medium.com/@samyakmohelay/top-10-python-libraries-for-machine-learning-18fb33fb5f3f
https://medium.com/@samyakmohelay/top-10-python-libraries-for-machine-learning-18fb33fb5f3f
Medium
Top 10 Python Libraries for Machine Learning
Python is one of the widely used programming languages, the reason being its simple-to-use characteristic. The best use of Python is…
5 Essential Tips to Improve the Readability of Your Python Code
https://towardsdatascience.com/5-essential-tips-to-improve-the-readability-of-your-python-code-a1d5e62a4bf0
https://towardsdatascience.com/5-essential-tips-to-improve-the-readability-of-your-python-code-a1d5e62a4bf0
Medium
5 Essential Tips to Improve the Readability of Your Python Code
Improving your Python Code Through Documentation, Type Hinting and Proper Variable Names
Why virtual environments are so important
https://medium.com/how-to-create-a-virtual-environment-in-python/why-virtual-environments-are-so-important-ba6fd9c7c470
https://medium.com/how-to-create-a-virtual-environment-in-python/why-virtual-environments-are-so-important-ba6fd9c7c470
Medium
Why virtual environments are so important
When creating new projects I quickly realized how important it was to put first things first and make it clear and organized. For that…