“Some things can’t be forced in this world. Life will always carry some sort of regret. The moon is round and crescent at times, this is the course of life.”
The digitization efforts behind Coleccion Aruba 🇦🇼, the documentary heritage portal for the island nation of Aruba, will be featured on PBS @NewsHour this Sunday, July 7.
Watch the live broadcast 5 - 5:30pm EST: https://t.co/cRQ1zindtY
Your voice matters - Sign the open letter to publishers, asking them to restore access to the 500,000 books they’ve removed from our library ✍️ https://t.co/wnBnSDlm5i #LetReadersRead
Python tip;
📍String cleaning with the string module
When you are working with strings, it is quite common for strings to contain punctuation characters that may make analysis impossible. These characters must be removed before analysis can be done. You can use the string module to remove punctuation characters from a string.
In this code below, we have a string that contains some punctuation characters at the beginning, inside, and end of the string. To remove punctuation characters from the string, we use the translate() method along with str.maketrans() to create a translator that maps punctuation characters to None. We pass this translator to the translate() method, and it removes all the unwanted characters from the string. You can see that we end up with a clean string.
For more tips, check;
https://t.co/V0pXEBAl67
The OpenWallet Foundation will help set best practices for digital wallet technology through collaboration on open source code, welcoming anyone who strives to build interoperable, secure and privacy-protecting wallets.
Python book;
This book is now available on Amazon. Retweet and like to stand a chance of getting a copy.
#Python#DataScientist#100DaysOfCode
https://t.co/UAkEJmB8o0
Python Book;
💥Decided to give away more copies💥
I am still giving away FREE copies of this Python book. For those who didn't get a copy, just:
1. Like
2. Retweet
3. Comment and DM me.
If you already have a copy, retweet so others can get it too.
#DataScience#Python