Results for py · 0.253s

Sponsored
www.python.org/downloads

Download Python | Python.org

Jun 22, 2001 · Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum in the Netherlands as a successor of a language called ABC. Guido remains Python’s …

Sponsored Partners
github.com/aws/amazon-redshift-python-driver

aws/amazon-redshift-python-driver

Redshift Python Connector. It supports Python Database API Specification v2.0. (⭐ 218)

www.reddit.com/r/MachineLearning/comments/1nf9noo/d_do_you_ever_miss_pytorchstyle_workflows

[D] Do you ever miss PyTorch-style workflows?

I used to contribute to PyTorch, and I’m wondering: how many of you shifted from building with PyTorch to mainly managing prompts for LLMs? Do you ever miss the old PyTorch workflow — datasets, me...

stackoverflow.com/questions/76376486/how-to-install-pytorch-with-cuda-support-using-conda

How to install Pytorch with CUDA support using conda?

Jun 1, 2023 · The cuda-pytorch installation line is the one provided by the OP (conda install pytorch -c pytorch -c nvidia), but it's reaaaaally common that cuda support gets broken when upgrading many …

github.com/pymeasure/pymeasure

pymeasure/pymeasure

Scientific measurement library for instruments, experiments, and live-plotting (⭐ 719)

github.com/chiachang100/quick-python-course

chiachang100/quick-python-course

This "Quick Python Course" Course is based on Naomi Ceder’s book, "The Quick Python Book 3rd Edition by Naomi Ceder". (⭐ 4)

spark.apache.org/docs/latest/api/python/index.html

PySpark Overview — PySpark 4.1.1 documentation - Apache Spark

Jan 2, 2026 · PySpark combines Python’s learnability and ease of use with the power of Apache Spark to enable processing and analysis of data at any size for everyone familiar with Python. PySpark …

stackoverflow.com/questions/6392739/what-does-the-at-symbol-do-in-python

What does the "at" (@) symbol do in Python? - Stack Overflow

96 What does the “at” (@) symbol do in Python? @ symbol is a syntactic sugar python provides to utilize decorator, to paraphrase the question, It's exactly about what does decorator do in Python? Put it …

stackoverflow.com/questions/6392739/what-does-the-at-symbol-do-in-python

What does the "at" (@) symbol do in Python? - Stack Overflow

96 What does the “at” (@) symbol do in Python? @ symbol is a syntactic sugar python provides to utilize decorator, to paraphrase the question, It's exactly about what does decorator do in Python? Put it …

stackoverflow.com/questions/6392739/what-does-the-at-symbol-do-in-python

What does the "at" (@) symbol do in Python? - Stack Overflow

96 What does the “at” (@) symbol do in Python? @ symbol is a syntactic sugar python provides to utilize decorator, to paraphrase the question, It's exactly about what does decorator do in Python? Put it …

github.com/PyThaiNLP/pythainlp

PyThaiNLP/pythainlp

Thai natural language processing in Python (⭐ 1113)

arxiv.org/abs/1611.00751v1

Porting the LSST Data Management Pipeline Software to Python 3

The LSST data management science pipelines software consists of more than 100,000 lines of Python 2 code. LSST operations will begin after support for Python 2 has been dropped by the Python community in 2020, and we must therefore plan to migrate th...

dasroot.net/posts/2026/02/python-314-new-features-what-changed-why-it-matters

Python 3.14 New Features: What's Changed and Why It Matters

Feb 7, 2026 · Python 3.14.0, released on October 7, 2025, introduces official support for free-threaded Python through PEP 779, marking a major milestone in Python’s concurrency capabilities. This …

www.infoworld.com/article/3975624/the-best-new-features-and-fixes-in-python-3-14.html

The best new features and fixes in Python 3.14 - InfoWorld

Oct 7, 2025 · Python 3.14 is now generally available. This article presents a rundown of the most significant new features in the next version of Python and what they mean for Python developers. …

stackoverflow.com/questions/79416748/how-to-change-python-version-in-google-collab

How to change python version in Google Collab - Stack Overflow

Feb 6, 2025 · I want to create a project using python 3.8 but the default of google collab is the latest python (in this case version 3.11) how can I run the python 3.8 version on google collab? I have tried …

stackoverflow.com/questions/32742093/how-to-access-python-from-command-line-using-py-instead-of-python

how to access python from command line using py instead of python

