Showing results 2071-2080 of >2,166 (page 208)
https://twisted.org/pipermail/twisted-python/2015-November/062402.html

[Twisted-Python] Migration to Git / GitHub Jonathan Vanasco twisted-python at 2xlp.com Wed Nov 18 12:19:52 MST 2015 Previous message (by thread): [Twisted-Python] Migration to Git / GitHub Next message (by thread): [Twisted-Python] Migration to Git / GitHub Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Nov 17, 2015, at 12:52 PM, Donald Stufft wrote: > I don’t disagree with the decision to not move to GitHub issues, however > if you wanted to you could do what Golang did to minimize the

https://mail.python.org/pipermail/python-ideas/2018-May/051011.html

[Python-ideas] Meta-PEP about built-in functions Nick Coghlan ncoghlan at gmail.com Wed May 23 09:46:22 EDT 2018 Previous message (by thread): [Python-ideas] Meta-PEP about built-in functions Next message (by thread): [Python-ideas] "Assignment expression" with function call-alike syntax Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 23 May 2018 at 07:28, Jeroen Demeyer < J.Demeyer at ugent.be > wrote: > Hello, > > Both PEP 573 and PEP 575 deal with built-in functions. Additionally, some

https://towardsdatascience.com/python-loops-a-complete-guide-on-how-to-iterate-in-python-b29e0d12211d/

Leveraging the power of loops in Python

https://atlee.ca/categories/python/

# Posts about python ## Learning Ruby as an experienced Python developer As I mentioned in my previous post , in my new role at Shopify, I've been doing backend development in Ruby. Previously I had been working nearly exclusively with Python for over ten years, so I was a bit nervous about the move. In addition to my regular work, I also tried to solve other types of problems using Ruby. Advent of code was a really great way to learn a new language. After nearly two years in the new role, I'd like to s

https://perrotta.dev/2022/02/python-interactive-completion/

Sometimes I fire up a python interpreter in my terminal for quick prototyping, but often forget what the standard library method signatures are. For example

https://storage.googleapis.com/dfslnrfxsqebse/combinations-python-code.html

Combinations Python Code at Patricia Madden blog Combinations Python Code. The module standardizes a core set of fast, memory efficient tools that are useful by themselves or in combination. A combination is a way of selecting objects from a set without regard to the order in which they are selected. Learn how to get all combinations of a python list, including with substitution, using the helpful itertools library. In this article, we will be learning how to find permutations and combinations using python

https://phillipsj.net/tags/python/

Skip to Main Menu Home About Buy me a coffee Projects Podcasts Talks Sessionize Archives Tags Skip to Content Toggle Sidebar Jamie Phillips Tag: Python Posted on 2026-07-26 Uploading a CSV Workout to TrainingPeaks using AI Posted on 2024-10-13 Review: Prompt Engineering for Generative AI Posted on 2024-09-15 Finding the Latest Version When It's Not Easy Using Python Posted on 2024-09-04 Custom Tools: Assists Posted on 2024-08-23 Cookiecutter Terraform Posted on 2024-01-28 Moving Data Stored in AWS S3 Posted

https://www.rockyourcode.com/til-docker-python-connection-refused/

Today I learned more about Docker and Python. The blog post Connection refused? Docker networking and how it impacts your image gives an approachable overview over networking with Docker. In the end you have to add the host with port 0.0.0.0 to your docker config: CMD ["flask", "run", "--host", "0.0.0.0"] Read more about Docker and Python on Itamar Turner-Tauring’s blog Python Speed

https://www.apl2bits.net/tag/python/

Apple II Bits Ivan Drucker’s BASIC to Python January 18th, 2016 9:41 AM by Ken Gagne Filed under Musings ; Comments Off on Ivan Drucker’s BASIC to Python Ivan Drucker is an unsung hero of the Apple II community. His line of programming utilities , networking tools , and Raspberry Pi applications might pigeonhole him as a software savant, but his contributions to the Apple II community extend across multiple media, including KansasFest presentations and Juiced.GS cover stories . It’s no surprise, then

https://developers.cloudflare.com/workers/languages/python/

Write Workers in 100% Python

‹ Prev Next ›