내가 좋아할 만한 콘텐츠
Python is the #1 programming language in the world: bit.ly/2eNNcO9 - Proud to be part of this wonderful community. #positivepython
filter (function,iterable) - evaulate given iterable against a condition and creates new iterable with items passing that condition. #Python
map() creates a new iterable by applying a given function to every element of the source iterable. #Python
Generators are iterators where the values are generated at the time of need without creating or saving all items. #Python
Python treats mutable default arguments in function definitions differently #Python Here comes both good and bad practice.
Empty list ([ ]), zero (0), float zero ( 0.0 ), None and Empty String ( "") always evaluate to False. #Python
Checking whether two objects (lists, dictionaries, custom objects) you created are equal or not is called a test of identity in #Python.
Use get() method in #Python's dictionary to return a default value if key is not found. #programming
Comparisons can be chained arbitrarily in #python. x < y <= z is equivalent to x < y and y <= z
United States 트렌드
- 1. Austin Reaves 60.2K posts
- 2. #LakeShow 3,431 posts
- 3. jungkook 560K posts
- 4. Jake LaRavia 7,401 posts
- 5. Trey Yesavage 40.3K posts
- 6. $KITKAT 12K posts
- 7. Jeremy Lin 1,132 posts
- 8. #LoveIsBlind 4,902 posts
- 9. Happy Birthday Kat N/A
- 10. jungwoo 126K posts
- 11. #MakeOffer 21.9K posts
- 12. #Domain 22.3K posts
- 13. doyoung 90.4K posts
- 14. Blue Jays 63.3K posts
- 15. #PokemonTCGPocket 2,861 posts
- 16. Rudy Gobert 1,548 posts
- 17. Walt 6,474 posts
- 18. Kacie 1,991 posts
- 19. Dodgers in 7 1,732 posts
- 20. Pelicans 4,719 posts
내가 좋아할 만한 콘텐츠
-
Sony Music South India
@SonyMusicSouth -
Amit Trivedi
@ItsAmitTrivedi -
Sri Venkateswara Creations
@SVC_official -
Lingusamy
@dirlingusamy -
Ghibran Vaibodha
@GhibranVaibodha -
PyCon US
@pycon -
Nikil Murukan
@onlynikil -
Daily Python Tip 🐍🐧
@python_tip -
Rajasekar
@sekartweets -
anuprubens
@anuprubens -
Vishal Film Factory
@VffVishal -
PyCon Colombia
@pyconcolombia -
Surendhar MK
@SurendharMK -
✪ Tamasha Wijemanna
@tama_Wijemanne -
Socratica
@socratica
Something went wrong.
Something went wrong.