So i started using #python this year. Yeah, yeah, i'm late to the party, i know.
But i'm still kinda suspicious about the widespread usage of python. The language isn't really my favourite, but the ecosystem is huge.
I still hold my stance that python isn't really suited for bigger applications or stuff that requires even the least amount of perf, but it's a wonderful tool to quickly hack stuff that must run once or must be super flexible.
RT @labs_mann: Streamline your downstream #proteomics data analysis with our new package just out in Bioinformatics. Automated, scalable results using just a few lines of #Python code. One-click installer and GUI included. All code is #opensource
@streamlit @maxstrauss
#proteomics #python #opensource
Poste en développement logiciel dans une société "grossiste" en assurances : https://is.gd/7hYiWJ
#odoo #python #herault #occitanie #jerecrute (pas moi)
#jerecrute #occitanie #herault #python #odoo
🧮 Dive into Simple Linear Regression! Establish correlations and predict outcomes. Import the dataset, preprocess the data, and fit it into a regression model using Python. 🤝🔍 #LinearRegression #DataPreprocessing #Python
https://medium.com/towards-data-science/simple-linear-regression-in-python-8cf596ac6a7c
#linearregression #datapreprocessing #python
Poranna porcja aktualizacji paczek w #Gentoo zakończona.
Testy w #libarchive 3.7.2 sypią się na 32-bitowych architekturach. Miejmy nadzieję, że to tylko kwestia testów dla wariantu zstd, który nie jest w stanie działać na 32-bitowych architekturach, a nie ogólniejszego błędu w kodzie.
https://github.com/libarchive/libarchive/issues/1968
Nie widać też żadnych postępów w temacie naprawy libarchive.pc:
https://github.com/libarchive/libarchive/issues/1766
https://github.com/libarchive/libarchive/issues/1819
google-auth usunęło zależność od six. Niestety, dalej brak postępów w kwestii zgodności z urllib3 w wersji 2:
https://github.com/googleapis/google-auth-library-python/pull/1290
#brotli 1.1.0 zaczęło się sypać na pypy3. Ktoś to nawet zgłosił, ale już widzę, jak bardzo to obchodzi Google'a. To rzekłszy, mamy tam traceback z RPythona, więc zgłoszę problem wprost do #PyPy.
#python #pypy #brotli #libarchive #gentoo
You can create multiple selections in Wing Pro to edit similar parts of your code concurrently. See the Edit > Multiple Selections menu and https://wingware.com/hints/multiselection for details. #pythonlanguage #python
#mojo (Modular AI’s/Chris Lattner’s) #python ‘superset’ was released last week (in the sense that they released the SDK whose license means they can revoke it at any time, or start charging for it, etc).
I watched the announcement at the time and while it looks interesting, the license was a big question mark. Well it’s not even bullshit like BUSL; just the future potential of “source availability”. I have no idea why anyone would use this.
1/2
'98 : Début de carrière avec des langages libres
les 3 P : #Perl puis #PHP et enfin au détour d'une pyconfr à Paris en 2012, #Python (et nan pas de #pascal;)
Je partais avec aucun background de DEV,... mais de comptable 🤓
Tout appris all alone, je sais pas ce qui m'a pris, l'engouement pour Linux et le "libre" sûrement 🤣
Et enfin cette semaine, qq décennies plus tard, je suis une formation "pro" sur ... Python krkrkr 👍
Me servira-t-elle ?
😎
#syndromeDeLimposteur
#syndromedelimposteur #pascal #python #php #perl
Tem dias que eu fico bem feliz com o resultado do meu sketch do dia :) #Processing #Python #py5
I've been working on getting my #WaitWait Stats API to work with #Pydantic 2 and was wondering why it was erroring out on one specific endpoint.
Turns out, it was a bug I introduced back when I was trying to optimize the `wwdtm` library and, if there was no data returned from a query, the key would be set to an empty list.
The problem? It's supposed to be an empty dictionary.
I had typed `[]` instead of `{}`.
😒😒😒
#waitwait #pydantic #python #fail
Pyenv + poetry really makes managing #python almost feel like a modern language. Almost.
FYI do **NOT** put your source code **inside** your #Python virtual environment. Editable installs are fine, but don't do something like `py -m venv some_env` and then put your code inside some_env as they canonical place to store it. Keep your virtual environment either as a subdirectory of your workspace or somewhere else entirely separate.
Pretend your virtual environment could be deleted at any moment if you need some guideline follow.
It has been eventful couple of weeks. First Mojo was finally released which runs Python much faster. Then Bun 1.0 was released which runs JS/TS much faster. This is great news since AI/ML will now require fewer compute resources and so many systems run JS/TS and will benefit from the speed boost once Bun is adopted.
It will take a while for these releases to be validated and used broadly, but both are ready for us to use today with our own scripts.
https://www.modular.com/blog/mojo-its-finally-here
https://bun.sh/blog/bun-v1.0
#Mojo #Bun #Python #JavaScript #TypeScript
#mojo #bun #python #javascript #typescript
Cheap LCD Uses USB Serial - Browsing the Asian marketplaces online is always an experience. Sometimes, you see... - https://hackaday.com/2023/09/11/cheap-lcd-uses-usb-serial/ #microcontrollers #hackadaycolumns #teardown #python #ch552 #lcd
#lcd #ch552 #python #teardown #hackadaycolumns #microcontrollers
@diazona @daria @LauraLangdon subprocess.Popen() is exactly one of the cases I run into as well.
The different rates are probably selection bias. I'm not usually going to the #python docs with simple questions about what to call the 'key' field in sorted() or whatever. I just grep my own code, since I know the use-case involved.
It's about all the weird constants in regex (a module I've completely given up on, largely due to the awful docs) or subprocess.
📣 Great news for all tech enthusiasts and speakers!
We've extended the Call for Papers (CFP) for PyLadiesCon 2023 by one more week, giving you extra time to submit your proposals.
CFP Due Date: September 17th
Speaker Notifications: October 10th
Take advantage of this incredible opportunity to be part of PyLadiesCon 2023.
Submit your proposal here! 👇
https://pretalx.com/pyladiescon-2023/cfp
🗂️ It's Time to Say Goodbye to These Obsolete Python Libraries
📝 With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good ... [...]
🔗 https://martinheinz.dev/blog/77
#development #python #interesstingread #jasonsfeedreader
#developers - how do you make a decision about which language to use?
I have a private project with a pal - no timeframe on it, we're very much doing it 'for fun'. We could whip it up with #Python fairly easily but we're keen to try out new stuff.
We talked about #PHP but neither of us are very enthusiastic.
We've settled on building the first step in #Rust, #Haskell and Python - to give ourselves an idea of which one looks like fun.
So the question, really - if you're starting a project and there's no clear reason to use language a over b, how to you make that decision?
#developers #python #php #rust #haskell
pyOpenSci is looking for a community manager to support community development, creation of training materials and DEIA work within the pyOpenSci and #opensource #openscience #python community. #jobs Please spread the word - https://www.pyopensci.org/blog/pyOpenSci-hiring-community-manager-fall-2023.html
send questions to admin@pyopensci.org
#opensource #openscience #python #jobs