est.social on üks paljudest sõltumatutest Mastodoni serveritest, mida saab fediversumis osalemiseks kasutada.
est.social on mõeldud Eestis üldkasutatavaks Mastodoni serveriks. est.social is meant to be a general use Mastodon server for Estonia.

Administraator:

Serveri statistika:

92
aktiivsed kasutajad

#python

98 postitusega92 osalejaga4 postitust täna

Grab the #Python From Beginner to Advanced Humble Bundle by Packt! Whether you're just starting out or diving into advanced topics, this bundle has something for everyone 🐍📚 Get a great deal & support the PSF– only 3 days left, so grab the bundle today!
humblebundle.com/books/python-

Humble BundleHumble Tech Book Bundle: Python: From Beginner to Advanced by PacktLearn beginner and advanced Python skills with this library of coding and programming courses by Packt. Pay what you want & support charity!

I am in urgent job search mode, so I'm gonna throw this out here and see if anything comes of it.

I am a #Canadian, fluent in both #English and #French. I have experience with several programming languages. My strongest proficiency is with #Haskell and #C. I also have a reasonable grasp of #HTML, #JavaScript, #SQL, #Python, #Lua, #Linux system administration, #bash scripting, #Perl, #AWK, some #Lisp (common, scheme, and emacs), and probably several others I've forgotten to mention.

I am not necessarily looking for something in tech. I just need something stable. I have done everything from software development, to customer support, to factory work, though my current circumstances make in-person work more difficult than remote work. I have been regarded as a hard worker in every job I have ever held.

Байесовская собака: анализ пёсьего компаса

Ориентируются ли собаки по компасу, когда делают свои грязные дела? Оказывается — да! Если вам интересно, как можно это подтвердить в домашних условиях, используя компас, Байесовскую статистику и собаку (собака не включена), то добро пожаловать под кат.

habr.com/ru/articles/895332/

ХабрБайесовская собака: анализ пёсьего компасаtl;dr Ориентируются ли собаки по компасу, когда делают свои грязные дела? Оказывается — да! Если вам интересно, как можно это подтвердить в домашних условиях, используя компас, Байесовскую статистику...

Anyone out there got any tips on converting ERA5 .grib files? Trying to get a load of data for a project at work and running up against the CDSAPI computation limits for netcdf files (unless I want to split files daily massively increasing the number of total requests). Running up against error after error with xarray, earthkit and cfgrib when trying to convert. Would love some help.

Python Fun. A mathematical oddity.

Some numbers, when multiplied by consecutive numbers, produce a bit of a cycle. Try this code and notice that all the answers are permutations of the same number, 142857.

When you've exhausted your fun running it, increment the number to see what 142857 * 7 gives you.

def cycle_142857():
n = 142857
print("\nWatch this cycle:")
for i in range(1, 7):
print(f"{n} × {i} = {n * i}")

Cheers, #CreativeCoding friends!
I'm going to try out something, let's see what happens... next Saturday (2025-03-29) and possibly on some other Saturdays after that. I'm going to host an online space where I show something about Creative Coding with #Python and #py5. I'm calling it "Python Creative Coding Free Walking Tour". I'll also do some "py5 Office Hours", Q&A and on-boarding.

It will be free, and I'll accept donations, just like the free walking tour we have showing off nice spots of São Paulo for tourists. I hope it will be even better than that: as I studied architecture I find the tour guide's explanations a bit over the top and sometimes missing the point, but maybe mine will also be an over the top creative coding tour, who knows? you'll have to judge by yourselves.

The first, "walking tour" part will be from 11:00AM BRT (UCT -3) to 12:00 and then, the second, "office hours" part, will be from 12:15 to 13:00, when people will be able to ask me anything about py5 and I'll try to answer to the best of my knowledge, it will also be an opportunity to get help setting up your tools/environment in order to take your first steps drawing with code.

Python Creative Coding Walking Tour - HackMD
HackMDPython Creative Coding Walking Tour - HackMD`jonas.agx@gmail.com