What I Learned at Work this* Week: Python to CSV
https://mike-diaz006.medium.com/what-i-learned-at-work-this-week-python-to-csv-96d32501bcd0
https://mike-diaz006.medium.com/what-i-learned-at-work-this-week-python-to-csv-96d32501bcd0
Medium
What I Learned at Work this* Week: Python to CSV
I had a couple of days off work this week, which means that I didn’t have quite as much time to expose myself to something new. So I’ve…
Amazing list of Python projects you can build!
https://preettheman.medium.com/amazing-list-of-python-projects-you-can-build-5b1b434b9196
https://preettheman.medium.com/amazing-list-of-python-projects-you-can-build-5b1b434b9196
Medium
Amazing list of Python projects you can build!
Welcome back! Python is an awesome programming language with a ton of capability, if you don’t know anything about this language, check out…
Automated video editing based on music rhythm with Python
https://medium.com/@jordy.bonnet_67692/automated-video-editing-based-on-music-rhythm-with-python-76420dac2e6f
https://medium.com/@jordy.bonnet_67692/automated-video-editing-based-on-music-rhythm-with-python-76420dac2e6f
Medium
Automated video editing based on music rhythm with Python
Python code is available in this google colab notebook. This notebook contains more code details/informations than this article. Feel free…
Encryption for Production Credentials
https://medium.com/code-chalet/encryption-for-production-credentials-e063a95e747f
https://medium.com/code-chalet/encryption-for-production-credentials-e063a95e747f
Medium
Encryption for Production Credentials
I’ll confess: encryption is not the first thing I think about when I start to build a piece of software. When it comes to secrets, I would…
Introduction to .LOC and .ILOC for Data Enthusiasts
https://medium.com/@fabianabarril/introduction-to-loc-and-iloc-for-data-enthusiasts-4468e8248a7b
https://medium.com/@fabianabarril/introduction-to-loc-and-iloc-for-data-enthusiasts-4468e8248a7b
Medium
Introduction to .LOC and .ILOC for Data Enthusiasts
When start studying the lovely world of data, sometimes we become stuck on single commands like LOC and ILOC on Python library Pandas. The…