We are excited to announce that we’ve extended our Newbie Bites from 25 to 50 Python exercises! π The importance of exercising when learning how to code π‘ Weβre passionate about this new batch of exercises because they require active engagement, which is crucial for learning how to code. Passive methods like reading books or… Continue reading Learn Python From Scratch: We Extended Our Newbie Bite Exercises From 25 to 50 π π
Articles on beginner
Why Start Your Programming Journey With Python?
By Sherry Andrews Bhutia on 19 September 2023
Diving into Programming with Python I’ve spent years entertaining the thought of becoming a software developer, only to get overwhelmed by the vast array (pun intended) of programming languages to choose from. Which one should I choose, where do I begin? Java? JavaScript? C? C++? C#? Ruby? Django? Flask? Woah… wait a minute? Understanding Frameworks… Continue reading Why Start Your Programming Journey With Python?
Linting with Flake8
By Julian Sequeira on 8 October 2019
What the heck is linting? Let’s dive into the concept and talk about how flake8 can help us make our code better.
Watch Me Code – Solving Bite 21. Query a Nested Data Structure
By Bob Belderbos on 14 July 2018
I recorded a video solving Bite 21. Query a nested data structure. The exercise presents us with a dictionary of car manufacturers and their corresponding car models. We will extract various bits and pieces from it as well as sort the nested model lists. This is a common type of data structure so specially for a beginner it is important to have this become second nature. Prepare to learn more about looping, some string operations, and list / dict comprehensions.
Twitter Digest 2017 Week 40
By PyBites Team on 8 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Learning Flask v Learning Django
By Julian Sequeira on 16 August 2017
An article on my experience learning Flask and Django.
Step-by-Step Guide on Deploying a Simple Flask App to Heroku
By Julian Sequeira on 21 July 2017
A step-by-step guide on deploying a simple flask app to Heroku.
The Importance of Refactoring Code
By Julian Sequeira on 13 July 2017
In this quick post I discuss why refactoring code is one of the most important parts of the learning process.
Flask Web Server Port Mapping
By Julian Sequeira on 1 July 2017
A quick post on Flask App port mapping
Flask Sessions
By Julian Sequeira on 2 June 2017
In this quick post I discuss Flask Sessions and provide a few use cases.