What will be the output of the following Python code?
Anonymous Quiz
15%
[ (‘first’, 100), (‘second’, 200), (‘third’, 300) ]
26%
Options: SyntaxError: invalid syntax
59%
{‘first’: 1, ‘second’: 2, ‘third’: 3}
What is the output of the following function call
Anonymous Quiz
24%
5
43%
15
12%
(5, 15)
21%
Syntax Error
📲 Create Numpy Array in Python
https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
@pythonl
https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
🐉 Dragon Curve in Python
Dragon curve fractal made with Python.
git clone https://github.com/francofgp/dragon-curve
cd dragon-curve/
🦾 Github
➡️ Read
@pythonl
Dragon curve fractal made with Python.
git clone https://github.com/francofgp/dragon-curve
cd dragon-curve/
🦾 Github
➡️ Read
@pythonl
🏎 DeepSpeed
DeepSpeed is an easy-to-use deep learning optimization software suite that enables unprecedented scale and speed for Deep Learning Training and Inference.
🦾 Github
💫 Getting Started
@pythonl
DeepSpeed is an easy-to-use deep learning optimization software suite that enables unprecedented scale and speed for Deep Learning Training and Inference.
🦾 Github
💫 Getting Started
@pythonl
⏳ Wall vs CPU time, or the cost of asyncio Tasks
https://threeofwands.com/careful-with-tasks/
@pythonl
https://threeofwands.com/careful-with-tasks/
@pythonl
Crawl Websites Using Python
https://www.nbshare.io/notebook/821307749/Crawl-Websites-Using-Python/
@pythonl
https://www.nbshare.io/notebook/821307749/Crawl-Websites-Using-Python/
@pythonl
🐼 Pandas Dataframe Index in Python
https://www.pythonforbeginners.com/basics/pandas-dataframe-index-in-python
@pythonl
https://www.pythonforbeginners.com/basics/pandas-dataframe-index-in-python
@pythonl
🔘 ZeroIntensity/pointers.py
Bringing the hell of pointers to Python.
⚙️ Github
📄 Docs
@pythonl
Bringing the hell of pointers to Python.
python3 -m pip install -U pointers.py
⚙️ Github
📄 Docs
@pythonl
📡 A mock object is meant to simulate any API for the purposes of testing.
https://www.pythondoeswhat.com/
@pythonl
https://www.pythondoeswhat.com/
@pythonl