This O’Reilly report surveys 30 #Python web frameworks and provides a deeper look into six of the most widely used. https://t.co/1cbRoXqNoj
— Pybites (@pybites) April 13, 2017
A Chrome Extension that adds direct links to `import` and `from … import` statements on GitHub https://t.co/YZGsWHy6Yj
— Python LibHunt (@PythonLibHunt) April 15, 2017
Common Python Programming Mistakes To Avoid >> https://t.co/HPug5mpFY1 https://t.co/7E1tkutx6O
— Python Programmers (@python_devv) April 15, 2017
Best feature of iTerm2 (https://t.co/OYKD7OV5Gi): Show Timestamps — labels every line with when it appeared *after the fact*. Perfect.
— Ned Batchelder (@nedbat) April 10, 2017
How does the #Python Super Function work? https://t.co/KU3UsSGw9C #learntocode #coding https://t.co/Pbl1dcVwn8
— pythonforbeginners (@pythonbeginners) April 12, 2017
Wedding at Scale: How I Used Twilio, Python and Google to Automate My Wedding https://t.co/4Q0PIH4F6x by @SeekTom
— Python LibHunt (@PythonLibHunt) April 11, 2017
Best Python Books for Beginners 2017 | FreelancingGig Blog – Freelancer Job Tips and Hiring … https://t.co/eUJ7ptRZ7y via @_Data_Science_
— Python Top News (@PythonTopNews) April 14, 2017
Merge two dictionaries: x = {‘a’:1, ‘b’:2} y = {‘c’:3, ‘d’:4} z = {**x, **y} output: z = {‘a’: 1, ‘b’: 2, ‘c’: 3, ‘d’: 4} #python3
— Daily Python Tip (@python_tip) April 14, 2017
Advanced web scraping in Python https://t.co/ePI9y1xgIh
— /r/Python Popular (@RedditPython) April 13, 2017
#DataViz in #Python: #Bokeh cheat sheet – https://t.co/6AAXvyGM1q https://t.co/MKNbgbRwyF
— DataCamp (@DataCamp) April 16, 2017
My step-by-step intro to #Python Decorators https://t.co/ATChYGqsIo
— Dan Bader (@dbader_org) April 12, 2017
Calculate the number of days between two dates: >from datetime import datetime as dt >(https://t.co/0O6FbyJick() – dt(2016,12,31)).days 101
— Daily Python Tip (@python_tip) April 11, 2017
Are you looking for a LINQ equivalent in #Python? Check out @robsmallshire’s ASQ: https://t.co/UTUQVXns7x a LINQ-inspired API for Python
— Michael Kennedy (@mkennedy) April 13, 2017
EzPyGame – An easier way to use pygame https://t.co/4qumKQZJVv #python #pygame
— Python Weekly (@PythonWeekly) April 13, 2017
[on my death bed, struggling to speak] me: if..your..unit..test..makes..a..network..call..it’s..not..a..unit..test.. [dies]
— Rebecca Slatkin (@RebeccaSlatkin) April 13, 2017