Talk Python to Me: #201 Choosing JupyterHub and Python over MATLAB
Link: https://talkpython.fm/episodes/show/201/choosing-jupyterhub-and-python-over-matlab
The Nobel prize in economics recently went to Paul Romer, a convert from proprietary software like Matlab over to Python and the SciPy stack. Paul said, “The more I learn about proprietary software, t
Link: https://talkpython.fm/episodes/show/201/choosing-jupyterhub-and-python-over-matlab
The Nobel prize in economics recently went to Paul Romer, a convert from proprietary software like Matlab over to Python and the SciPy stack. Paul said, “The more I learn about proprietary software, t
talkpython.fm
Choosing JupyterHub and Python over MATLAB
The Nobel prize in economics recently went to Paul Romer, a convert from proprietary software like Matlab over to Python and the SciPy stack. Paul said, “The more I learn about proprietary software, the more I worry that objective truth might perish from…
codingdirectional: Include the currency name into the forex application
Link: http://codingdirectional.info/2019/02/28/include-the-currency-name-into-the-forex-application/
Hello and welcome back to this new python forex application project. In the previous chapter, we have successfully retrieved the name and the id pair for all the conbase supported currencies, and in t
Link: http://codingdirectional.info/2019/02/28/include-the-currency-name-into-the-forex-application/
Hello and welcome back to this new python forex application project. In the previous chapter, we have successfully retrieved the name and the id pair for all the conbase supported currencies, and in t
gamingdirectional: The mana detection mechanism
Link: http://gamingdirectional.com/blog/2019/02/28/the-mana-detection-mechanism/
Finally, in this chapter, we will look at the mana detection mechanism where when the player has overlapped mana he will gain 1 unit of life so when he hits the enemy he can continue to move onward af
Link: http://gamingdirectional.com/blog/2019/02/28/the-mana-detection-mechanism/
Finally, in this chapter, we will look at the mana detection mechanism where when the player has overlapped mana he will gain 1 unit of life so when he hits the enemy he can continue to move onward af
Gaming Directional
The mana detection mechanism
Create a full enemy-player-mana overlapping system with pygame
PyCharm: PyCharm 2019.1 EAP 6
Link: http://feedproxy.google.com/~r/Pycharm/~3/23NYxhDg7V4/
A variable viewer for our native Jupyter Notebook support, an interpreter indicator in the status bar, and more. Try the PyCharm 2019.1 EAP now, you can download the latest version on our website.
New
Link: http://feedproxy.google.com/~r/Pycharm/~3/23NYxhDg7V4/
A variable viewer for our native Jupyter Notebook support, an interpreter indicator in the status bar, and more. Try the PyCharm 2019.1 EAP now, you can download the latest version on our website.
New
PyCharm Blog
PyCharm 2019.1 EAP 6
A variable viewer for our native Jupyter Notebook support, an interpreter indicator in the status bar, and more. Try the PyCharm 2019.1 EAP now, you can download the latest version on our website. …
Stack Abuse: Doubly Linked List with Python Examples
Link: https://stackabuse.com/doubly-linked-list-with-python-examples/
This is the third article in the series of articles on implementing linked list with Python. In Part 1 and Part 2 of the series we studied single linked list in detail. In this article, we will start
Link: https://stackabuse.com/doubly-linked-list-with-python-examples/
This is the third article in the series of articles on implementing linked list with Python. In Part 1 and Part 2 of the series we studied single linked list in detail. In this article, we will start
Stack Abuse
Doubly Linked List with Python Examples
This is the third article in the series of articles on implementing linked lists with Python. In part 1 and part 2 of the series, we studied single linked list...
Test and Code: 67: Teaching Python in Middle School
Link: https://testandcode.com/67
In today's episode we talk with Kelly Paredes & Sean Tibor.
They teach Python in a middle school in Florida, and talk about this experience on the podcast Teaching Python.
I love that they include ph
Link: https://testandcode.com/67
In today's episode we talk with Kelly Paredes & Sean Tibor.
They teach Python in a middle school in Florida, and talk about this experience on the podcast Teaching Python.
I love that they include ph
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 67: Teaching Python in Middle School
Kelly Paredes & Sean Tibor teach Python in a middle school in Florida, and talk about this experience on the podcast "Teaching Python".
Toshio Kuratomi: Managing vim8 plugins
Link: https://anonbadger.wordpress.com/2019/02/28/managing-vim8-plugins/
Vim-8.x gained native plugin handling so that plugin managers like Pathogen and Vundle aren’t needed anymore. Enabling a plugin is as easy as cloning a git repository into the right directory (or unzi
Link: https://anonbadger.wordpress.com/2019/02/28/managing-vim8-plugins/
Vim-8.x gained native plugin handling so that plugin managers like Pathogen and Vundle aren’t needed anymore. Enabling a plugin is as easy as cloning a git repository into the right directory (or unzi
The Ramblings
Managing vim8 plugins
Vim-8.x gained native plugin handling so that plugin managers like Pathogen and Vundle aren’t needed anymore. Enabling a plugin is as easy as cloning a git repository into the right directory…
Tryton News: Newsletter March 2019
Link: https://discuss.tryton.org/t/newsletter-march-2019/1104
@ced wrote:
pexels-photo-1484554.jpeg1920×1464 351 KB
This month a lot of work has been put on improving and modernize both clients but also on increasing the maintainability of the code.
We also w
Link: https://discuss.tryton.org/t/newsletter-march-2019/1104
@ced wrote:
pexels-photo-1484554.jpeg1920×1464 351 KB
This month a lot of work has been put on improving and modernize both clients but also on increasing the maintainability of the code.
We also w
Tryton Discussion
Newsletter March 2019
This month a lot of work has been put on improving and modernize both clients but also on increasing the maintainability of the code. We also want to remind you that the registration for Tryton Unconference at Marseille, the 4th-7th June is opened. Do not…
The Digital Cat: Python Mocks: a gentle introduction - Part 1
Link: http://www.thedigitalcatonline.com/blog/2016/03/06/python-mocks-a-gentle-introduction-part-1/
As already stressed in the two introductory posts on TDD (you can find them here) testing requires to write some code that uses the functions and objects you are going to develop. This means that you
Link: http://www.thedigitalcatonline.com/blog/2016/03/06/python-mocks-a-gentle-introduction-part-1/
As already stressed in the two introductory posts on TDD (you can find them here) testing requires to write some code that uses the functions and objects you are going to develop. This means that you
Thedigitalcatonline
Python Mocks: a gentle introduction - Part 1
An introduction to mocks in Python: basic concepts and how to use them for tests
Will Kahn-Greene: Bleach: stepping down as maintainer
Link: https://bluesock.org/~willkg/blog/dev/bleach_stepping_down.html
What is it?
Bleach is a Python library for sanitizing
and linkifying text from untrusted sources for safe usage in HTML.
I'm stepping down
In October 2015, I had a conversation with James Socol tha
Link: https://bluesock.org/~willkg/blog/dev/bleach_stepping_down.html
What is it?
Bleach is a Python library for sanitizing
and linkifying text from untrusted sources for safe usage in HTML.
I'm stepping down
In October 2015, I had a conversation with James Socol tha
Will's blog
Bleach: stepping down as maintainer
What is it?
Bleach is a Python library for sanitizing
and linkifying text from untrusted sources for safe usage in HTML.
I'm stepping down
In October 2015, I had a conversation with James Socol that
Bleach is a Python library for sanitizing
and linkifying text from untrusted sources for safe usage in HTML.
I'm stepping down
In October 2015, I had a conversation with James Socol that
gamingdirectional: Rotate the mana object
Link: http://gamingdirectional.com/blog/2019/03/02/rotate-the-mana-object/
In this chapter, we will continue to develop the mana object. We will rotate the mana object on each update. If you still remember that we have created an update method under the mana class then in th
Link: http://gamingdirectional.com/blog/2019/03/02/rotate-the-mana-object/
In this chapter, we will continue to develop the mana object. We will rotate the mana object on each update. If you still remember that we have created an update method under the mana class then in th
Gaming Directional
Rotate the mana object
This chapter we will rotate the mana sprite with python pygame
codingdirectional: Create a selection combo box for the forex project
Link: http://codingdirectional.info/2019/03/02/create-a-selection-combo-box-for-the-forex-project/
Hello and welcome back to our Forex application project. In this chapter, we will create a combo box which will be filled up with the data returned by the API call from Coinbase. The process to create
Link: http://codingdirectional.info/2019/03/02/create-a-selection-combo-box-for-the-forex-project/
Hello and welcome back to our Forex application project. In this chapter, we will create a combo box which will be filled up with the data returned by the API call from Coinbase. The process to create
Ned Batchelder: Mutmut
Link: https://nedbatchelder.com//blog/201903/mutmut.html
Mutation testing is an old idea that I haven’t yet seen work out, but it’s
fascinating. The idea is that your test suite should catch any bugs in your
code, so what if we artificially insert bugs int
Link: https://nedbatchelder.com//blog/201903/mutmut.html
Mutation testing is an old idea that I haven’t yet seen work out, but it’s
fascinating. The idea is that your test suite should catch any bugs in your
code, so what if we artificially insert bugs int
Nedbatchelder
Mutmut
Mutation testing is an old idea that I haven’t yet seen work out, but it’s fascinating. The idea is that your test suite should catch any bugs in your code, so what if we artificially insert bugs into the code, and see if the test suite catches them?
Low Kian Seong: A new year and new challenges
Link: https://blog.lowkster.com/2019/03/a-new-year-and-new-challenges.html
It's a new year already. I have this uncharacteristically made some promises to myself. I have set a goal this year to read more, 20 books more to be exact. The promise was solemnised in the goodreads
Link: https://blog.lowkster.com/2019/03/a-new-year-and-new-challenges.html
It's a new year already. I have this uncharacteristically made some promises to myself. I have set a goal this year to read more, 20 books more to be exact. The promise was solemnised in the goodreads
Lowkster
A new year and new challenges
It's a new year already. I have this uncharacteristically made some promises to myself. I have set a goal this year to read more, 20 books m...
Weekly Python StackOverflow Report: (clxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/03/clxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-03-02 21:06:04 GMTPandas: How to group by a value in column when t
Link: http://python-weekly.blogspot.com/2019/03/clxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-03-02 21:06:04 GMTPandas: How to group by a value in column when t
Blogspot
(clxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
codingdirectional: Search for any particular currency pair within the Forex data
Link: http://codingdirectional.info/2019/03/03/search-for-any-particular-currency-pair-within-the-forex-data/
Before we start this chapter I just want to tell you people that I have extended this website for another year by paying the full year rent for web hosting. The goal I start this website is not to mak
Link: http://codingdirectional.info/2019/03/03/search-for-any-particular-currency-pair-within-the-forex-data/
Before we start this chapter I just want to tell you people that I have extended this website for another year by paying the full year rent for web hosting. The goal I start this website is not to mak
PyBites: PyBites Twitter Digest - Issue 03, 2019
Link: https://pybit.es/twitter_digest_201903.html
Check out Nina's code and slides on programming hardware with LEDs and Python
Thanks for coming to my talk at #PyCascades2019! To learn more about programming hardware and LEDs with Python, ch… https:
Link: https://pybit.es/twitter_digest_201903.html
Check out Nina's code and slides on programming hardware with LEDs and Python
Thanks for coming to my talk at #PyCascades2019! To learn more about programming hardware and LEDs with Python, ch… https:
PyBites
PyBites Twitter Digest - Issue 03, 2019
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Jahongir Rahmonov: How to write a Python web framework. Part III.
Link: http://rahmonov.me/posts/write-python-framework-part-three/
Check out Part I here
Check out Part II here
A little reminder that this series is based on the Alcazar framework that I am writing for
learning purposes. If you liked this series, show some love by
Link: http://rahmonov.me/posts/write-python-framework-part-three/
Check out Part I here
Check out Part II here
A little reminder that this series is based on the Alcazar framework that I am writing for
learning purposes. If you liked this series, show some love by
rahmonov.me
How to write a Python web framework. Part III.
<p>The third post of the series where we will be writing our own Python framework just like Flask and Django.</p>
Zero-with-Dot (Oleg Żero): Hosting private pip packages using Azure Artifacts
Link: https://zerowithdot.com/private-pip-azure/
Introduction
Imagine a typical situation, in which you build some production ready data pipeline that requires several levels of data processing.
The ways you process the data is subjugated to constan
Link: https://zerowithdot.com/private-pip-azure/
Introduction
Imagine a typical situation, in which you build some production ready data pipeline that requires several levels of data processing.
The ways you process the data is subjugated to constan
Zerowithdot
Hosting private pip packages using Azure Artifacts
Marry science code with operations? Organize your python code as private pip package with Azure Artifacts and integrate it using modified virtual environment.
Python Insider: Python 2.7.16 released
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Uqm3p_KrtF8/python-2716-released.html
A bug fix release in the 2.7 series, 2.7.16, is not available for download.
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Uqm3p_KrtF8/python-2716-released.html
A bug fix release in the 2.7 series, 2.7.16, is not available for download.
Blogspot
Python Insider: Python 2.7.16 released