Podcast.__init__: The Past, Present, and Future of Deep Learning In PyTorch
Link: https://www.pythonpodcast.com/pytorch-deep-learning-epsiode-202/
The current buzz in data science and big data is around the promise of deep learning, especially when working with unstructured data. One of the most popular frameworks for building deep learning appl
Link: https://www.pythonpodcast.com/pytorch-deep-learning-epsiode-202/
The current buzz in data science and big data is around the promise of deep learning, especially when working with unstructured data. One of the most popular frameworks for building deep learning appl
The Python Podcast.__init__
The Python Podcast.__init__: The Past, Present, and Future of Deep Learning In PyTorch
An interview with the creator of the popular PyTorch deep learning framework
gamingdirectional: Create the level/score page
Link: http://gamingdirectional.com/blog/2019/03/11/create-the-level-score-page/
In this chapter, we will create a level/score page for our new pygame project. We need to edit four files in order to create the level/score page. The first file is the level manager class which will
Link: http://gamingdirectional.com/blog/2019/03/11/create-the-level-score-page/
In this chapter, we will create a level/score page for our new pygame project. We need to edit four files in order to create the level/score page. The first file is the level manager class which will
Gaming Directional
Create the level/score page
Create the level page for pygame project
Real Python: Managing Multiple Python Versions With pyenv
Link: https://realpython.com/intro-to-pyenv/
Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest
Link: https://realpython.com/intro-to-pyenv/
Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest
Realpython
Managing Multiple Python Versions With pyenv – Real Python
Learn how to use pyenv to manage multiple Python versions, prevent conflicts, and keep your projects compatible and development smooth.
Codementor: Building news word clouds using Python and Repl.it
Link: https://www.codementor.io/garethdwyer/building-news-word-clouds-using-python-and-repl-it-sy7l88roq
A step by step tutorial on building a web application with Python, Flask and Repl.it that scrapes the latest news, converts the articles into word clouds, and displays these on a simple page.
Link: https://www.codementor.io/garethdwyer/building-news-word-clouds-using-python-and-repl-it-sy7l88roq
A step by step tutorial on building a web application with Python, Flask and Repl.it that scrapes the latest news, converts the articles into word clouds, and displays these on a simple page.
www.codementor.io
Building news word clouds using Python and Repl.it | Codementor
A step by step tutorial on building a web application with Python, Flask and Repl.it that scrapes the latest news, converts the articles into word clouds, and displays these on a simple page.
Continuum Analytics Blog: End of Life (EOL) for Python 2.7 is coming. Are you ready?
Link: https://www.anaconda.com/end-of-life-eol-for-python-2-7-is-coming-are-you-ready/
End of Life (EOL) for Python 2.7 is coming. Are you ready? We all knew it was coming. Back in 2014 when Guido van Rossum, Python’s creator and principal author, made the announcement, January 1,…
The
Link: https://www.anaconda.com/end-of-life-eol-for-python-2-7-is-coming-are-you-ready/
End of Life (EOL) for Python 2.7 is coming. Are you ready? We all knew it was coming. Back in 2014 when Guido van Rossum, Python’s creator and principal author, made the announcement, January 1,…
The
Anaconda
End of Life (EOL) for Python 2.7 is coming. Are you ready? - Anaconda
End of Life (EOL) for Python 2.7 is coming. Are you ready? We all knew it was coming. Back in 2014 when Guido van Rossum, Python’s creator and principal author, made the announcement, January 1,…
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.