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…
What Magic Wander’s can Python’s Gradio Library do for you!!!
https://medium.com/@priyasengar28/what-magic-wanders-can-python-s-gradio-library-do-for-you-735f5b8dcadc
https://medium.com/@priyasengar28/what-magic-wanders-can-python-s-gradio-library-do-for-you-735f5b8dcadc
Medium
What Magic Wander’s can Python’s Gradio Library do for you!!!
Lets talk about what exactly a Gradio Library is ?
Making a Python Package from a Private Bitbucket Repo
https://medium.com/@bubbapora_76246/making-a-python-package-from-a-private-bitbucket-repo-208f634e8779
https://medium.com/@bubbapora_76246/making-a-python-package-from-a-private-bitbucket-repo-208f634e8779
Medium
Making a Python Package from a Private Bitbucket Repo
I have some code I maintain as generic functions that I use throughout most of my Python files and notebooks. I have that code stored on my…
A Brief Introduction to Quantum computing using Qiskit
https://blog.devgenius.io/a-brief-introduction-to-quantum-computing-using-qiskit-472fc9e0c54e
https://blog.devgenius.io/a-brief-introduction-to-quantum-computing-using-qiskit-472fc9e0c54e
Medium
A Brief Introduction to Quantum computing using Qiskit
Quantum computing has been touted as the future of all computing, the key to curing cancer and the end of encryption (all of which are…
Measuring distance with Bluetooth in indoor environment using Python
https://blog.devgenius.io/measuring-distance-with-bluetooth-in-indoor-environment-using-python-a36b344f9711
https://blog.devgenius.io/measuring-distance-with-bluetooth-in-indoor-environment-using-python-a36b344f9711
Medium
Measuring distance with Bluetooth in indoor environment using Python
Bluetooth ranging technology is very popular. There are many localization systems that exist based on beacons. Beacon technology usually…
Building GraphQL Server Using Schema-first Approach in Python
https://betterprogramming.pub/building-graphql-server-using-schema-first-approach-in-python-68aeee38bcc3
https://betterprogramming.pub/building-graphql-server-using-schema-first-approach-in-python-68aeee38bcc3
Medium
Building GraphQL Server Using Schema-first Approach in Python
Handle CRUD operations with ease
Top 3 python libraries to kickstart your data science journey
https://medium.com/@shubham.bhattacharya22/top-3-python-libraries-to-kickstart-your-data-science-journey-4c0093662956
https://medium.com/@shubham.bhattacharya22/top-3-python-libraries-to-kickstart-your-data-science-journey-4c0093662956
Medium
Top 3 python libraries to kickstart your data science journey
Python is a popular language for data science, and therefore there are many helpful libraries that are built to make your life easier. In…
Automate your Python script using the “schedule” module
https://medium.com/@kamendamov/automate-your-python-script-using-the-schedule-module-1a1b534f2c8e
https://medium.com/@kamendamov/automate-your-python-script-using-the-schedule-module-1a1b534f2c8e
Medium
Automate your Python script using the “schedule” module
To put things in context, my task was to develop a python script that would scrape data from a webpage, model it, and render it to a csv…
Import/Export Files in Django via the Admin Panel
https://rajansahu713.medium.com/import-export-files-in-django-via-the-admin-panel-a3ba36e1ced3
https://rajansahu713.medium.com/import-export-files-in-django-via-the-admin-panel-a3ba36e1ced3
Medium
Import/Export Files in Django via the Admin Panel
Recently, I came across a third-party library for Django django-import-export that allows one to import and export data using the admin…