FediScanner

#python

← Back

Day 7 of my challenge.

I decided to review melting data which is changing the format of a table from wide to long format.

github.com/sinocelt/useful-pan

I also started a repository for teaching Python to beginners. I hope to use some of this code eventually for a Python course or even a book!
github.com/sinocelt/learn-pyth

Show Original PostReport

ai エンジニア┃AIエンジニアになる方法┃python┃vscode

emilyselect.com/ai-%e3%82%a8%e

Show Original PostReport

How to Run Self-Hosted Link-in-Bio Tool with on

This article provides a guide for how to run self-hosted Link-in-Bio tool with LinkStack on AlmaLinux VPS.
🛠️ How to Run Self-Hosted Link-in-Bio Tool with LinkStack on AlmaLinux VPS
This guide walks you through installing and running LinkStack, a free and open-source alternative to Linktree, on an ...
Continued 👉 blog.radwebhosting.com/how-to-

Show Original PostReport

There is probably one line of #Python that I type more than any other (nontrivial) line:

`HERE = Path(__file__).parent`

This is obscenely useful for scripts or small projects but I find myself using it in projects of more appreciable size, too?

Show Original PostReport

Oh, days ago I posed the question: "When does an immutable type in Python becomes mutable?"

I said this was a trick question.

Here is the answer:
"When the immutable tuple for example is still in .txt format in your editor, you can change it all you want, its only after you import it into python that it becomes truly immutable."

#Development #Python #Tech #Technology

Show Original PostReport