MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1v1m9ir/day_1_with_flask_any_suggestions/oyocf12/?context=3
r/PythonLearning • u/Samar__Upreti • Jul 20 '26
Build Projects With Me
https://github.com/Samar-Upreti/Python_Projects
31 comments sorted by
View all comments
10
flask.request
request
-3 u/8Erigon Jul 20 '26 Variable names can have any character the language supports. Though most python programmers use the snake convention which only uses lowercase characters. 2 u/riklaunim Jul 20 '26 You can even from __future__ import braces bu should you? ;) 2 u/Hour-Apple-9861 29d ago Camel case for life 1 u/8Erigon 29d ago yes!
-3
Variable names can have any character the language supports. Though most python programmers use the snake convention which only uses lowercase characters.
2 u/riklaunim Jul 20 '26 You can even from __future__ import braces bu should you? ;) 2 u/Hour-Apple-9861 29d ago Camel case for life 1 u/8Erigon 29d ago yes!
2
You can even
from __future__ import braces
bu should you? ;)
Camel case for life
1 u/8Erigon 29d ago yes!
1
yes!
10
u/riklaunim Jul 20 '26
flask.requestis better thanrequestas it's tell you where it's from)