mayz, to python German
@mayz@chaos.social avatar
asx, to python
@asx@hachyderm.io avatar
ramikrispin, to python
@ramikrispin@mstdn.social avatar

Cohort Revenue & Retention Analysis with Python 🚀

For those who work with cohort data, I recommend checking Dr.Juan Orduz tutorial for cohort revenue and retention analysis with PyMC 👇🏼

https://www.pymc-labs.com/blog-posts/cohort-revenue-retention/

#python #DataScience #Bayesian #pymc

image/png
image/png

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

Machine Learning for Beginners 🚀

The Machine Learning for Beginners by Microsoft Developer is an introductory course for classical machine learning. This crash course mainly focuses on regression analysis with Python 🐍, and it covers topics such as:
✅ General setup
✅ Cleaning data
✅ Data visualization
✅ Regression models
✅ Polynomial regression
✅ Logistic regression

📽️ https://www.youtube.com/playlist?list=PLlrxD0HtieHjNnGcZ1TWzPjKYWgfXSiWG

mblayman, to django
@mblayman@mastodon.social avatar

💾 With a web app, data is stored in a database, but we don't directly interact with the database. Instead, we write classes called "models." Learn all about Django models in this article. https://www.mattlayman.com/understand-django/store-data-with-models/

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

How do you automate pushing 🐍 projects to PyPI? 💡

One useful way is to use a GitHub Action, see here:
https://pybit.es/articles/5-ways-i-use-github-actions/

Adding the condition: if: startsWith(github.ref, 'refs/tags')

When I do:

git tag x.y.z
git push --tags

It pushes a new release 😎 📈

snacktraces, to python
@snacktraces@hachyderm.io avatar

Ready to give your first talk at a software development conference? Want to share some Python related goodness with us?

I highly recommend you consider submitting for PyOhio 2024. Newbie friendly submission and more.

via @pyohio

https://fosstodon.org/@pyohio/112497649105690385

#python #SoftwareDevelopment

fohrloop, to python
@fohrloop@fosstodon.org avatar

Can sigtore signatures be uploaded to PyPI, and is there / would there be any use for them?

I was reading through https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ and noticed the .sigstore files were only uploaded to GitHub Releases.

gvwilson, to python
@gvwilson@mastodon.social avatar

Using Python 3.11 or higher, I want to create an output file and add a line describing it to a log file as an atomic operation: either the output file is created and the log entry is added, or neither happens. fcntl.flock() is only advisory - will something else give me stronger guarantees, preferably on all three major OSes? -lock -operation

wgrav, to python

does anyone know of a good api wrapper for creating ? looking to create something similar to reddit's u/cahbot for the fun of it (if it doesn't exist already)

dcz, to rust
@dcz@fosstodon.org avatar

Trying to write a exploration tool. I've been putting it away because GUIs are painful.

Now trying again: looks fine, but not clear how to style tables.

Maybe I'll go back to . The idea of callbacks can be annoying, but at least styling is a breeze. You can even put widgets inside cells!

It turns out that making GUI is hard.

bbelderbos, to Podcast
@bbelderbos@fosstodon.org avatar

And we're back with a new @pybites episode debriefing Pycon US 2024: favorite moments, takeaways / lessons, inspiration, and more. 😍 📈 🔥

And as usual we geek out over 😄 💡

Check it out here:
https://www.youtube.com/watch?v=-JR9QbXCF1U

chrisjrn, to python
@chrisjrn@social.coop avatar

Oooh, @pycon 2025 doesn't clash with the US memorial day weekend? Faaaaascinating!

#PyConIT #Python

paulox, (edited ) to italia
@paulox@fosstodon.org avatar

PyCon Italia 2024 has just endend. 🥲

Thanks to everyone, and see you next year in Bologna from 27 to 31 of May 2024

CC @pycon

villares, to python Portuguese
@villares@pynews.com.br avatar
ehmatthes, to python
@ehmatthes@fosstodon.org avatar

TIL how to use itertools.dropwhile() to get all lines from a file after a specific line. I always used to write my own loop to solve this problem.

I'm curious, have you heard of dropwhile()? Have you used it?

paulox, (edited ) to italia
@paulox@fosstodon.org avatar

Closing the third day of PyCon Italia 2024, Vicki Boykis will present her keynote, "Stay Close to the Metal" 🚀

CC @pycon @vicki @pietroppeter

Follow the live stream now 👇 https://2024.pycon.it/en/keynotes/stay-close-to-the-metal

paulox, to python
@paulox@fosstodon.org avatar

This morning I presented my talk "Many ways to be a Python contributor" at PyCon Italia 2024 🚀

I thank Michela for helping me and all the attendees 🙏

CC @pycon

More info here 👇
https://www.paulox.net/2024/05/25/pycon-italia-2024/

Paolo giving his talk
Portrait of Paolo during the talk
Paolo and Michela after the talk

pyOpenSci, to python
@pyOpenSci@fosstodon.org avatar

Happy Saturday, y'all, and welcome home to all the PyCon travelers!

What's everyone working on this weekend?

(We're queuing up some 🔥 blog posts!)

#Python #pyOpenSci #community

JackEvans, to python
@JackEvans@fosstodon.org avatar

Python folks I'm looking for a tool.

I want something like modulefinder that I can point at a target that outputs a subset of deps/requirements (so I can tree shake requirements in a monorepo).

Does such a tool exist? (before I attempt to write one)

mblayman, to python
@mblayman@mastodon.social avatar

🐍 On this Building SaaS with and , I added a feature to improve the user experience (UX) to ease the transition between school years in my homeschool scheduling app. https://www.youtube.com/watch?v=SIRdhKCXmFE

pizzatorque, to emacs
@pizzatorque@emacs.ch avatar

I'm live on Twitch, come hang out! #emacs and #python shenanigans and making a minimal terminal client for lemmy. https://www.twitch.tv/PizzaTorque?sr=a

jhx, to python
@jhx@fosstodon.org avatar

Cool module to make reuqests over :python:

https://pypi.org/project/requests-tor/

paulox, to python
@paulox@fosstodon.org avatar

Today at 12.35 PM CEST I'll present the talk "Many ways to be a Python contributor" at PyCon Italia 2024 🚀

You can follow the talk in the Tagliatelle room or watch it live online on the website 👇
https://2024.pycon.it/en/event/many-ways-to-be-a-python-contributor

ptmcg, to python
@ptmcg@fosstodon.org avatar

I just published 0.9.0 version of logmerger, compatible with Python 3.13. Here is an example merge of a client and server log, plus PCAP packet capture file showing TCP send/receive traffic. Uses textual TUI framework for cursor and mouse interaction in a terminal session. https://pypi.org/project/logmerger #python #tcp #networking #textual

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