Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on python
Learn Python by Coding for Yourself
By Julian Sequeira on 27 April 2017
In this post I discuss (with examples) why it’s important to learn Python by actually coding. It’s not enough to just read!
Twitter digest 2017 week 16
By PyBites Team on 23 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Behind the Scenes of PyBites – a Blog for Passionate Pythonistas (Post #100 Special)
By PyBites Team on 18 April 2017
Python is hot according to Dice. It’s an easy language to learn, has an elegant design and is widely used. In this article we proudly present our now 4 months journey into building PyBites. It’s a reflection of what we achieved and lessons learned. We hope to inspire fellow developers to start their own venture. It is very rewarding!
Twitter digest 2017 week 15
By PyBites Team on 16 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Beginning Flask
By Julian Sequeira on 13 April 2017
In this post I cover the basics of Flask in language that anyone can understand.
Twitter digest 2017 week 14
By PyBites Team on 9 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Flask for Loops – Printing Dict Data
By Julian Sequeira on 6 April 2017
In this post I demo how to create an extremely simple Flask app that prints the contents of a Dict to a web page.
PyBites Module of the Week – ipaddress
By Julian Sequeira on 23 March 2017
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
Generators are Awesome, Learning by Example
By Julian Sequeira on 17 March 2017
Learn what a Generator is and check out some different examples.