Using AWS and Hyperscan to match regular expressions on 100GB of text
https://medium.com/@meadowrun/using-aws-and-hyperscan-to-match-regular-expressions-on-100gb-of-text-4d87a62141ee
https://medium.com/@meadowrun/using-aws-and-hyperscan-to-match-regular-expressions-on-100gb-of-text-4d87a62141ee
Medium
Using AWS and Hyperscan to match regular expressions on 100GB of text
This is the second article in a series that walks through how to use Meadowrun to quickly run regular expressions over a large text…
Data Structure in Python is so Famous, But Why?
https://medium.com/@shifanatasneem28/data-structure-in-python-is-so-famous-but-why-9dd69b284abb
https://medium.com/@shifanatasneem28/data-structure-in-python-is-so-famous-but-why-9dd69b284abb
Medium
Data Structure in Python is so Famous, But Why?
We may be wondering, why its must to know about Data Structures??? Does it really stuck ups?why is it so needed?
Learning Python With Program Templates: The Input One, Process One Template
https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc
https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc
Medium
Learning Python With Program Templates: The Input One, Process One Template
A fun way to implement loops in your programs
Python Collections Module: The Forgotten Data Containers
https://towardsdatascience.com/python-collections-module-the-forgotten-data-containers-f282bf6c1fe6
https://towardsdatascience.com/python-collections-module-the-forgotten-data-containers-f282bf6c1fe6
Medium
Python Collections Module: The Forgotten Data Containers
If you are not using the container datatypes from the collections module, you should.
Use AWS to unzip all of Wikipedia in 10 minutes
https://medium.com/@meadowrun/use-aws-to-unzip-all-of-wikipedia-in-10-minutes-c419f1b6972f
https://medium.com/@meadowrun/use-aws-to-unzip-all-of-wikipedia-in-10-minutes-c419f1b6972f
Medium
Use AWS to unzip all of Wikipedia in 10 minutes
This is the first article in a series that walks through how to use Meadowrun to quickly run regular expressions over a large text dataset…
Primeiro chatbot em Python — Parte II
https://medium.com/@sysvalesoftgroup/primeiro-chatbot-em-python-parte-ii-1aa29b7c728c
https://medium.com/@sysvalesoftgroup/primeiro-chatbot-em-python-parte-ii-1aa29b7c728c
Medium
Primeiro chatbot em Python — Parte II
A implementação
Top Songs to Learn Spanish According to Data Science
https://medium.com/geekculture/top-songs-to-learn-spanish-according-to-data-science-7575e61ec38c
https://medium.com/geekculture/top-songs-to-learn-spanish-according-to-data-science-7575e61ec38c
Medium
Top Songs to Learn Spanish According to Data Science
After I wrote my previous article about the best songs to learn French, many people came back to me to do the same exercise but in another…
Cohesion & Coupling in Python Code | Explanation with Example
https://medium.com/@brijeshharrysharma/cohesion-coupling-in-python-code-explanation-with-example-e91993c777ad
https://medium.com/@brijeshharrysharma/cohesion-coupling-in-python-code-explanation-with-example-e91993c777ad
Medium
Cohesion & Coupling in Python Code | Explanation with Example
In this article, we will discuss the Coupling and cohesion in projects using a public Github repository. When designing the inter-module…
Python Programming Language: How to Add Elements To a Set
https://liu-111.medium.com/python-programming-language-how-to-add-elements-to-a-set-80a636edbcfe
https://liu-111.medium.com/python-programming-language-how-to-add-elements-to-a-set-80a636edbcfe
Medium
Python Programming Language: How to Add Elements To a Set
Hi everyone, welcome back. In these examples, we will be going over how to add elements into a set in Python. Sets can be used to store a…
Web Scraping TripAdvisor Hotels with Python and Beautiful Soup
https://medium.com/@dniggl/web-scraping-tripadvisor-hotels-with-python-and-beautiful-soup-625ccd3d67fa
https://medium.com/@dniggl/web-scraping-tripadvisor-hotels-with-python-and-beautiful-soup-625ccd3d67fa
Medium
Web Scraping TripAdvisor Hotels with Python and Beautiful Soup
How to scrape a website and create a dataset.
3 Things You May Not Know About Python Tuples
https://towardsdatascience.com/3-things-you-may-not-know-about-python-tuples-4ff414f351d6
https://towardsdatascience.com/3-things-you-may-not-know-about-python-tuples-4ff414f351d6
Medium
3 Things You May Not Know About Python Tuples
Getting better to use tuples
Simple explanation of Vision Transformers in PYTHON with source codes for your studies and projects
https://harishalakshanwarnakulasuriya.medium.com/simple-explanation-of-vision-transformers-in-python-with-source-codes-for-your-studies-and-projects-b4f55c99aa36
https://harishalakshanwarnakulasuriya.medium.com/simple-explanation-of-vision-transformers-in-python-with-source-codes-for-your-studies-and-projects-b4f55c99aa36
Medium
Simple explanation of Vision Transformers in PYTHON with source codes for your studies and projects
Background
Detecting Cyberattacks with Pyshark and Bytewax using Shannon Entropy
https://medium.com/@awmatheson/detecting-cyberattacks-with-pyshark-and-bytewax-using-shannon-entropy-2d346ea23c7f
https://medium.com/@awmatheson/detecting-cyberattacks-with-pyshark-and-bytewax-using-shannon-entropy-2d346ea23c7f
Medium
Detecting Cyberattacks with Pyshark and Bytewax using Shannon Entropy
Every year, cyberattacks become more and more commonplace. Almost daily there are reports of ongoing cyberattacks causing information…