Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on learning
Using Feedparser, Difflib and Plotly to Analyze PyBites Blog Tags
By Mridu Bhatnagar on 29 January 2018
I came across PyBites through a random retweet by some other Pythonista and was intrigued by the challenges Bob and Julian post. Learning cool things by building something always fascinated me so I love and enjoy contributing to the PyBites community through solving random challenges that I find interesting. Long story short I picked up PyBites Code Challenge 03 and am sharing my solution here.
PyBites 1 Year Special – Taking Python Code Challenges to the Next Level …
By PyBites Team on 20 December 2017
A milestone: yesterday, 19th of December 2017, we celebrated our first PyBirthday! That is, PyBites is one year old! We are proud of what we have achieved so far and we are ignited to continue our course of learning and teaching Python with our growing community. A bit of reflection followed by a big announcement! Read on …
5 Things we Learned Co-hosting a Live Code Challenge Workshop
By Bob Belderbos on 11 November 2017
Yesterday we hosted PyChallengeDay together with Python Alicante. I am sure the folks that joined us stretched their coding skills. And we learned a couple of things too which we will share in this article. Hopefullly it inspires you to host a workshop yourself to grow the awesome Python community.
Twitter Digest 2017 Week 44
By PyBites Team on 5 November 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 38
By PyBites Team on 24 September 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 37
By PyBites Team on 17 September 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
How to Learn Python
By PyBites Team on 16 September 2017
Python is a mature language, easy to learn and here to stay. But where to start? We see a lot of new Pythonistas posting questions like: How to learn Python?, Where do I start?, What approach to take?. We were there once too. Now with 9 months of PyBites and 200 articles under our belt, we share how we learned Python.
Learning Flask v Learning Django
By Julian Sequeira on 16 August 2017
An article on my experience learning Flask and Django.
A Step by Step Guide to Implementing and Deploying Two-Phase Registration in Django
By Bob Belderbos on 4 August 2017
Two-phase registration, consisting of initial signup followed by a confirmation/activation email is a common piece for any web app. In this article I will guide you through setting this up in Django using the Django-registration plugin and Gmail for messaging. Then I show you how to deploy the app to Heroku.