Continuum Analytics Blog: Understanding and Improving Conda’s performance
Link: https://www.anaconda.com/understanding-and-improving-condas-performance/
Lately, we have been responding to issues about Conda’s speed. We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem. TL;DR: make…
The post Und
Link: https://www.anaconda.com/understanding-and-improving-condas-performance/
Lately, we have been responding to issues about Conda’s speed. We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem. TL;DR: make…
The post Und
Anaconda
Anaconda | Understanding and Improving Conda's performance
Lately, we have been responding to issues about Conda’s speed. We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem. TL;DR: make it faster Are you: Using conda-forge? Use conda-metachannel to reduce conda’s…
NumFOCUS: NumFOCUS Hires New Staff to Support Events and Financial Services
Link: https://numfocus.org/blog/numfocus-hires-new-staff-to-support-events-and-financial-services
The post NumFOCUS Hires New Staff to Support Events and Financial Services appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-hires-new-staff-to-support-events-and-financial-services
The post NumFOCUS Hires New Staff to Support Events and Financial Services appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Hires New Staff to Support Events and Financial Services - NumFOCUS
gamingdirectional: Touch up the about scene
Link: http://gamingdirectional.com/blog/2019/03/12/touch-up-the-about-scene/
Hello and welcome back, in the next few chapters we will touch up all the game scenes one by one for our new pygame project. In this chapter, we will touch up the About scene where we will adjust the
Link: http://gamingdirectional.com/blog/2019/03/12/touch-up-the-about-scene/
Hello and welcome back, in the next few chapters we will touch up all the game scenes one by one for our new pygame project. In this chapter, we will touch up the About scene where we will adjust the
Gaming Directional
Touch up the about scene
Create the About scene for the pygame project
codingdirectional: Return the probability of drawing a blue marble
Link: http://codingdirectional.info/2019/03/12/return-the-probability-of-drawing-a-blue-marble/
It seems like I have not decide yet which project am I going to create next so why not just work on another python solution on CodeWars in this chapter. I think I will work on a few more python questi
Link: http://codingdirectional.info/2019/03/12/return-the-probability-of-drawing-a-blue-marble/
It seems like I have not decide yet which project am I going to create next so why not just work on another python solution on CodeWars in this chapter. I think I will work on a few more python questi
leftmouseclickin: Plot the stock value graph with python
Link: http://leftmouseclickin.com/2019/03/12/plot-the-stock-value-graph-with-python/
Our Own Score
Welcome back to the ongoing Forex/Stock application project. In this chapter, I have created a button which will call the method that will make the API call using the alpha vantage
Link: http://leftmouseclickin.com/2019/03/12/plot-the-stock-value-graph-with-python/
Our Own Score
Welcome back to the ongoing Forex/Stock application project. In this chapter, I have created a button which will call the method that will make the API call using the alpha vantage
Leftmouseclickin
Plot the stock value graph with python
Plot the stock value with python
PyCoder’s Weekly: Issue #359 (March 12, 2019)
Link: https://pycoders.com/issues/359
#359 – MARCH 12, 2019 View in Browser » Writing Beautiful Pythonic Code With PEP 8 Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Followin
Link: https://pycoders.com/issues/359
#359 – MARCH 12, 2019 View in Browser » Writing Beautiful Pythonic Code With PEP 8 Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Followin
Pycoders
PyCoder’s Weekly | Issue #359
Issue #359 of the PyCoder’s Weekly newsletter, published March 12, 2019.
Python Insider: Python 3.7.3rc1 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Ju4P3T2O9_U/python-373rc1-is-now-available-for.html
Python 3.7.3rc1 is now available for testing. 3.7.3rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. Assuming no critical problems are fou
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Ju4P3T2O9_U/python-373rc1-is-now-available-for.html
Python 3.7.3rc1 is now available for testing. 3.7.3rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. Assuming no critical problems are fou
Blogspot
Python Insider: Python 3.7.3rc1 is now available for testing
Test and Code: 68: test && commit || revert (TCR) - Thomas Deniffel
Link: https://testandcode.com/68
With conventional TDD, you write a failing test, get it to pass, then refactor.
Then run the tests again to make sure your refactoring didn't break anything.
But what if it did break something?
Kent
Link: https://testandcode.com/68
With conventional TDD, you write a failing test, get it to pass, then refactor.
Then run the tests again to make sure your refactoring didn't break anything.
But what if it did break something?
Kent
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 68: test && commit || revert (TCR) - Thomas Deniffel
TCR is an alternative workflow of TDD that Kent Beck has been writing about and discussing recently.
But what is it? What's it feel like to use? How do you do it?
In this interview, we talk with Thomas Deniffel about this, and about his experiences with…
But what is it? What's it feel like to use? How do you do it?
In this interview, we talk with Thomas Deniffel about this, and about his experiences with…
gamingdirectional: Exit the game on the main menu page or during the game stage
Link: http://gamingdirectional.com/blog/2019/03/13/exit-the-game-on-the-main-menu-page-or-during-the-game-stage/
In this chapter we will edit the main file of the pygame project so when we click on the ‘x’ button on the top right of the game window during the game stage or we click on the exit button on the main
Link: http://gamingdirectional.com/blog/2019/03/13/exit-the-game-on-the-main-menu-page-or-during-the-game-stage/
In this chapter we will edit the main file of the pygame project so when we click on the ‘x’ button on the top right of the game window during the game stage or we click on the exit button on the main
Gaming Directional
Exit the game on the main menu page or during the game stage
Pygame project exit button creation
leftmouseclickin: Further modifying the stock and forex application
Link: http://leftmouseclickin.com/2019/03/13/further-modifying-the-stock-and-forex-application/
Our Own Score
In this chapter we will continue to develop our Forex and Stock application. We have created a method to retrieve and plot the stock value vs time interval on a graph in the previou
Link: http://leftmouseclickin.com/2019/03/13/further-modifying-the-stock-and-forex-application/
Our Own Score
In this chapter we will continue to develop our Forex and Stock application. We have created a method to retrieve and plot the stock value vs time interval on a graph in the previou
Leftmouseclickin
Further modifying the stock and forex application
Create a combo box for the stock symbol
codingdirectional: Keep on removing the second item in a list with python
Link: http://codingdirectional.info/2019/03/13/keep-on-removing-the-second-item-in-a-list-with-python/
In this chapter we will look at another question from CodeWars, this question goes like this: Given a list of items, create a method which will keep on removing the next item in the list and returning
Link: http://codingdirectional.info/2019/03/13/keep-on-removing-the-second-item-in-a-list-with-python/
In this chapter we will look at another question from CodeWars, this question goes like this: Given a list of items, create a method which will keep on removing the next item in the list and returning
Stack Abuse: Python for NLP: Tokenization, Stemming, and Lemmatization with SpaCy Library
Link: https://stackabuse.com/python-for-nlp-tokenization-stemming-and-lemmatization-with-spacy-library/
In the previous article, we started our discussion about how to do natural language processing with Python. We saw how to read and write text and PDF files. In this article, we will start working with
Link: https://stackabuse.com/python-for-nlp-tokenization-stemming-and-lemmatization-with-spacy-library/
In the previous article, we started our discussion about how to do natural language processing with Python. We saw how to read and write text and PDF files. In this article, we will start working with
Stack Abuse
Python for NLP: Tokenization, Stemming, and Lemmatization with SpaCy Library
In the previous article, we started our discussion about how to do natural language processing with Python. We saw how to read and write text and PDF files. In...
Python Software Foundation: Commencing Security, Accessibility, and Internationalization Improvements to PyPI for 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-1n_g6pvIOI/commencing-security-accessibility-and.html
The Python Software Foundation (PSF) and PSF Packaging Working Group are excited to announce that the first round of slated improvements to PyPI for 2019 are underway. This Open Technology Fund funded
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-1n_g6pvIOI/commencing-security-accessibility-and.html
The Python Software Foundation (PSF) and PSF Packaging Working Group are excited to announce that the first round of slated improvements to PyPI for 2019 are underway. This Open Technology Fund funded
Blogspot
Commencing Security, Accessibility, and Internationalization Improvements to PyPI for 2019
The Python Software Foundation (PSF) and PSF Packaging Working Group are excited to announce that the first round of slated improvements to ...
Real Python: Understanding the Python Mock Object Library
Link: https://realpython.com/python-mock-library/
When you’re writing robust code, tests are essential for verifying that your application logic is correct, reliable, and efficient. However, the value of your tests depends on how well they demonstrat
Link: https://realpython.com/python-mock-library/
When you’re writing robust code, tests are essential for verifying that your application logic is correct, reliable, and efficient. However, the value of your tests depends on how well they demonstrat
Realpython
Understanding the Python Mock Object Library – Real Python
In this tutorial, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. Obstacles like complex logic and unpredictable dependencies make writing valuable tests difficult, but unittest.mock…
Trey Hunner: Tuple ordering and deep comparisons in Python
Link: http://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s comparison operators are often misunderstood and under-appreciated by ne
Link: http://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s comparison operators are often misunderstood and under-appreciated by ne
Treyhunner
Tuple ordering and deep comparisons in Python
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
Talk Python to Me: #203 Beginners and Experts in Software Development
Link: https://talkpython.fm/episodes/show/203/beginners-and-experts-in-software-development
What's it like to be a beginner in software development? How about learning Python for the first time? This episode is a special panel episode and is the first of a two-part series we are doing on the
Link: https://talkpython.fm/episodes/show/203/beginners-and-experts-in-software-development
What's it like to be a beginner in software development? How about learning Python for the first time? This episode is a special panel episode and is the first of a two-part series we are doing on the
talkpython.fm
Beginners and Experts in Software Development
What's it like to be a beginner in software development? How about learning Python for the first time? This episode is a special panel episode and is the first of a two-part series we are doing on the podcast called Beginners and Experts.
PyCharm: PyCharm 2019.1 Release Candidate
Link: http://feedproxy.google.com/~r/Pycharm/~3/h4rQggPvkNo/
PyCharm 2019.1 is getting closer to its release date, and we’re happy to announce that a release candidate is available for download now.
New in PyCharm
The all-new Jupyter Notebooks support, which i
Link: http://feedproxy.google.com/~r/Pycharm/~3/h4rQggPvkNo/
PyCharm 2019.1 is getting closer to its release date, and we’re happy to announce that a release candidate is available for download now.
New in PyCharm
The all-new Jupyter Notebooks support, which i
PyCharm Blog
PyCharm 2019.1 Release Candidate
PyCharm 2019.1 is getting closer to its release date, and we’re happy to announce that a release candidate is available for download now. New in PyCharm The all-new Jupyter Notebooks support,…
Python Anywhere: System update this morning
Link: https://blog.pythonanywhere.com/177/
This morning's system update went smoothly :-)
It was primarily a maintenance update, bringing our US-based system up to the same version our EU-based system. There were a number of minor bugfixes, a
Link: https://blog.pythonanywhere.com/177/
This morning's system update went smoothly :-)
It was primarily a maintenance update, bringing our US-based system up to the same version our EU-based system. There were a number of minor bugfixes, a
Pythonanywhere
System update this morning - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Dataquest: Tutorial: Why Functions Modify Lists and Dictionaries in Python
Link: https://www.dataquest.io/blog/tutorial-functions-modify-lists-dictionaries-python
In this beginner Python tutorial, we'll take a look at mutable and immutable data types, and learn how to keep dictionaries and lists from being modified by our functions.
The post Tutorial: Why Funct
Link: https://www.dataquest.io/blog/tutorial-functions-modify-lists-dictionaries-python
In this beginner Python tutorial, we'll take a look at mutable and immutable data types, and learn how to keep dictionaries and lists from being modified by our functions.
The post Tutorial: Why Funct
Dataquest
Tutorial: Why Functions Modify Lists, Dictionaries in Python
In this beginner Python tutorial, we'll take a look at mutable and immutable data types, and learn how to keep dictionaries and lists from being modified by our functions.
Stack Abuse: Introduction to Python FTP
Link: https://stackabuse.com/introduction-to-python-ftp/
Introduction
In this tutorial, we will explore how to use FTP with Python to send and receive files from a server over TCP/IP connections.
To make things easier and more abstract, we will be using Pyt
Link: https://stackabuse.com/introduction-to-python-ftp/
Introduction
In this tutorial, we will explore how to use FTP with Python to send and receive files from a server over TCP/IP connections.
To make things easier and more abstract, we will be using Pyt
Stack Abuse
Introduction to Python FTP