ctc, to programming
@ctc@mastodon.me.uk avatar

#Aberdeen Python User Group 10th May 2023

"Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado https://pythonaberdeen.github.io/

In this talk, Arturo will present a relatively new data analysis library: Pola-rs. The new library claims to be a lightning-fast data frame library and a substitute to the industry standard Pandas. He will provide data analysis examples and challenges to discover the use cases of each library. #Python #DataScience #Pandas

willmcgugan, to programming
@willmcgugan@mastodon.social avatar

I'd like to share a cool thing we've done. Credit to @davep who built this.

Frogmouth is a Markdown browser for your terminal.

Check it out! #Python #Textual

https://github.com/Textualize/frogmouth

image/png
image/png
image/png

atomicpoet, to random
@atomicpoet@mastodon.social avatar

Bluesky vs. Mastodon is not as black and white as many seem to think.

Let me explain why. 🧵

  1. A Twitter founder funds and advises Bluesky.

Okay, a Twitter founder (@ev) runs a for-profit instance, and another (@biz) has offered to advise Mastodon.

  1. Bluesky accepted VC money.

A VC firm owns 3 of the top 5 largest Mastodon servers

  1. An evil corporation (Twitter) helped develop Bluesky.

An evil corporation (Google) helped develop the Fediverse

I have further thoughts here...

paul,
@paul@digitalstuntfactory.com avatar

@smallcircles

Thanks for sharing that. Does #FEP borrow from the #Python #PEP model, by any chance? 🤔

👉 @atomicpoet

davep, to programming
@davep@fosstodon.org avatar
infosec_jobs, to infosec
@infosec_jobs@mastodon.social avatar

HIRING: Cloud Support Engineer - Database Security and Authentication Management / Tokyo, Japan https://infosec-jobs.com/J29430/

chrisjrn, to programming
@chrisjrn@social.coop avatar

I just realised the conference I'm running is going to need to provide tick-check guidance as part of our admin slides.

#nbpy is going to have the weirdest admin slides.

#pycon #python

vik, to programming
@vik@mastodon.nzoss.nz avatar

First release of the #CircuitPython code for the Quirkey chord keyboard is now up at https://github.com/VikOlliver/Quirkey

Yes, I am aware it is horrible and that I cannot #python.

dwarmstrong, to programming
@dwarmstrong@fosstodon.org avatar

Day 62 of #100DaysOfCode - More coding on the #VoidLinux custom installer script. Tomorrow is (more) "Testing Day"! #python #linux

godmaire, to elixir
@godmaire@mstdn.social avatar

My take on dynamically typed languages

#Elixir #Python #Programming

_chrismay, to programming
@_chrismay@fosstodon.org avatar

In my post-PyCon traveling through southern Utah, I had to stop and enjoy some .

freakazoid, to programming
@freakazoid@retro.social avatar

If you want to build an app in using , I highly recommend getting the Android build working right away so that you don't end up depending on anything that won't work on Android.

webology, to programming
@webology@mastodon.social avatar

🤔 My base, batteries included docker build is ~237MB, but when I add the #playwright #python image (plus a Chrome install), it bumps up to 2.64GB.

➡️ Not sure if anyone out there has optimized this before, but I am all ears.

LinuxGamer, to programming

I really need to setup the pomodoro feature for my #gtk #python app, I am not focusing at all on my work which I've nearly finished XD.

avolha, to infosec Polish

Programujecie w Pythonie? Podczas marcowej edycji PyStoku można było obejrzeć prelekcję o popularnych ostatnio atakach na pakiety w PyPI - na co konkretnie polują przestępcy i jak się przed nimi chronić

https://yewtu.be/watch?v=qcRLEtln-ZY

@mateuszchrobok

florimond, to random

Lots of nice and interesting discussions happening on the « PyHAT » stack repos after . 1 / 2

https://github.com/PyHAT-stack/awesome-python-htmx/discussions

florimond,

The #Python web dev community has been experimenting with « HTML over the wire » / « Hypermedia driven applications » for the past year, with tools like #htmx or #Hotwire #Turbo.

It looks like we are entering a coalescence / convergence phase, with practices and common solutions arising. The era of SPA hegemony is ending… Folks are settling on simpler stacks for the 90% of use cases when SPAs are overkilled and HTML-first apps + modest sprinkles of JS for interactivity is well enough. 2 / 2

davep, to programming
@davep@fosstodon.org avatar

Just released an update to my #Python AST viewer, mostly just to update it to the latest #Textual version and tidy a few things up.

https://pypi.org/project/textual-astview/

Cloudguy, (edited ) to random

deleted_by_author

  • Loading...
  • RhetTbull,
    @RhetTbull@fosstodon.org avatar

    @simon @Cloudguy come to think of it, I'm getting my heroes mixed up. It was @willmcgugan who inspired the fermented hot sauce 🌶️

    jtk, to rust
    lolzac, to programming

    Hey Python people!

    pyenv or pipenv? I am using a Mac and want to find a tool to help keep all of my installation clean and make using venvs easier.

    #Python #pyenv #pipenv

    linusable, to programming French
    @linusable@mastodon.social avatar

    is a popular system that helps you learn new info through spaced repetition. And you can build your own deck using popular tools. In his article, Otavio Ehrenberger helps you harness the power of + to create helpful study cards programmatically:

    How to Supercharge Your Studying with Python, Anki, and ChatGPT

    https://www.freecodecamp.org/news/supercharged-studying-with-python-anki-chatgpt/

    leahawasser, to programming
    @leahawasser@fosstodon.org avatar

    check out this podcast by down to earth about resources for . It's about my efforts to democratize data science education for everyone. check it out https://grssieee.podbean.com/e/s4e06-down-to-earth-breaking-barriers-with-open-education-and-open-peer-review/

    ericof, to fediverse
    @ericof@fosstodon.org avatar

    Because weekends have an infinite number of hours, I'm exploring the idea of adding #ActivityPub support to #Plone.
    Does anyone knows of a good #python implementation that could be a starting point?
    #fediverse #oss

    dave, to programming

    #ShittyLPT
    When you're not sure if your script is taking the piss or not, put your excuses/apology in the user agent. #OSM #python

    carlton, to programming
    @carlton@fosstodon.org avatar

    If anyone's got chops, thoughts on the best way to make a #javascript module available to require() from a PyPI installed #python package would be welcome on this ticket:

    https://github.com/carltongibson/neapolitan/issues/8 #django

    npm link? NODE_PATH?
    I'd very much like to avoid "Separate NPM package".

    Folks must have done this. There must be a decent pattern 🤔

    Ta!

    pamelafox, to random
    @pamelafox@fosstodon.org avatar

    @sethmlarson I'm planning to use urllib3 for a live demo, just want to double check this is the best way to pretty print JSON responses?

    import json
    print(json.dumps(resp.json(), indent=4))

    I looked through ref and didnt see anything built in for it.

    andy47,
    @andy47@aus.social avatar

    @pythonbynight @pamelafox I wasn’t aware of this but wow, thanks for tooting this. I’m just off to add this to every #Python script I have.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • cubers
  • thenastyranch
  • InstantRegret
  • Youngstown
  • rosin
  • slotface
  • Durango
  • ngwrru68w68
  • khanakhh
  • kavyap
  • everett
  • DreamBathrooms
  • anitta
  • magazineikmin
  • cisconetworking
  • GTA5RPClips
  • osvaldo12
  • tacticalgear
  • ethstaker
  • modclub
  • tester
  • Leos
  • normalnudes
  • provamag3
  • megavids
  • lostlight
  • All magazines