Checking regex rules and see immediate result, with nice interface and explanations. My regex with Python: (?=[a-zA-Z_]+)\b[a-zA-Z1-9_]+\. Look at the following example, my aim is to find the part “OC_2.” to remove it with re.sub(), but still leave “1.” because
sphinx-autobuild (make livehtml with sphinx – rst)
sphinx-autobuild Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a livereload enabled web server https://github.com/GaretJax/sphinx-autobuild Demo from TuanPM: https://github.com/esp8266vn/arduino.esp8266.vn/blob/master/Makefile#L22 Có thể học thêm việc setup autobuild + doxygen trong này để tích hợp
Quick reference to Python in a single script (and notebook)
Also consider using pep8 style guide: http://blog.sideci.com/2015/12/14/style-guide-of-python-and-lint-tool/ — Below is the reference guide to Python that I wish had existed when I was learning the language. Here’s what I want in a reference guide: High-quality examples that show the simplest possible