On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
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
-
-
Use the Pyperclip module to copy and paste with the clipboard!
-
In this post I review the code of challenge # 1 and refactor it to make it more Pythonic.
-
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.
-
I finished reading Grokking Algorithms, it’s a very accessible resource for learning algorithms / data structures, highly recommended.
-
Today a post on PEP8, the Style Guide for Python Code
-
Naming conventions can be tricky in Py. It’s good to make sure we’re all on the same page.
-
Finally got a chance to look into Python 3.6’s new features. In this post some highlights and pointers.
-
Python indentation can be a cruel mistress. Let’s get it right!
-
In this post I will show you how we automate part of our Twitter posting using feedparser and tweepy.