Python Programming Leftovers

-
Webinar Recording: “Security Checks for Python Code” with Anthony Shaw
Last week we had a webinar on Python security with Anthony Shaw. He covered a number of places where Python code, including popular frameworks, run into security vulnerabilities. He also showed his PyCharm plugin for showing and fixing known vulnerabilities. The webinar recording is now available.
So much covered in this webinar! Anthony discussed common Python security vulnerabilities, how his plugin helps, how to run it in continuous integration, and more.
-
How to Write a Guest Article for PyBites
Hello Everybody! In this article I'll run through the procedure of using git and github to submit a guest article to PyBites.
-
The Beginner's Guide to Python Turtle
When I was a kid, I used to learn Logo, a programming language that involved a turtle that you could move around the screen with just a few commands. I remember feeling like a computer genius as I controlled this little object on my screen, and this was what got me interested in programming in the first place. The Python turtle library comes with a similar interactive feature that gives new programmers a taste of what it’s like to work with Python.
-
Use logzero for simple logging in Python
The logzero library makes logging as easy as a print statement, which is quite a feat of simplicity. I'm not sure whether logzero took its name to fit in with the series of "zero boilerplate" libraries like pygame-zero, GPIO Zero, and guizero, but it's certainly in that category. It's a Python library that makes logging straightforward.
You can just use its basic logging to stdout the same way you might use print for information and debugging purposes, and it has a smooth learning curve towards more advanced logging, like logging to a file.
-
Create Boing!, our Python tribute to Pong
Following on from yesterday’s introduction to Pong, we’re sharing Boing!, the Python-based tribute to Pong created by Eben Upton exclusively for Code the Classics. Read on to get a detailed look at the code for Boing!
-
- Login or register to post comments
Printer-friendly version
- 1727 reads
PDF version
More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
- January 2021 (762)
- December 2020 (1091)
- November 2020 (1042)
- October 2020 (1161)
- September 2020 (1124)
- August 2020 (1064)
- July 2020 (1162)
- June 2020 (1104)
- May 2020 (1203)
- April 2020 (1211)
- March 2020 (1184)
- February 2020 (1071)
- January 2020 (1225)
- December 2019 (1210)
- November 2019 (1180)
- October 2019 (1243)
- September 2019 (1104)
- August 2019 (1115)
- July 2019 (1084)
- June 2019 (976)
- May 2019 (1028)
- April 2019 (1046)
- March 2019 (1165)
- February 2019 (1019)
- January 2019 (1149)
- December 2018 (996)
- November 2018 (989)
- October 2018 (942)
- September 2018 (948)
- August 2018 (1020)
Recent comments
18 min 40 sec ago
20 min 32 sec ago
6 hours 19 min ago
6 hours 45 min ago
10 hours 3 min ago
10 hours 41 min ago
10 hours 59 min ago
11 hours 2 min ago
13 hours 22 min ago
13 hours 37 min ago