In #Python3, the print function has options
— Daily Python Tip (@python_tip) June 18, 2018
* 'sep' to separate the arguments
* 'end' to be printed after the last argumenthttps://t.co/Jm8LgiGnAJ pic.twitter.com/V56ARBc7ku
In #Python3, the print function has options
— Daily Python Tip (@python_tip) June 18, 2018
* 'sep' to separate the arguments
* 'end' to be printed after the last argumenthttps://t.co/Jm8LgiGnAJ pic.twitter.com/V56ARBc7ku
In Python 3, identifiers can contain Unicode letters & digits. This can make equations easier to read: pic.twitter.com/0WLQ6wUd8R
— Aurélien Geron (@aureliengeron) June 16, 2018
Clean architectures in Python: a step-by-step example – https://t.co/sxye7fOSuh
— Pycoders Weekly (@pycoders) June 15, 2018
"Optional Static Typing for #Python"
— Damian Gryski (@dgryski) June 7, 2018
By @gvanrossum https://t.co/6qPEbRdkHU
Meaning to learn Python or brush up on basics? Join our 7-day Python Challenge, starting June 11th. Ssssign up here: https://t.co/IlaL5mIyHH 🐍🐍🐍
— Kaggle (@kaggle) June 5, 2018
Itertools in Python 3, By Example via @realpython https://t.co/UwQDkGwUkt #python pic.twitter.com/6q2YtYD8dX
— Python Weekly (@PythonWeekly) June 5, 2018
How to debug Python, for beginners:
— Denny Britz (@dennybritz) June 5, 2018
1. Carefully read the exception message. Repeat it to yourself 3 times, slowly.
2. Step away from the computer. Ideally, lie down somewhere.
3. Close your eyes, take 10 deep breaths.
4. You will have found your mistake.
Favorite recent jupyter notebook discovery - the %debug magic:
— Radek Osmulski (@radekosmulski) December 26, 2017
1. Get an exception.
2. Insert a new cell, type %debug and run it.
An interactive debugger will open bringing you to where the exception occurred and allowing you to look around! pic.twitter.com/9DSnSbpu15