Glyph Lefkowitz: Never Run ‘python’ In Your Downloads Folder
Link: https://glyph.twistedmatrix.com/2020/08/never-run-python-in-your-downloads-folder.html
One of the wonderful things about Python is the ease with which you can start
writing a script - just drop some code into a .py file, and run python
my_file.py. Similarly it’s easy to get started wit
Link: https://glyph.twistedmatrix.com/2020/08/never-run-python-in-your-downloads-folder.html
One of the wonderful things about Python is the ease with which you can start
writing a script - just drop some code into a .py file, and run python
my_file.py. Similarly it’s easy to get started wit
Twistedmatrix
Never Run ‘python’ In Your Downloads Folder
Python can execute code. Make sure it executes only the code you want it to.
Catalin George Festila: Python 3.8.5 : Testing with openpyxl - parts 001 .
Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html
The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html
The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
Blogspot
Python 3.8.5 : Testing with openpyxl - part 001 .
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Weekly Check-in #7
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-7-11/
What did I do this week?
I finalised my work this week and prepared for final evaluation also helped test the multistage analysis patch by ForgetMe17.
What's next?
I will try to implement the licen
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-7-11/
What did I do this week?
I finalised my work this week and prepared for final evaluation also helped test the multistage analysis patch by ForgetMe17.
What's next?
I will try to implement the licen
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #7 - abhaykatheria's Blog
Weekly Check-in #7 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #13
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-13/
Part of the Journey is the end unless its Open Source!
Hello and welcome to my final weekly check-in. Today officially marks the end of the coding period for GSoC 2020. I enjoyed every bit of it. Thi
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-13/
Part of the Journey is the end unless its Open Source!
Hello and welcome to my final weekly check-in. Today officially marks the end of the coding period for GSoC 2020. I enjoyed every bit of it. Thi
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #13 - Nibba2018's Blog
Weekly Check-in #13 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
Full Stack Python: Using Sentry to Handle Python Exceptions in Django Projects
Link: https://www.fullstackpython.com/blog/sentry-handle-exceptions-django-projects.html
Web applications built in Django can become sprawlingly complex over time, which is one reason why centralized error handling is important. This tutorial will guide you through adding a free, basic Se
Link: https://www.fullstackpython.com/blog/sentry-handle-exceptions-django-projects.html
Web applications built in Django can become sprawlingly complex over time, which is one reason why centralized error handling is important. This tutorial will guide you through adding a free, basic Se
Fullstackpython
Using Sentry to Handle Python Exceptions in Django Projects
Learn to handle Python exceptions in your Django projects with the hosted Sentry service. Great post on fullstackpython.com!
PSF GSoC students blogs: Weekly Check-in #13
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-13-1/
Hey!
What did you do this week?
Completed the cluster analysis template. Cluster status will display the overview of nodes, number of nodes connected, total number of CPU and GPU worker.
What is comin
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-13-1/
Hey!
What did you do this week?
Completed the cluster analysis template. Cluster status will display the overview of nodes, number of nodes connected, total number of CPU and GPU worker.
What is comin
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #13 - abijithbahuleyan's Blog
Weekly Check-in #13 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python Qt5 - Add and remove items between two QTreeWidgets.
Link: http://python-catalin.blogspot.com/2020/08/python-qt5-add-and-remove-items-between.html
Today's tutorial will show you how to add and remove items between two QTreeWidgets.
The source code is very simple to understand: the user interface is created with two QTreeWidgets.
One is completed
Link: http://python-catalin.blogspot.com/2020/08/python-qt5-add-and-remove-items-between.html
Today's tutorial will show you how to add and remove items between two QTreeWidgets.
The source code is very simple to understand: the user interface is created with two QTreeWidgets.
One is completed
Blogspot
Python Qt5 - Add and remove items between two QTreeWidgets.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Glyph Lefkowitz: Nice Animations with Twisted and PyGame
Link: https://glyph.twistedmatrix.com/2020/08/nice-animations-with-twisted-and-pygame.html
One of my favorite features within Twisted — but also one of the least known —
is
LoopingCall.withCount,
which can be used in applications where you have some real-time thing
happening, which needs t
Link: https://glyph.twistedmatrix.com/2020/08/nice-animations-with-twisted-and-pygame.html
One of my favorite features within Twisted — but also one of the least known —
is
LoopingCall.withCount,
which can be used in applications where you have some real-time thing
happening, which needs t
Twistedmatrix
Nice Animations with Twisted and PyGame
Flicker-free, time-accurate animation and movement using LoopingCall.
Daniel Bader: Functional Programming Primitives in Python
Link: https://dbader.org/blog/functional-programming-primitives-in-python
Functional Programming Primitives in Python
In this tutorial we’ll take a look at the basic building blocks of functional programming in Python, like the “filter”, “map”, and “reduce” functions.
Wh
Link: https://dbader.org/blog/functional-programming-primitives-in-python
Functional Programming Primitives in Python
In this tutorial we’ll take a look at the basic building blocks of functional programming in Python, like the “filter”, “map”, and “reduce” functions.
Wh
dbader.org
Functional Programming Primitives in Python – dbader.org
In this tutorial we’ll take a look at the basic building blocks of functional programming in Python, like the “filter”, “map”, and “reduce” functions.
Mike Driscoll: PyDev of the Week: Ethan Smith
Link: https://www.blog.pythonlibrary.org/2020/08/24/pydev-of-the-week-ethan-smith/
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 co
Link: https://www.blog.pythonlibrary.org/2020/08/24/pydev-of-the-week-ethan-smith/
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 co
The Mouse Vs. The Python
PyDev of the Week: Ethan Smith - The Mouse Vs. The Python
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…
PSF GSoC students blogs: GSoC: Week #13
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-13/
Hello!
What did you do this week?
I worked on a recursive function which splits tile_slices in order to properly read from reshaped HDF5 files. Now the scan dimensions can be reshaped for n-D HDF5 dat
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-13/
Hello!
What did you do this week?
I worked on a recursive function which splits tile_slices in order to properly read from reshaped HDF5 files. Now the scan dimensions can be reshaped for n-D HDF5 dat
blogs.python-gsoc.org
Python GSoC - GSoC: Week #13 - anandbaburajan's Blog
GSoC: Week #13 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 12 : All Done!
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-12-all-done/
Hello there! This was the final week of coding in GSoC 2020. Three months back, I had no confidence that I would be able to do the project. And here we are!
What did you do this week?
I spent the wee
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-12-all-done/
Hello there! This was the final week of coding in GSoC 2020. Three months back, I had no confidence that I would be able to do the project. And here we are!
What did you do this week?
I spent the wee
blogs.python-gsoc.org
Python GSoC - Week 12 : All Done! - ARYAN_GUPTA's Blog
Week 12 : All Done! - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
Test and Code: 127: WFH, WTF? - Tips and Tricks for Working From Home - Reuven Lerner & Julian Sequeira
Link: https://testandcode.com/127
Many people have been working from home now that are not used to working from home.
Or at least are working from home more than they ever did before. That's definitely true for me.
Even though I've be
Link: https://testandcode.com/127
Many people have been working from home now that are not used to working from home.
Or at least are working from home more than they ever did before. That's definitely true for me.
Even though I've be
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 127: WFH, WTF? - Tips and Tricks for Working From Home - Reuven Lerner &…
Tons of great tips and tricks for working from home. Brian, Julian, and Rueven share their experience and tips for making working from home productive and healthy.
Zato Blog: Installing Zato under Mac
Link: https://zato.io/blog/2020-08-24-mac-installation.html
The next Zato release will offer a native Mac installer while for now an installation from source is needed - read on for details on how to set up Zato today using Homebrew.
The fundamental idea behin
Link: https://zato.io/blog/2020-08-24-mac-installation.html
The next Zato release will offer a native Mac installer while for now an installation from source is needed - read on for details on how to set up Zato today using Homebrew.
The fundamental idea behin
zato.io
Installing Zato under Mac
The next Zato release will offer a native Mac installer while for now an installation from source is needed - read on for details on how to set up Zato today using Homebrew.
The fundamental idea behind supporting non-Linux environments is that of making it…
The fundamental idea behind supporting non-Linux environments is that of making it…
EuroPython: EuroPython 2020: Merch Shop Discount
Link: https://blog.europython.eu/post/627317569142013952
We have setup another 10 day 15% discount period in our merch shop, from today until Sept 1.EuroPython Merch ShopAfter the success of the shop for EuroPython 2020, we intend to keep the merch shop als
Link: https://blog.europython.eu/post/627317569142013952
We have setup another 10 day 15% discount period in our merch shop, from today until Sept 1.EuroPython Merch ShopAfter the success of the shop for EuroPython 2020, we intend to keep the merch shop als
blog.europython.eu
EuroPython Blog
EuroPython 2020: Merch Shop Discount We have setup another 10 day 15% discount period in our merch shop, from today until Sept 1. EuroPython Merch Shop After the success of the shop for EuroPython...
PSF GSoC students blogs: Weekly Check-In: Week 13
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-13/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
Today marked the official end of the coding period for Google Summer of Code 2020. On this day i would like to tak
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-13/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
Today marked the official end of the coding period for Google Summer of Code 2020. On this day i would like to tak
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 13 - lenixlobo's Blog
Weekly Check-In: Week 13 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
Zato Blog: Zato and Docker installation options - general overview
Link: https://zato.io/blog/2020-08-10-zato-docker.html
Docker is a containerization platform that gained immense popularity in the IT world as a tool that can contain an application and help to deploy it to multiple environments.
History Before Docker, th
Link: https://zato.io/blog/2020-08-10-zato-docker.html
Docker is a containerization platform that gained immense popularity in the IT world as a tool that can contain an application and help to deploy it to multiple environments.
History Before Docker, th
zato.io
Zato and Docker installation options - general overview
Docker is a containerization platform that gained immense popularity in the IT world as a tool that can contain an application and help to deploy it to multiple environments.
History Before Docker, there were different approaches whose goal was to obtain…
History Before Docker, there were different approaches whose goal was to obtain…
Real Python: Python mmap: Improved File I/O With Memory Mapping
Link: https://realpython.com/python-mmap/
The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
Link: https://realpython.com/python-mmap/
The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
Realpython
Python mmap: Improved File I/O With Memory Mapping – Real Python
In this tutorial, you'll learn how to use Python's mmap module to improve your code's performance when you're working with files. You'll get a quick overview of the different types of memory before diving into how and why memory mapping with mmap can make…
PSF GSoC students blogs: GSoC: Week 13: Create GitHub Action
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-13-create-github-action/
What did I do this week?
I was working on documentation this week. I have added an example GitHub action workflow so that users can easily integrate CVE Binary Tool in their CI/CD pipeline. I am using
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-13-create-github-action/
What did I do this week?
I was working on documentation this week. I have added an example GitHub action workflow so that users can easily integrate CVE Binary Tool in their CI/CD pipeline. I am using
blogs.python-gsoc.org
Python GSoC - GSoC: Week 13: Create GitHub Action - Niraj-Kamdar's Blog
GSoC: Week 13: Create GitHub Action - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
Patrick Kennedy: Flask Course Released!
Link: http://www.patricksoftwareblog.com/flask-course-released/
I’m so excited to announce the release of my second course at TestDriven.io:
Developing Web Applications with Python and Flask
This course teaches the fundamentals of Flask and then shows how to build
Link: http://www.patricksoftwareblog.com/flask-course-released/
I’m so excited to announce the release of my second course at TestDriven.io:
Developing Web Applications with Python and Flask
This course teaches the fundamentals of Flask and then shows how to build