Sunday, April 7, 2019

PyBites: PyBites Twitter Digest - Issue 04, 2019

Latest Test and Code Episode is out! Go Nina!

March Python VS Code Extension is out

Build a Django portfolio app

Attend sprints at US PyCon this year!

Python Out Loud episode 2!

PyCon Africa is a thing! Yes!

Adrian Rosebrock is launching a kickstarter on Raspberry Pi and Computer Vision

Ha!

Nina's going to be a keynote speaker at US PyCon 2019!

Running a Flask Application as a Service with systemd

Python Resources for learning Data Science

Python on calculators!

Nice vim tip


>>> from pybites import Bob, Julian

Keep Calm and Code in Python!


from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...