@pythonbynight@fosstodon.org
@pythonbynight@fosstodon.org avatar

pythonbynight

@pythonbynight@fosstodon.org

Python By Night is what happens when there's not enough time during the day.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

Did you catch an earlier post by @webology where he advocates for "Online First conferences"?

I chimed in with my 2 cents.

Those two cents turned into a blog post.

https://pythonbynight.com/blog/or-into-and

pythonbynight, to PyConUS
@pythonbynight@fosstodon.org avatar

I finally got around to posting on my blog (it's been too long), with my retrospective on PyCon, as well as how I somehow (accidentally?) became a co-maintainer of an open source project.

Check it out here:

https://www.pythonbynight.com/blog/awesome-python-htmx

#PyConUS
@PyConUS

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

This is a little hard to write, but sadly, I'll be missing PyCon US this year. Long story short: I hurt my knee. Still on crutches. Surgery likely...

I came close to hopping (literally) on a plane and heading out anyway, but it's probably not the wisest choice.

For those of you heading out, enjoy the conference, meet someone new, volunteer, and have fun!

Maybe I'll catch you at the next one!

#PyConUS

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Is anyone following me that is good at maths? Had a friend send this to my wife, and apparently I'm not good at maths...

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Hey all! Hopefully you've been enjoying @djangocon

I've had major FOMO attending online, but still feeling part of it, especially since my online talk will be shown in around 20 minutes!

I'll be on slack or on here if anyone has questions/comments.

https://2023.djangocon.us/talks/back-to-the-future-of-hypermedia-in-django/

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

Okay, so you've seen the guides on what to do at PyCon.

But have you seen the guide for those of us that are not able to attend?

#PyConUS #PyConFOMO #Python

https://pythonbynight.com/blog/vicarious-pycon

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Python by day...

pythonbynight, to PyConUS
@pythonbynight@fosstodon.org avatar

In case you didn't catch it during my lightning talk, I'll be hosting an open space at 1pm in room 250C

Interested in web development in python? Interested in reducing or eliminating the need for JavaScript in your tech stack? Want faster prototyping?

Come check it out. (I use fastapi as my framework of choice, but experience with any other is okay too!)

@PyConUS

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

And this is why Lightning Talks are awesome...

@PyConUS
#PyconUS

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Come check out my talk in less than 10 mins... a mish mash of a tech talk and a late night show monologue?

https://2023.pygotham.tv

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

I wasn't going to do it... and then I was... and then I wasn't... and then I went ahead and submitted another tutorial proposal to @pycon

Let's see if I can make it three for three... 🤞

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

I regrettably was unable to attend the second day of #nbpy and am sad to have missed it, but I thoroughly enjoyed my first day there.

My talk "Back to the Future of Hypermedia in Python" is now online. I provide an overview into a hypermedia-driven web application and introduce the PyHAT stack (python hypermedia tailwind).

https://youtu.be/MopeCQVSIUk

#htmx #tailwindcss #python #webdev

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Whoops. Just got accepted for a lightning talk tomorrow morning... 😅

So in case you needed a reason to roll out of bed tomorrow... Well, even if my lightning talk is bad, it's only 5 minutes, and you might hear something else amazing!

@PyConUS
#PyconUS

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

I decided to try out the process of deploying a Python web app to Azure and lived to tell the tale.

I knew (or know) next to nothing about IaC (Terraform/Bicep/etc...), but wanted to try it anyway...

I wrote about the process on my blog:

https://www.pythonbynight.com/blog/deploying-python-app-azure

#Python #Deploy #Azure #IaC

pythonbynight, to python
@pythonbynight@fosstodon.org avatar

Hey, look at that. @sixfeetup has posted the videos from this year's Python Web Conference!

I gave a talk about dependencies (a longer version of my PyCon US talk) and gave a small demo of how I use pdm (dependency manager).

https://youtu.be/VMN-nzzfFG8

#Python #PythonWebConf #PWC2023

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Happy New Year!

I decided to celebrate by writing a very, very late retrospective on 2023!

Hope to see you in 2024!

https://pythonbynight.com/blog/mario-by-night

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Did you know there's a FREE conference going on right now! That's right, @PyGotham has been streaming all day with awesome talks.

I also have one coming up tomorrow. Here's a sneak peek!

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

It's midnight over here, which means around 3 am in Pittsburgh (yikes if you're reading this right now).

Did you know that there is an "open space" in the PyCon US Online Platform which will include a couple of talks from some of the attendees?

Yup. Even me... I'm even interrupting my preparation just to tell you that!

Check out the online app starting at 10:30 am (local time in Pittsburgh) to check it out!

#PyConUS

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

If this was on my timeline already, I may have missed it...

So happy #September 21 to those who celebrate.

https://www.youtube.com/watch?v=Gs069dndIYk

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

@pythonbytes @mkennedy @brianokken Did you see Amethyst's post on a new linter? Wonder how much steam it'll pick up? Cool that you can easily build your own lint rules tailored for your own codebase!

https://fosstodon.org/@amethyst@n7.gg/110849253430686148

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Woah, that's good timing!

Just found out that my PR to Awesome AZD Templates just got merged!

What that means is: You can now start a project using the Azure Developer CLI (azd) and use my "Music Binder" template.

Music Binder is a Python web app, built using htmx and TailwindCSS (see my talk for an intro, or my tutorial for in-depth approach).

You can then deploy it to Azure using "azd up"

https://github.com/tataraba/musicbinder-azd

(Here's the PR: https://github.com/Azure/awesome-azd/pull/163)

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

@jonafato Hey Jon...so I took the weekend to think about going for a Python2Nite Live at PyCon next year based on what we were talking about on Friday.

I think I'm gonna go for it.

I don't know exactly what that means, just yet, but certainly liked the ideas we were throwing out last week.

I'm hoping you can help me soundboard some ideas and help with the CFP (and beyond, if reasonable), but also, no pressure either. I know you have a lot on your plate as well.

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

Been having fun learning another web framework called Litestar, and it's pretty great. It already has a lot of htmx support built in (particularly around request and response helpers).

I decided to add Litestar support to jinja2-fragments, a little library that allows rendering of individual "blocks" from Jinja templates.

When returning a response, you can choose to send the entire template, or just one of the blocks contained within the template.

https://github.com/sponsfreixes/jinja2-fragments

pythonbynight, to random
@pythonbynight@fosstodon.org avatar

I didn't think I would write over 1800 words about my hurt knee, but here we are.

If you're in the mood for something entirely NOT python related, moody, melancholy, and maybe a little entertaining... check out my latest post at Python By Night. 😅

https://pythonbynight.com/blog/magnetic-resonance-imaging

pythonbynight, to programming
@pythonbynight@fosstodon.org avatar

Considering submitting a talk to @djangocon once again, so decided to peruse the CFP for ideas...

TFW when you see your own name as one of the "examples from past years" 😅

#Django
#Python

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