Login
Discover
Waves
Communities
Login
Signup
Topics
#python-tips
Global
Trending
Hot
New
Top
#python-tips
New
Top communities
Create your community
latest #python-tips created topics - older | Ecency
themarkymark
programming
2018-04-06 23:39
[Python Tips] A better interactive shell
If you frequently use python interactively by typing in python or python3 then you will really love this next tip. There is a better interactive python shell that has in-line syntax highlighting and code
$ 118.501
186
14
6
themarkymark
programming
2018-04-04 03:44
[Python Tips] Underscores in Numeric Literals
This is a simple tip but can be very useful to visualize large numbers quickly. This feature requires Python 3.6+. When expressing large numbers in Python, you are unable to use a comma , separator but
$ 65.224
173
8
4
themarkymark
programming
2018-04-01 07:21
[Python Tips] f-strings in Python 3.6 and why you should be using them
What are f-strings and why are they so awesome? f-strings is a new streamlined way of formatting strings that came with Python 3.6. Traditionally you would format a string like this: employee = 'Bob' role
← Latest