tryexceptpass: Episode 2 - Writing README files
Link: https://tryexceptpass.org/podcast/ep2-writing-a-readme/
Summary
What’s a README?
Modern day added formatting. Mostly Markdown, sometimes Restructured Text.
What to include in a README?
Name the project
Intro / Summary / Overview
Prerequisites
Installati
Link: https://tryexceptpass.org/podcast/ep2-writing-a-readme/
Summary
What’s a README?
Modern day added formatting. Mostly Markdown, sometimes Restructured Text.
What to include in a README?
Name the project
Intro / Summary / Overview
Prerequisites
Installati
tryexceptpass.org
Episode 2 - Writing README files
Things to consider when writing README documentation for open source projects.
PyCharm: PyCharm 2020.1 EAP starts now
Link: http://feedproxy.google.com/~r/Pycharm/~3/F6FJXKSvmOI/
There are two types of people in the world: those who can wait to open a package they’ve received, and people like me, who need to see what’s inside this very second.
PyCharm isn’t delivered in the ma
Link: http://feedproxy.google.com/~r/Pycharm/~3/F6FJXKSvmOI/
There are two types of people in the world: those who can wait to open a package they’ve received, and people like me, who need to see what’s inside this very second.
PyCharm isn’t delivered in the ma
PyCharm Blog
PyCharm 2020.1 EAP starts now
There are two types of people in the world: those who can wait to open a package they’ve received, and people like me, who need to see what’s inside this very second. PyCharm isn’…
Stack Abuse: Text Classification with BERT Tokenizer and TF 2.0 in Python
Link: https://stackabuse.com/text-classification-with-bert-tokenizer-and-tf-2-0-in-python/
This is the 23rd article in my series of articles on Python for NLP. In the previous article of this series, I explained how to perform neural machine translation using seq2seq architecture with Pytho
Link: https://stackabuse.com/text-classification-with-bert-tokenizer-and-tf-2-0-in-python/
This is the 23rd article in my series of articles on Python for NLP. In the previous article of this series, I explained how to perform neural machine translation using seq2seq architecture with Pytho
Stack Abuse
Text Classification with BERT Tokenizer and TF 2.0 in Python
BERT is a text representation technique similar to Word Embeddings. In this article, we'll be using BERT and TensorFlow 2.0 for text classification.
Real Python: Python Modules and Packages: An Introduction
Link: https://realpython.com/courses/python-modules-packages/
In this course, you’ll learn about Python modules and Python packages, two mechanisms that facilitate modular programming.
Modular programming is the process of breaking a large, unwieldy programming
Link: https://realpython.com/courses/python-modules-packages/
In this course, you’ll learn about Python modules and Python packages, two mechanisms that facilitate modular programming.
Modular programming is the process of breaking a large, unwieldy programming
Realpython
Python Modules and Packages: An Introduction – Real Python
In this course, you'll explore Python modules and Python packages, two mechanisms that facilitate modular programming. See how to write and import modules so you can optimize the structure of your own programs and make them more maintainable.
PyCharm: Webinar Recording: “Advanced Debugging in PyCharm”
Link: http://feedproxy.google.com/~r/Pycharm/~3/npGNDsijXfU/
Last week we held a special webinar for “Advanced Debugging in PyCharm”. Special how? In person, in the St. Petersburg office, with the two PyCharm team members in charge of the debugger, and a huge w
Link: http://feedproxy.google.com/~r/Pycharm/~3/npGNDsijXfU/
Last week we held a special webinar for “Advanced Debugging in PyCharm”. Special how? In person, in the St. Petersburg office, with the two PyCharm team members in charge of the debugger, and a huge w
PyCharm Blog
Webinar Recording: “Advanced Debugging in PyCharm”
Last week we held a special webinar for “Advanced Debugging in PyCharm”. Special how? In person, in the St. Petersburg office, with the two PyCharm team members in charge of the debugge…
Artem Rys: Why you should use typing for all your Python projects
Link: https://medium.com/python4you/why-you-should-use-typing-for-all-your-python-projects-c3dd47a015af?source=rss----5527f69f4771---4
I am using typing at my work project and now trying to use it for my personal or freelance projects only if it is not a one-time script.Continue reading on python4you »
Link: https://medium.com/python4you/why-you-should-use-typing-for-all-your-python-projects-c3dd47a015af?source=rss----5527f69f4771---4
I am using typing at my work project and now trying to use it for my personal or freelance projects only if it is not a one-time script.Continue reading on python4you »
Medium
Why Should You Use typing In Python?
I am using typing at my work project and now trying to use it for my personal or freelance projects only if it is not a one-time script.
Go Deh: Three guys on math
Link: http://feedproxy.google.com/~r/GoDeh/~3/Btd9nENExBU/three-guys-on-math.html
Coder: (In Jeans and T-shirt, next to a cup of coffee) I look down on him (Indicates Excel'r) because I write proper programs. Excel'r: (Trousers, shirt, no tie) I look up to him (Coder) because
Link: http://feedproxy.google.com/~r/GoDeh/~3/Btd9nENExBU/three-guys-on-math.html
Coder: (In Jeans and T-shirt, next to a cup of coffee) I look down on him (Indicates Excel'r) because I write proper programs. Excel'r: (Trousers, shirt, no tie) I look up to him (Coder) because
Blogspot
Three guys on math
Coder: (In Jeans and T-shirt, next to a cup of coffee) I look down on him (Indicates Excel'r) because I write proper programs. Exc...
Ian Ozsvald: Another Successful Data Science Projects course completed
Link: https://ianozsvald.com/2020/01/28/another-successful-data-science-projects-course-completed/
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dat
Link: https://ianozsvald.com/2020/01/28/another-successful-data-science-projects-course-completed/
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dat
Entrepreneurial Geekiness
Another Successful Data Science Projects course completed
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dataset quickly using Pandas Profiling, Seaborn and dabl…
How to write a Project Specification including a strong Definition of Done
How to derisk a new dataset quickly using Pandas Profiling, Seaborn and dabl…
PyCoder’s Weekly: Issue #405 (Jan. 28, 2020)
Link: https://pycoders.com/issues/405
#405 – JANUARY 28, 2020 View in Browser » Python GUI Programming With Tkinter In this article, you’ll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master
Link: https://pycoders.com/issues/405
#405 – JANUARY 28, 2020 View in Browser » Python GUI Programming With Tkinter In this article, you’ll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master
Pycoders
PyCoder’s Weekly | Issue #405
Issue #405 of the PyCoder’s Weekly newsletter, published Jan. 28, 2020.
Continuum Analytics Blog: Introducing Anaconda Team Edition: Secure Open-Source Data Science for the Enterprise
Link: https://www.anaconda.com/secure-open-source-data-science-team-edition/
I’m very excited to announce a new addition to Anaconda’s product line — Anaconda Team Edition! For the last few years, Anaconda has offered two products: our free Anaconda Distribution, meant for ind
Link: https://www.anaconda.com/secure-open-source-data-science-team-edition/
I’m very excited to announce a new addition to Anaconda’s product line — Anaconda Team Edition! For the last few years, Anaconda has offered two products: our free Anaconda Distribution, meant for ind
Anaconda
Introducing Anaconda Team Edition: Secure Open-Source Data Science for the Enterprise - Anaconda
Team Edition is Anaconda's newest product. Use Team Edition to mirror our data science and machine learning repository onto your enterprise infrastructre.
PyPy Development: Leysin Winter sprint 2020: Feb 29 - March 8th
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/NIBXnG16Ucc/leysin-winter-sprint-2020-feb-28-march.html
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth
time. This is a fully public sprint: newcomers and topics other than
those proposed below are welcome.
Goals and topics of
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/NIBXnG16Ucc/leysin-winter-sprint-2020-feb-28-march.html
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth
time. This is a fully public sprint: newcomers and topics other than
those proposed below are welcome.
Goals and topics of
Blogspot
Leysin Winter sprint 2020: Feb 28 - March 7th
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth time. This is a fully public sprint: newcomers and topics other tha...
Real Python: Python '!=' Is Not 'is not': Comparing Objects in Python
Link: https://realpython.com/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Link: https://realpython.com/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Realpython
Python != Is Not is not: Comparing Objects in Python – Real Python
In this quick and practical tutorial, you'll learn when to use the Python is, is not, == and != operators. You'll see what these comparison operators do under the hood, dive into some quirks of object identity and interning, and define a custom class.
PyCharm: Webinar: “Security Checks for Python Code” with Anthony Shaw
Link: http://feedproxy.google.com/~r/Pycharm/~3/l3qUiQ_vOy4/
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality tools
Link: http://feedproxy.google.com/~r/Pycharm/~3/l3qUiQ_vOy4/
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality tools
PyCharm Blog
Webinar: “Security Checks for Python Code” with Anthony Shaw
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality too…
Sumana Harihareswara - Cogito, Ergo Sumana: MOSS Video, BSSw Honorable Mention, and The Maintainership Book I Am Writing
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
testmon: Hidden test dependencies
Link: https://testmon.org/hidden-test-dependencies-intr.html
Tests should be independent, isolated and repeatable. When they are, it's easy to run just one of them, run all of them in parallel or use pytest-testmon. But we don't live in an ideal world and many
Link: https://testmon.org/hidden-test-dependencies-intr.html
Tests should be independent, isolated and repeatable. When they are, it's easy to run just one of them, run all of them in parallel or use pytest-testmon. But we don't live in an ideal world and many
testmon.org
pytest-testmon: selects tests affected by changed files
Wingware: Wing Python IDE 7.2.1 - January 28, 2020
Link: https://wingware.com/news/2020-01-28
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Link: https://wingware.com/news/2020-01-28
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Wingware
Wing Python IDE 7.2.1 - January 28, 2020 - Wing Python IDE
Wing 7.2.1 fixes debug process group termination, avoids failures seen when
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
Erik Marsja: Random Forests (and Extremely) in Python with scikit-learn
Link: https://www.marsja.se/random-forests-and-extremely-in-python-with-scikit-learn/?utm_source=rss&utm_medium=rss&utm_campaign=random-forests-and-extremely-in-python-with-scikit-learn
The post Random Forests (and Extremely) in Python with scikit-learn appeared first on Erik Marsja.
In this guest post, you will learn by example how to do two popular machine learning techniques calle
Link: https://www.marsja.se/random-forests-and-extremely-in-python-with-scikit-learn/?utm_source=rss&utm_medium=rss&utm_campaign=random-forests-and-extremely-in-python-with-scikit-learn
The post Random Forests (and Extremely) in Python with scikit-learn appeared first on Erik Marsja.
In this guest post, you will learn by example how to do two popular machine learning techniques calle
Erik Marsja
Random Forests (and Extremely) in Python with scikit-learn
An example on how to set up a random, and extremely random, forest analysis in Python. The code is explained.
Wingware: Wing Python IDE 7.2.1 - January 29, 2020
Link: https://wingware.com/news/2020-01-29
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Link: https://wingware.com/news/2020-01-29
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Wingware
Wing Python IDE 7.2.1 - January 29, 2020 - Wing Python IDE
Wing 7.2.1 fixes debug process group termination, avoids failures seen when
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
Continuum Analytics Blog: We’ve Reached a Milestone: pandas 1.0 Is Here
Link: https://www.anaconda.com/pandas-1-0-is-here/
Today the pandas project announced the release of pandas 1.0.0. For more on what’s changed, read through the extensive release notes. We’re particularly excited about Numba-accelerated window operatio
Link: https://www.anaconda.com/pandas-1-0-is-here/
Today the pandas project announced the release of pandas 1.0.0. For more on what’s changed, read through the extensive release notes. We’re particularly excited about Numba-accelerated window operatio
Anaconda
We’ve Reached a Milestone: pandas 1.0 Is Here - Anaconda
Today pandas, a fundamental open-source data science project, reaches a milestone with the release of 1.0. We are proud to be a longtime institutional partner.
Daniel Roy Greenfeld: Feed Generator
Link:
Late last year I changed my blog engine yet again. I've been happy with it so far, with the exception of XML feeds. The tooling I chose doesn't have good support for feeds, certainly not with the filt
Link:
Late last year I changed my blog engine yet again. I've been happy with it so far, with the exception of XML feeds. The tooling I chose doesn't have good support for feeds, certainly not with the filt
Test and Code: 99: Software Maintenance and Chess
Link: https://testandcode.com/99
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.Sp
Link: https://testandcode.com/99
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.Sp
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 99: Software Maintenance and Chess
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.