Milestone!!
WOW #milestone: 391 Pythonistas have solved 1,000 Bites, writing 18,003 lines of code. Join us at… https://t.co/z6m3HmIr0E
— Pybites (@pybites) January 14, 2018
How to visualize #traffic flow with a dynamic 2D histogram in #Python. #DataScience #dataviz #OpenSource notebook:… https://t.co/OgsNp9ecw5
— Randy Olson (@randal_olson) January 09, 2018
RT @TalkPython: Want to create a voice assistant app? Check out @talkpython #146: Building Alexa Skills with Python and Flask with @ericcho…
— Michael Kennedy (@mkennedy) January 12, 2018
RT @MrYongpradit: By understanding basics such as – algorithms, data structures, networks, etc – we can prep kids for any future, AI or wha…
— Code.org (@codeorg) January 10, 2018
FiPy is a Finite Volume PDE solver written in Python https://t.co/aWKdEqLQVq https://t.co/uQLsThucR3
— Scientific Python (@SciPyTip) January 12, 2018
RT @dbader_org: What’s the best way to reverse a string in Python? Learn and compare 3 approaches in this brand new tutorial: https://t.…
— RealPython.com (@RealPython) January 09, 2018
#python tip: zip() with star-arguments is great for transposing 2-D data: >>> m = [(1, 2, 3), (4, 5, 6)] >>> list(… https://t.co/dwbYlLTqeP
— Raymond Hettinger (@raymondh) January 11, 2018
How to parse complex text files using Python? [Score:13] https://t.co/ExjfjIPAA9
— Python StackOverflow (@PythonStack) January 10, 2018
RT @miguelgrinberg: Part 6 of the new Flask Mega-Tutorial is up on the blog! https://t.co/F8i7bfnlxb https://t.co/XsO08rbxeU
— Pybites (@pybites) January 09, 2018
How to build a Serverless URL shortener using AWS Lambda and S3 https://t.co/CKUBXRR5wP https://t.co/dq6wKMXue3
— Full Stack Python (@fullstackpython) January 13, 2018
cutelog – GUI for Python’s logging module https://t.co/FyTV1t537W
— Python Trending (@pythontrending) January 12, 2018
Or request access to our Slack Channel and have a Pythonic chat with our community!:
RT @kentcdodds: Teaching is the best way to solidify your understanding. Looking for opportunities? – Stack Overflow – Community Chat – Gi…
— matt harrison (@__mharrison__) January 12, 2018
Almost due: Code Challenges #47 – PyBites First Year in Data (Special) https://t.co/XHJBROl6Vk – PR your data analy… https://t.co/sGUpIPRp39
— Pybites (@pybites) January 14, 2018
RT @bitfield: Q: Is my Kubernetes cluster vulnerable to #Spectre? A: Yes. Yes, it is. kubectl run -it spectre –image bitfield/spectre:0.2…
— Anthony Shaw (@anthonypjshaw) January 14, 2018
Trying to find a bug in your script? Rerun it with pdb as follows python -m pdb example.py (example.py and output… https://t.co/FVcELzExQa
— Daily Python Tip (@python_tip) January 08, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!