Happy New Year Pythonistas!!
Happy New Year / Feliz año nuevo. Wishing you all a joyful, healthy and Python rich 2018! https://t.co/2EgjDc9eKt
— Pybites (@pybites) December 31, 2017
The 2017 Python Year in Review with @brianokken on @talkpython is now out! https://t.co/Us7KMKeuG4 It was a great 2… https://t.co/GZ6Lru3wEW
— Talk Python Podcast (@TalkPython) December 31, 2017
Call For Proposals close in just 94 hours! You can submit your Talk, Poster, or Education Summit Talk before the e… https://t.co/HQ9lasbURq
— PyCon (@pycon) December 31, 2017
New Video! “How to Commit to any #100DaysOfX Challenge to change your habits!” Learn the Essential Steps! SUBSC… https://t.co/053MGsno5b
— Alexander Kallaway ⚡️ (@ka11away) December 30, 2017
RT @kasperfredn: Need to brush up on your Tensorflow skills? Here’s an Introduction to Tensorflow as a Computational Framework https://t.co…
— Rodolfo Ferro (@FerroRodolfo) December 29, 2017
“There’s nothing more permanent than a temporary hack.” – Kyle Simpson
— Programming Wisdom (@CodeWisdom) December 29, 2017
Extending Python 3 in Go https://t.co/PjS9Xo47qY via @ami #tech https://t.co/ytTRLF6Yad
— Hacker Noon (@hackernoon) December 30, 2017
d matches any digit, i.e. [0-9]. D matches anything except a digit, i.e. [^0-9].
— Regular Expression (@RegexTip) December 28, 2017
Simple Linear Regression in Python https://t.co/mir53Gt88h #scikit #python
— import python (@importpython) December 24, 2017
reddit discussion on “What is the best ML paper you read in 2017 and why?” — would love to see some more suggestio… https://t.co/4QYwXQF0xn
— Sebastian Raschka (@rasbt) December 31, 2017
For all the people working in open source – paid or unpaid. Thank you. I know we spend way more hours than we… https://t.co/zZlLcszH2p
— Jenny Wong (@miss_jwo) December 30, 2017
Using MS Excel with pandas https://t.co/1jTWrLBsIQ https://t.co/OT6ZhBO6Ok
— Full Stack Python (@fullstackpython) December 27, 2017
Create new directories with #pathlib.Path.mkdir() method import pathlib pathlib.Path(‘/my/new/directory’).mkdir(pa… https://t.co/Hd0b1vDWfc
— Daily Python Tip (@python_tip) December 29, 2017
Top 10 Python libraries of 2017 – Tryolabs Blog https://t.co/UU62Fqkp4V
— import python (@importpython) December 24, 2017
pydu – Useful data structures, utils for Python https://t.co/2H1yCGfVYF
— Python Trending (@pythontrending) December 28, 2017
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!