Why You Should Use Pyenv & Poetry for Python Projects
https://python.plainenglish.io/why-you-should-use-pyenv-poetry-for-python-projects-a13f8d234e46
https://python.plainenglish.io/why-you-should-use-pyenv-poetry-for-python-projects-a13f8d234e46
Medium
Why You Should Use Pyenv & Poetry for Python Projects
A guide on how to create a new Python Poetry project in combination with pyenv and how to add Poetry to an existing project.
Alternative Feature Selection Methods in Machine Learning
https://trainindata.medium.com/alternative-feature-selection-methods-in-machine-learning-7ed8142d594
https://trainindata.medium.com/alternative-feature-selection-methods-in-machine-learning-7ed8142d594
Medium
Alternative Feature Selection Methods in Machine Learning
You’ve probably done your online searches on “Feature Selection”, and you’ve probably found tons of articles describing the three umbrella…
How To Read a VCF File In Python | Pure Python, No Extra Pip Packages
https://medium.com/@jxtSamFrimpong/how-to-read-a-vcf-file-in-python-pure-python-no-extra-pip-packages-5ff042a4fc11
https://medium.com/@jxtSamFrimpong/how-to-read-a-vcf-file-in-python-pure-python-no-extra-pip-packages-5ff042a4fc11
Medium
How To Read a VCF File In Python | Pure Python, No Extra Pip Packages
What is a VCF?
Data Journey 1 (Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting)
https://itnext.io/data-journey-1-informer-5cfd6a1d354f
https://itnext.io/data-journey-1-informer-5cfd6a1d354f
Medium
Data Journey 1 (Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting)
This is the first part I am writing about the journey of the data throughout the path of the prediction process in state-of-the-art…
How to read, write, label mails from Gmail with Python
https://beranger.medium.com/how-to-read-write-label-mails-from-gmail-with-python-9695f288f685
https://beranger.medium.com/how-to-read-write-label-mails-from-gmail-with-python-9695f288f685
Medium
How to read, write, label mails from Gmail with Python
Using OAuth 2 for Gmail API server to server application
Python, Etherscan API, Infura and DEX trades — scraping tutorial
https://medium.com/@TheDeFiac/python-etherscan-api-infura-and-dex-trades-scraping-tutorial-77962bb5bccb
https://medium.com/@TheDeFiac/python-etherscan-api-infura-and-dex-trades-scraping-tutorial-77962bb5bccb
Medium
Python, Etherscan API, Infura and DEX trades — scraping tutorial
In this step by step tutorial I will show you how to scrape DEX trades of any address. This tutorial is very simple and I tried to provide…
generators in __init__.py file — Python
https://dkhambu.medium.com/generators-in-init-py-file-python-a2e7789b00b2
https://dkhambu.medium.com/generators-in-init-py-file-python-a2e7789b00b2
Medium
generators in __init__.py file — Python
If you have come across application directories in python, you must have seen directories converted to packages with __init__.py file. The…
K-Means ou K-Medoids para Finanças Quantitativas, qual o melhor?
https://maicon-reis.medium.com/k-means-ou-k-medoids-para-finan%C3%A7as-quantitativas-qual-o-melhor-44f832925781
https://maicon-reis.medium.com/k-means-ou-k-medoids-para-finan%C3%A7as-quantitativas-qual-o-melhor-44f832925781
Medium
K-Means ou K-Medoids para Finanças Quantitativas, qual o melhor?
Eu sei que existem diversos algoritmos de aprendizado não supervisionados do tipo clustering, mas eu sempre usava o algoritmo K-Means para…
Event-driven processing with Serverless and DynamoDB streams
https://medium.com/@serverlessinc/event-driven-processing-with-serverless-and-dynamodb-streams-d44c600ecc07
https://medium.com/@serverlessinc/event-driven-processing-with-serverless-and-dynamodb-streams-d44c600ecc07
Medium
Event-driven processing with Serverless and DynamoDB streams
Originally posted at Serverless on June 21st, 2017
Customize 3 lines of code to see finance data in Python
https://medium.com/@deephavendatalabs/customize-3-lines-of-code-to-see-finance-data-in-python-5a938503e91a
https://medium.com/@deephavendatalabs/customize-3-lines-of-code-to-see-finance-data-in-python-5a938503e91a
Medium
Customize 3 lines of code to see finance data in Python
How anyone can plot Yahoo Finance data
Creating Asynchronous Web Requests with Python | Asyncio & Aiohttp
https://medium.com/@katchyemma/creating-asynchronous-web-requests-with-python-asyncio-aiohttp-d5469d37cc23
https://medium.com/@katchyemma/creating-asynchronous-web-requests-with-python-asyncio-aiohttp-d5469d37cc23
Medium
Creating Asynchronous Web Requests with Python | Asyncio & Aiohttp
So, in my last post I talked about how asynchrony can speed up tasks and reduce execution times. Today, we get our hands a little dirty…
Optimize Python code for Speed and Performance — Tips and Tricks
https://raoofnaushad7.medium.com/optimize-python-code-for-speed-and-performance-tips-and-tricks-44dac84cc296
https://raoofnaushad7.medium.com/optimize-python-code-for-speed-and-performance-tips-and-tricks-44dac84cc296
Medium
Optimize Python code for Speed and Performance — Tips and Tricks
Methods for increasing the speed and performance for python program
Discover Your Day Of Birth Using Python
https://zenndogg-52643.medium.com/discover-your-day-of-birth-using-python-51a44a57c3eb
https://zenndogg-52643.medium.com/discover-your-day-of-birth-using-python-51a44a57c3eb
Medium
Discover Your Day Of Birth Using Python
I was talking with a friend of mine a while back. He was brainstorming ideas for a birthday party for his tween. I had recently watched a…
How to deploy micro-services on kbernetes, hands on tutorial !
https://hamza-senhajirhazi.medium.com/how-to-deploy-micro-services-on-kbernetes-hands-on-tutorial-48ffea62a440
https://hamza-senhajirhazi.medium.com/how-to-deploy-micro-services-on-kbernetes-hands-on-tutorial-48ffea62a440
Medium
How to deploy micro-services on kbernetes, hands on tutorial !
Grasp in this article a basic understanding on how to deploy micro services in kubernetes
Reversing part of a string in Python
https://medium.com/@ratnadeepnratzz/reversing-part-of-a-string-in-python-1da1fdc6e908
https://medium.com/@ratnadeepnratzz/reversing-part-of-a-string-in-python-1da1fdc6e908
Medium
Reversing part of a string in Python
Hi Reader,