Eli Bendersky: Understanding how to implement a character-based RNN language model
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Tiago Montes: A Python Journey on Counting: Usability
Link: https://tmont.es/2018/a-python-journey-on-counting-usability/
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the
Link: https://tmont.es/2018/a-python-journey-on-counting-usability/
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the
tmont.es
a python journey on counting: usability | tmont.es
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the series, focused on building a letter histogram from a given…
Stack Abuse: Introduction to the Python Coding Style
Link: http://stackabuse.com/introduction-to-the-python-coding-style/
Python as a scripting language is quite simple and compact. Compared to other languages, you only have a relatively low number of keywords to internalize in order to write proper Python code. Furtherm
Link: http://stackabuse.com/introduction-to-the-python-coding-style/
Python as a scripting language is quite simple and compact. Compared to other languages, you only have a relatively low number of keywords to internalize in order to write proper Python code. Furtherm
Stack Abuse
Introduction to the Python Coding Style
Python as a scripting language is quite simple and compact. Compared to other
languages, you only have a relatively low number of keywords to internalize in
order to write proper Python code. Furthermore, both simplicity as well as
readability of the code…
languages, you only have a relatively low number of keywords to internalize in
order to write proper Python code. Furthermore, both simplicity as well as
readability of the code…
Techiediaries - Django: Angular 6|5 Tutorial: Integrating Angular with Django
Link: https://www.techiediaries.com/django-angular-tutorial/
In the previous Angular 6 tutorial we've seen how to build a CRUD web application with a Django REST framework API back-end. In this tutorial we'll see how we can integrate the Angular 6 front-end wit
Link: https://www.techiediaries.com/django-angular-tutorial/
In the previous Angular 6 tutorial we've seen how to build a CRUD web application with a Django REST framework API back-end. In this tutorial we'll see how we can integrate the Angular 6 front-end wit
Techiediaries
Angular 6|5 Tutorial: Integrating Angular with Django | Techiediaries
In this tutorial we'll see how we can integrate the Angular 6 front-end application with the Django back-end.
Python Bytes: #80 Dan Bader drops by and we found 30 new Python projects
Link: https://pythonbytes.fm/episodes/show/80/dan-bader-drops-by-and-we-found-30-new-python-projects
Link: https://pythonbytes.fm/episodes/show/80/dan-bader-drops-by-and-we-found-30-new-python-projects
pythonbytes.fm
Dan Bader drops by and we found 30 new Python projects
News and announcements from the Python community for the week of May 29th, 2018
Mike Driscoll: Loading UI Files in Qt for Python
Link: http://www.blog.pythonlibrary.org/2018/05/30/loading-ui-files-in-qt-for-python/
Qt for Python (i.e. PySide2) was announced recently and got me interested in trying to use it to load up a UI file. If you don’t know, PyQt and PySide / PySide2 can use the Qt Creator application to c
Link: http://www.blog.pythonlibrary.org/2018/05/30/loading-ui-files-in-qt-for-python/
Qt for Python (i.e. PySide2) was announced recently and got me interested in trying to use it to load up a UI file. If you don’t know, PyQt and PySide / PySide2 can use the Qt Creator application to c
Mouse Vs Python
Loading UI Files in Qt for Python - Mouse Vs Python
Qt for Python (i.e. PySide2) was announced recently and got me interested in trying to use it to load up a UI file. If you don't know, PyQt and PySide /
EuroPython: EuroPython 2018: Early Bird Ticket Sales
Link: https://blog.europython.eu/post/174396639222
We are happy to announce that we’ll start early bird tickets on
Thursday, at around 12:00 CEST.
We have 200 conference tickets available at the Early Bird rate and they usually sell out within a day o
Link: https://blog.europython.eu/post/174396639222
We are happy to announce that we’ll start early bird tickets on
Thursday, at around 12:00 CEST.
We have 200 conference tickets available at the Early Bird rate and they usually sell out within a day o
EuroPython Blog
EuroPython 2018: Early Bird Ticket Sales
We are happy to announce that we’ll start early bird tickets on
Thursday, at around 12:00 CEST. We have 200 conference tickets available at the Early Bird rate and they usually sell out within a day...
Thursday, at around 12:00 CEST. We have 200 conference tickets available at the Early Bird rate and they usually sell out within a day...
Kushal Das: Tor Browser and Selenium
Link: https://kushaldas.in/posts/tor-browser-and-selenium.html
Many of us use Python Selenium to do
functional testing of our websites or web applications. We generally test
against Firefox and Google Chrome browser on the desktop. But, there is also a
lot of pe
Link: https://kushaldas.in/posts/tor-browser-and-selenium.html
Many of us use Python Selenium to do
functional testing of our websites or web applications. We generally test
against Firefox and Google Chrome browser on the desktop. But, there is also a
lot of pe
Real Python: Itertools in Python 3, By Example
Link: https://realpython.com/python-itertools/
It has been called a “gem” and “pretty much the coolest thing ever,” and if you have not heard of it, then you are missing out on one of the greatest corners of the Python 3 standard library: itertool
Link: https://realpython.com/python-itertools/
It has been called a “gem” and “pretty much the coolest thing ever,” and if you have not heard of it, then you are missing out on one of the greatest corners of the Python 3 standard library: itertool
Realpython
Python itertools By Example – Real Python
Master Python's itertools module by constructing practical examples. You'll start out simple and then gradually tackle more complex challenges, encouraging you to "think iteratively."
PyCharm: Hotfix for PyPI compatibility for older PyCharm versions
Link: http://feedproxy.google.com/~r/Pycharm/~3/VQ-e43-AMZc/
Latest versions of pip starting from v10.0 changed parts of their APIs. That’s why several older versions of PyCharm became incompatible with the newer pip versions. If you use previous PyCharm versio
Link: http://feedproxy.google.com/~r/Pycharm/~3/VQ-e43-AMZc/
Latest versions of pip starting from v10.0 changed parts of their APIs. That’s why several older versions of PyCharm became incompatible with the newer pip versions. If you use previous PyCharm versio
PyCharm Blog
Hotfix for PyPI compatibility for older PyCharm versions
Latest versions of pip starting from v10.0 changed parts of their APIs. That’s why several older versions of PyCharm became incompatible with the newer pip versions. If you use previous PyCharm ver…
Python Insider: Python 3.7.0b5, a bonus beta, is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/rPQiRIs2Qhg/python-370b5-bonus-beta-is-now.html
A 3.7 update: Python 3.7.0b5 is now the final beta preview of Python 3.7, the next feature release of Python. 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issue
Link: http://feedproxy.google.com/~r/PythonInsider/~3/rPQiRIs2Qhg/python-370b5-bonus-beta-is-now.html
A 3.7 update: Python 3.7.0b5 is now the final beta preview of Python 3.7, the next feature release of Python. 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issue
Blogspot
Python Insider: Python 3.7.0b5, a bonus beta, is now available for testing
Martin Fitzpatrick: Creating a window with PyQt5
Link: https://martinfitzpatrick.name/article/create-first-window-pyqt5/
The first step in creating desktop applications with PyQt is getting a window to show up on your desktop. Thankfully,
with PyQt that is pretty simple.
Below are a few short examples to creating PyQt a
Link: https://martinfitzpatrick.name/article/create-first-window-pyqt5/
The first step in creating desktop applications with PyQt is getting a window to show up on your desktop. Thankfully,
with PyQt that is pretty simple.
Below are a few short examples to creating PyQt a
Martin Fitzpatrick
Creating a window with PyQt5 | The first step in creating your GUI application
The first step in creating desktop applications with PyQt is getting a window to show up on your desktop. Thankfully, with PyQt that is pretty simple. Below are a few short examples to creating PyQt apps and getting a window on the screen. If this works you…
Reinout van Rees: Djangocon: accessibility matters: building a better web - Lindsey Dragun
Link: http://reinout.vanrees.org/weblog/2018/05/23/09-accessibility.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lindsey runs the DisabledInTech slack channel.
For Web accessibility, see
https://www.w3.org/WAI/fundamentals/accessibility-intro/ as a
Link: http://reinout.vanrees.org/weblog/2018/05/23/09-accessibility.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lindsey runs the DisabledInTech slack channel.
For Web accessibility, see
https://www.w3.org/WAI/fundamentals/accessibility-intro/ as a
Janusworx: Testing the Python RSS tag feed
Link: https://janusworx.com/posts/testing-the-python-rss-tag-feed/index.html
Testing … just testing
Link: https://janusworx.com/posts/testing-the-python-rss-tag-feed/index.html
Testing … just testing
Janusworx
Testing the Python RSS tag feed
Testing … just testing
PyCharm: PyCharm 2018.1.4
Link: http://feedproxy.google.com/~r/Pycharm/~3/nWi9vvdZmjY/
We’re happy to announce that today a new version of PyCharm is available for download from our website.
Improved in this Version
Various issues related to installing packages, both with Conda and vir
Link: http://feedproxy.google.com/~r/Pycharm/~3/nWi9vvdZmjY/
We’re happy to announce that today a new version of PyCharm is available for download from our website.
Improved in this Version
Various issues related to installing packages, both with Conda and vir
PyCharm Blog
PyCharm 2018.1.4
We’re happy to announce that today a new version of PyCharm is available for download from our website. Improved in this Version Various issues related to installing packages, both with Conda…
EuroPython: EuroPython 2018: First list of accepted sessions available
Link: https://blog.europython.eu/post/174432294532
We have received an amazing collection of 376 proposals. Thank you all for your contributions! Given the overwhelming quality of the proposals, we had some very difficult decisions to make. Nonetheles
Link: https://blog.europython.eu/post/174432294532
We have received an amazing collection of 376 proposals. Thank you all for your contributions! Given the overwhelming quality of the proposals, we had some very difficult decisions to make. Nonetheles
EuroPython Blog
EuroPython 2018: First list of accepted sessions available
We have received an amazing collection of 376 proposals. Thank you all for your contributions! Given the overwhelming quality of the proposals, we had some very difficult decisions to make....
Reinout van Rees: Ansible provision/deploy setup
Link: http://reinout.vanrees.org/weblog/2018/05/31/ansible-provision-deploy.html
I never got around to write down the ansible setup I figured out (together
with others, of course, at my previous job) for deploying/provisioning django
websites.
The whole setup (as a cookiecutter
t
Link: http://reinout.vanrees.org/weblog/2018/05/31/ansible-provision-deploy.html
I never got around to write down the ansible setup I figured out (together
with others, of course, at my previous job) for deploying/provisioning django
websites.
The whole setup (as a cookiecutter
t
Reinout van Rees: Djangocon: lightning talks wednesday
Link: http://reinout.vanrees.org/weblog/2018/05/23/10-lightning-talks.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lightning talks are quick 5 minute talks, so I won't have every detail and
speaker name correctly :-)
Adding multi-factor authenticati
Link: http://reinout.vanrees.org/weblog/2018/05/23/10-lightning-talks.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lightning talks are quick 5 minute talks, so I won't have every detail and
speaker name correctly :-)
Adding multi-factor authenticati
Janusworx: Testing the Python RSS tag feed
Link: https://janusworx.com/posts/testing-the-python-rss-tag-feed.html
Testing … just testing
Link: https://janusworx.com/posts/testing-the-python-rss-tag-feed.html
Testing … just testing
Continuum Analytics Blog: Anaconda Distribution 5.2 Released
Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-5-2/
We’re excited to announce the release of Anaconda Distribution 5.2! With over 6 million users, Anaconda Distribution is the world’s most popular and easiest way to do Python data science and machine l
Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-5-2/
We’re excited to announce the release of Anaconda Distribution 5.2! With over 6 million users, Anaconda Distribution is the world’s most popular and easiest way to do Python data science and machine l
Anaconda
Anaconda Distribution 5.2 Released - Anaconda
We’re excited to announce the release of Anaconda Distribution 5.2! With over 6 million users, Anaconda Distribution is the world’s most popular and easiest way to do Python and R data science and machine learning