Shift-left Software testing — shifting even more left with Metabob
https://medium.com/metabob/shift-left-software-testing-shifting-even-more-left-with-metabob-fa16009c3092
https://medium.com/metabob/shift-left-software-testing-shifting-even-more-left-with-metabob-fa16009c3092
Medium
Shift-left Software testing — shifting even more left with Metabob
By Massimiliano Genta and Axel Lonnfors
Analyzing My Personal Fitness Data
https://medium.com/@beth.pearson91/analyzing-my-personal-fitness-data-18eb06cae667
https://medium.com/@beth.pearson91/analyzing-my-personal-fitness-data-18eb06cae667
Medium
Analyzing My Personal Fitness Data
Growing up I was surrounded by family and friends who took living healthy lifestyles very seriously. As a result, I have loved being active…
Procesos, subprocesos e hilos en Python
https://medium.com/@dcortes.net/procesos-subprocesos-e-hilos-en-python-e29a9ec5fee1
https://medium.com/@dcortes.net/procesos-subprocesos-e-hilos-en-python-e29a9ec5fee1
Medium
Procesos, subprocesos e hilos en Python
En este artículo encontrarás conceptos básicos del manejo de proceso, subproceso e hilo en programación, aplicado al lenguaje Python.
Simple Vocabulary Flashcard-Style Quiz with Python
https://medium.com/@hannaheichelsdoerfer/simple-vocabulary-flashcard-style-quiz-with-python-519aec883efb
https://medium.com/@hannaheichelsdoerfer/simple-vocabulary-flashcard-style-quiz-with-python-519aec883efb
Medium
Simple Vocabulary Flashcard-Style Quiz with Python
Hello World 👋🏼
Creating simple plots of stock data using Python
https://lifang-lee.medium.com/creating-simple-plots-of-stock-data-using-python-addb40276b7f
https://lifang-lee.medium.com/creating-simple-plots-of-stock-data-using-python-addb40276b7f
Medium
Creating simple plots of stock data using Python
Using matplotlib for basic visualization
3 Ways to Create a Multi-Page Streamlit App
https://towardsdatascience.com/3-ways-to-create-a-multi-page-streamlit-app-1825b5b07c0f
https://towardsdatascience.com/3-ways-to-create-a-multi-page-streamlit-app-1825b5b07c0f
Medium
4 Ways to Create a Multi-Page Streamlit App
Streamlit may not have been designed for full-blown websites, but it is fairly straightforward to create multiple pages in a single app
Using conda environments for python, all you need to know
https://medium.com/@armand-sauzay/using-conda-environments-for-python-all-you-need-to-know-2eb36e224d1c
https://medium.com/@armand-sauzay/using-conda-environments-for-python-all-you-need-to-know-2eb36e224d1c
Medium
Using conda environments for python, all you need to know
Python code is great, but being able to reproduce the code is even better! This is why all python projects should come with something that…