wxPython by Example: How to Reset the Background Color (Video)
In this tutorial, you will learn how to reset the background color of your application to the default color.
wxPython by Example: How to Reset the Background Color (Video) Read More »
In this tutorial, you will learn how to reset the background color of your application to the default color.
wxPython by Example: How to Reset the Background Color (Video) Read More »
In this video, you will learn how to create conditional statements using the Python programming language. Specifically, you will learn about the following topics: Comparison operators Creating a simple conditional Branching conditional statements Nesting conditionals Logical operators Special operators
Python 101 – Conditional Statements (Video) Read More »
This week we welcome Connor Ferster as our PyDev of the Week! Connor is the author of handcalcs which was recently featured on the PythonBytes Podcast. You can see more of Connor’s work on Github. Let’s spend some time getting to know Connor now! Can you tell us a little about yourself (hobbies, education, etc):
PyDev of the Week: Connor Ferster Read More »
In case you missed it earlier this month, Blackberry released a tool of theirs that they use for reverse engineering malware. That tool is called PE Tree and is open-source and written in Python. Blackberry used the popular PyQt5 GUI toolkit to write that displays a tree view of portable executables, which makes it easier
Blackberry Released an Anti-Malware Tool Written in Python Read More »
This week we welcome Ethan Smith (@ethanhs) as our PyDev of the Week! Ethan is a core developer of the Mypy project, which is a static type checker for Python. You can see what other projects Ethan contributes to over on Github. Let’s spend a few moments getting to know Ethan better! Can you tell
PyDev of the Week: Ethan Smith Read More »
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.
Python 101 – Boolean Operators and None (Video) Read More »
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
PyDev of the Week: Jason R. Coombs Read More »
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):
PyDev of the Week: Julia Signell Read More »
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
Python 101 – Learning About Sets (Video) Read More »
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
Python Malware May be Coming to a Computer Near You Read More »
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
Is the Python Community Becoming Toxic? Read More »
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,
PyDev of the Week: Or Carmi Read More »
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
Real Python Podcast Interview Read More »
This week we welcome Carlton Gibson (@carltongibson) as our PyDev of the Week. Carlton is a core developer of the Django REST Framework and maintainer of Django Filter, Crispy Forms and more. Carlton is the co-host of the Django Talk podcast. You can see what Carlton is currently working on over on Github. Let’s spend
PyDev of the Week: Carlton Gibson Read More »
In this tutorial, you will learn how to use Jupyter Notebooks to create slide show presentations. This allows you to run and edit live code in your slides. Want to learn more about Jupyter Notebook? Then check out my book, Jupyter Notebook 101, available on Leanpub, Amazon, and Gumroad
Creating a Presentation with Jupyter Notebook and RISE (Video) Read More »