Python Engineering at Microsoft: Python in Visual Studio Code – October 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2019-release/
We are pleased to announce that the October 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dire
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2019-release/
We are pleased to announce that the October 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dire
Microsoft News
Python in Visual Studio Code – October 2019 Release
We are pleased to announce that the October 2019 release of the Python Extension for Visual Studio Code is now available. In this release we addressed 97 issues, including native editing of Jupyter Notebooks, a button to run a Python file in the terminal…
Ned Batchelder: Pytest-cov support for who-tests-what
Link: https://nedbatchelder.com//blog/201910/pytestcov_support_for_whotestswhat.html
I’ve added a new option to the pytest-cov
coverage plugin for pytest: --cov-context=test will set the dynamic context
based on pytest test phases. Each test has a setup, run, and teardown phase.
This
Link: https://nedbatchelder.com//blog/201910/pytestcov_support_for_whotestswhat.html
I’ve added a new option to the pytest-cov
coverage plugin for pytest: --cov-context=test will set the dynamic context
based on pytest test phases. Each test has a setup, run, and teardown phase.
This
IslandT: Find the position of the only odd number within a list with Python
Link: https://kibiwebgeek.com/find-the-position-of-the-only-odd-number-within-a-list-with-python/
In this example, we will write a python function that will return the position of the only odd number within the number list. If there is no odd number within that list then the function will return -
Link: https://kibiwebgeek.com/find-the-position-of-the-only-odd-number-within-a-list-with-python/
In this example, we will write a python function that will return the position of the only odd number within the number list. If there is no odd number within that list then the function will return -
PyBites: PyCon ES 2019 Alicante Highlights
Link: https://pybit.es/pycones-2019.html
Last weekend it was Pycon time again, my 6th one so far. This time closer to home: Alicante.
I had an awesome time, meeting a lot of nice people, watching interesting talks and getting inspired overal
Link: https://pybit.es/pycones-2019.html
Last weekend it was Pycon time again, my 6th one so far. This time closer to home: Alicante.
I had an awesome time, meeting a lot of nice people, watching interesting talks and getting inspired overal
PyBites
PyCon ES 2019 Alicante Highlights
Last weekend it was Pycon time again, my 6th one so far. This time closer to home: Alicante. I had an awesome time, meeting a lot of nice people, watching interesting talks and getting inspired overall to keep learning more Python. In this post I share 10…
Stack Abuse: Python for NLP: Neural Machine Translation with Seq2Seq in Keras
Link: https://stackabuse.com/python-for-nlp-neural-machine-translation-with-seq2seq-in-keras/
This is the 22nd article in my series of articles on Python for NLP. In one of my previous articles on solving sequence problems with Keras, I explained how to solve many to many sequence problems whe
Link: https://stackabuse.com/python-for-nlp-neural-machine-translation-with-seq2seq-in-keras/
This is the 22nd article in my series of articles on Python for NLP. In one of my previous articles on solving sequence problems with Keras, I explained how to solve many to many sequence problems whe
Stack Abuse
Python for NLP: Neural Machine Translation with Seq2Seq in Keras
The seq2seq architecture is a type of many-to-many sequence modeling. In this article, we'll create a machine translation model in Python with Keras.
Anarcat: Tip of the day: batch PDF conversion with LibreOffice
Link: https://anarc.at/blog/2019-10-08-libreoffice-pdf-batch/
Someone asked me today why they couldn't write on the DOCX
document they received from a student using the pen in their Onyx
Note Pro reader. The answer, of course, is that while the Onyx can
read tho
Link: https://anarc.at/blog/2019-10-08-libreoffice-pdf-batch/
Someone asked me today why they couldn't write on the DOCX
document they received from a student using the pen in their Onyx
Note Pro reader. The answer, of course, is that while the Onyx can
read tho
Continuum Analytics Blog: Anaconda Enters a New Chapter
Link: https://www.anaconda.com/anaconda-enters-new-chapter/
Today I am excited to announce that I am stepping into the role of CEO at Anaconda. Although I am a founder of the company and have previously served as president, this marks the first…
The post Anaco
Link: https://www.anaconda.com/anaconda-enters-new-chapter/
Today I am excited to announce that I am stepping into the role of CEO at Anaconda. Although I am a founder of the company and have previously served as president, this marks the first…
The post Anaco
Anaconda
Anaconda Enters a New Chapter | Anaconda
Today I am excited to announce that I am stepping into the role of CEO at Anaconda. Although I am a founder of the company and have previously served as president, this marks the first time I am…
PyCon: Financial Aid Launches for PyCon US 2020!
Link: https://pycon.blogspot.com/2019/10/financial-aid-launches-for-pycon-us-2020.html
PyCon US 2020 is opening applications for Financial Aid today, and we’ll be accepting them through January 31, 2020.To apply, first set up an account on the site, and then you will be able to fill out
Link: https://pycon.blogspot.com/2019/10/financial-aid-launches-for-pycon-us-2020.html
PyCon US 2020 is opening applications for Financial Aid today, and we’ll be accepting them through January 31, 2020.To apply, first set up an account on the site, and then you will be able to fill out
Blogspot
Financial Aid Launches for PyCon US 2020!
PyCon US 2020 is opening applications for Financial Aid today, and we’ll be accepting them through January 31, 2020. To apply, first set u...
Real Python: Emacs: The Best Python Editor?
Link: https://realpython.com/emacs-the-best-python-editor/
Finding the right code editor for Python development can be tricky. Many developers explore numerous editors as they grow and learn. To choose the right code editor, you have to start by knowing which
Link: https://realpython.com/emacs-the-best-python-editor/
Finding the right code editor for Python development can be tricky. Many developers explore numerous editors as they grow and learn. To choose the right code editor, you have to start by knowing which
Realpython
Emacs: The Best Python Editor? – Real Python
In this step-by-step tutorial, you'll learn about using Emacs for Python development. You'll install and configure Emacs on your selected platform, then write Python code to explore its capabilities. Finally, you'll run, test, and debug Python code in the…
Wingware Blog: Python Code Warnings in Wing Pro 7
Link: https://wingware.com/blog/code-warnings
Wing Pro 7 introduced an improved code warnings system that flags likely errors as you
work on Python code, using both Wing's built-in static analysis system and (optionally)
external code checkers li
Link: https://wingware.com/blog/code-warnings
Wing Pro 7 introduced an improved code warnings system that flags likely errors as you
work on Python code, using both Wing's built-in static analysis system and (optionally)
external code checkers li
Wingware
Wing Tips: Python Code Warnings in Wing Pro 7 - Wing Python IDE
Learn how to use the code warnings system Wing Pro 7 to find errors
in Python code.
in Python code.
PyCon: PyCon US 2020 Hatchery Program Launches Call for Proposals
Link: https://pycon.blogspot.com/2019/10/pycon-us-2020-hatchery-program-launches.html
The PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time.Initially we wanted to gauge commun
Link: https://pycon.blogspot.com/2019/10/pycon-us-2020-hatchery-program-launches.html
The PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time.Initially we wanted to gauge commun
Blogspot
PyCon US 2020 Hatchery Program Launches Call for Proposals
The PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it gro...
PyCharm: Webinar Preview: “Starting Testing” tutorial step for React+TS+TDD
Link: http://feedproxy.google.com/~r/Pycharm/~3/dXYRR9pUlh4/
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.
See the first blog post for some backgro
Link: http://feedproxy.google.com/~r/Pycharm/~3/dXYRR9pUlh4/
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.
See the first blog post for some backgro
PyCharm Blog
Webinar Preview: “Starting Testing” tutorial step for React+TS+TDD
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered. See the first blog p…
PyCharm: 2019.3 EAP 5
Link: http://feedproxy.google.com/~r/Pycharm/~3/YDusq39b-Iw/
A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.
New for this version
Toggle between relative and absolute imports
PyCharm now has the
Link: http://feedproxy.google.com/~r/Pycharm/~3/YDusq39b-Iw/
A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.
New for this version
Toggle between relative and absolute imports
PyCharm now has the
PyCharm Blog
2019.3 EAP 5
A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website. New for this version Toggle between relative and absolute imports PyCharm now has …
Python Bytes: #151 Certified! It works on my machine
Link: https://pythonbytes.fm/episodes/show/151/certified-it-works-on-my-machine
Link: https://pythonbytes.fm/episodes/show/151/certified-it-works-on-my-machine
pythonbytes.fm
Certified! It works on my machine
News and announcements from the Python community for the week of Oct 10th, 2019
Talk Python to Me: #233 The Masonite Python Web Framework
Link: https://talkpython.fm/episodes/show/233/the-masonite-python-web-framework
Folks, it's not like the old days where there were just a couple of web frameworks for building apps with Python. These days there are many. One of those frameworks is the Masonite web framework creat
Link: https://talkpython.fm/episodes/show/233/the-masonite-python-web-framework
Folks, it's not like the old days where there were just a couple of web frameworks for building apps with Python. These days there are many. One of those frameworks is the Masonite web framework creat
talkpython.fm
The Masonite Python Web Framework
Folks, it's not like the old days where there were just a couple of web frameworks for building apps with Python. These days there are many. One of those frameworks is the Masonite web framework created by Joseph Mancuso. Joseph is here today to tell us all…
Catalin George Festila: Python 3.7.4 : Testing the PyUSB python module.
Link: http://python-catalin.blogspot.com/2019/10/python-374-testing-pyusb-python-module.html
This python module named PyUSB can be found at pypi website.
[mythcat@desk scripts]$ pip3 install pyusb --user
Collecting pyusb
...
Successfully installed pyusb-1.0.2Let' see some usb device with lsus
Link: http://python-catalin.blogspot.com/2019/10/python-374-testing-pyusb-python-module.html
This python module named PyUSB can be found at pypi website.
[mythcat@desk scripts]$ pip3 install pyusb --user
Collecting pyusb
...
Successfully installed pyusb-1.0.2Let' see some usb device with lsus
Blogspot
Python 3.7.4 : Testing the PyUSB python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Continuum Analytics Blog: How to Restore Anaconda after Update to MacOS Catalina
Link: https://www.anaconda.com/how-to-restore-anaconda-after-macos-catalina-update/
MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users. Apple has decided that Anaconda’s default install location in the root folder is not allowed. It
Link: https://www.anaconda.com/how-to-restore-anaconda-after-macos-catalina-update/
MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users. Apple has decided that Anaconda’s default install location in the root folder is not allowed. It
Anaconda
Anaconda | How to Restore Anaconda after Update to MacOS Catalina
MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users. Apple has decided that Anaconda’s default install location in the root folder is not allowed. It…
Dataquest: How to Analyze Survey Data with Python for Beginners
Link: https://www.dataquest.io/blog/how-to-analyze-survey-data-python-beginner/
Learn to analyze and filter survey data, including multi-answer multiple choice questions, using Python in this beginner tutorial for non-coders!
The post How to Analyze Survey Data with Python for Be
Link: https://www.dataquest.io/blog/how-to-analyze-survey-data-python-beginner/
Learn to analyze and filter survey data, including multi-answer multiple choice questions, using Python in this beginner tutorial for non-coders!
The post How to Analyze Survey Data with Python for Be
Dataquest
How to Analyze Survey Data with Python for Beginners – Dataquest
Learn to analyze and filter survey data, including multi-answer multiple choice questions, using Python in this beginner tutorial for non-coders!
Test and Code: 90: Dynamic Scope Fixtures in pytest 5.2 - Anthony Sotille
Link: https://testandcode.com/90
pytest 5.2 was just released, and with it, a cool fun feature called dynamic scope fixtures. Anthony Sotille so tilly is one of the pytest core developers, so I thought it be fun to have Anthony descr
Link: https://testandcode.com/90
pytest 5.2 was just released, and with it, a cool fun feature called dynamic scope fixtures. Anthony Sotille so tilly is one of the pytest core developers, so I thought it be fun to have Anthony descr
Test & Code - Python Testing & Development
Test & Code - Python Testing & Development 90: Dynamic Scope Fixtures in pytest 5.2 - Anthony Sotille
Dynamic scope fixtures is a new feature released in pytest 5.2. Anthony Sotille, a core pytest developers, joins Brian in discussing not only dynamic scope, but also what scope means, as well as parametrization.
Stack Abuse: Autoencoders for Image Reconstruction in Python and Keras
Link: https://stackabuse.com/autoencoders-for-image-reconstruction-in-python-and-keras/
Introduction
Nowadays, we have huge amounts of data in almost every application we use - listening to music on Spotify, browsing friend's images on Instagram, or maybe watching an new trailer on YouTu
Link: https://stackabuse.com/autoencoders-for-image-reconstruction-in-python-and-keras/
Introduction
Nowadays, we have huge amounts of data in almost every application we use - listening to music on Spotify, browsing friend's images on Instagram, or maybe watching an new trailer on YouTu
Stack Abuse
Autoencoders for Image Reconstruction in Python and Keras
In a data-driven world - optimizing its size is paramount. Autoencoders automatically encode and decode information for ease of transport. In this article, we'll be using Python and Keras to make an autoencoder using deep learning.