Janusworx: #100DaysOfCode, Days 005, 006 and 007 – The Collections Module
I have been at this an hour daily for four days now. It just is not clicking for me. One thing is for sure, this Talk Python course is definitely going to take longer than a hundred days! I don’t know...
View ArticleLintel Technologies: Manhole service in Twisted Application.
What is Manhole?Manhole is an in-process service, that will accept UNIX domain socket connections and present the stack traces for all threads and an interactive prompt.Using it we can access and...
View ArticlePyBites: From webscraper to wordcloud
Living in Belgium, I decided to scrape the Belgian newspaper Het Laatste Nieuws. I wanted to know what kept people busy when reading the news, so I went for a collection of all comments on all articles...
View ArticlePyBites: There's no wrong way... to eat a Bite of Py
The Bites of Py exercises from PyBites are a wonderful way to improve your Python skills in short, focused practice sessions. You can even work on them right from your browser! Of course, that's not...
View ArticleCodementor: How to Update Legacy Code Successfully
In this article, we’ll talk about when updates are necessary and how to make them without affecting the app’s functionality.
View ArticleReal Python: Python Descriptors: An Introduction
Descriptors are a specific Python feature that power a lot of the magic hidden under the language’s hood. If you’ve ever thought that Python descriptors are an advanced topic with few practical...
View ArticlePython Anywhere: Python 3.8 now available!
If you signed up since 26 November, you'll have Python 3.8 available on your account -- you can use it just like any other Python version.If you signed up before then, it's a little more complicated,...
View ArticleTalk Python to Me: #240 A guided tour of the CPython source code
You might use Python every day. But how much do you know about what happens under the covers, down at the C level? When you type something like variable = [], what are the byte-codes that accomplish...
View ArticleJanusworx: #100DaysOfCode, Day 008 – The Collections Module
Finally feels like something is happening. Did two hours today. I don’t know if what I do is cheating, but I darn near print everything to see output and then iterate on the errors. I understood how to...
View ArticlePython Circle: Improve Your Python Practices: Debugging, Testing, and...
improving your python skills, debugging, testing and practice, pypi
View ArticleWingware Blog: Navigating Python Code with Wing Pro 7 (part 3 of 3)
Last week and the week before, we looked at some of the code navigation features in Wing, including goto-definition, find uses, and project-wide search, code index menus, and the Source Browser.This...
View ArticleCodementor: How I learned Python
About me Hi, I'm Kai and I am currently between my Bachelor's and my Master's Degree in Computer Engineering / Science. I want to help people to develop their skills in python. Why I wanted to...
View ArticleReuven Lerner: My Black Friday sale is live! Take 50% off any course in...
As promised, the Black Friday sale has begun in my online store. Through Monday, my courses and books are all 50% off with the coupon code BF2019.This includes all eight of the video courses:Intro...
View ArticleCodementor: teach your kids to build their own game with Python - 2
a series of tutorials that teaches kids/beginners how to develop the famous Space Invaders game with Python.
View ArticleProgramiz: Python CSV
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
View ArticleQuansight Labs Blog: Variable Explorer improvements in Spyder 4
Spyder 4 will be released very soon with lots of interesting new features that you'll want to check out, reflecting years of effort by the team to improve the user experience. In this post, we will be...
View ArticleJanusworx: #100DaysOfCode, Day 009 – The Collections Module
I cheated and peeked again at the solution :) After five days, I think I needed help. But it was still a very good day. I learned lots.When I started this little project, I saw videos about...
View ArticleStack Abuse: Unit Testing in Python with Unittest
IntroductionIn almost all fields, products are thoroughly tested before being released to the market to ensure its quality and that it works as intended.Medicine, cosmetic products, vehicles, phones,...
View ArticleReuven Lerner: Black Friday: All of my Python courses are 50% off!
This coming Friday is “Black Friday,” when many stores offer big discounts on their products. I’m happy to say that from Friday through Monday, every course in my online store will be 50% off.This...
View Article