This article brings you relevant knowledge about Python, which mainly organizes issues related to unpopular techniques, including the first library, tqdm library, delattr, !cmd operation, and this library Let’s take a look at the content below. I hope it will be helpful to everyone.
【Related recommendations: Python3 video tutorial】
first library
Yes, that’s it first
, this is the name of the library, currently 124 stars
first is an MIT-licensed Python package with a simple function that returns the first true value from an iterable, or None if there is none. If you need more power, you can also supply a key function that is used to judge the truth value of the element or a default value if None doesn't fit your use case.
To put it simply, the first correct traversable object will be returned.
As in the first example, the first correct traversable object is `77`
from first import firstprint(first([0, None, False, 77,[], (), 42]))
The second example uses the re regular, and I made changes based on it so that everyone can Easier to understand.
import refrom first import first re1 = re.compile('(.)b(.*)')re2 = re.compile('a(.*)')# re1,re2换位置结果变化m = first(regexp.match('abcwerfwer') for regexp in [ re2,re1])print(m)if not m: print('no match!')elif m.re is re1: print('re1', m.group(1))elif m.re is re2: print('re2', m.group(1))#<re.match>#re2 bcwerfwer</re.match>
re1,re2
Change the position and the result changes
import refrom first import first re1 = re.compile('(.)b(.*)')re2 = re.compile('a(.*)')m = first(regexp.match('abcwerfwer') for regexp in [re1, re2])print(m)if not m: print('no match!')elif m.re is re1: print('re1', m.group(1))elif m.re is re2: print('re2', m.group(1))#<re.match>#re1 a</re.match>
tqdm library
This is a very interesting library,stars
It’s not too much, but it can bring a ripple to your ordinary coding life.
Share a piece of code that reads data and inserts it. I want to insert the data into df2
. I just need to add a step before range
to achieve visualization. Give it to you Bringing a touch of joy in the boring coding time
from tqdm import tqdm# 还可以用以下办法是一个道理# from tqdm import trange# for i in trange(0,len(year),96):print(len(year))for i in tqdm(range(0,len(year),96)): # print(temp[i:i+96],len(temp[i:i+96])) try: df2.loc[index,3:99] = list(np.insert(df2.values[:,3:99], index, values=temp[i:i+96], axis=0)[index]) # print(temp[i:i+96]) # df.insert(1, '0:00', value=temp[i:i+96], allow_duplicates=True) # print(index,'+',len(year)) except Exception as e: pass index+=1
delattr
python built-in attribute, used to delete the class
class Attributes in the class, let’s take a random question from Niuke.com as an example
There is only one __init__
attribute in the ListNode
class,# The ##delattr function is to artificially delete this attribute. At the first
a, the value of
self.val will be printed on the console, but the next
a## will be printed on the console. TypeError: ListNode() takes no arguments
will appear at #. This is because the attribute __init__
has been deleted, so there is no need to pass in the x value, so an error occurs <pre class="brush:php;toolbar:false">class ListNode:
def __init__(self, x):
self.val = x
self.next = None
print(self.val)class Solution:
def reverseBetween(self , head: ListNode, m: int, n: int) -> ListNode:
a = ListNode(1)
delattr(ListNode, '__init__')
a = ListNode(1)# 报错b= Solution()b.reverseBetween(1,2,3)</pre>
!cmd operation
Console input
!cmd can directly enter the command prompt mode, both spider and pycharm can be used
this library
This library may be wiped out by all the post-00s generation
PythonPoetry<pre class="brush:php;toolbar:false">#分享一首诗给大家,每个版本都有import this</pre>
[Related recommendations:
The above is the detailed content of Summarize and share the unpopular skills of Python. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于Seaborn的相关问题,包括了数据可视化处理的散点图、折线图、条形图等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于进程池与进程锁的相关问题,包括进程池的创建模块,进程池函数等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于简历筛选的相关问题,包括了定义 ReadDoc 类用以读取 word 文件以及定义 search_word 函数用以筛选的相关内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于数据类型之字符串、数字的相关问题,下面一起来看一下,希望对大家有帮助。

VS Code的确是一款非常热门、有强大用户基础的一款开发工具。本文给大家介绍一下10款高效、好用的插件,能够让原本单薄的VS Code如虎添翼,开发效率顿时提升到一个新的阶段。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于numpy模块的相关问题,Numpy是Numerical Python extensions的缩写,字面意思是Python数值计算扩展,下面一起来看一下,希望对大家有帮助。

pythn的中文意思是巨蟒、蟒蛇。1989年圣诞节期间,Guido van Rossum在家闲的没事干,为了跟朋友庆祝圣诞节,决定发明一种全新的脚本语言。他很喜欢一个肥皂剧叫Monty Python,所以便把这门语言叫做python。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version
Visual web development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
