es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

News & links about Python programming. https://pythonhub.dev/

Mostrar más
2 526
Suscriptores
-224 horas
-67 días
+1330 días
Archivo de publicaciones
Web Scraping With Python — A Complete Guide 2023 https://serpdog.io/blog/web-scraping-with-python/
Web Scraping With Python — A Complete Guide 2023 https://serpdog.io/blog/web-scraping-with-python/

Google announces the list of 574 Python packages in its new "Assured Open Source Software" service https://www.reddit.com/r/Python/comments/12nxsop/google_announces_the_list_of_574_python_packages/

Django: How to profile and improve startup time Your Django project’s startup time impacts how smooth it is to work with. Django has to restart ... https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/

Joblib: Running Python functions as pipeline jobs https://joblib.readthedocs.io/en/latest/index.html

The Tech Stack of a One-Man SaaS In this post I'll describe the tools and services I use to run my SaaS business. From programming ... https://anthonynsimon.com/blog/tech-stack/

PySpark and Parquet: Elegant Python DataFrames and SQL PySpark has excellent support for querying ... https://codesolid.com/using-pyspark-and-parquet/

The EU proposed CRA law may have unintended consequence for the Python ecosystem https://pyfound.blogspot.com/2023/04/the-eus-proposed-cra-law-may-have.html

Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha https://simonwillison.net/2023/Apr/12/code-interpreter/

Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT https://github.com/santiagobasulto/ipython-gpt

Accessing MS Access databases from Python and Django Have you ever needed to use data from a Microsoft Access database on a Django project? If so, you ... https://spapas.github.io/2023/03/22/access-microsoft-access-python-django/

Aura – Python source code auditing and static analysis on a large scale https://github.com/SourceCode-AI/aura

An Intro to Textual – Creating Text User Interfaces with Python Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may ... https://www.blog.pythonlibrary.org/2023/03/28/an-intro-to-textual/

audioflux A library for audio and music analysis, feature extraction. https://github.com/libAudioFlux/audioFlux

swingmusic Open-source music player for local audio files, built with both visual coolness and functionality in mind. https://github.com/swingmusic/swingmusic

ReactPy Reactive user interfaces with pure Python. https://github.com/reactive-python/reactpy

Using "any" and "all" in Python Python's any and all functions are very helpful, but often overlooked. You can combine any and all with generator expressions to check whether all (or any) items within a list match a specific condition. https://www.pythonmorsels.com/any-and-all/

Raw SQL, SQL Query Builder, or ORM? Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? This video explores the pros and cons of each option, allowing you to make an informed decision based on your specific needs. Choosing the wrong technology for your project can be a costly mistake, so it's crucial to understand these tools. https://www.youtube.com/watch?v=x1fCJ7sUXCM

cy-root Python package containing root-finding methods written in Cython. https://github.com/inspiros/cy-root