In this video tutorial, you will learn how Python's Boolean operators work. You will also learn about Python's None keyword Did you enjoy the video? Check out the book that it's based on: Python 101 - 2nd Edition.
This week we welcome Jason Coombs (@jaraco) as our PyDev of the Week! Jason is the maintainer of twine, SetupTools, CherryPy and 140+ other Python packages. You can see what he's currently working on by checking out Github. Let's take a few moments to get to know Jason better! Can you tell us a little […]
This week we welcome Julia Signell (@JSignell) as our PyDev of the Week! She helps develop Holoviz, a browser-based data visualization open source package for Python and Conda. Julia is also a co-organizer for PyDataPHL. Let's spend some time getting to know Julia better! Can you tell us a little about yourself (hobbies, education, etc): […]
In this video you will learn about the basics of Python's dictionary data type. You will cover the following: Create dictionaries Access dictionaries Dictionary methods Modifying dictionaries Deleting from your dictionary Buy the book: Python 101 2nd Edition Get the code on Github
Cyborg Security reported recently that malware is starting to appear that has been written using the Python programming language. Traditionally, most malware has been written in compiled languages, such as C or C++. The reason is simple. Compiled languages let the attacker create smaller, harder to detect, executables. However, Python's popularity and ease of use […]
The Python community is amazing. I started learning Python over 15 years ago and the community was almost always very supportive in helping me figure things out. However, the past few years there seems to have been a shift. I'm not sure if it's just because Python has grown so much in popularity or if […]