social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#python3

1 post1 participant0 posts today

I coded my first bit of #python this evening.

Just a quick optimization of someone else's code. Took about 10 minutes, including the time needed to familiarize myself with how the language works and the documentation of a dependency.

Anyway, that reduced the time needed to process the example file I had at hand from a minute to... 5 seconds. 👀

Сделал тут небольшой блоговый скрипт на кодберге залит уже.
https://codeberg.org/DarkShy/Markdown-blogging-system/
Жду критику, но предупрежу, что опыта в подобных делах - минимум. Посему, надеюсь на вашу помощь <3

#codeberg #python #pythondev #blog #python3 #flask

Codeberg.orgMarkdown-blogging-systemMarkdown blogging system on python language

My checklist program is complete.

Now I'm adding a planning program to have all necessary info (aerodromes, frequencies, waypoints etc) at hand.

Wanted to add live AIP data. Deutsche Flugsicherung is offering an API.

But... browser blocks it: CORS.

🙄 *sigh*

Due to Browser security I have to run a local HTTP server anyways. Thus I've extended it to act as a proxy. And added POST request processing.