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. ...
PyBites: Linting with Flake8
Link: https://pybit.es/linting-with-flake8.html
For so long the word "Linting" meant nothing to me. It sounded like some supercoder leet speak that was way out of my league. Then I discovered flake8 and realised I was a fool.
This article is a simp
Link: https://pybit.es/linting-with-flake8.html
For so long the word "Linting" meant nothing to me. It sounded like some supercoder leet speak that was way out of my league. Then I discovered flake8 and realised I was a fool.
This article is a simp
PyBites
Linting with Flake8
What the heck is linting? Let's dive into the concept and talk about how flake8 can help us make our code better.
Brad Lucas: Book Squire Is Ten Years Old
Link: http://blog.bradlucas.com/posts/2019-10-07-book-squire-is-ten-years-old/
While releasing a new version of Book Squire the other day I realized that Book Squire is ten years old. What first started as a quickly developed application to solve a personal need has grown into o
Link: http://blog.bradlucas.com/posts/2019-10-07-book-squire-is-ten-years-old/
While releasing a new version of Book Squire the other day I realized that Book Squire is ten years old. What first started as a quickly developed application to solve a personal need has grown into o
Bradlucas
Brad Lucas' Blog - Mostly about programming, Clojure and other interests: Book Squire Is Ten Years Old
Brad Lucas is a Clojure developer from New York
Real Python: Get Started With Django: Build a Portfolio App
Link: https://realpython.com/courses/django-portfolio-project/
Django is a fully featured Python web framework that can be used to build complex web applications. In this course, you’ll jump in and learn Django by example. You’ll follow the steps to create a full
Link: https://realpython.com/courses/django-portfolio-project/
Django is a fully featured Python web framework that can be used to build complex web applications. In this course, you’ll jump in and learn Django by example. You’ll follow the steps to create a full
Realpython
Getting Started With Django: Building a Portfolio App – Real Python
In this course, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build a portfolio website to showcase your web development projects, complete with a fully functioning blog.
PyCharm: Webinar Preview: Project Setup for React+TS+TDD
Link: http://feedproxy.google.com/~r/Pycharm/~3/HmQn32hb8Qo/
Next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. Let’s give a little background on the webinar and spotlight one of the first parts covered.
Background
Earlier this ye
Link: http://feedproxy.google.com/~r/Pycharm/~3/HmQn32hb8Qo/
Next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. Let’s give a little background on the webinar and spotlight one of the first parts covered.
Background
Earlier this ye
PyCharm Blog
Webinar Preview: Project Setup for React+TS+TDD
Next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. Let’s give a little background on the webinar and spotlight one of the first parts covered. Background E…
Codementor: Python-compatible IDEs: What is It and Why Do You Need It?
Link: https://www.codementor.io/djangostars/python-compatible-ides-what-is-it-and-why-do-you-need-it-zkqgd95v9
There is no better way to build in Python than by using an IDE (Integrated Development Environment). They not only make your work much easier as well as logical; they also enhance the coding...
Link: https://www.codementor.io/djangostars/python-compatible-ides-what-is-it-and-why-do-you-need-it-zkqgd95v9
There is no better way to build in Python than by using an IDE (Integrated Development Environment). They not only make your work much easier as well as logical; they also enhance the coding...
www.codementor.io
Python-compatible IDEs: What is It and Why Do You Need It? | Codementor
There is no better way to build in Python than by using an IDE (Integrated Development Environment). They not only make your work much easier as well as logical; they also enhance the coding...
Python Circle: Solving Python Error- KeyError: 'key_name'
Link: https://www.pythoncircle.com/post/693/solving-python-error-keyerror-key_name/
Solving KeyError in python, How to handle KeyError in python dictionary, Safely accessing and deleting keys from python dictionary, try except Key error in Python
Link: https://www.pythoncircle.com/post/693/solving-python-error-keyerror-key_name/
Solving KeyError in python, How to handle KeyError in python dictionary, Safely accessing and deleting keys from python dictionary, try except Key error in Python
Python Circle
Solving Python Error- KeyError: 'key_name'
Solving KeyError in python, How to handle KeyError in python dictionary, Safely accessing and deleting keys from python dictionary, try except Key error in Python
Python Circle: 5 lesser used Django template tags
Link: https://www.pythoncircle.com/post/694/5-lesser-used-django-template-tags/
rarely used Django template tags, lesser-known Django template tags, 5 awesome Django template tags, Fun with Django template tags,
Link: https://www.pythoncircle.com/post/694/5-lesser-used-django-template-tags/
rarely used Django template tags, lesser-known Django template tags, 5 awesome Django template tags, Fun with Django template tags,
Python Circle
5 lesser used Django template tags
rarely used Django template tags, lesser-known Django template tags, 5 awesome Django template tags, Fun with Django template tags,