Anarcat: The CLA Denial-Of-Service attack
Link: https://anarc.at/blog/2020-02-24-cla-dos/
I just stumbled upon this weird mind bender this morning. I have found
what I believe is a simple typo in the Ganeti documentation which
has a trivial fix. But then, before I submitted a PR to fix it,
Link: https://anarc.at/blog/2020-02-24-cla-dos/
I just stumbled upon this weird mind bender this morning. I have found
what I believe is a simple typo in the Ganeti documentation which
has a trivial fix. But then, before I submitted a PR to fix it,
Stack Abuse: Introduction to Image Processing in Python with OpenCV
Link: https://stackabuse.com/introduction-to-image-processing-in-python-with-opencv/
Introduction
In this tutorial, we are going to learn how we can perform image processing using the Python language. We are not going to restrict ourselves to a single library or framework; however, th
Link: https://stackabuse.com/introduction-to-image-processing-in-python-with-opencv/
Introduction
In this tutorial, we are going to learn how we can perform image processing using the Python language. We are not going to restrict ourselves to a single library or framework; however, th
Stack Abuse
Introduction to Image Processing in Python with OpenCV
The article provides a brief introduction to various image processing tasks with the help of the Python programming language.
Andre Roberge: From a rejected Pycon talk to a new project.
Link: https://aroberge.blogspot.com/2020/02/from-rejected-pycon-talk-to-new-project.html
Like many others, my talk proposal (early draft here) for Pycon US was rejected. So, I decided to spend some time putting everything in a new project instead. (Documentation here.) It is still a roug
Link: https://aroberge.blogspot.com/2020/02/from-rejected-pycon-talk-to-new-project.html
Like many others, my talk proposal (early draft here) for Pycon US was rejected. So, I decided to spend some time putting everything in a new project instead. (Documentation here.) It is still a roug
Blogspot
From a rejected Pycon talk to a new project.
Like many others, my talk proposal ( early draft here ) for Pycon US was rejected. So, I decided to spend some time putting everything in a ...
PyBites: Talking to API's and goodlooking tools
Link: https://pybit.es/guest-talking-to-apis-goodlooking-tools.html
One of my go-to locations for security news had a thread recently about a tool called VTScan.
I really liked the idea of not having to go through the browser overhead to check files against multiple s
Link: https://pybit.es/guest-talking-to-apis-goodlooking-tools.html
One of my go-to locations for security news had a thread recently about a tool called VTScan.
I really liked the idea of not having to go through the browser overhead to check files against multiple s
PyBites
Talking to API's and goodlooking tools
I recently ran into a tool called VTScan that uses the VirusTotal API to scan a file and print the results. I figured I could write the same, and add some functionality!
PyBites: Productivity Mondays - Are You Producing Enough Value? 5 Tips to Boost Your Deep Work
Link: https://pybit.es/deep-work.html
Here is another edition of Productivity Mondays geared towards getting you closer towards your goals. This weekend I picked up Deep work again. Every time I read it is a revelation. The better you man
Link: https://pybit.es/deep-work.html
Here is another edition of Productivity Mondays geared towards getting you closer towards your goals. This weekend I picked up Deep work again. Every time I read it is a revelation. The better you man
PyBites
Productivity Mondays - Are You Producing Enough Value? 5 Tips to Boost Your Deep Work
Here is another edition of Productivity Mondays geared towards getting you closer towards your goals. This weekend I picked up Deep work again. Every time I read it is a revelation. The better you manage your time, the more successful you will become. It…
pgcli: Welcome IRedis
Link: http://pgcli.com/welcome-iredis.html
We are happy to welcome IRedis to the dbcli org.
IRedis is A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
IRedis is written in python using the wonderful prompt-toolkit l
Link: http://pgcli.com/welcome-iredis.html
We are happy to welcome IRedis to the dbcli org.
IRedis is A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
IRedis is written in python using the wonderful prompt-toolkit l
Podcast.__init__: Reducing The Friction Of Embedded Software Development With PlatformIO
Link: https://www.pythonpodcast.com/platformio-embedded-software-devleopment-episode-251/
Embedded software development is a challenging endeavor due to a fragmented ecosystem of tools. Ivan Kravets experienced the pain of programming for different hardware platforms when embroiled in a ho
Link: https://www.pythonpodcast.com/platformio-embedded-software-devleopment-episode-251/
Embedded software development is a challenging endeavor due to a fragmented ecosystem of tools. Ivan Kravets experienced the pain of programming for different hardware platforms when embroiled in a ho
The Python Podcast.__init__
The Python Podcast.__init__: Reducing The Friction Of Embedded Software Development With PlatformIO
An interview about the PlatformIO ecosystem and how it helps to reduce the pain of building embedded software applications that target multiple hardware vendors
tryexceptpass: Episode 4 - 7 Practices for High Quality Maintainable Code
Link: https://tryexceptpass.org/podcast/ep4-code-quality-practices/
Code is complicated, hard to test, difficult to understand and can frustrate others.
Writing cleaner code can save you from reimplementing software simply that you cannot understand.
It’s an iterativ
Link: https://tryexceptpass.org/podcast/ep4-code-quality-practices/
Code is complicated, hard to test, difficult to understand and can frustrate others.
Writing cleaner code can save you from reimplementing software simply that you cannot understand.
It’s an iterativ
tryexceptpass.org
Episode 4 - 7 Practices for High Quality Maintainable Code
Software development principles that help you produce higher quality and more maintainable code.
Catalin George Festila: Python 3.7.6 : The new concepts of execution in python 3 - part 001.
Link: http://python-catalin.blogspot.com/2020/02/python-376-new-concepts-of-execution-in.html
The main goal of these tutorials series is learning to deal with python source code using the new concepts of execution in python 3.
When two or more events are concurrent it means that they are happe
Link: http://python-catalin.blogspot.com/2020/02/python-376-new-concepts-of-execution-in.html
The main goal of these tutorials series is learning to deal with python source code using the new concepts of execution in python 3.
When two or more events are concurrent it means that they are happe
Blogspot
Python 3.7.6 : The new concepts of execution in python 3 - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Real Python: How to Work With a PDF in Python
Link: https://realpython.com/courses/pdf-python/
The Portable Document Format or PDF is a file format that can be used to present and exchange documents reliably across operating systems. While the PDF was originally invented by Adobe, it is now an
Link: https://realpython.com/courses/pdf-python/
The Portable Document Format or PDF is a file format that can be used to present and exchange documents reliably across operating systems. While the PDF was originally invented by Adobe, it is now an
Realpython
How to Work With a PDF in Python – Real Python
In this step-by-step course, you'll learn how to work with a PDF in Python. You'll see how to extract metadata from preexisting PDFs. You'll also learn how to merge, split, watermark, and rotate pages in PDFs using Python and PyPDF2.
Data School: How to merge DataFrames in pandas (video)
Link: https://www.dataschool.io/merging-pandas-dataframes/
In my new pandas video, you're going to learn how to use the "merge" function so that you can combine multiple datasets into a single DataFrame.
Merging (also known as "joining") can be tricky to do c
Link: https://www.dataschool.io/merging-pandas-dataframes/
In my new pandas video, you're going to learn how to use the "merge" function so that you can combine multiple datasets into a single DataFrame.
Merging (also known as "joining") can be tricky to do c
Data School
How to merge DataFrames in pandas (video)
Learn how to use the "merge" function in pandas so that you can combine multiple datasets into one DataFrame. Includes examples of the four types of joins.
PyCoder’s Weekly: Issue #409 (Feb. 25, 2020)
Link: https://pycoders.com/issues/409
#409 – FEBRUARY 25, 2020 View in Browser » Analysing NBA Assists: How to Visualize Hidden Relationships in Data With Python Using basketball as the background setting, the author discusses sever
Link: https://pycoders.com/issues/409
#409 – FEBRUARY 25, 2020 View in Browser » Analysing NBA Assists: How to Visualize Hidden Relationships in Data With Python Using basketball as the background setting, the author discusses sever
Pycoders
PyCoder’s Weekly | Issue #409
Issue #409 of the PyCoder’s Weekly newsletter, published Feb. 25, 2020.
Codementor: Build Systems with Speed and Confidence by Closing the Loop First!
Link: https://www.codementor.io/_ketanbhatt/build-systems-with-speed-and-confidence-by-closing-the-loop-first-13z2y14s26
A completely finished “loop” is when you can provide the required input to your system, and it produces the desired output (or side effects, if that’s how you like it). The “Close the loop first” tech
Link: https://www.codementor.io/_ketanbhatt/build-systems-with-speed-and-confidence-by-closing-the-loop-first-13z2y14s26
A completely finished “loop” is when you can provide the required input to your system, and it produces the desired output (or side effects, if that’s how you like it). The “Close the loop first” tech
www.codementor.io
Build Systems with Speed and Confidence by Closing the Loop First! | Codementor
A completely finished “loop” is when you can provide the required input to your system, and it produces the desired output (or side effects, if that’s how you like it). The “Close the loop first” technique is about closing this loop as fast as possible by…
Python Insider: Python 3.8.2 and 3.9.0a4 are now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/zN9QnJ9Ipn8/python-382-and-390a4-are-now-available.html
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of two of the latest Python editions.
Python 3.8
Link: http://feedproxy.google.com/~r/PythonInsider/~3/zN9QnJ9Ipn8/python-382-and-390a4-are-now-available.html
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of two of the latest Python editions.
Python 3.8
Blogspot
Python Insider: Python 3.8.2 and 3.9.0a4 are now available
Roberto Alsina: Episodio 24: I like Windows!
Link: https://ralsina.me/weblog/posts/youtube/episodio-24-i-like-windows.html
Me puse a hacer un window manager de juguete en Python. Lo basé en HackWM. Hack. Hacker. Carlín! Se llama carlin_wm y realmente no sirve para nada, excepto como experiencia educativa. O sea, es re úti
Link: https://ralsina.me/weblog/posts/youtube/episodio-24-i-like-windows.html
Me puse a hacer un window manager de juguete en Python. Lo basé en HackWM. Hack. Hacker. Carlín! Se llama carlin_wm y realmente no sirve para nada, excepto como experiencia educativa. O sea, es re úti
Lateral Opinion
Episodio 24: I like Windows!
Me puse a hacer un window manager de juguete en Python. Lo basé en HackWM. Hack. Hacker. Carlín! Se llama carlin_wm y realmente no sirve para nada, excepto como experiencia educativa. O sea, es re úti
Talk Python to Me: #253 Moon base geekout
Link: https://talkpython.fm/episodes/show/253/moon-base-geekout
Link: https://talkpython.fm/episodes/show/253/moon-base-geekout
talkpython.fm
Moon base geekout
This episode is a unique one. On this episode, I've invited Richard Campbell and developer and podcaster who also dives deep into science and tech topics. We are going to dig into his geekout series and spend some time talking realistically about moonbases…
Python Bytes: #170 Visualize this: Visualizing Python's visualization ecosystem
Link: https://pythonbytes.fm/episodes/show/170/visualize-this-visualizing-python-s-visualization-ecosystem
Link: https://pythonbytes.fm/episodes/show/170/visualize-this-visualizing-python-s-visualization-ecosystem
pythonbytes.fm
Visualize this: Visualizing Python's visualization ecosystem
News and announcements from the Python community for the week of Feb 25th, 2020
The No Title® Tech Blog: Book review - Machine Learning with Python for Everyone, By Mark E. Fenner
Link: https://no-title.victordomingos.com/articles/2020/book_review_machine_learning_with_python
Machine learning, one of the hottest tech topics of today, is being used more and more. Sometimes as the best tool for the job, other times perhaps as a buzzword that is mainly used as a way to make a
Link: https://no-title.victordomingos.com/articles/2020/book_review_machine_learning_with_python
Machine learning, one of the hottest tech topics of today, is being used more and more. Sometimes as the best tool for the job, other times perhaps as a buzzword that is mainly used as a way to make a
The No Title® Tech Blog
Book review - Machine Learning with Python for Everyone, By Mark E. Fenner
Machine learning, one of the hottest tech topics of today, is being used more and more. Sometimes as the best tool for the job, other times perhaps as a buzzword that is mainly used as a way to make a product look cooler. However, without knowing what ML…
PyBites: How to Write a Guest Article for PyBites
Link: https://pybit.es/guest-howto-write-guest-posts.html
Hello Everybody! In this article I'll run through the procedure of using git and github to submit a guest article to PyBites.
1. Forking the Repository
In order to get started, you have to create a fo
Link: https://pybit.es/guest-howto-write-guest-posts.html
Hello Everybody! In this article I'll run through the procedure of using git and github to submit a guest article to PyBites.
1. Forking the Repository
In order to get started, you have to create a fo
PyBites
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.