Part 11 of the Flask Mega-Tutorial is up on my blog. On this one you’ll learn how to work with a CSS framework to m… https://t.co/WklyNBUJDG
— Miguel Grinberg (@miguelgrinberg) February 13, 2018
“The best thing about a boolean is even if you are wrong, you are only off by a bit.” – Anonymous
— Programming Wisdom (@CodeWisdom) February 17, 2018
.* will match as much as it can, but then backtrack if the next atom can also be matched. Backtracking on some engines is slow.
— Regular Expression (@RegexTip) February 14, 2018
New blog post: The New Way To Generate Secure Tokens in Python https://t.co/2zlJqUL5QM https://t.co/OYpmdqhlWj
— Miguel Grinberg (@miguelgrinberg) February 16, 2018
RT @AllenDowney: Report: 80’s kids started programming at an earlier age than today’s millennials https://t.co/9p8FBJYb0n
— Luciano Ramalho @PyCaribbean (@ramalhoorg) February 18, 2018
The one-stop guide to (easy) cross-platform Python freezing https://t.co/owPtBjQtoa
— Python LibHunt (@PythonLibHunt) February 17, 2018
Stuck using Python 2 but looking forward to finally using Python 3? Want to know how range in Python 3 has impro… https://t.co/TUXRtWGfa8
— ✨ Trey Hunner (@treyhunner) February 15, 2018
RT @pybokeh: Found this little gem of a Python/MATPLOTLIB package which tries to make labels not overlap plot elements https://t.co/eaDxVyL…
— matt harrison (@__mharrison__) February 15, 2018
#Jupyter notebook autocomplete and docs: Tab = autocomplete Shift-tab = arguments of the function/method 2 x shift… https://t.co/kWFNHbrixb
— Daily Python Tip (@python_tip) February 15, 2018
Python notification library for Windows https://t.co/o9twr9YgBP
— /r/Python Popular (@RedditPython) February 17, 2018
With the new #twitter search API I can convert any hashtag on any given day to an Excel file in 60 lines of #Python https://t.co/o3lCOO4nY6
— Anthony Shaw (@anthonypjshaw) February 15, 2018
Python to Google Sheets https://t.co/ubIV4afQ1B
— import python (@importpython) February 12, 2018
Here are my slides from my new talk from @PyTennessee: “The Future of Python Dependency Management” https://t.co/fhUpdyOdJC
— Kenneth Reitz (@kennethreitz) February 12, 2018
Why should I care about Kubernetes, Docker, and Container Orchestration? https://t.co/TPTKMPpOBN https://t.co/csuEG3HrzJ
— Full Stack Python (@fullstackpython) February 17, 2018
gnomecast – A native Linux / Gnome / GTK Chromecast GUI that supports transcoding and subtitles. https://t.co/SascSx6QQc
— Python Trending (@pythontrending) February 16, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!