Tag: python
-
Analisando sentimento e fazendo sumários com LLMs locais
Se você instalou o ollama e baixou um (ou mais) modelos para seu computador, como no meu último post, que tal usá-los programaticamente e realizar um pouco de sumarização e análise de sentimentos? O uso de LLMs para isso é um pouco exagerado, mas vale pela experiência didática. Este texto e o jupyter notebook mencionado…
-
38000 word article in Bloomberg…
38000 word article in Bloomberg Businessweek: "what is code?". #python program in the cover http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code http://t.co/R8aidoaXuA
-
Quick-and-dirty(tm) #python hack to recursively…
Quick-and-dirty(tm) #python hack to recursively extract data from oracle. Just point it to a row in a table https://github.com/eduardomacan/extractora
-
RT @pythonbrasil: Prepare o protetor…
RT @pythonbrasil: Prepare o protetor solar, a PythonBrasil[8] será no Rio de Janeiro! http://bit.ly/wdfFyo #python #brasil #pythonbrasil
-
A new Coding Dojo Kata: Poker Dice
I wanted to find a simple kata for a coding dojo that wasn’t too hard for novice programmers but wasn’t trivial at the same time. PokerHands was my first choice but having to deal with the different card suits seemed to add unnecessary complexity for a beginner’s exercise. Luckily I was able to find something…
-
#!/usr/bin/python from random import randint [[randint(1,60) for…
#!/usr/bin/pythonnfrom random import randintn[[randint(1,60) for j in range(0,6)] for i in range(0,3)] #python #megasena