In this post we demonstrate ways in which you can parse common data formats used in Python.
Articles
AI Best Practices Books Career Code Challenges Concepts Data Data Science Developer Devops Django FastAPI Flask Learning Meta Mindset Modern Python Modules News Packages Podcast Productivity Products Projects PyBites Modules Pycon Reviews Rust Soft Skills Special Testing Tips Tools Twitter Digest Uncategorized
Latest articles
-
-
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week part 2 of APIs: post to your favorite API. Enjoy
-
Before moving onto the new challenge let’s review last week’s challenge. It’s never late to sign up, just fork our challenges repo and start coding.
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
In this article I teach you how to get started with Flask-SQLAlchemy. I will set up a model, create the DB, retrieve birthdays from FB and import them into the DB. Lastly I will query the birthdays by date range.
-
In this guest post Dante tells us about his Wisdom of the Ages app he built for PyBites code challenge 16 (reviewed here). The best way to learn Python is to build something and we are proud of our community achieving just that.
-
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll do another API exercise: you will parse your Twitter feed searching for book / movie / music / you-name-it recommendations. Can you create a simple ParrotRead? Enjoy
-
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
In this post I detail how to download an xml file to your OS and why it’s not as simple as you’d think