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 […]
This week we welcome Or Carmi (@liiight) as our PyDev of the Week! Or is the creator and maintainer of notifiers. You can see what else Or has been up to by checking out his Github profile. Let's spend some time getting to know Or better! Can you tell us a little about yourself (hobbies, […]
I am on the latest Real Python podcast where I talk about my ReportLab book, wxPython, and lots more. The podcast episode that I take part in is called Episode 20: Building PDFs in Python with ReportLab. Check it out and feel free to ask questions in the comments. Related Articles Talk Python Podcast and […]