Search
Items tagged with: python
Registrador de teclas (keylogger) en Python para GNU/Linux. Enviar información por correo y autodestruirse.
En este artículo enseño como programar un keylogger avanzado que envía mensajes por correo electrónico y se autodestruye después de una fecha concreta. El código (lo…Freak Spot
EuroPython 2023 - Prague Congress Centre 17-23 July 2023 🎉
We’re delighted to provisionally announce that EuroPython 2023 will be held in Prague, at the Prague Congress Centre, between the 17th and 23rd of July, 2023. To stay up to date with the latest news please visit our website 👇
https://ep2023.europython.eu/
#pycon #europe #python #conferences
Registrador de teclas (keylogger) básico para GNU/Linux. Robar contraseñas e información tecleada
Una forma sencilla de robar contraseñas es instalar un registrador de teclas (keylogger) en el ordenador de la víctima. Voy a mostrar cómo hacerlo en GNU/Linux usando el…Freak Spot
Automate Mastodon interactions with Python
The federated Mastodon social network has gotten very popular lately.opensource.com
En #python los errores son eventos que ocurren durante la ejecución de un programa que impiden que el programa se ejecute ...
#atareaoConLinux
https://www.youtube.com/watch?v=bhyYgltGyfQ
Capturar errores en Python
En Python, los errores son eventos que ocurren durante la ejecución de un programa que impiden que el programa se ejecute correctamente. Hay varios tipos de ...YouTube
Get your statistics with textstat:
• Readability scores
• Syllable counts
• Word & Character counts
in multiple languages:
🇺🇸 🇬🇧 🇩🇪 🇪🇸 🇫🇷 🇮🇹 🇳🇱 🇵🇱 🇷🇺
pip install textstat
or check it out here:
https://github.com/textstat/textstat
#python #nlp
GitHub - textstat/textstat: python package to calculate readability statistics of a text object - paragraphs, sentences, articles.
:memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles. - GitHub - textstat/textstat: python package to calculate readability statistics of a t...GitHub
Aprende a programar con Python gratis con este curso: muy visual y con acceso a todo el código
En la actualidad saber programar abre muchas puertas en el mundo laboral, y sin duda una de las cosas que se puede decir a nuestro 'yo' de hace 10 años es:...José Alberto Lizana (Genbeta)
1️⃣ Using a try-except block with a `.get()` query and capturing the DoesNotExist exception
2️⃣ Using a query with `.exists()` and if-else
#django
#Python #OpenSource
https://github.com/sqlalchemy/sqlalchemy/commit/c76e3776f52d0d69c8c4932ba53626d7190cf5f4
https://github.com/wireservice/agate-sql/commit/74af1badd85408909ea72cb6ca8c0b223d178c6f
Deprecate bound metadata · sqlalchemy/sqlalchemy@c76e377
The :paramref:`_schema.MetaData.bind` argument as well as the overall concept of "bound metadata" is deprecated in SQLAlchemy 1.4 and will be removed in SQLAlchemy 2.0. The parameter as ...GitHub
if you are into Futurama, I wrote a little web app that gives you quote:
Futurama Quote Machine:
https://fqm.funinternetthings.com
You can view the code here if you are bored and want to look at a Django web framework test.
https://gitlab.com/abvavgjeremy/django_futurama_quote_machine
Flask version here:
https://gitlab.com/abvavgjeremy/futurama_quote_machine
AND, if you have any great quotes, send them over.
#Python #Futurama #Flask #Django
En resumen: Cambio de nombre, algunas funciones eliminadas en Polars, nuevas versiones de Ibis y dbt, análisis de datos circulares, y una llamada a no pasarnos de listos encadenando métodos https://astrojuanlu.substack.com/p/episodio-63 Apoya el noticiero suscribiéndote por correo 📫
#polars #ibis #dbt #pycircular #quibbler #aicodegeneration #pandas #pydata #python #noticieropythoncientifico #noticieropythonydatos
¿Saben como puedo hacer eso?
bpy.context.preferences.addons['AddRoutes'].preferences['AddR_System_Routes']
#addrouters #blender
#Argentino, amante de la #tecnologia, del #automovilismo, #basket y de #musica escucho mas que nada Rock y sus variantes (mas cercanas, nada experimental jaja), Metal y Grunge.
Actualmente trabajo como developer para una empresa, principalmente me encargo del CRM, que esta hecho enteramente por mi en #HTML, #CSS, #JS, #PHP y #MySQL.
Tambien he hecho cosas en #Python para el trabajo, principalmente para IoT con una Raspberry.
Y fan de !
#hiring #datascience #datascientist #python #rstats #SurveyMethodology
Data Analist (Junior)
Bedrijfsomschrijving: Onze klanten hebben een groeiende behoefte aan betekenisvolle data om verantwoorde beslissingen te kunnen nemen.Ipsos
"Introducing PyCircular: A Python Library for Circular Data Analysis - Circular data can present unique challenges when it comes to analysis and modeling" by Alejandro Correa Bahnsen, Medium, jan 24
PyCircular #Python addresses these challenges for periodic #data. The article presents an example where it is easy to make the mistake of using the arithmetic mean considering data as scalar instead of circular (hours of the day for transactions).
https://towardsdatascience.com/introducing-pycircular-a-python-library-for-circular-data-analysis-bfd696a6a42b
Introducing PyCircular: A Python Library for Circular Data Analysis
In this post, I’m introducing PyCircular, a specialized data analysis python library designed specifically for working with circular data. As one of the authors, I am excited to share this powerful…Alejandro Correa Bahnsen (Towards Data Science)
If you know of any other free optimization textbooks, then please let us know.
#orms #optimization #julialang #Python #Matlab
https://www.solvermax.com/resources/links/textbooks-about-optimization/convex-optimization
Check it here: https://github.com/awesome-spectral-indices/spyndex
You can use it for #numpy, (geo)pandas, #xarray, #dask and #EarthEngine! 🚀😉
#GISchat #EOchat
GitHub - awesome-spectral-indices/spyndex: Awesome Spectral Indices in Python.
Awesome Spectral Indices in Python. Contribute to awesome-spectral-indices/spyndex development by creating an account on GitHub.GitHub
🔴 20 fixes
🟡 1 API change
More details in the changelog: http://bit.ly/3ZQfoSG
You can upgrade with pip as usual:
pip install -U scikit-learn
The conda-forge builds will be available shortly:
conda install -c conda-forge scikit-learn
Thanks again to all the contributors!
#data #Python #software #ML #opensource #pydata #scipy #sklearn #machinelearning
Version 1.2.1
January 2023 Changed models: The following estimators and functions, when fit with the same data and parameters, may produce different models from the previous version. This often occurs due to cha...scikit-learn
Make your machine learning life a little easier!
Try TorchGeo:
• Datasets
• Samplers
• Models
💻: https://github.com/microsoft/torchgeo
📜: https://dl.acm.org/doi/10.1145/3557915.3560953
#machinelearning #datascience #python #deeplearning #kaggle #career #tech
GitHub - microsoft/torchgeo: TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data - GitHub - microsoft/torchgeo: TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial dataGitHub
https://git.mastodont.cat/spla/xat
#Python #OpenAI #API #Wrapper
xat
Aquest codi es connecta a l'API de OpenAI (els creadors de ChatGPT) i n'obté les respostes a les preguntes o comentaris rebuts dels usuaris d'un servidor Mastodon.Forgejo: Beyond coding. We forge.
https://github.com/jcrist/msgspec
I wrote up a quick example using it to parse and validate pyproject.toml files:
https://jcristharif.com/msgspec/examples/pyproject-toml.html
I think it's a pretty good demo of msgspec's capabilities.
GitHub - jcrist/msgspec: A fast and friendly JSON/MessagePack library, with optional schema validation
A fast and friendly JSON/MessagePack library, with optional schema validation - GitHub - jcrist/msgspec: A fast and friendly JSON/MessagePack library, with optional schema validationGitHub
#python @thepracticaldev
https://dev.to/szymon6927/hexagonal-architecture-in-python-1b0b
Hexagonal architecture in Python
Intro Hexagonal architecture is one of the styles of application architecture that you can...Szymon (DEV Community 👩💻👨💻)
Intentando mejorar/perfeccionar/optimizar el procesado con #Gimp y scripts con #Python y #OpenCV.
Todo sobre #Debian con #KDE.
#Softwarelibre y #Astronomia
En resumen: Versiones nuevas de Ibis y Fugue, análisis bayesiano de retención de cohortes, el futuro de la paquetería en Python, reuniones de PyData en Madrid y Granada, y ChatGPT escribiendo artículos https://astrojuanlu.substack.com/p/episodio-61 Apoya el noticiero suscribiéndote por correo 📫
#noticieropythoncientifico #ibis #fugue #pymc #chatgpt #pydata #python
#python #polars
https://pythonspeed.com/articles/polars-memory-pandas/
Why Polars uses less memory than Pandas
Polars is an alternative to Pandas than can often run faster—and use less memory!Itamar Turner-Trauring (Python⇒Speed)
Nuevo post en el blog! Continuando con la serie sobre #Flask y #SQLAlchemy 😄
En este artículo veremos como realizar consultas a una base de datos en nuestra aplicación Flask utilizando Flask-SQLAlchemy.
Esperamos que les sea útil!
https://juncotic.com/consultas-flask-sqlalchemy/
#python #dev #SQL
Consultas con Flask-SQLAlchemy - Junco TIC
En este artículo veremos como realizar consultas a base de datos utilizando Flask-SQLAlchemy, insertar, actualizar y eliminar registros.Andrea Navarro (JUNCO TIC)
PL I've used professionally:
#Java
#JavaScript
#TypeScript
#Python
#Golang
#PHP
DSLs:
#SQL, #Painless (ES), #JSX / #TSX, #CSS, #Lua (Redis)
PL I've used in school, university:
#Pascal
#C
#CPP
#MATLAB (heavy use at Politehnica University of Bucharest)
#NetLogo (dialect of Logo, which is in itself a dialect of Lisp, "turtles all the way down")
#Scala (good intro to functional concepts)
#Prolog
#VB6
#OpenCL
https://utcc.utoronto.ca/~cks/space/blog/python/DebianNoMorePython2
Discussions: https://discu.eu/q/https://utcc.utoronto.ca/~cks/space/blog/python/DebianNoMorePython2
#debian #linux #programming #python #unix
Chris's Wiki :: blog/python/DebianNoMorePython2 - discu.eu
Discussions and related articles for «Chris's Wiki :: blog/python/DebianNoMorePython2»discu.eu
Malicious PyPi packages create CloudFlare Tunnels to bypass firewalls
Six malicious packages on PyPI, the Python Package Index, were found installing information-stealing and RAT (remote access trojan) malware while using Cloudflare Tunnel to bypass firewall restrictions for remote access.Bill Toulas (BleepingComputer)
GitHub - seanthegeek/mastodon-dmarc-survey: A survey of DMARC deployment across all domains hosting public a Mastodon instance
A survey of DMARC deployment across all domains hosting public a Mastodon instance - GitHub - seanthegeek/mastodon-dmarc-survey: A survey of DMARC deployment across all domains hosting public a Mas...GitHub