CoastSat Python Toolbox to Extract Shoreline from Satellite Imagery
https://medium.com/@hani.ramadhan/coastsat-python-toolbox-to-extract-shoreline-from-satellite-imagery-132a8228ecc3
https://medium.com/@hani.ramadhan/coastsat-python-toolbox-to-extract-shoreline-from-satellite-imagery-132a8228ecc3
Medium
CoastSat Python Toolbox Installation
a simple step installation for this fantastic toolbox
**Multipurpose nature of Python** This post is aimed to be in a series.
https://medium.com/@enochayomidefadeyi/multipurpose-nature-of-python-this-post-is-aimed-to-be-in-a-series-5d45641c667
https://medium.com/@enochayomidefadeyi/multipurpose-nature-of-python-this-post-is-aimed-to-be-in-a-series-5d45641c667
Medium
**Multipurpose nature of Python** This post is aimed to be in a series. I will be starting with a general and introductory write…
**General Info About Python** Despite starting out as a hobby project named after Monty Python, Python is now one of the most popular and…
Getting Started with Python Language — 4(WomenInTech)
https://medium.com/@begumozkisaoglu/getting-started-with-python-language-4-womenintech-cef157e75bd2
https://medium.com/@begumozkisaoglu/getting-started-with-python-language-4-womenintech-cef157e75bd2
Medium
Getting Started with Python
Language — 4(WomenInTech)
Language — 4(WomenInTech)
Hi everyone! I am one of the Women in Tech Academy project participants supported by the SistersLab Community Volunteers Foundation. The…
Create Word Puzzles in Python — Part 2
https://medium.com/@coucoucamille/create-word-puzzles-in-python-part-2-b9d43c764de3
https://medium.com/@coucoucamille/create-word-puzzles-in-python-part-2-b9d43c764de3
Medium
Create Word Puzzles in Python — Part 2
In Part 1, I managed to create a simplified game of non-overlapping word puzzle, by adding random words into empty space of the 8x8 game…
Coders’ Comic: My Boss Decides to Fire Programmers Who Writes Code with More Than 10 Bugs
https://richard-lee-web.medium.com/coders-comic-my-boss-decides-to-fire-programmers-who-writes-code-with-more-than-10-bugs-472a85a55d4
https://richard-lee-web.medium.com/coders-comic-my-boss-decides-to-fire-programmers-who-writes-code-with-more-than-10-bugs-472a85a55d4
Medium
Coders’ Comic: My Boss Decides to Fire Programmers Who Writes Code with More Than 10 Bugs
This comic satirizes some bosses who don’t understand technology at all, but like to command blindly. They try to use some unrealistic…
How to plot and color world map based on data
https://medium.com/@petrica.leuca/how-to-plot-and-color-world-map-based-on-data-c367e4cda7d9
https://medium.com/@petrica.leuca/how-to-plot-and-color-world-map-based-on-data-c367e4cda7d9
Medium
How to plot and color world map based on data
I am seeing more and more world maps colored based on different data sets and, of course, I cannot stop myself from trying out myself. So…
Data visualization | Effectiveness of inbound exchange
https://medium.com/@hckkiu/data-visualization-effectiveness-of-inbound-exchange-3f1fe4b078a5
https://medium.com/@hckkiu/data-visualization-effectiveness-of-inbound-exchange-3f1fe4b078a5
Medium
Data visualization | Effectiveness of inbound exchange
Hi guys! Here comes another project on data visualization. In this project, I plan to apply what I have learnt from the Statistic with…
The top inefficiency in hardware engineering teams — and how to fix it
https://luminal.medium.com/the-top-inefficiency-in-hardware-engineering-teams-and-how-to-fix-it-d601b201ddcb
https://luminal.medium.com/the-top-inefficiency-in-hardware-engineering-teams-and-how-to-fix-it-d601b201ddcb
Medium
The Top Inefficiency in Hardware Engineering Teams — And How to Fix It
Hardware engineering is a team sport. Whether it’s an aircraft, a bridge, a nuclear reactor or a car, a large number of people are…
10 Basic Exercise to get you started in Python | Part-3
https://medium.com/@arbaazkan96/10-basic-exercise-to-get-you-started-in-python-part-3-eda19d76ff7a
https://medium.com/@arbaazkan96/10-basic-exercise-to-get-you-started-in-python-part-3-eda19d76ff7a
Medium
10 Basic Exercise to get you started in Python | Part-3
These Exercise is the continuation of Part-1,2 of this blog. If you have not read Part-1 here is the link …
5 Things I Did to Break Into the Data Analytics World as a Data Analyst
https://medium.com/@datawithdan/5-things-i-did-to-break-into-the-data-analytics-world-as-a-data-analyst-a8507db0a432
https://medium.com/@datawithdan/5-things-i-did-to-break-into-the-data-analytics-world-as-a-data-analyst-a8507db0a432
Medium
5 Things I Did to Break Into the Data Analytics World as a Data Analyst
After I wrote my first line of code and saw “Hello World” pop up for the first time, a fire lit up inside of me. I had to learn more! And I…
Creating Ansible Filters For Data Manipulation
https://levelup.gitconnected.com/creating-ansible-filters-for-data-manipulation-526656140ad3
https://levelup.gitconnected.com/creating-ansible-filters-for-data-manipulation-526656140ad3
Medium
Creating Ansible Filters For Data Manipulation
When writing Ansible playbooks, you might need to perform some text transformation. These transformations could include simple things like…
Regular Expressions in Python: Understanding the Basics
https://medium.com/@siglimumuni/regular-expressions-in-python-understanding-the-basics-97917f11ea2
https://medium.com/@siglimumuni/regular-expressions-in-python-understanding-the-basics-97917f11ea2
Medium
Regular Expressions in Python: Understanding the Basics
Find and manipulate text with patterns