Flawless #HollyGagnier
Season 1 Episode 10 "The Cretin Of The Shallows"
#RandomBaywatch #lvdlpx #Baywatch #TheCretinOfTheShallows #BaywatchBabes #Shapely #Bikini #Beauty #BikiniBeauty
#HollyGagnier #RandomBaywatch #lvdlpx #baywatch #TheCretinOfTheShallows #BaywatchBabes #shapely #bikini #beauty #BikiniBeauty
Season 4 Episode 15 "Coronado Del Soul: part 2"
#RandomBaywatch #lvdlpx #Baywatch #BaywatchBabes #Shapely #Dolphin #VerySpecialDay #VeryBeautifulPeople #CoronadoDelSoul
#pamelaanderson #RandomBaywatch #lvdlpx #baywatch #BaywatchBabes #shapely #dolphin #VerySpecialDay #verybeautifulpeople #CoronadoDelSoul
Desenhando formas para construir objetos shapely, que depois dá pra desenhar com py5 também!
Mais sobre essa discussão em https://github.com/py5coding/py5generator/discussions/334
Processing #Python #py5 #shapely #ProgramaçãoCriativa
#python #py5 #shapely #programacaocriativa
First contribution to #Shapely accepted!
I added a keyword argument to normalize polygons before checking equality.
It took... *check notes* a little over 18 months to get accepted ^^
After lengthy discussions and some changes, I'm not even sure whether the final implementation is a good thing or not as the whole point of the original contribution was to change the default behavior xD
@Sardonicus Rah Rah Rah!
#VintageIllustration #cheerleader #1914 #shapely #gayhistory
#vintageillustration #cheerleader #shapely #gayhistory
1. Don't touch your code for 6 months.
2. Come back, do stuff, push... all tests fail -_-
Over these past 6 months:
- #shapely made their geometries immutable (that was a pain)
- #Networkx decided to move to #scipy sparse arrays, even though they are nowhere near finished and the move was almost guaranteed to break code
- #graph_tool moved a function to another module
- #matplotlib 3.7 made ArtlstList immutable
- #nest broke their ubuntu package
How's *your* day going?
#floss #foss #python #nest #matplotlib #graph_tool #scipy #networkx #shapely
Dia de personalizar as máscaras de carnaval criadas com #Inkscape e corte laser pelo meu colega @danielseda ... Durante a semana vamos continuar explorando um fazedor de máscaras com #Python #py5 e #shapely baseado nas mesmas ideias de combinar formas extraídas dos glifos de fontes decorativas.
#inkscape #python #py5 #shapely
#Processing #Python #py5 #shapely #trimesh today I added rotation to the captured glyphs...
#processing #python #py5 #shapely #trimesh
sketch 2022_02_03 #Processing #Python #py5 #trimesh #shapely
#processing #python #py5 #trimesh #shapely
bom dia ciberlândia!
experimento para extrair as formas de um texto apresentando em uma fonte tipográfica específica usando py5 e shapely
https://github.com/py5coding/py5generator/discussions/227#discussioncomment-4857571
#Processing #Python #py5 #shapely
#typography #creativeCoding
#processing #python #py5 #shapely #typography #creativecoding
sketch_2022_02_01 #Processing #Python #py5 imported mode #shapely #trimesh #P3D
import trimesh
import shapely
# https://iamkate.com/data/12-bit-rainbow/
palette = (
'#817', '#a35', '#c66', '#e94',
'#ed0', '#9d5', '#4d8', '#2cb',
'#0bc', '#09c', '#36b', '#639'
)
def setup():
global m
size(400, 400, P3D)
no_stroke()
polygon = shapely.geometry.Polygon([(-100, -100), (0, -100),
(0, 0), (-50, -50), (-100, 0)])
m = trimesh.creation.extrude_polygon(polygon, 30)
def draw():
background(0)
translate(width /2, height / 2)
rotate_x(QUARTER_PI)
rotate_y(radians(mouse_x))
for i, face in enumerate(m.faces):
fill(palette[i % 12])
with begin_closed_shape():
vertices([m.vertices[v] for v in face])
#processing #python #py5 #shapely #trimesh #p3d #a35 #c66 #e94 #ed0 #9d5 #4d8 #2cb #0bc #09c #36b
RT @JohannesHUhl1@twitter.com
Animating #map distortions: Transverse #Mercator #projection of each #UTM zone applied to the globe. Made in #python using #pyproj, #geopandas, #shapely, #matplotlib, and #PIL. #cartography #geospatial #geoviz #dataviz #gischat #gis #geopython #geovisualization #mapping
🐦🔗: https://twitter.com/JohannesHUhl1/status/1611885483252142081
#map #mercator #projection #utm #python #pyproj #geopandas #shapely #matplotlib #PIL #cartography #geospatial #geoviz #dataviz #gischat #gis #geopython #geovisualization #mapping
Noticias sobre Python científico de la semana, episodio 59 🐍⚙️🎄 Despedida 2022
En resumen: Nueva esperadísima versión de Shapely, versiones nuevas de conda y Polars, simulación basada en agentes con Python, mejoras notables de rendimiento en Python 3.11, ¡y nos vemos en 2023! https://astrojuanlu.substack.com/p/episodio-59 Apoya el noticiero suscribiéndote por correo 📫
Pasa unas felices fiestas y nos leemos en 2023 🍇❤️
#noticieropythoncientifico #shapely #conda #polars #jupyter #pydata #python
#python #PyData #jupyter #polars #conda #shapely #noticieropythoncientifico
sketch_2022_11_25 #Processing #Python #shapely #py5 #CreativeCoding
#processing #python #shapely #py5 #creativecoding