Codementor: Subtleties of Python
A good software engineer understands how crucial attention to detail is; minute details, if overlooked, can make a world of difference between a working unit and a disaster. That’s why writing...
View ArticleRed Hat Developers: What, No Python in RHEL 8 Beta?
TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 and/or yum install python2 a try. Or, if you want to see...
View ArticleStack Abuse: Handling Unix Signals in Python
UNIX/Linux systems offer special mechanisms to communicate between each individual process. One of these mechanisms are signals, and belong to the different methods of communication between processes...
View ArticleShannon -jj Behrens: PyCon Notes: PostgreSQL Proficiency for Python People
In summary, this tutorial was fantastic! I learned more in three hours than I would have learned if I had read a whole book!Here's the video. Here are the slides. Here are my notes:Christophe Pettus...
View ArticleShannon -jj Behrens: JJ's Mostly Adequate Summary of the Django Meetup: When...
The Django meetup was at Prezi. They have a great space. They are big Django users.Goodbye REST: Building APIs with Django and GraphQLJaden Windle, @jaydenwindle, lead engineer at...
View Articlegamingdirectional: Create a game over scene for pygame project
In this article we are going to create a game over scene for the pygame project, we will use back the start scene class which we have created previously to render our game over scene by slightly modify...
View ArticleTalk Python to Me: #188 Async for the Pythonic web with Sanic
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.
View ArticleJames Bennett: On degrees
Lately there’s been a recurring discussion on various social-media outlets about the relevance of academic degrees to a career in programming. Specifically: is a degree in computer science (or some...
View ArticleDavy Wybiral: Getting Started with GPS Modules | Tracking Device | Tutorial
Today I took a GPS module and a microcontroller for a walk in the park and wrote a few lines of code to show my GPS coordinates in real-time.
View ArticleDavy Wybiral: Experimenting with Electric Paint
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resistive elements like custom potentiometers, and also seems to...
View ArticleYasoob Khalid: Email Security & Privacy
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally draining...
View ArticleWeekly Python StackOverflow Report: (cliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-01 21:40:29 GMTLongest word chain from a list of words -...
View Articlegamingdirectional: Create a next level scene for pygame project
In this article we will create a next level scene which will be displayed whenever the player has gained 30 points. Just like the previous chapter we are going to use back the start scene class as well...
View ArticlePyBites: PyBites Twitter Digest - Issue 37, 2018
Digital Ocean Developer Trends of the quarterSubmitted by @BryanKimaniVery interesting report by @digitalocean - https://t.co/V3XRozQfdr#OpenSource— Max (@maksek_ua) November 27, 2018A great article on...
View ArticleVasudev Ram: Tower of Hanoi program in Higher-Order Perl book, ported to Python
Hi, readers,I was reading the book Higher Order Perl (Wikipedia entry). It is by Mark Jason Dominus, a well-known figure in the Perl community. I've only read a bit of it so far, but it already looks...
View ArticlePodcast.__init__: Keeping Up With The Python Community For Fun And Profit...
Keeping up with the work being done in the Python community can be a full time job, which is why Dan Bader has made it his! In this episode he discusses how he went from working as a software engineer,...
View Articlegamingdirectional: Create a win scene and the level manager class for pygame...
In this article we will create a pop up win scene when the player has won all the levels which it will then ask the player whether he wants to start the game all over again or not? We will also create...
View ArticleTechiediaries - Django: CSS Grid Layout Tutorial—Styling a Django Template
Throughout this tutorial, we'll learn about CSS Grid Layout. We'll be using a Django template. There are many popular techniques for creating responsive layouts. In this tutorial, we'll be building a...
View ArticleMike Driscoll: PyDev of the Week: Erika Fille Legara
This week we welcome Erika Fille Legara (@eflegara) as our PyDev of the Week. Erika is a professor and program director at the Asian Institute of Management. She has spoken at PyCon Philippines. You...
View Article