Learning How To Ethical Hack: Step 1 — Learn Python.
https://medium.com/@HackTheBridge/learning-how-to-ethical-hack-step-1-learn-python-eb77cd8c877a
https://medium.com/@HackTheBridge/learning-how-to-ethical-hack-step-1-learn-python-eb77cd8c877a
Medium
Learning How To Ethical Hack: Step 1 — Learn Python.
Week 1 is finished! See my review of this video and my process of learning over the past 7 days. The start of my journey has begun!
Course Review: Udacity Data Structures and algorithms
https://tracyrenee61.medium.com/course-review-udacity-data-structures-and-algorithms-c3107e9243a3
https://tracyrenee61.medium.com/course-review-udacity-data-structures-and-algorithms-c3107e9243a3
Medium
Course Review: Udacity Data Structures and algorithms
Udacity’s course, Data Structures and Algorithms, is intended for those individuals who are intending to go on interviews in the field of…
Save First, Parse Later: In Defense of a Different Approach to Web Scraping
https://betterprogramming.pub/save-first-parse-later-in-defense-of-a-different-approach-to-web-scraping-9edfe65adf04
https://betterprogramming.pub/save-first-parse-later-in-defense-of-a-different-approach-to-web-scraping-9edfe65adf04
Medium
Save First, Parse Later: In Defense of a Different Approach to Web Scraping
Make fewer page requests and still get all the info you need by using this strategy
LeetCode Longest Substring Without Repetition Solution in Python
https://towardsdatascience.com/leetcode-problem-3-python-3ec4ae0ae13
https://towardsdatascience.com/leetcode-problem-3-python-3ec4ae0ae13
Medium
LeetCode Longest Substring Without Repetition Solution in Python
An optimal solution to problem 3 in LeetCode
5 Great Ways to Use Less-Conventional For Loops in Python
https://towardsdatascience.com/10-great-ways-to-use-less-conventional-for-loops-in-python-6994bb504ade
https://towardsdatascience.com/10-great-ways-to-use-less-conventional-for-loops-in-python-6994bb504ade
Medium
5 Great Ways to Use Less-Conventional For Loops in Python
Simple techniques for avoiding basic looping, and creating faster algorithms
Your Next Container Strategy: From Development to Deployment
https://betterprogramming.pub/your-next-container-strategy-from-development-to-deployment-66167c0d028a
https://betterprogramming.pub/your-next-container-strategy-from-development-to-deployment-66167c0d028a
Medium
Your Next Container Strategy: From Development to Deployment
Learn how to manage dockerfiles and version through a working Python API project
Guide to Using Word Clouds for Applied Research Design
https://towardsdatascience.com/guide-to-using-word-clouds-for-applied-research-design-2e07a6a1a513
https://towardsdatascience.com/guide-to-using-word-clouds-for-applied-research-design-2e07a6a1a513
Medium
Guide to Using Word Clouds for Applied Research Design
Discover the essential applications for textual data visualization in applied research and use them for your project
Analizando datos de criptomonedas, usando el API de coinmarketcap
https://medium.com/@ludadev/analizando-datos-de-criptomonedas-usando-el-api-de-coinmarketcap-57a93ac7a14f
https://medium.com/@ludadev/analizando-datos-de-criptomonedas-usando-el-api-de-coinmarketcap-57a93ac7a14f
Medium
Analizando datos de criptomonedas, usando el API de coinmarketcap
En esta entrada vamos a realizar extracción de datos desde la API de coinmarketcap en formato json.
Flawless Parametric Polymorphism In Python With multipledispatch
https://towardsdatascience.com/flawless-parametric-polymorphism-in-python-with-multipledispatch-f26b75d69c5f
https://towardsdatascience.com/flawless-parametric-polymorphism-in-python-with-multipledispatch-f26b75d69c5f
Medium
Flawless Parametric Polymorphism In Python With multipledispatch
Using Python’s Multiple Dispatch module to polymorphize my life
Measuring Retention, Churn and Acquisition with Python
https://medium.com/@caglarlaledemir/measuring-retention-churn-and-acquisition-with-python-aadf5bddb87d
https://medium.com/@caglarlaledemir/measuring-retention-churn-and-acquisition-with-python-aadf5bddb87d
Medium
Measuring Retention, Churn and Acquisition with Python
There are many metrics you can track when the subject comes to measure growth in your business. These metrics can help us to understand the…