Python: range is not an iterator! - Trey Hunner
http://treyhunner.com/2018/02/python-range-is-not-an-iterator/
http://treyhunner.com/2018/02/python-range-is-not-an-iterator/
Treyhunner
Python: range is not an iterator
After my Loop Better talk at PyGotham 2017 someone asked me a great question: iterators are lazy iterables and range is a lazy iterable in Python 3, …
5 Quick and Easy Data Visualizations in Python with Code
https://towardsdatascience.com/5-quick-and-easy-data-visualizations-in-python-with-code-a2284bae952f
https://towardsdatascience.com/5-quick-and-easy-data-visualizations-in-python-with-code-a2284bae952f
Towards Data Science
Your home for data science and AI. The world’s leading publication for data science, data analytics, data engineering, machine learning, and artificial intelligence professionals.
Serverless Slash Commands with Python
https://renzo.lucioni.xyz/serverless-slash-commands-with-python/
https://renzo.lucioni.xyz/serverless-slash-commands-with-python/
renzo.lucioni.xyz
Serverless Slash Commands with Python - Renzo Lucioni
Building Slack slash commands with Python, hosting them for pennies on AWS Lambda, and issuing delayed responses for long-running commands.
Exploring REST and GraphQL with Python 3 – Kalo Product & Engineering – Medium
https://medium.com/kalo-product-engineering/exploring-rest-and-graphql-with-python-3-5dd2018e8cf5
https://medium.com/kalo-product-engineering/exploring-rest-and-graphql-with-python-3-5dd2018e8cf5
Medium
Exploring REST and GraphQL with Python 3
In the past couple of years, we’ve seen companies begin to embrace GraphQL as an alternative to REST API’s due to their expressive power…
Ned Batchelder: A Python gargoyle
https://nedbatchelder.com//blog/201802/a_python_gargoyle.html
https://nedbatchelder.com//blog/201802/a_python_gargoyle.html
Structuring a Flask Project – Patrick's Software Blog
http://www.patricksoftwareblog.com/structuring-a-flask-project/
http://www.patricksoftwareblog.com/structuring-a-flask-project/
How to Build a Serverless Slack API with Django and Zappa
https://medium.com/@eremieff/how-to-build-a-serverless-slack-api-with-django-and-zappa-4ce4e12c2a44
https://medium.com/@eremieff/how-to-build-a-serverless-slack-api-with-django-and-zappa-4ce4e12c2a44
Medium
How to Build a Serverless Slack API with Django and Zappa
If you or your company uses Slack (you probably do), then you already know how much potential Slack’s API has to offer. Custom Slack bots…
Creating An HTML5 Game Bot Using Python | vesche
https://vesche.github.io/articles/01-stabbybot.html
https://vesche.github.io/articles/01-stabbybot.html
vesche
Creating An HTML5 Game Bot Using Python
Home My Articles Email
Data Analytics with Python by Web scraping: Illustration with CIA World Factbook
https://towardsdatascience.com/data-analytics-with-python-by-web-scraping-illustration-with-cia-world-factbook-abbdaa687a84
https://towardsdatascience.com/data-analytics-with-python-by-web-scraping-illustration-with-cia-world-factbook-abbdaa687a84
Medium
Data Analytics with Python by Web scraping: Illustration with CIA World Factbook
In this article, we show how to use Python libraries and HTML parsing to extract useful information from a website and build analytics.
Data Pre-Processing in Python: How I learned to love parallelized applies with Dask and Numba
https://medium.com/@ernestk.social/how-i-learned-to-love-parallelized-applies-with-python-pandas-dask-and-numba-f06b0b367138
https://medium.com/@ernestk.social/how-i-learned-to-love-parallelized-applies-with-python-pandas-dask-and-numba-f06b0b367138
Medium
Data Pre-Processing in Python: How I learned to love parallelized applies with Dask and Numba
TL:DR
Naive Bayes Classification with Sklearn – Sicara | Agile Big Data Development
https://blog.sicara.com/naive-bayes-classifier-sklearn-python-example-tips-42d100429e44?gi=50e47840221c
https://blog.sicara.com/naive-bayes-classifier-sklearn-python-example-tips-42d100429e44?gi=50e47840221c
Sicara | Agile Big Data Development
Naive Bayes Classification With Sklearn
In this tutorial, we will understand how Naive Bayes classifier works and build an example of a Gaussian classifier using Sklearn
What is the Python Global Interpreter Lock (GIL)? – Real Python
https://realpython.com/blog/python/python-gil/
https://realpython.com/blog/python/python-gil/
Realpython
What is the Python Global Interpreter Lock (GIL)? – Real Python
Python's Global Interpreter Lock or GIL, in simple words, is a mutex (or a lock) that allows only one thread to hold the control of the Python interpreter at any one time. In this article you'll learn how the GIL affects the performance of your Python programs.
Machine Learning Crash Course | Google Developers
https://developers.google.com/machine-learning/crash-course/
https://developers.google.com/machine-learning/crash-course/
Google for Developers
Machine Learning | Google for Developers