Arama Sonuçları: "#PythonStdLib"

20 sonuç
Mike Driscoll
Mike Driscoll@driscollis·
#Python Pro Tip 🐍🔥 🛠️ Familiarize yourself with Python's standard library. It's like a treasure trove – you'll often find what you need before reaching for 3rd-party packages. #PythonStdLib There are over 200 libraries in there after all!
English
0
0
0
3.6K
Mike Driscoll
Mike Driscoll@driscollis·
Have you tried the `bisect` module in #Python 🐍 ? #PythonStdLib 🔥 Here's an example of using bisect to calculate letter grades:
Mike Driscoll tweet media
English
0
0
0
8.2K
Mike Driscoll
Mike Driscoll@driscollis·
#Python has over 200 modules! Today we will look at the `bz2` module This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. Here is an example of reading and writing with bz2 #PythonStdLib 🐍🔥
Mike Driscoll tweet media
English
0
0
0
6.3K
Mike Driscoll
Mike Driscoll@driscollis·
Today is a great day to learn about #Python's `argparse` module! The argparse module makes it easy to write user-friendly command-line interfaces. #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
Thanks for reading my short thread on #Python's amazing `atexit` module! You should give `atexit` a try. It looks like a really handy module. Follow me to learn more abut Python and its amazing modules #PythonStdLib 🐍🔥
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python includes more than 200 modules as a part of its standard library. Today we will look at the `atexit` module #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
Thanks for reading my short thread on #Python's amazing `atexit` module! You should give `atexit` a try. It looks like a really handy module. Follow me to learn more about Python and its amazing modules #PythonStdLib 🐍🔥
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python includes more than 200 modules as a part of its standard library. Today we will look at the `atexit` module #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
Let's talk about the `binascii` module in #Python! The `binascii` module contains a number of methods to convert between binary and various ASCII-encoded binary representations. #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
Did you know #Python has a `cmd` module? It "provides a simple framework for writing line-oriented command interpreters." According to the docs, `cmd` is "useful for test harnesses, administrative tools, and prototypes" #PythonStdLib 🐍🔥
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python has several math-related libraries built-in. Let's talk about `cmath` today! #module-cmath" target="_blank" rel="nofollow noopener">docs.python.org/3/library/cmat… #PythonStdLib 🐍🔥
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
@nightcrow Once I have some more on YouTube, I will make a playlist there. I have been using this hash tag for Twitter though: #PythonStdLib
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python has more than 200 libraries included in its standard library 🤯💥 But did you know that Python has a `calendar` module? 🐍📆 Let's find out how to use it in this mini-thread! #PythonStdLib 🐍🔥
English
0
63
358
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python has over 200 modules! Today we will look at the `bz2` module This module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm. Here is an example of reading and writing with bz2 #PythonStdLib 🐍🔥
Mike Driscoll tweet media
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python has a `builtins` module. Why? Because sometimes you have to shadow builtin functions, like `open()` or `int()` When that happens, you can use `builtins` to rescue you! #PythonStdLib 🐍🔥
Mike Driscoll tweet media
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
#Python has TONS of great module built-in. One that is rarely talked about is the `bdb` module! The bdb module handles basic debugger functions, like setting breakpoints or managing execution via the debugger. #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0
Mike Driscoll
Mike Driscoll@driscollis·
Have you tried the `bisect` module in #Python 🐍 ? #PythonStdLib 🔥 According to the docs, "this module provides support for maintaining a list in sorted order without having to sort the list after each insertion." Here's an example of using bisect to calculate letter grades:
Mike Driscoll tweet media
English
4
20
95
0
Mike Driscoll
Mike Driscoll@driscollis·
Let's talk about the `binascii` module in #Python! The `binascii` module contains a number of methods to convert between binary and various ASCII-encoded binary representations. #PythonStdLib 🐍🔥 🧵👇
English
0
0
0
0