iwantcoding
.com
Tutorials
▾
Web Frontend
HTML
CSS
HTML5
CSS3
JavaScript
TypeScript
Sass
React
Vue
Svelte
Tailwind
Backend
Python
PHP
Node.js
Java
Go
Rust
Ruby
C#
Databases
SQL
MySQL
PostgreSQL
MongoDB
Firebase
GraphQL
Redis
Mobile
React Native
Flutter
Swift
Kotlin
Ionic
Cloud & DevOps
AWS
Docker
Kubernetes
CI/CD
Linux/Bash
AI & Data
NumPy/Pandas
Machine Learning
TensorFlow
PyTorch
LangChain
RAG
Cybersecurity
XSS
SQL Injection
CSRF
OWASP Top 10
Cryptography
Ethical Hacking
Tools
Git
DSA
Design Patterns
RegEx
VS Code
Specialty
Game Dev
WordPress
Web3/Solidity
Three.js
Capstone
Enterprise Architecture
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
TYPESCRIPT
REACT
NODEJS
MONGODB
DOCKER
GIT
TAILWIND
GRAPHQL
LINUX-BASH
AWS
KUBERNETES
VUE
SVELTE
SASS
THREEJS
GO
RUST
JAVA
RUBY
CSHARP
WORDPRESS
POSTGRESQL
MYSQL
REDIS
FIREBASE
REACT-NATIVE
FLUTTER
SWIFT
KOTLIN
IONIC
CICD
NUMPY-PANDAS
ML
TENSORFLOW
PYTORCH
LANGCHAIN
XSS
SQLI
CSRF
OWASP
CRYPTO
DSA
DESIGN-PATTERNS
REGEX
VSCODE
GAMEDEV
WEB3
ENTERPRISE
CAPSTONE
ETHICAL-HACKING
🔥 Daily
👥 Rooms
🏆 Top
Log in
Sign up
AI ✨
Python Tutorial
BOSS QUIZ
10 questions · 5 minutes · pass at 70% to clear the track.
05:00
Start
Q1.
Inspect at runtime via…
from Python Keywords
sys.keywords
keyword.kwlist
dir()
__keywords__
Q2.
After 100% completion you can…
from Python HOME
Claim a certificate
Become an admin
Submit pull requests
Reset other users
Q3.
Full-Stack Foundations bundle requires…
from Python Certificate
Python only
HTML + CSS + JavaScript + SQL + Python
JavaScript + SQL
CSS + Python
Q4.
Avoid using these names as variables…
from Python Keywords
Anything starting with _
Keywords and built-ins like list/dict/id
Capitalised words
CamelCase
Q5.
readlines() returns…
from Python Read Files
A generator
A list of lines (with newlines kept)
A tuple
None
Q6.
Assigning a list to a second name…
from Python Variables
Copies it
Makes both names point at the same object
Locks it
Empties the first
Q7.
After the tutorial, useful next stops include…
from Python Summary
asyncio, pytest, FastAPI
COBOL, Fortran 77
Excel macros
Mainframe JCL
Q8.
Show the figure with…
from Matplotlib Tutorial
plt.print()
plt.draw()
plt.show()
plt.render()
Q9.
Pathlib write a string with…
from File Methods
Path(p).write_text(s)
Path(p).write(s)
Path(p).put(s)
Path(p).save(s)
Q10.
Last item using slicing…
from List Methods
lst[-1]
lst[len-1]
lst.last()
lst.end
Submit
Back to Python Tutorial
🏆
Achievement unlocked!