Python programming codes
43 subscribers
25 photos
1 video
83 files
82 links
Uploading All programming codes are updating Daily
ask doubts in comment box 🎁☑️
Download Telegram
#String operations fourth one is slickng

#slicing is string[start:stop:end]

string = "Hello World!"
print(string[6:11]) # "World"
print(string[:5]) # "Hello"
print(string[7:]) # "World!"
print(string[6:11:1]) # "World"
print(string[:5:-2]) # "!lo"
print(string[7::2]) # "ol!"
🔰 List of all errors 🔰

- 400 (Bad request)

- 401 (Authorization required)

- 402 (Payment required)

- 403 (Forbidden)

- 404 (Not found)

- 405 (Method not allowed)

- 406 (Not acceptable)

- 407 (Proxy authentication required)

- 408 (Request Timeout)

- 409 (Conflict)

- 410 (Gone)

- 411 (Length required)

- 412 (Precondition failed)

- 413 (Request entity too large)

- 414 (Request URI too large)

- 415 (Unsupported media type)

- 416 (Request range not satisfiable)

- 417 (Expectation failed)

- 422 (Unprocessable entity)

- 423 (Locked)

- 424 (Failed dependency)

- 500 (Internal server error)

- 501 (Not Implemented)

- 502 (Bad gateway)

- 503 (Service unavailable)

- 504 (Gateway timeout)

- 505 (HTTP version not supported)

- 506 (Variant also negotiates)

- 507 (Insufficient storage)

- 510 (Not extended)
👍2
Important Computer Shortcuts 💻
Python programming codes pinned «🔰 List of all errors 🔰 - 400 (Bad request) - 401 (Authorization required) - 402 (Payment required) - 403 (Forbidden) - 404 (Not found) - 405 (Method not allowed) - 406 (Not acceptable) - 407 (Proxy authentication required) - 408 (Request Timeout)…»
Normal people's and programmers using words in regular life
Normal people's : programmers
Empty : Null
Fixing : Debugging
And so on : loops
Every single : for each
1 : 0
English, Hindi, German : python, Java, c++
Problems : Bugs
Human : object
Is Python case sensitive when dealing with identifiers?
Anonymous Quiz
83%
yes
17%
no
0%
machine dependent
0%
noen of the above
All keywords in Python are in ________
Anonymous Quiz
50%
lower case
0%
Capitalized
17%
UPPER CASE
33%
all of these
join this and discuss programming in Telugu @coding_teluguchat
Which of the following is an invalid statement?(python)
Anonymous Quiz
40%
abc = 1,000,000
40%
a b c = 1000 2000 3000
0%
a,b,c = 1000, 2000, 3000
20%
a_b_c = 1,000,000
Which of the following cannot be a variable?
Anonymous Quiz
40%
__init__
20%
in
0%
it
40%
on
Which of the following version of Python was released in December,2015 by Python.org?
Anonymous Quiz
25%
3.5.1
50%
2.8.2
25%
3.2.5
0%
2.51
python files are saved with the extension as ?
Anonymous Quiz
0%
.pyth
17%
. python
83%
.py
0%
.p
What is the name of the GUI that comes in-built as an interactive shell with Python?
Anonymous Quiz
0%
PGUI
17%
pyshell
83%
IDLE
0%
pythonSh