Scrapy: putting things in order using the “spider idle” signal
https://merfrei.medium.com/scrapy-putting-things-in-order-using-the-spider-idle-signal-395df5e96e82
https://merfrei.medium.com/scrapy-putting-things-in-order-using-the-spider-idle-signal-395df5e96e82
Medium
Scrapy: putting things in order using the “spider idle” signal
Scrapy is an awesome and very powerful framework to make the crawling task a lot easier and efficient.
10 Best Coursera Courses and Certifications to Learn In-demand Skills in 2022
https://becominghuman.ai/10-best-coursera-courses-and-certifications-to-learn-in-demand-skills-in-2022-c64ece03a7d1
https://becominghuman.ai/10-best-coursera-courses-and-certifications-to-learn-in-demand-skills-in-2022-c64ece03a7d1
Medium
10 Best Coursera Courses and Certificates to Learn In-demand Skills in 2022
My favorite Coursera courses to learn Python, IT support, Web Development, Java, Data Science, Machine Learning, AWS, and Cloud Computing…
Quick Data Analysis: 5 Secure Ways to Explore The Data
https://medium.com/@17.rsuraj/quick-data-analysis-5-secure-ways-to-explore-the-data-2d098cb8013
https://medium.com/@17.rsuraj/quick-data-analysis-5-secure-ways-to-explore-the-data-2d098cb8013
Medium
Quick Data Analysis: 5 Secure Ways to Explore The Data
Understanding The Data To The Best Is As Important As Analyzing It!
Evaluating Language Detection Packages in Python
https://medium.com/@bromas/evaluating-language-detection-packages-in-python-8a82ddfa4315
https://medium.com/@bromas/evaluating-language-detection-packages-in-python-8a82ddfa4315
Medium
Evaluating Language Detection Packages in Python
While there are several Python packages for detecting the language of a given text, how confident should we be in their performance? Does…
How to create a banking system using Object Oriented Programming in python for beginners
https://medium.com/@ashwinjoseph20111997/how-to-create-a-banking-system-using-object-oriented-programming-in-python-for-beginners-9dc2e4ebb40
https://medium.com/@ashwinjoseph20111997/how-to-create-a-banking-system-using-object-oriented-programming-in-python-for-beginners-9dc2e4ebb40
Medium
How to create a banking system using Object Oriented Programming in python for beginners
How to create a banking system using Object Oriented Programming in python for beginners — This video will show you how to implement some…
Introduction to Data Preprocessing for Machine learning and Data Science
https://medium.com/@sachin.it.ds/introduction-to-data-preprocessing-for-machine-learning-and-data-science-73e9058cc3c5
https://medium.com/@sachin.it.ds/introduction-to-data-preprocessing-for-machine-learning-and-data-science-73e9058cc3c5
Medium
Introduction to Data Preprocessing for Machine learning and Data Science
Data preprocessing is a process of preparing the raw data and making it suitable for a machine learning model. It is the first and crucial…
Calculating the GDP of Layer 1 Blockchains using Python.
https://medium.com/@martinez.nicolas/calculating-the-gdp-of-layer-1-blockchains-using-python-d70419996480
https://medium.com/@martinez.nicolas/calculating-the-gdp-of-layer-1-blockchains-using-python-d70419996480
Medium
Calculating the GDP of Layer 1 Blockchains using Python.
Using TVL as a proxy of total capital stock & capital stock to estimate the GDP of Layers 1.
Pokémon Soup: How to pull data from the web using Beautiful Soup if you don’t have a clue about…
https://medium.com/@robisonsaalfeld/pok%C3%A9mon-soup-how-to-pull-data-from-the-web-using-beautiful-soup-if-you-dont-have-a-clue-about-e46b676fa834
https://medium.com/@robisonsaalfeld/pok%C3%A9mon-soup-how-to-pull-data-from-the-web-using-beautiful-soup-if-you-dont-have-a-clue-about-e46b676fa834
Medium
Pokémon Soup: How to pull data from the web using Beautiful Soup if you don’t have a clue about…
Are pokémon types and colors correlated?
Parallelization in Python: a beginner’s guide (1, using map)
https://ml-nlp.medium.com/parallelization-in-python-a-beginners-guide-1-using-map-194c4280862d
https://ml-nlp.medium.com/parallelization-in-python-a-beginners-guide-1-using-map-194c4280862d
Medium
Parallelization in Python: a beginner’s guide (1, using map)
Parallelization is an advanced function in Python that few beginners know how to use.
Approaching Basic Automation: Start Thinking Like A Computer
https://dylan-hudson.medium.com/approaching-basic-automation-start-thinking-like-a-computer-6e46729240cf
https://dylan-hudson.medium.com/approaching-basic-automation-start-thinking-like-a-computer-6e46729240cf
Medium
Approaching Basic Automation: Start Thinking Like A Computer
Automating tasks can be one of the most satisfying applications of programming. Until you’ve logged a few projects under your belt, it can…
Analisando a GooglePlayStore
https://medium.com/@natanximenes_28161/analisando-a-googleplaystore-b96ea356d67f
https://medium.com/@natanximenes_28161/analisando-a-googleplaystore-b96ea356d67f
Medium
Analisando a Google Play Store
Os aplicativos móveis estão por toda parte. Eles são fáceis de criar e podem ser lucrativos. Por causa desses dois fatores, cada vez mais aplicativos estão sendo desenvolvidos. Neste notebook…
If you haven‘t heard of descriptors, you don‘t know Python
https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2
https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2
Medium
If you haven‘t heard of descriptors, you don‘t know Python
Recently, I started watching a lot of YouTube videos with Raymond Hettinger and the way this guy is explaining Python is totally hilarious…