Discovering Basic Blocks in Python Bytecode
https://bernsteinbear.com/blog/discovering-basic-blocks/
https://bernsteinbear.com/blog/discovering-basic-blocks/
Max Bernstein
Discovering basic blocks
Lifting a graph structure out of Python bytecode
Gotchas of Early-Bound Function Argument Defaults in Python
https://rednafi.github.io/reflections/gotchas-of-early-bound-function-argument-defaults-in-python.html
https://rednafi.github.io/reflections/gotchas-of-early-bound-function-argument-defaults-in-python.html
Redowan's Reflections
Gotchas of early-bound function argument defaults in Python
I was reading a tweet about it yesterday and that didn't stop me from pushing a code change in production with the same rookie mistake today. Consider this function: # src.py from __future__ import annotations import logging import time from datetime import…
Flexmonster Pivot Table: integration with Django and Jupyter
https://medium.com/@flexmonster/flexmonster-pivot-table-integration-with-django-and-jupyter-87a89fab08f2
https://medium.com/@flexmonster/flexmonster-pivot-table-integration-with-django-and-jupyter-87a89fab08f2
Medium
Flexmonster Pivot Table: integration with Django and Jupyter
Readable, powerful and beginner-friendly. These are the main words that best describe Python.
A Simple Python Code For Detecting Financial Bubbles with BSADF Test
https://medium.com/@duzkarkemal/a-simple-python-code-for-detecting-financial-bubbles-with-bsadf-test-639a2835830b
https://medium.com/@duzkarkemal/a-simple-python-code-for-detecting-financial-bubbles-with-bsadf-test-639a2835830b
Medium
A Simple Python Code For Detecting Financial Bubbles with BSADF Test
Generally, financial bubbles are defined as explosive deviations of asset prices from market fundamentals followed by a subsequent…
“Take Me Out to the Ball Game” Algorithmically Remastered in Python
https://bdriggs.medium.com/take-me-out-to-the-ball-game-algorithmically-remastered-in-python-841732e75e12
https://bdriggs.medium.com/take-me-out-to-the-ball-game-algorithmically-remastered-in-python-841732e75e12
Medium
“Take Me Out to the Ball Game” Algorithmically Remastered in Python
In this guide, we will explore how to algorithmically remaster the classic baseball anthem “Take Me Out to the Ball Game” with the Music…
9 formas de deixar seu código mais pythonico
https://medium.com/loftbr/9-formas-de-deixar-seu-c%C3%B3digo-mais-pythonico-526130e291cf
https://medium.com/loftbr/9-formas-de-deixar-seu-c%C3%B3digo-mais-pythonico-526130e291cf
Medium
9 formas de deixar seu código mais pythonico
Quando estamos programando em uma certa linguagem, é muito melhor seguir as convenções definidas pela sua comunidade e fazer bom uso dos recursos que a linguagem oferece. Além de facilitar a…
Creating list of dates 7 days apart and corresponding week number in Python
https://medium.com/@cs0183/creating-list-of-dates-7-days-apart-and-corresponding-week-number-in-python-f47147f6a690
https://medium.com/@cs0183/creating-list-of-dates-7-days-apart-and-corresponding-week-number-in-python-f47147f6a690
Medium
Creating list of dates 7 days apart and corresponding week number in Python
How to create list of dates n number of days apart and show the different methods of the calculating week number
Explorando resultados do Google Shopping com Python
https://medium.com/data-hackers/explorando-resultados-do-google-shopping-com-python-dfcfe6b3aa2c
https://medium.com/data-hackers/explorando-resultados-do-google-shopping-com-python-dfcfe6b3aa2c
Medium
Explorando resultados do Google Shopping com Python
Introdução
A simple and clean framework for selecting a dataset
https://medium.com/@thedataguys/a-simple-and-clean-framework-for-selecting-a-dataset-94a86cdb6c6a
https://medium.com/@thedataguys/a-simple-and-clean-framework-for-selecting-a-dataset-94a86cdb6c6a
Medium
Data Selection for Nascent Data Scientists
Welcome! We’re glad you’re here. So you’re doing a self directed data science project? Excellent. Data science is a field of practice that…
Loading F1 Historical Data into Snowflake using the Ergast Developer API
https://daanalytics.medium.com/loading-f1-historical-data-into-snowflake-using-the-ergast-developer-api-e94bc8c6ef51
https://daanalytics.medium.com/loading-f1-historical-data-into-snowflake-using-the-ergast-developer-api-e94bc8c6ef51
Medium
Loading F1 Historical Data into Snowflake using the Ergast Developer API
Recently I blogged about loading F1 Historical Data into Snowflake. The first time I downloaded the related .csv-files from Kaggle. In a…