Skip to content

aliceSmartCastle/AdvencedPython

Repository files navigation

Abvenced python

                             This is copy idea is from 
                             https://www.pythontutorial.net/advanced-python/all-tutorial/

typingCheck.py

                              the python file of tyingParameter class you create the new class to inheritance it
                              to realize the anytype check of yourself

refencedata.py

                              it's the simple see the memeory handle of python!         
		                      if you del variable or variable=none,it reference counter of gc is      
	                         -1,if it value is 0,the variable can to ues anymore,because,it is      
		                     destroy by python gc,it memory is release by python.     

DecoratorsFunc.py

                             it's code for fourth Decorator 

decorator CalculateAny()

							 it's output the function *arg,**kwarg
							 infomation and funcrion running cost the time

decorator repeat()

                repeat the string context or output the  counter of '*' in your running the function

decorator DecoratorClass

                the claas of repeat() function,the output result is same of it

decorator JojoSay()

             the monkey patch of decorator,it alaway output the string.

TupleName.py

            codes from some namedtuple methods and functions

finally

functips-0.1-py3-none-any.whl

it packages form typingCheck.py and DecoratorsFunc.py,anyone can send to suegguestion and comment or tips same to it and so on... make me the this packages be better nya~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages