Obey the Testing Goat: Python Architecture Stuff: do we need more?
I've been learning lots of new stuff about application architecture recently, and I want to get a sense from you, dear reader, of whether these ideas are of interest, and whether we should try and...
View ArticlePodcast.__init__: - Episode
SummaryMusic is a part of every culture around the world and throughout history. Musicology is the study of that music from a structural and sociological perspective. Traditionally this research has...
View ArticleChristian Barra: Onboarding for new tech hires
Hiring a new member for a tech team is such a long process that as soon as the contract is signed you would like to think that your job is done. But is it? No exactly, your hiring process is not yet...
View Articlecodingdirectional: Return the list of the number and its power with python
Before we start our new python project here is another solution for one of the python’s question on codewars. In this example, we need to create a method which will accept a number and returns a list...
View ArticleCodementor: Python, For The ❤ of It - part 2
My Journey Into One of World's Most Awesome Languages
View Articlegamingdirectional: Moving the player object in Pygame
In the last chapter we have created the animation effect for the player object and in this chapter, we will move the player object in the x-axis. We will leave the wall and boundary collision detection...
View ArticleCodementor: small stuff about python3 print()
Some small stuff about Python3 print()...
View ArticleDjango Weblog: Django bugfix release: 2.0.13
Today we've issued the 2.0.13 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticlePyCon: Hatchery programs at PyCon 2019!
The PyCon Hatchery program was introduced last year to allow for the addition to PyCon of new tracks, summits, demos, or any other imaginable events which share and fulfill the mission of the Python...
View ArticleMike Driscoll: Creating a Calculator with wxPython
A lot of beginner tutorials start with “Hello World” examples. There are plenty of websites that use a calculator application as a kind of “Hello World” for GUI beginners. Calculators are a good way to...
View ArticleCodementor: Downloading Files using Python (Simple Examples)
Learn how to download files from the web using Python modules like requests, urllib, and wget. We used many techniques and download from multiple sources.
View ArticleRead the Docs: Defaulting New Projects to Python 3
New projects that are just getting started with Read the Docs will now use Python 3 by default. While it is still possible to configure your project to use Python 2.7 with our configuration file, we...
View ArticlePyCoder’s Weekly: Issue #355 (Feb. 12, 2019)
#355 – FEBRUARY 12, 2019View in Browser »Goodbye Virtual Environments? Could an npm-style __pypackages__ in your app’s project folder be an alternative to using virtual environments? Chad explores this...
View ArticleCodementor: Python, For The ❤ of It - part 3 (What I Built With It)
My Journey Into One of World's Most Awesome Languages
View ArticleReal Python: Supercharge Your Classes With Python super()
While Python isn’t purely an object-oriented language, it’s flexible enough and powerful enough to allow you to build your applications using the object-oriented paradigm. One of the ways in which...
View ArticleCodementor: Testing isn't everything, but it's important
A talk that I've been thinking about for the last little while is one by Gary Bernhardt called Ideology (https://www.destroyallsoftware.com/talks/ideology). I highly recommend that you go watch it...
View ArticleThe No Title® Tech Blog: Why and how I have just redesigned my (other) website
Going through a moment of change in my life, I have decided to redesign my other website, using Pelican and other open source tools. The older version was starting to look a bit aged, especially on...
View ArticleKushal Das: Tracking my phone's silent connections
My phone has more friends than me. It talks to more peers (computers) than the number of human beings I talk on an average. In this age of smartphones and mobile apps for A-Z things, we are dependent...
View ArticleDataquest: How to Learn Python for Data Science In 5 Steps
Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one...
View ArticleCodementor: What You Don't Know About Python Variables
The first time you get introduced to Python’s variable, it is usually defined as “parts of your computer’s memory where you store some information.” Some define it as a “storage placeholder for texts...
View Article