25 Tips for New Developers
“All programmers are self-taught to some degree, whether that’s fully self-taught or that they have a masters in co… https://t.co/SKSkUQXFmy
— DEV Community (@ThePracticalDev) December 08, 2018
Python Patterns Guide
Python Patterns Guide https://t.co/5PaqXD8Pxc
— PyCoder’s Weekly (@pycoders) December 08, 2018
We love seeing how much Hour of Code is helping kids get into CS!
Wow! Students have engaged in coding with our Minecraft #HourOfCode tutorial over 100 MILLION times! Thanks… https://t.co/4XKsD7WDjk
— Code.org (@codeorg) December 07, 2018
What Every Computer Scientist Should Know About Floating-Point Arithmetic
What every computer scientist should know about floating-point arithmetic https://t.co/1O45KQSAS7
— Scientific Python (@SciPyTip) December 04, 2018
Concurrency in Python – talk by Stefan Schwarzer
Concurrency in Python – concepts, frameworks and best practices by Stefan Schwarzer – https://t.co/zrWIEa9gWw. This… https://t.co/rWCyU4vDfK
— Python Software (@ThePSF) December 05, 2018
API Evolution the right way
API Evolution the Right Way https://t.co/vN9W0lBgGC
— Real Python (@realpython) December 08, 2018
5 Things you Didn’t Know Python could do – talk by Nina Zakharenko
RT @nnja: Watch the video for my @AllThingsOpen Keynote “5 Things You Didn’t Know Python Could Do” Along with the accompanying slides: ht…
— ✨ Trey Hunner (@treyhunner) December 07, 2018
Cool! LambStatus – a Serverless Status Page system
LambStatus: Serverless Status Page system https://t.co/HTvfaNDho6 https://t.co/DZpacaR8ah
— Full Stack Python (@fullstackpython) December 05, 2018
Deprecate functions or methods with a decorator
Do you need to deprecate a function or a method? Just use this simple #decorator: https://t.co/s4SSK006ji (get mo… https://t.co/WekhRHGfn3
— Daily Python Tip (@python_tip) December 03, 2018
Loguru – Simple Python logging!
Loguru – Python logging made (stupidly) simple https://t.co/IeNrhKNN78
— Python LibHunt (@PythonLibHunt) December 08, 2018
Build a server less SMS raffle with Python and Twilio
Using Twilio to Build a Serverless SMS Raffle in Python https://t.co/OfrMoACvax
— twilio (@twilio) December 07, 2018
Oh so very true!
“And programming computers was so fascinating. You create your own little universe, and then it does what you tell it to do.” – Vint Cerf
— Programming Wisdom (@CodeWisdom) December 07, 2018
New Deep Learning tutorial
New tutorial! #DeepLearning and Medical Image Analysis for malaria testing: https://t.co/sqeB7W31c9 Over 97%+ ac… https://t.co/U1w6wUsF8k
— Adrian Rosebrock (@PyImageSearch) December 03, 2018
Setup a Serverless URL Shortener with AWS
RT @apcelent: How to Setup a Serverless URL Shortener With API Gateway Lambda and DynamoDB on AWS https://t.co/04TmwZWk3f #Serverless #AP…
— TestDriven.io (@testdrivenio) December 08, 2018
Regex Tip
Reminder: * means zero or more, + means one or more, ? means zero or one.
— Regular Expression (@RegexTip) December 05, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!