Create rangebased on lists or values of the range itself. Range any type. Can you imagine?

Overview

funcao-allrange-for-python3

Create rangebased on lists or values of the range itself. Range any type. Can you imagine?

WARNING!!!

THIS MODULE DID NOT COME TO REPLACE THE RANGE() FUNCTION
NOTE: So much so that they can work or be implemented together and at the same time in your code.

For reasons of not being able to select the beginning and the end (if it is, until the jump) of values ​​in an already existing list, I created the allrange. Basically it does what the name says. But giving more control over dynamic and static lists. From an existing list or even one dynamically created by range(x, y), I can do the same as a range() would do in, for example:

In a range() I would do:
for num in range(1, 5): print(num)

#or

numbers = range(1, 5)
for num in numbers: print(num)

See that in range() I select exactly the beginning and end of these numeric values.
Now with allrange():

For elements of type string.
names = ["Felipe", "Paulo", "Lopéz", "Carla"]
for name in allrange(2, 4, names): print(name)

INPUT:
* Paul
* Lopez
* Carla
For elements of type int.
numbers = [1, 2, 3, 4, 5, 6]
for num in allrange(2, 4, numbers): print(num)


INPUT:
* 2
* 3
* 4
For elements of all kinds.

Which is where the name of the function came from. "all range"

dynamicList = ["Python", 2, "PHP", "C#", 23, 55, [1, "JS"], {"Your favorite language:": "Python"}, (1, 3, 4, 5 )]
for dynlist in allrange(1, 9, dynamicList): print(dynlist)

INPUT:
* Python
* 2
* PHP
* C#
* 23
* 55
* [1, 'JS']
* {'Your favorite language:': 'Python'}
* (1, 3, 4, 5)
You can even do the following using the range() function together with allrange()
for x in allrange(2, 5, range(1, 11)): print(x)

INPUT:
* 2
* 3
* 4
* 5
That is, you have great power to generate and control data more dynamically, even using the range() function.
Owner
farioso-fernando
Que o poder esteja com as vacas! 🐄
farioso-fernando
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.

Download and display GOES-East and GOES-West data GOES-East and GOES-West satellite data are made available on Amazon Web Services through NOAA's Big

Brian Blaylock 88 Dec 16, 2022
A sage package for working with circular genomes represented by signed or unsigned permutations

Circular genome tools (cgt) A sage package for working with circular genomes represented by signed or unsigned permutations. It includes tools for con

Joshua Stevenson 1 Mar 10, 2022
Forward RSS feeds to your email address, community maintained

Getting Started With rss2email We highly recommend that you watch the rss2email project on GitHub so you can keep up to date with the latest version,

248 Dec 28, 2022
Source for the Fedora Silverblue and Kinoite variants.

Source for the Fedora Silverblue and Kinoite variants.

Fedora Kinoite 7 Aug 20, 2022
fetchmesh is a tool to simplify working with Atlas anchoring mesh measurements

A Python library for working with the RIPE Atlas anchoring mesh. fetchmesh is a tool to simplify working with Atlas anchoring mesh measurements. It ca

2 Aug 30, 2022
A collection of Python library code for building Python applications.

Abseil Python Common Libraries This repository is a collection of Python library code for building Python applications. The code is collected from Goo

Abseil 2k Jan 07, 2023
🤖️ Plugin for Sentry which allows sending notification via DingTalk robot.

Sentry DingTalk Sentry 集成钉钉机器人通知 Requirments sentry = 21.5.1 特性 发送异常通知到钉钉 支持钉钉机器人webhook设置关键字 配置环境变量 DINGTALK_WEBHOOK: Optional(string) DINGTALK_CUST

1 Nov 04, 2021
Now you'll never be late for your Webinars or Meetings on the GoToWebinar Platform

GoToWebinar Launcher : Now you'll never be late for your Webinars or Meetings on the GoToWebinar Platform About Are you popular for always being late

Jay Thorat 6 Jun 07, 2022
Simple GUI menu for micropython using a rotary encoder and basic display.

Micropython encoder based menu This is a simple menu system written in micropython. It uses a switch, a rotary encoder and an OLED display.

80 Jan 07, 2023
Contain the customization I made for my Linux rice.

dotfiles Contain the customization I made for my Linux rice. Credit and Respect Polybar Autohide Fulltime Rofi by adi1090x (only include my personal r

sora 3 Apr 04, 2022
Block the annoying Token Grabbers on your discord

General We have seen that in the last time many discord servers are infected by fake discord nitro links we want to put an end to this and have develo

BadTiger Network 2 Jul 16, 2022
Random Turkish name generator with realistic probabilities.

trnames Random Turkish name generator with realistic probabilities. Based on Trey Hunner's names package. Installation The package can be installed us

Kaan Öztürk 20 Jan 02, 2023
Aplicação que envia regularmente um email ao utilizador com todos os filmes disponíveis no cartaz dos cinemas Nos.

Cartaz-Cinemas-Nos Aplicação que envia regularmente uma notificação ao utilizador com todos os filmes disponíveis no cartaz dos cinemas Nos. Só funcio

Cavalex 1 Jan 09, 2022
The little-endian version of MessagePack

MessagePackEL This is the little-endian version of MessagePack, except the endianness is different, the rest is exactly the same as MessagePack. C lib

dukelec 9 May 13, 2022
Structured, dependable legos for Starknet development.

cairomate • Structured, dependable legos for starknet development. Directory Structure contracts ├─ defi │ ├─ ChainlinkPriceOracle — "Simple price or

andreas 127 Nov 23, 2022
Análise do Aplicativo Prévias PSDB 2021

Análise do Aplicativo Prévias PSDB 2021 Com a recente polêmica sobre o aplicativo usado nas Prévias do PSDB de 2021, fiquei curioso para saber como er

Paulo Matias 18 Jul 31, 2022
A Python version of Canvacord

A copy of canvacord made in python! Table of contents Installation Examples Creating Images Links Downloads Installation Run any of these commands in

10 Mar 28, 2022
Excel cell checker with python

excel-cell-checker Description This tool checks a given .xlsx file has the struc

Paul Aumann 1 Jan 04, 2022
PIP VA TASHQI KUTUBXONALAR

39-dars PIP VA TASHQI KUTUBXONALAR KIRISH Avvalgi darsimizda Python bilan birga o'rnatluvchi, standart kutubxona va undagi ba'zi foydali modullar bila

Sayfiddin 3 Nov 25, 2021
Basic Hspice runner with Python

HSpicePy Bilgisayarınıza PATH değişkenlerine eklediğiniz HSPICE programını python ile çalıştırmanızı sağlayan basit bir araç. A simple tool that allow

1 Nov 16, 2021