Hi Pythonistas, Welcome to Pybites Code Challenge 51! In this challenge we get you analysing NBA player data from a CSV file.
Code Challenge 51 – Analyse NBA Data with SQL/sqlite3
By PyBites Team on 17 September 2018
PyBites Twitter Digest – Issue 29, 2018
By PyBites Team on 16 September 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Twitter Digest – Issue 28, 2018
By PyBites Team on 2 September 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Twitter Digest – Issue 27, 2018
By PyBites Team on 19 August 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
A Python Orientation – How to Get Started
By Andrew Knight on 17 August 2018
Python is a wonderful language for both beginners and expert programmers, but getting started can be daunting. Which version should I use? Which editors are best? What do you mean there are different implementations and environments? Here’s a guide to help navigate these big FAQs.
How Promotions work in Large Corporations
By Cristian Medina on 15 August 2018
We are stoked to have Cristian Medina (tryexceptpass.org) deliver our first soft skills article. He will go into depth on the topic of promotions and how to better position yourself as a developer. He will discuss performance reviews, the role your manager can play, networking and much more. Enjoy and keep challening yourself!
PyBites Twitter Digest – Issue 26, 2018
By PyBites Team on 5 August 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Twitter Digest – Issue 25, 2018
By PyBites Team on 31 July 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Why Python is Great for Test Automation
By Andrew Knight on 25 July 2018
Testing in Python is consistently growing in popularity. In this article our friend Andrew Knight from Automation Panda walks through 10 reasons why Python is great for Test Automation.
My Anaconda Workflow: Python environment and package management made easy
By Martin Uribe on 24 July 2018
in this article martin provides an easy-to-follow reference guide of his anaconda workflow. he uses this to make his life easier managing the his python environment and package dependencies. and to great avail as you will soon discover. not only will you learn the basics of the powerful conda tool, he also goes into more depth on the more niche/advanced features like using alternate channels, distributing and cloning environments, updating anaconda, and setting environment variables. warning: this might get you on anaconda, and if you are already you probably want to keep this one nearby for reference.