Inspirations from PyCon APAC@Tokyo 2023
https://medium.com/a-layman/inspirations-from-pycon-apac-tokyo-2023-4026b21a8fc2
https://medium.com/a-layman/inspirations-from-pycon-apac-tokyo-2023-4026b21a8fc2
Medium
Inspirations from PyCon APAC@Tokyo 2023
In this year, I had chances to join the PyCon Taiwan 2023 as a volunteer photographer. For improving the local community, some members…
The Road to Mastery: A Novice’s Guide to Learning Python, C#, Ruby, and PostgreSQL
https://medium.com/@oladipro/the-road-to-mastery-a-novices-guide-to-learning-python-c-ruby-and-postgresql-f6882572c58e
https://medium.com/@oladipro/the-road-to-mastery-a-novices-guide-to-learning-python-c-ruby-and-postgresql-f6882572c58e
Medium
The Road to Mastery: A Novice’s Guide to Learning Python
The Magic of Programming Languages
Dubai’s property Market: Analyses and Visuals using Python Pandas Matplotlib & Seaborne
https://medium.com/@hfahmida/dubais-property-market-analyses-and-visuals-using-python-pandas-matplotlib-seaborne-31d702160b00
https://medium.com/@hfahmida/dubais-property-market-analyses-and-visuals-using-python-pandas-matplotlib-seaborne-31d702160b00
Medium
Dubai’s property Market: Analyses and Visuals using Python Pandas Matplotlib & Seaborne
In this article, I’ll be exploring Dubai’s property market, a city known for its dazzling mix of tradition and modernity. In recent years…
Building the Ultimate Trading Screener with Python — Part 1: Generating screener data
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-1-generating-screener-data-0ca23f2b9a11
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-1-generating-screener-data-0ca23f2b9a11
Medium
Building the Ultimate Trading Screener with Python — Part 1: Generating screener data
Data sources for our stock screener are essential inputs that provide the information and metrics needed to filter, analyze, and screen…
Mastering Market Insights — Building the Ultimate Trading Screener with Python
https://medium.com/@xescuder/mastering-market-insights-building-the-ultimate-trading-screener-with-python-a2f50e21024c
https://medium.com/@xescuder/mastering-market-insights-building-the-ultimate-trading-screener-with-python-a2f50e21024c
Medium
Mastering Market Insights — Building the Ultimate Trading Screener with Python
When it comes to crafting effective investment strategies, two fundamental elements play a role: filters and triggers. These are the…
Evaluating ML Models: The Confusion Matrix, Accuracy, Precision, Recall
https://medium.com/develearn/evaluating-ml-models-the-confusion-matrix-accuracy-precision-recall-b3f8f4431fa5
https://medium.com/develearn/evaluating-ml-models-the-confusion-matrix-accuracy-precision-recall-b3f8f4431fa5
Medium
Evaluating ML Models: The Confusion Matrix, Accuracy, Precision, Recall
A crucial phase in the construction of a machine learning model is assessing the performance of the model. You have access to a number of metrics and tools that may be used to judge how well a model…
When you shouldn’t do the easy thing
https://blog.developerpurpose.com/when-you-shouldnt-do-the-easy-thing-bb1a11fb9e48
https://blog.developerpurpose.com/when-you-shouldnt-do-the-easy-thing-bb1a11fb9e48
Medium
When you shouldn’t do the easy thing
Is this developer just “snacking” — finding easy changes to do instead of tackling a difficult, higher value change? As with everything in software development, it’s a tradeoff. You have to use your…
Fixes: Updating The Database Of A Live Application With Local Changes
https://medium.com/@gitauharrison/fixes-updating-the-database-of-a-live-application-with-local-changes-c8d870213500
https://medium.com/@gitauharrison/fixes-updating-the-database-of-a-live-application-with-local-changes-c8d870213500
Medium
Fixes: Updating The Database Of A Live Application With Local Changes
Regardless of the database engine you are using, there are times when you try to apply changes to your current database, and you get errors…
Creating a ChatGPT Clone By Using Python
https://medium.com/@zipprr/creating-a-chatgpt-clone-by-using-python-a308cefcba47
https://medium.com/@zipprr/creating-a-chatgpt-clone-by-using-python-a308cefcba47
Medium
Creating a ChatGPT Clone By Using Python
ChatGPT is an AI assistant created by Anthropic to be helpful, harmless, and honest. In this article, we will go through the steps to build…
The Crucial Role of NumPy in Data Science
https://medium.com/@shivakanthreddyvangala/the-crucial-role-of-numpy-in-data-science-d29b18ba934d
https://medium.com/@shivakanthreddyvangala/the-crucial-role-of-numpy-in-data-science-d29b18ba934d
Medium
The Crucial Role of NumPy in Data Science
Data science is a rapidly evolving field that encompasses the collection, analysis, and interpretation of data to extract valuable insights…
Python OOPS — Is Python fully OOPS based?
https://tsaiprabhanj.medium.com/python-oops-is-python-fully-oops-based-bcd058d529d9
https://tsaiprabhanj.medium.com/python-oops-is-python-fully-oops-based-bcd058d529d9
Medium
Python OOPS — Is Python fully OOPS based?
Python is often described as an “object-oriented” programming language because it supports the fundamental principles of object-oriented…
Lost in Translation: Data should tell stories not just metrics.
https://medium.com/@profshibil/lost-in-translation-data-should-tell-stories-not-just-metrics-c0f7ef53d729
https://medium.com/@profshibil/lost-in-translation-data-should-tell-stories-not-just-metrics-c0f7ef53d729
Medium
Lost in Translation: Data should tell stories not just metrics.
Stories are the backbone of our lives. We love to hear stories from childhood, stories sell. Stories makes people invest. Stories makes you…
10 Best practices in writing Python code.
https://medium.com/@matheenroy/python-is-used-by-over-10-million-users-015385f1e9f0
https://medium.com/@matheenroy/python-is-used-by-over-10-million-users-015385f1e9f0
Medium
Follow to learn more about Python, SQL and More.
Here is a specific example of how following Python best practices can help you write better code, faster: It is also easier to collaborate with other developers, as the variable names and comments…
Real-time Object Tracking and Classification with OpenCV and DenseNet
https://medium.com/@chen-yu/real-time-object-tracking-and-classification-with-opencv-and-densenet-43d39f875096
https://medium.com/@chen-yu/real-time-object-tracking-and-classification-with-opencv-and-densenet-43d39f875096
Medium
Real-time Object Tracking and Classification with OpenCV and DenseNet
Welcome to an exciting journey where you will learn to harness the capabilities of OpenCV and a pre-trained DenseNet model to create a…