home.social

#pyconus24 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pyconus24, aggregated by home.social.

  1. my @PyConUS talk is finally on youtube!! The talk is about the packaging ecosystem and how @pyOpenSci is leveraging the power of community to make packaging simpler for . it's also about how too many options and opinions get in the way of success in our ecosystem 💗

    youtu.be/mJPoj9Ex9fk?si=dGWQin

    I also wrote a blog post about it here
    pyopensci.org/blog/python-pack

  2. @villares @py5coding @ericof @TomLarrow thank you! I had a blast at #pyconus24 and will be going back next year!

  3. For me, the most waited and exciting presentation at #PyConUS24 was Jim's (@hx2A) talk: #CreativeCoding with #py5 (@py5coding), the #Python version of #Processing

    If you missed it, you can watch it now! youtube.com/watch?v=pNVn3FPi5P

    I'm so glad I was able to be there! We had a nice "creative coding open space" the next day. I wish @ericof and @TomLarrow could have been there too. #numpy #shapely #trimesh #matplotlib #opencv

  4. Two wonderful #PyScript talks, also two of the coolest talks I had the privilege of attending at #PyConUS24 :D
    Jeff and Łukasz are outstanding presenters and we are so lucky to have them in the #Python community.

  5. My lighting talk from @pycon #PyConUS24 titled "All Code is political" youtu.be/p_Vx3gDHeUI?t=1790

    Talking about historical usage of computers for #genocide to the current ones, and to our mobile phones.

    Please share for more reach.

    #technology #AI #society #Python #AllCodeIsPolitical

  6. My lighting talk from @pycon #PyConUS24 titled "All Code is political" youtu.be/p_Vx3gDHeUI?t=1790

    Talking about historical usage of computers for #genocide to the current ones, and to our mobile phones.

    Please share for more reach.

    #technology #AI #society #Python #AllCodeIsPolitical

  7. My lighting talk from @pycon #PyConUS24 titled "All Code is political" youtu.be/p_Vx3gDHeUI?t=1790

    Talking about historical usage of computers for #genocide to the current ones, and to our mobile phones.

    Please share for more reach.

    #technology #AI #society #Python #AllCodeIsPolitical

  8. My lighting talk from @pycon #PyConUS24 titled "All Code is political" youtu.be/p_Vx3gDHeUI?t=1790

    Talking about historical usage of computers for #genocide to the current ones, and to our mobile phones.

    Please share for more reach.

    #technology #AI #society #Python #AllCodeIsPolitical

  9. My lighting talk from @pycon #PyConUS24 titled "All Code is political" youtu.be/p_Vx3gDHeUI?t=1790

    Talking about historical usage of computers for #genocide to the current ones, and to our mobile phones.

    Please share for more reach.

    #technology #AI #society #Python #AllCodeIsPolitical

  10. "Infrastructure is a way we take care of each other at scale" — Sumana Harihareswara @brainwane
    youtu.be/JE5u5mUT6gQ?feature=s #PyConUS24

  11. I wrote this to demo a quick #Python #Pillow #PIL conversion of an image to grayscale with a dialog to select the file... then applied it to a picture of me and @rennerocha
    taken by John as we were flying back home after wonderful #PyConUS24 :)

    from tkinter.filedialog import askopenfilename
    from pathlib import Path

    from PIL import Image

    # Open a select file dialog (a bit ugly on my OS)
    file_path_str = askopenfilename() # '' if cancelled
    if file_path_str: # guards against a cancelled dialog
    file_path = Path(file_path_str) # a pathlib.Path object from the str
    new_name = file_path.stem + '_altered' + file_path.suffix # keep suffix
    # Make it output a PNG if you want LA mode to keep alpha
    # new_name = file_path.stem + '_altered.png' maybe I should check for PNGs?
    output_path = file_path.parent / new_name
    try: # to handle any exceptions (runtime errors while converting/saving)
    with Image.open(file_path) as im: # load image
    altered_im = im.convert('L') # to grayscale (use 'LA' to keep alpha)
    altered_im.save(output_path) # save image
    print(f'Saved {output_path.name}!')
    except Exception as err: # ... treat exception
    print(err)
  12. If you missed my #PyConUS24 tutorial on #CreativeCoding, maybe you could watch my Domestika course:

    domestika.org/pt/courses/4307-

    15% off with code A_B_A_VILLARES-PYCONUS up to June 19th #PyConUS (anyone can use this, you don't need to have been at PyCon!)

  13. Creative Coding with #py5 at #PyConUS24 room 301-305 in a few minutes!!!

  14. today at #PyConUS24 my phone got swept by Tornado/High Wind warning alerts... hard to turn then off... hundreds and hundreds of message dialogs...

  15. Great keynote from @kjaymiller at on all the great work happening at @blackpythondevs

    If everybody in the room this morning donated $2, they'd meet their fundraising goal!

    One good sign: I'm trying to donate now, and their payment processor is slammed. Here's hoping the python community shows up and shows out!

  16. my second flight is delayed, so I’m chilling at MSP, and the waitress just gave me a non-ironic “you betcha” - gotta love Minnesota #PyConUS #PyConUS24

  17. everything packed and almost ready to go to #PyCon

    will spent some days in #NewYork before heading to #Pittsburgh, any recommendations of cool things to do? (places, pubs, electronic music, ...)

    also, if you are in the area, come say hi!

    #PyConUS24

  18. This weekend is the perfect time to apply to the Maintainers Summit! Organized by @feynudibranch, @inessapawson, and @leahawasser, the Maintainers Summit brings together the community to share best practices in developing sustainable projects and nurturing thriving communities.

    Learn more and apply: bit.ly/pyOSpyCon2024

    Proposals from first-time speakers and Pythonistas from underrepresented groups are strongly encouraged.

    Questions? Drop ‘em in the comments!

  19. is hosting a live Q&A tomorrow with the @pycon and @ThePSF team about how the community can get involved with in Pittsburgh!

    What questions should we ask? Let us know in the thread!

    meetup.com/pydata-pittsburgh/e