Python Bytes: #150 Winning the Python software interview
Link: https://pythonbytes.fm/episodes/show/150/winning-the-python-software-interview
Link: https://pythonbytes.fm/episodes/show/150/winning-the-python-software-interview
pythonbytes.fm
Winning the Python software interview
News and announcements from the Python community for the week of Oct 5th, 2019
Anarcat: Calibre replacement considerations
Link: https://anarc.at/software/desktop/calibre/
Summary
TL;DR: I'm considering replacing those various Calibre compnents with...
ebook-viewer: using a Kobo or other ebook reader, possibly
Atril or MuPDF on the desktop?
ebook-editor: Sigil.
collect
Link: https://anarc.at/software/desktop/calibre/
Summary
TL;DR: I'm considering replacing those various Calibre compnents with...
ebook-viewer: using a Kobo or other ebook reader, possibly
Atril or MuPDF on the desktop?
ebook-editor: Sigil.
collect
Full Stack Python: How to Add Maps to Django Web App Projects with Mapbox
Link: https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html
Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w
Link: https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html
Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w
Fullstackpython
How to Add Maps to Django Web App Projects with Mapbox
Learn how to add maps and location-based data to your web applications using Mapbox. Great post on fullstackpython.com!
Calvin Spealman: Announcing Feet, a Python Runner
Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl
Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl
Ironfroggy
Announcing Feet, a Python Runner
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally...
Amjith Ramanujam: Examples are Awesome
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Link: https://blog.amjith.com/examples-are-awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Brain Spill
Examples are Awesome
There are two things I look for whenever I check out an Opensource project or library that I want to use.
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
1. Screenshots (A picture is worth a thousand words).
2. Examples (Don't tell me what...
Mike Driscoll: PyDev of the Week: Paul Ivanov
Link: http://www.blog.pythonlibrary.org/2019/10/07/pydev-of-the-week-paul-ivanov/
This week we welcome Paul Ivanov (@ivanov) as our PyDev of the Week! Paul is a core developer of IPython and Jupyter. He is also an instructor at Software Carpentry. You can learn more about Paul on h
Link: http://www.blog.pythonlibrary.org/2019/10/07/pydev-of-the-week-paul-ivanov/
This week we welcome Paul Ivanov (@ivanov) as our PyDev of the Week! Paul is a core developer of IPython and Jupyter. He is also an instructor at Software Carpentry. You can learn more about Paul on h
The Mouse Vs. The Python
PyDev of the Week: Paul Ivanov - The Mouse Vs. The Python
This week I chatted with Paul Ivanov about his work with Jupyter, IPython and Matplotlib
Glyph Lefkowitz: The Numbers, They Lie
Link: https://glyph.twistedmatrix.com/2019/10/the-numbers-they-lie.html
It’s October, and we’re all getting ready for Halloween, so allow me to me tell you a horror story, in Python:
1
2>>> 0.1 + 0.2 - 0.3
5.551115123125783e-17
Some of you might already be familiar wit
Link: https://glyph.twistedmatrix.com/2019/10/the-numbers-they-lie.html
It’s October, and we’re all getting ready for Halloween, so allow me to me tell you a horror story, in Python:
1
2>>> 0.1 + 0.2 - 0.3
5.551115123125783e-17
Some of you might already be familiar wit
Twistedmatrix
The Numbers, They Lie
when 2 + 2 = 4.00000000000000000001
Julien Danjou: Python and fast HTTP clients
Link: https://julien.danjou.info/python-and-fast-http-clients/
Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize
Link: https://julien.danjou.info/python-and-fast-http-clients/
Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize
Ned Batchelder: Sponsor me on GitHub?
Link: https://nedbatchelder.com//blog/201910/sponsor_me_on_github.html
tl;dr: You can
sponsor me on GitHub,
but I’m not sure why you would.In May, GitHub launched
GitHub Sponsors,
a feature on their site for people to support each other financially. It’s
still in beta, b
Link: https://nedbatchelder.com//blog/201910/sponsor_me_on_github.html
tl;dr: You can
sponsor me on GitHub,
but I’m not sure why you would.In May, GitHub launched
GitHub Sponsors,
a feature on their site for people to support each other financially. It’s
still in beta, b
Real Python: Building a Python C Extension Module
Link: https://realpython.com/build-python-c-extension-module/
There are several ways in which you can extend the functionality of Python. One of these is to write your Python module in C or C++. This process can lead to improved performance and better access to
Link: https://realpython.com/build-python-c-extension-module/
There are several ways in which you can extend the functionality of Python. One of these is to write your Python module in C or C++. This process can lead to improved performance and better access to
Realpython
Building a Python C Extension Module – Real Python
In this tutorial, you'll learn how to write Python interfaces in C. Find out how to invoke C functions from within Python and build Python C extension modules. You'll learn how to parse arguments, return values, and raise custom exceptions using the Python…
Codementor: Choosing Python for Web Development: Top 16 Pros and Cons
Link: https://www.codementor.io/djangostars/choosing-python-for-web-development-top-16-pros-and-cons-zjnqig6hb
Did you know that Python was named after Monty Python?
One of the world’s most popular coding languages (https://stackoverflow.blog/2017/09/06/incredible-growth-python/), Python was first...
Link: https://www.codementor.io/djangostars/choosing-python-for-web-development-top-16-pros-and-cons-zjnqig6hb
Did you know that Python was named after Monty Python?
One of the world’s most popular coding languages (https://stackoverflow.blog/2017/09/06/incredible-growth-python/), Python was first...
Quansight Labs Blog: Quansight Labs Work Update for September, 2019
Link: https://labs.quansight.org/blog/2019/10/quansight-labs-work-update-for-september-2019/
As of November, 2018, I have been working at
Quansight. Quansight is a new startup founded by
the same people who started Anaconda, which aims to connect companies and open
source communities, and off
Link: https://labs.quansight.org/blog/2019/10/quansight-labs-work-update-for-september-2019/
As of November, 2018, I have been working at
Quansight. Quansight is a new startup founded by
the same people who started Anaconda, which aims to connect companies and open
source communities, and off
Quansight Labs
Quansight Labs Work Update for September, 2019
As of November, 2018, I have been working at
Quansight. Quansight is a new startup founded by
the same people who started Anaconda, which aims to connect companies and open
source communities, and off
Quansight. Quansight is a new startup founded by
the same people who started Anaconda, which aims to connect companies and open
source communities, and off
Catalin George Festila: Python 3.7.4 : Example with subprocess - part 001.
Link: http://python-catalin.blogspot.com/2019/10/python-374-example-with-subprocess-part.html
This is a simple example with the python 3 subprocess package.
The source code is simple to understand.
The execute_proceess_with_communicate let run the ls command with the sudo user permissions:
imp
Link: http://python-catalin.blogspot.com/2019/10/python-374-example-with-subprocess-part.html
This is a simple example with the python 3 subprocess package.
The source code is simple to understand.
The execute_proceess_with_communicate let run the ls command with the sudo user permissions:
imp
Blogspot
Python 3.7.4 : Example with subprocess - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Dataquest: Tutorial: Getting Music Data with the Last.fm API using Python
Link: https://www.dataquest.io/blog/last-fm-api-python/
APIs allow us to make requests from servers to retrieve data. APIs are useful for many things, but one is to be able to create a unique dataset for a data science project. In this tutorial, we’re goin
Link: https://www.dataquest.io/blog/last-fm-api-python/
APIs allow us to make requests from servers to retrieve data. APIs are useful for many things, but one is to be able to create a unique dataset for a data science project. In this tutorial, we’re goin
Dataquest
Getting Music Data with the Last.fm API using Python – Dataquest
Create a dataset from the Last.fm API using authentication with API keys, pagination, rate limiting, and more!
Podcast.__init__: Network Automation At Enterprise Scale With Python
Link: https://www.pythonpodcast.com/enms-network-automation-episode-232/
Designing and maintaining enterprise networks and the associated hardware is a complex and time consuming task. Network automation tools allow network engineers to codify their workflows and make them
Link: https://www.pythonpodcast.com/enms-network-automation-episode-232/
Designing and maintaining enterprise networks and the associated hardware is a complex and time consuming task. Network automation tools allow network engineers to codify their workflows and make them
The Python Podcast.__init__
The Python Podcast.__init__: Network Automation At Enterprise Scale With Python
An interview about building the eNMS platform for empowering enterprise network engineers to take advantage of automated workflows
Codementor: How I access Microsoft SharePoint in my Python scripts
Link: https://www.codementor.io/anananet/how-i-access-microsoft-sharepoint-in-my-python-scripts-zkfdn5nu0
Python & SharePoint might seem like a odd combination, but you can get useful information out of SharePoint by using a simple Python script.
Link: https://www.codementor.io/anananet/how-i-access-microsoft-sharepoint-in-my-python-scripts-zkfdn5nu0
Python & SharePoint might seem like a odd combination, but you can get useful information out of SharePoint by using a simple Python script.
www.codementor.io
How I access Microsoft SharePoint in my Python scripts | Codementor
Python & SharePoint might seem like a odd combination, but you can get useful information out of SharePoint by using a simple Python script.
Robin Wilson: Easily hiding items from the legend in matplotlib
Link: http://blog.rtwilson.com/easily-hiding-items-from-the-legend-in-matplotlib/
When producing some graphs for a client recently, I wanted to hide some labels from a legend in matplotlib. I started investigating complex arguments to the plt.legend function, but it turned out that
Link: http://blog.rtwilson.com/easily-hiding-items-from-the-legend-in-matplotlib/
When producing some graphs for a client recently, I wanted to hide some labels from a legend in matplotlib. I started investigating complex arguments to the plt.legend function, but it turned out that
S. Lott: Spreadsheet Regrets
Link: http://slott-softwarearchitect.blogspot.com/2019/10/spreadsheet-regrets.html
I can't emphasize this enough.Some people, when confronted with a problem, think“I know, I'll use a spreadsheet.” Now they have two problems.(This was originally about regular expressions. And AWK.
Link: http://slott-softwarearchitect.blogspot.com/2019/10/spreadsheet-regrets.html
I can't emphasize this enough.Some people, when confronted with a problem, think“I know, I'll use a spreadsheet.” Now they have two problems.(This was originally about regular expressions. And AWK.
Blogspot
Spreadsheet Regrets
I can't emphasize this enough. Some people, when confronted with a problem, think “I know, I'll use a spreadsheet.” Now they have two p...
Stack Abuse: Getting Started with Python PyAutoGUI
Link: https://stackabuse.com/getting-started-with-python-pyautogui/
Introduction
In this tutorial, we're going to learn how to use pyautogui library in Python 3. The PyAutoGUI library provides cross-platform support for managing mouse and keyboard operations through c
Link: https://stackabuse.com/getting-started-with-python-pyautogui/
Introduction
In this tutorial, we're going to learn how to use pyautogui library in Python 3. The PyAutoGUI library provides cross-platform support for managing mouse and keyboard operations through c
Stack Abuse
Getting Started with Python PyAutoGUI
The PyAutoGUI library provides cross-platform support for managing mouse and keyboard operations through code to enable automation of tasks.
PyPy Development: PyPy's new JSON parser
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AVZNUfFhOiI/pypys-new-json-parser.html
Introduction
In the last year or two I have worked on and off on making PyPy's
JSON faster, particularly when parsing large
JSON files. In this post I am going to document those techniques and
measu
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AVZNUfFhOiI/pypys-new-json-parser.html
Introduction
In the last year or two I have worked on and off on making PyPy's
JSON faster, particularly when parsing large
JSON files. In this post I am going to document those techniques and
measu
Blogspot
PyPy's new JSON parser
Introduction In the last year or two I have worked on and off on making PyPy's JSON faster, particularly when parsing large JSON files. ...