A Practical Strategy to Share the Code among Different Notebooks
https://pub.towardsai.net/a-practical-strategy-to-share-the-code-among-different-notebooks-9f9bd78aa3a7
https://pub.towardsai.net/a-practical-strategy-to-share-the-code-among-different-notebooks-9f9bd78aa3a7
Medium
A Practical Strategy to Share the Code among Different Notebooks
Some tips on how to enhance coding production by combining Jupyter notebooks and Visual Studio Code
Parte 2: Procesando y visualizando datos macroeconomicos extraídos de la web
https://medium.com/@ludadelv/parte-2-procesando-y-visualizando-datos-macroeconomicos-extra%C3%ADdos-de-la-web-11375d65cbdd
https://medium.com/@ludadelv/parte-2-procesando-y-visualizando-datos-macroeconomicos-extra%C3%ADdos-de-la-web-11375d65cbdd
Medium
Parte 2: Procesando y visualizando datos macroeconomicos extraídos de la web
En la entrada anterior se llevó a cabo la extracción de información referente a datos macroeconómicos de México. Estos datos no se…
Utility Cost Tracker for Smart Home devices with Python and Django
https://drango.medium.com/utility-cost-tracker-for-smart-home-devices-with-python-and-django-4df711794024
https://drango.medium.com/utility-cost-tracker-for-smart-home-devices-with-python-and-django-4df711794024
Medium
Utility Cost Tracker for Smart Home devices with Python and Django
A couple of months ago I purchased a few WiFi Smart Switches with the intention of making my home a bit smarter and a somewhat automated…
Python: Short Introduction To os.path Module
https://tonylixu.medium.com/python-short-introduction-to-os-path-module-1054c102bf8f
https://tonylixu.medium.com/python-short-introduction-to-os-path-module-1054c102bf8f
Medium
Python: Short Introduction To os.path Module
os.path is a commonly used module in Python, especially when dealing with file systems, it is often used when it comes to file and…
Data Helps Investors to Find the Optimal Business Location (Consulting Project in Berlin)
https://amr-khalil.medium.com/data-helps-investors-to-find-the-optimal-business-location-consulting-project-in-berlin-896fcc25fa2b
https://amr-khalil.medium.com/data-helps-investors-to-find-the-optimal-business-location-consulting-project-in-berlin-896fcc25fa2b
Medium
Data Helps Investors to Find the Optimal Business Location (Consulting Project in Berlin)
This consulting project explains how to help stakeholders to find an optimal location for their businesses in Berlin. Finding a suitable…
How to Create a Databricks Cluster in Azure
https://medium.com/data-engineering-ramstkp/how-to-create-a-databricks-cluster-in-azure-c51dfa070211
https://medium.com/data-engineering-ramstkp/how-to-create-a-databricks-cluster-in-azure-c51dfa070211
Medium
How to Create a Databricks Cluster in Azure
As part of Spark in 4 mornings series, to work with Databricks we need a cluster. Once you created the workspace and login into Databricks…