NumFOCUS: Facebook joins NumFOCUS Corporate Sponsors
Link: https://numfocus.org/blog/facebook-joins-numfocus-corporate-sponsors
The post Facebook joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
Link: https://numfocus.org/blog/facebook-joins-numfocus-corporate-sponsors
The post Facebook joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
NumFOCUS
Facebook joins NumFOCUS Corporate Sponsors - NumFOCUS
Montreal Python User Group: Montréal-Python 74: Virtual Echo
Link: https://montrealpython.org/en/2019/03/mp74/
We will meet up at Shopify for the first Montreal Python of the year. We will start with 4 most interesting presentations, and then we will move up to Benelux to continue the discussion.
Speakers
Nico
Link: https://montrealpython.org/en/2019/03/mp74/
We will meet up at Shopify for the first Montreal Python of the year. We will start with 4 most interesting presentations, and then we will move up to Benelux to continue the discussion.
Speakers
Nico
Codementor: Mars – Alibaba's Open Source Distributed Scientific Computing Engine
Link: https://www.codementor.io/alibabacloud/mars-alibaba-s-open-source-distributed-scientific-computing-engine-thbezmpm1
Recently, Alibaba officially published the open source code for its distributed scientific computing engine – Mars. Developers can download and install Mars from PyPI or obtain the source code from...
Link: https://www.codementor.io/alibabacloud/mars-alibaba-s-open-source-distributed-scientific-computing-engine-thbezmpm1
Recently, Alibaba officially published the open source code for its distributed scientific computing engine – Mars. Developers can download and install Mars from PyPI or obtain the source code from...
www.codementor.io
Mars – Alibaba's Open Source Distributed Scientific Computing Engine | Codementor
Recently, Alibaba officially published the open source code for its distributed scientific computing engine – Mars. Developers can download and install Mars from PyPI or obtain the source code from...
Codementor: PyCon China 2018: In-Depth Analysis of Mars
Link: https://www.codementor.io/alibabacloud/pycon-china-2018-in-depth-analysis-of-mars-thbwq7j1n
We shared our latest project, Mars, a matrix-based unified computing framework, at the main venue of the PyCon China 2018 conference in Beijing, as well as at its sub-venues in Chengdu and...
Link: https://www.codementor.io/alibabacloud/pycon-china-2018-in-depth-analysis-of-mars-thbwq7j1n
We shared our latest project, Mars, a matrix-based unified computing framework, at the main venue of the PyCon China 2018 conference in Beijing, as well as at its sub-venues in Chengdu and...
www.codementor.io
PyCon China 2018: In-Depth Analysis of Mars | Codementor
We shared our latest project, Mars, a matrix-based unified computing framework, at the main venue of the PyCon China 2018 conference in Beijing, as well as at its sub-venues in Chengdu and...
Codementor: Mars – Matrix-based Universal Distributed Computing Framework
Link: https://www.codementor.io/alibabacloud/mars-matrix-based-universal-distributed-computing-framework-thcyhme5y
We are pleased to announce our new project, Mars, which is a matrix-based universal distributed computing framework. The open source code of Mars is already available in GitHub:...
Link: https://www.codementor.io/alibabacloud/mars-matrix-based-universal-distributed-computing-framework-thcyhme5y
We are pleased to announce our new project, Mars, which is a matrix-based universal distributed computing framework. The open source code of Mars is already available in GitHub:...
www.codementor.io
Mars – Matrix-based Universal Distributed Computing Framework | Codementor
We are pleased to announce our new project, Mars, which is a matrix-based universal distributed computing framework. The open source code of Mars is already available in GitHub:...
Zato Blog: SSH commands as API microservices
Link: https://zato.io/blog/posts/ssh-api-service.html
This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration of devices or equipment that does not offer a REST interface or making sure that ac
Link: https://zato.io/blog/posts/ssh-api-service.html
This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration of devices or equipment that does not offer a REST interface or making sure that ac
zato.io
Zato Blog
Stack Abuse: Working with PostgreSQL in Python
Link: https://stackabuse.com/working-with-postgresql-in-python/
Introduction
PostgreSQL is one of the most advanced and widely used relational database management systems. It's extremely popular for many reasons, a few of which include it being open source, its ex
Link: https://stackabuse.com/working-with-postgresql-in-python/
Introduction
PostgreSQL is one of the most advanced and widely used relational database management systems. It's extremely popular for many reasons, a few of which include it being open source, its ex
Stack Abuse
Working with PostgreSQL in Python
PostgreSQL is one of the most advanced and widely used relational database management systems. It's extremely popular for many reasons, a few of which include...
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)
Link: https://wingware.com/blog/rss/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Link: https://wingware.com/blog/rss/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Wingware
Wing Tips: Helpful Hints for Wing Python IDE - Wing Python IDE
Calvin Spealman: Interrupting Coders Isn’t So Bad
Link: http://techblog.ironfroggy.com/2019/03/interrupting-coders-isnt-so-bad.html
Here’s a hot take: disrupting coders isn’t all that bad.Some disruptions are certainly bad but they usually aren’t. The coder community has overblown the impact. A disruption can be a good thing. How
Link: http://techblog.ironfroggy.com/2019/03/interrupting-coders-isnt-so-bad.html
Here’s a hot take: disrupting coders isn’t all that bad.Some disruptions are certainly bad but they usually aren’t. The coder community has overblown the impact. A disruption can be a good thing. How
Ironfroggy
Interrupting Coders Isn’t So Bad
Here’s a hot take: disrupting coders isn’t all that bad. Some disruptions are certainly bad but they usually aren’t. The coder community h...
Real Python: Working With JSON Data in Python
Link: https://realpython.com/courses/working-json-data-python/
JSON is a lightweight data-interchange format. It allows us to represent the objects in our Python programs as human-readable text that can be sent over the internet. Lots of APIs and databases use JS
Link: https://realpython.com/courses/working-json-data-python/
JSON is a lightweight data-interchange format. It allows us to represent the objects in our Python programs as human-readable text that can be sent over the internet. Lots of APIs and databases use JS
Realpython
Working With JSON Data in Python – Real Python
Learn how to work with Python's built-in json module to serialize the data in your programs into JSON format. Then, you'll deserialize some JSON from an online API and convert it into Python objects.
Mike Driscoll: wxPython 4 and PubSub
Link: http://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/
The Publish-Subscribe pattern is pretty common in computer science and very useful too. The wxPython GUI toolkit has had an implementation of it for a very long time in wx.lib.pubsub. This implementat
Link: http://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/
The Publish-Subscribe pattern is pretty common in computer science and very useful too. The wxPython GUI toolkit has had an implementation of it for a very long time in wx.lib.pubsub. This implementat
Data School: Six easy ways to run your Jupyter Notebook in the cloud
Link: https://www.dataschool.io/cloud-services-for-jupyter-notebook/
There are many ways to share a static Jupyter notebook with others, such as posting it on GitHub or sharing an nbviewer link. However, the recipient can only interact with the notebook file if they al
Link: https://www.dataschool.io/cloud-services-for-jupyter-notebook/
There are many ways to share a static Jupyter notebook with others, such as posting it on GitHub or sharing an nbviewer link. However, the recipient can only interact with the notebook file if they al
Data School
Six easy ways to run your Jupyter Notebook in the cloud
Comparing free services for running an interactive Jupyter Notebook in the cloud: Binder, Kaggle Kernels, Google Colab, Azure Notebooks, CoCalc, Datalore.
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)
Link: https://wingware.com/blog/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Link: https://wingware.com/blog/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Wingware
Wing Tips: Auto-Editing in Wing Pro (Part 1 of 3) - Wing Python IDE
Learn about some of the less obvious auto-editing operations in Wing Pro, starting
with the creation and management of blocks in Python code.
with the creation and management of blocks in Python code.
NumFOCUS: Now Hiring: Development Director
Link: https://numfocus.org/blog/now-hiring-development-director
The post Now Hiring: Development Director appeared first on NumFOCUS.
Link: https://numfocus.org/blog/now-hiring-development-director
The post Now Hiring: Development Director appeared first on NumFOCUS.
NumFOCUS
Now Hiring: Development Director - NumFOCUS
The Administrative Assistant to the Executive Director will coordinate executive communications and manage administrative and office duties.
Doing Math with Python: Doing Math with Python in Coder's Bookshelf Humble Bundle
Link: http://doingmathwithpython.github.io/humble-bundle-coders-bookshelf.html
"Doing Math with Python" is part of No Starch Press's "Pay what you want" Coder's Bookshelf Bundle.
Your purchases will help support a charity of your choice.
Get the bundle here!
Link: http://doingmathwithpython.github.io/humble-bundle-coders-bookshelf.html
"Doing Math with Python" is part of No Starch Press's "Pay what you want" Coder's Bookshelf Bundle.
Your purchases will help support a charity of your choice.
Get the bundle here!
Continuum Analytics Blog: 3 Ways to Upskill in Python with DataCamp and Anaconda
Link: https://www.anaconda.com/3-ways-to-upskill-in-python-with-datacamp-and-anaconda/
DataCamp is proud to partner with Anaconda to offer eight courses on Conda and Python—in addition to the more than 70 total Python courses in DataCamp’s ever-expanding data science and analytics curri
Link: https://www.anaconda.com/3-ways-to-upskill-in-python-with-datacamp-and-anaconda/
DataCamp is proud to partner with Anaconda to offer eight courses on Conda and Python—in addition to the more than 70 total Python courses in DataCamp’s ever-expanding data science and analytics curri
Anaconda
3 Ways to Upskill in Python with DataCamp and Anaconda - Anaconda
DataCamp is proud to partner with Anaconda to offer eight courses on Conda and Python—in addition to the more than 70 total Python courses in DataCamp’s ever-expanding data science and analytics curriculum. Not sure where…
Codementor: Writing a Minimum-Heap in Python3
Link: https://www.codementor.io/mikebell66/writing-a-minimum-heap-in-python3-tia2d1a3h
it is in the title...how much more clear can I make it?
Link: https://www.codementor.io/mikebell66/writing-a-minimum-heap-in-python3-tia2d1a3h
it is in the title...how much more clear can I make it?
www.codementor.io
Writing a Minimum-Heap in Python3 | Codementor
it is in the title...how much more clear can I make it?
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)
Link: https://wingide.com/blog/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Link: https://wingide.com/blog/wingpro-auto-editing-1
Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Wingide
Wing Tips: Auto-Editing in Wing Pro (Part 1 of 3) - Wing Python IDE
Learn about some of the less obvious auto-editing operations in Wing Pro, starting
with the creation and management of blocks in Python code.
with the creation and management of blocks in Python code.
Shyama Sankar Vellore: Iteration in Python: The for, while, break, and continue statements
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/DHrsWPod-OI/iteration-in-python-for-while-break-and.html
In this post, we will discuss iterations in Python. We will go over what iteration is, the two types of iterations (definite and indefinite), and the Python statements used for implementing iterations
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/DHrsWPod-OI/iteration-in-python-for-while-break-and.html
In this post, we will discuss iterations in Python. We will go over what iteration is, the two types of iterations (definite and indefinite), and the Python statements used for implementing iterations
Blogspot
Iteration in Python: The for, while, break, and continue statements
Python lessons, tips, and tricks for beginners!
Codementor: Python interview question: tuple vs list
Link: https://www.codementor.io/dmitrybelaventsev/python-interview-question-tuple-vs-list-tikjdi9nz
Tuples vs Lists in Python
Link: https://www.codementor.io/dmitrybelaventsev/python-interview-question-tuple-vs-list-tikjdi9nz
Tuples vs Lists in Python
www.codementor.io
Python interview question: tuple vs list | Codementor
Tuples vs Lists in Python
Reuven Lerner: Announcing: My new NumPy course is live!
Link: https://blog.lerner.co.il/announcing-my-new-numpy-course-is-live/
Guess what? Python is the #1 language for data science. I know, it doesn’t seem like this should be true. Python is a great language, and easy to learn, but it’s not the most efficient language, ei
Link: https://blog.lerner.co.il/announcing-my-new-numpy-course-is-live/
Guess what? Python is the #1 language for data science. I know, it doesn’t seem like this should be true. Python is a great language, and easy to learn, but it’s not the most efficient language, ei
Reuven Lerner's Blog
Announcing: My new NumPy course is live! - Reuven Lerner's Blog
Guess what? Python is the #1 language for data science. I know, it doesn’t seem like this should be true. Python is a great language, and easy to learn, but it’s not the most efficient language, either in execution speed or in its memory usage. That’s…