Simple alternative ways to debug Python/Django without a debugger
https://tushortz.medium.com/simple-alternative-ways-to-debug-python-django-without-a-debugger-b63b4633ac03
https://tushortz.medium.com/simple-alternative-ways-to-debug-python-django-without-a-debugger-b63b4633ac03
Medium
Simple alternative ways to debug Python/Django without a debugger
printing out too many object values line by line may not necessarily be the best option without a debugger. This blog describes a better…
Python-compatible Trending Data Science Tools
https://medium.com/@sahanrashmika1997.10.14/python-compatible-trending-data-science-tools-110f102f966
https://medium.com/@sahanrashmika1997.10.14/python-compatible-trending-data-science-tools-110f102f966
Medium
Python-compatible Trending Data Science Tools
Python is now the most popular programming language. Python never ceases to amaze its users when it comes to addressing data science jobs…
How to Boost Your Stock Analysis with these 2 Financial Charts in Python
https://python.plainenglish.io/how-to-boost-your-stock-analysis-with-these-2-financial-charts-in-python-eaca93e73700
https://python.plainenglish.io/how-to-boost-your-stock-analysis-with-these-2-financial-charts-in-python-eaca93e73700
Medium
Boost Your Stock Analysis With These 2 Financial Charts in Python
Let’s explore these insightful plots with Mplfinance, a true hidden gem Matplotlib module.
Linear Regression vs Elastic Net Regression in Python
https://bilalmussa.medium.com/linear-regression-vs-elastic-net-regression-in-python-ea52a11efd7a
https://bilalmussa.medium.com/linear-regression-vs-elastic-net-regression-in-python-ea52a11efd7a
Medium
Linear Regression vs Elastic Net Regression in Python
I’ve recently discovered elastic net for building models using Python so I thought I would write up about it as its good for the community…
Using transfer learning with VGG19 to Classify Grapevines Leaves — Part 1
https://felipemeganha.medium.com/using-transfer-learning-with-vgg19-to-classify-grapevines-leaves-part-1-e78b36a54221
https://felipemeganha.medium.com/using-transfer-learning-with-vgg19-to-classify-grapevines-leaves-part-1-e78b36a54221
Medium
Using transfer learning with VGG19 to Classify Grapevines Leaves — Part 1
Hi guys, today I’ll show you how to use VGG19 to classify grape leaves using transfer learning. In this part we’ll focus on how to build…
Top Python Packages for Data Science you must know in 2022
https://medium.com/@akashvenkat47/top-python-packages-for-data-science-you-must-know-in-2022-1ca4a63ee9b7
https://medium.com/@akashvenkat47/top-python-packages-for-data-science-you-must-know-in-2022-1ca4a63ee9b7
Medium
Top Python Packages for Data Science you must know in 2022
In the past five years, there has been a notable increase in interest in data science.
Python-compatible Trending Data Science tools
https://medium.com/@nipunaram/python-compatible-trending-data-science-tools-fb23e3d7f190
https://medium.com/@nipunaram/python-compatible-trending-data-science-tools-fb23e3d7f190
Medium
Python-compatible Trending Data Science tools
When it comes to Python, there are widely used Data Science tools that we use. In my article I am discussing about 3 data science tools…
Production planning in Python with CVXPY and Gurobi
https://medium.com/@demyancherekhovich/production-planning-in-python-with-cvxpy-and-gurobi-8ff6f3321e1e
https://medium.com/@demyancherekhovich/production-planning-in-python-with-cvxpy-and-gurobi-8ff6f3321e1e
Medium
Production planning in Python with CVXPY and Gurobi
Compare coding simplicity when solving production planning problems. Elaboration of an example by Khuyen Tran
How to Embed a Tweet in a Blog Post using Twitter API and a Headless CMS
https://medium.com/the-brainwave/how-to-embed-a-tweet-in-a-blog-post-using-twitter-api-and-a-headless-cms-7911b97269f1
https://medium.com/the-brainwave/how-to-embed-a-tweet-in-a-blog-post-using-twitter-api-and-a-headless-cms-7911b97269f1
Medium
How to Embed a Tweet in a Blog Post using Twitter API and a Headless CMS
Social media is a great way to engage your audience and drive traffic to your website. We can’t ignore the impact of social proof when it…