DEV Community

Discussion on: Python tips 101

Collapse
 
rattanakchea profile image
Rattanak Chea

Thanks for sharing the tips. They are useful to know.

If you are curious about the language itself, there are many good resources online. Here are a few:
book.pythontips.com/en/latest/
hackernoon.com/python-tricks-101-2...

But it seems like you are curious about the work flow and tools to make development easier.
I use VS code and install python extension which allows me to run and debug python code easily.

Collapse
 
adityavarma1234 profile image
Aditya Varma

Thanks for sharing the links.