Sep 23, 2015 · If you just use py it will start the one that was defined as default. So the official way would be to install Python 3.x, declare Python 2.7 as the default, and the py command will do its job. But if …

stackoverflow.com/questions/9493086/python-how-do-you-run-a-py-file

windows - Python - How do you run a .py file? - Stack Overflow

Feb 29, 2012 · Check that python's bin folder is in your PATH, or you can do c:\python23\bin\python <filename.py>. Python is an interpretive language and so you need the interpretor to run your file, …

en.wikipedia.org/wiki/Ernie_Pyle

Ernie Pyle - Wikipedia

honoring Ernie Pyle titled &quot;Ernie Pyle – To Remember&quot;. The caption for Snoopy reads: &quot;Another C-Ration Has Been Consumed in Your Honor, Ernie Pyle... We&#039;ll

stackoverflow.com/questions/79416748/how-to-change-python-version-in-google-collab

How to change python version in Google Collab - Stack Overflow

Feb 6, 2025 · I want to create a project using python 3.8 but the default of google collab is the latest python (in this case version 3.11) how can I run the python 3.8 version on google collab? I have tried …

spark.apache.org/docs/latest/api/python/index.html

PySpark Overview — PySpark 4.1.1 documentation - Apache Spark

Jan 2, 2026 · PySpark combines Python’s learnability and ease of use with the power of Apache Spark to enable processing and analysis of data at any size for everyone familiar with Python. PySpark …

stackoverflow.com/questions/6392739/what-does-the-at-symbol-do-in-python

What does the "at" (@) symbol do in Python? - Stack Overflow

96 What does the “at” (@) symbol do in Python? @ symbol is a syntactic sugar python provides to utilize decorator, to paraphrase the question, It's exactly about what does decorator do in Python? Put it …

en.wikipedia.org/wiki/PyQt

PyQt - Wikipedia

PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in. PyQt is free software developed by the British firm Riverbank

stackoverflow.com/questions/32742093/how-to-access-python-from-command-line-using-py-instead-of-python

how to access python from command line using py instead of python

Sep 23, 2015 · If you just use py it will start the one that was defined as default. So the official way would be to install Python 3.x, declare Python 2.7 as the default, and the py command will do its job. But if …

stackoverflow.com/questions/9493086/python-how-do-you-run-a-py-file

windows - Python - How do you run a .py file? - Stack Overflow

Feb 29, 2012 · Check that python's bin folder is in your PATH, or you can do c:\python23\bin\python <filename.py>. Python is an interpretive language and so you need the interpretor to run your file, …

github.com/pycaret/pycaret

pycaret/pycaret

An open-source, low-code machine learning library in Python (⭐ 9708)

stackoverflow.com/questions/1957054/is-it-possible-to-compile-a-program-written-in-python

compilation - Is it possible to compile a program written in Python ...

I am new to the Python programming language. I was wondering if it is possible to compile a program to written in Python. Is it possible to convert Python scripts to some lower level programming

arxiv.org/abs/2405.12989v1

Pairing Powers of Pythagorean Pairs

A pair $(a, b)$ of positive integers is a pythagorean pair if $a^2 + b^2$ is a square. A pythagorean pair $(a, b)$ is called a pythapotent pair of degree $h$ if there is another pythagorean pair $(k,l)$, which is not a multiple of $(a,b)$, such that...

arxiv.org/abs/2101.08163v1

Pairing Pythagorean Pairs

A pair $(a, b)$ of positive integers is a pythagorean pair if $a^2 + b^2 = \Box$ (i.e., $a^2 + b^2$ is a square). A pythagorean pair $(a, b)$ is called a double-pythapotent pair if there is another pythagorean pair $(k,l)$ such that $(ak,bl)$ is a py...

github.com/sybrenstuvel/python-rsa

sybrenstuvel/python-rsa

Python-RSA is a pure-Python RSA implementation. (⭐ 491)

arxiv.org/abs/1904.08136v3

A Pyramid Scheme Model Based on "Consumption Rebate" Frauds

There are various types of pyramid schemes which have inflicted or are inflicting losses on many people in the world. We propose a pyramid scheme model which has the principal characters of many pyramid schemes appeared in recent years: promising hig...

stackoverflow.com/questions/38896424/tensorflow-not-found-using-pip

python - TensorFlow not found using pip - Stack Overflow

October 2020 update: Tensorflow now supports Python 3.5.x through Python 3.8.x, but you still have to use a 64-bit version. If you need to run multiple versions of Python on the same machine, you can …

Sponsored