A big milestone for us! Thanks to all of our followers!!
PyBites reached 1K followers – thx all Pythonistas/devs/enthusiasts! (wordcloud via @python_tip’s recipe… https://t.co/2uROoa7tcl
— Pybites (@pybites) August 22, 2017
New blog post: Serverless Deployment of Python APIs https://t.co/iIYIQ02J17
— Miguel Grinberg (@miguelgrinberg) August 23, 2017
(?i) makes a regular expression case-insensitive. Example: (?i)abc is the same as [aA][bB][cC].
— Regular Expression (@RegexTip) August 24, 2017
Missing #JupyterCon? Check out our treasury of @ProjectJupyter talks on Youtube. https://t.co/klwcUuAyLD #jupyter… https://t.co/YKVkAHaMKK
— PyData (@PyData) August 25, 2017
Monitoring Road Traffic with OpenCV https://t.co/HAFBnQm5rm by @AndrewCarterUK
— Python LibHunt (@PythonLibHunt) August 25, 2017
RT @PyData: Now that the #eclipse is over, run your photos thru some #python! “Compare Photos of the Solar Eclipse using Python” https://t.…
— matt harrison (@__mharrison__) August 25, 2017
Check if two words are anagrams: from collections import Counter def is_anagram(s1, s2): return Counter(s1) == Counter(s2) #python
— Daily Python Tip (@python_tip) August 21, 2017
A large list of interesting open source projects in Python. Only active and interesting projects! https://t.co/jrgLRg9yZR
— /r/Python Popular (@RedditPython) August 23, 2017
RT @nayafia: We just released a bunch of survey data about open source communities: https://t.co/zDSsFyaDfW
— Andreas Mueller (@amuellerml) August 25, 2017
Hope you’re enjoying my recent course: MongoDB for Python for Developers https://t.co/I0L2mM3aPI https://t.co/WO3Sxww0PH
— Michael Kennedy (@mkennedy) August 25, 2017
How-T… https://t.co/U7MSaQGdOw #set #python #project
— import python (@importpython) August 26, 2017
Analyzing cryptocurrency markets like Bitcoin using #Python https://t.co/XezXPnplWf https://t.co/tzGO2I2kFU
— Full Stack Python (@fullstackpython) August 21, 2017
A hidden figure no more, happy 99th birthday Katherine Johnson. Thank you for inspiring us to the moon & beyond! https://t.co/CtsbxfdEdG
— Code.org (@codeorg) August 26, 2017
Awesome and funny podcast interview with CPython core dev @mariatta: https://t.co/XPWDPHmZ7e (cc @castaliopod)
— Dan Bader (@dbader_org) August 25, 2017
HA!
RT @secretGeek: Tabs and spaces have different semantic meanings. Spaces mean “I am indenting this code” while tabs mean “I am a monster”.
— Ned Batchelder (@nedbat) August 23, 2017