Podcast.__init__: What You Need To Know About Open Source Licenses And Intellectual Property
Link: https://www.pythonpodcast.com/software-licenses-for-developers-episode-196/
As a developer and user of open source code, you interact with software and digital media every day. What is often overlooked are the rights and responsibilities conveyed by the intellectual property
Link: https://www.pythonpodcast.com/software-licenses-for-developers-episode-196/
As a developer and user of open source code, you interact with software and digital media every day. What is often overlooked are the rights and responsibilities conveyed by the intellectual property
The Python Podcast.__init__
The Python Podcast.__init__: What You Need To Know About Open Source Licenses And Intellectual Property
An Interview About Software Licenses And Intellectual Property For Developers
Django Weblog: The DSF Welcomes Mariusz Felisiak as its Newest Fellow
Link: https://www.djangoproject.com/weblog/2019/jan/29/dsf-welcomes-mariusz-felisiak-its-newest-fellow/
On December 21, 2018, the DSF made a call for Django Fellow applicants. On behalf of the Django Software Foundation, the DSF Fellowship Committee is pleased to announce Mariusz Felisiak as the newest
Link: https://www.djangoproject.com/weblog/2019/jan/29/dsf-welcomes-mariusz-felisiak-its-newest-fellow/
On December 21, 2018, the DSF made a call for Django Fellow applicants. On behalf of the Django Software Foundation, the DSF Fellowship Committee is pleased to announce Mariusz Felisiak as the newest
gamingdirectional: Create the game background part 1
Link: http://gamingdirectional.com/blog/2019/01/29/create-the-game-background-part-1/
Hello, and welcome back, starting from today I will definitely use my time effectively which means less Youtubed and Googled around so I can concentrate most of the time on writing article, creating t
Link: http://gamingdirectional.com/blog/2019/01/29/create-the-game-background-part-1/
Hello, and welcome back, starting from today I will definitely use my time effectively which means less Youtubed and Googled around so I can concentrate most of the time on writing article, creating t
Gaming Directional
Create the game background part 1
Create the background rendering engine for pygame project
Dataquest: Data Science Project: Profitable App Profiles for App Store and Google Play
Link: https://www.dataquest.io/blog/basic-data-science-portfolio-project-tutorial/
At Dataquest, we strongly advocate portfolio projects as a means of getting a first data science job. In this blog post, we'll walk you through an example portfolio project. This is the third project
Link: https://www.dataquest.io/blog/basic-data-science-portfolio-project-tutorial/
At Dataquest, we strongly advocate portfolio projects as a means of getting a first data science job. In this blog post, we'll walk you through an example portfolio project. This is the third project
Dataquest
Data Science Project: Profitable App Profiles for App Store and Google Play – Dataquest
Learn to do a complete data analysis project using only basic Python to find out what genre of apps an app developer should focus on.
Mike Driscoll: wxPython Applications Book Table of Contents Update
Link: http://www.blog.pythonlibrary.org/2019/01/29/wxpython-applications-book-table-of-contents-update/
I am currently working on a new book entitled Creating GUI Applications with wxPython that you can support on Kickstarter. This is the current table of contents for the book:
Chapter 1 – Intro to wxP
Link: http://www.blog.pythonlibrary.org/2019/01/29/wxpython-applications-book-table-of-contents-update/
I am currently working on a new book entitled Creating GUI Applications with wxPython that you can support on Kickstarter. This is the current table of contents for the book:
Chapter 1 – Intro to wxP
Mike Driscoll: Python 201 and Python RegEx Bundle
Link: http://www.blog.pythonlibrary.org/2019/01/29/python-201-and-python-regex-bundle/
I recently had the opportunity to partner with Sundeep Agarwal, the author of Python re(gex)? to create a bundle with my second book, Python 201: Intermediate Python.
The Python Regex book covers Reg
Link: http://www.blog.pythonlibrary.org/2019/01/29/python-201-and-python-regex-bundle/
I recently had the opportunity to partner with Sundeep Agarwal, the author of Python re(gex)? to create a bundle with my second book, Python 201: Intermediate Python.
The Python Regex book covers Reg
Python Engineering at Microsoft: Python in Visual Studio Code – January 2019 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2019/01/29/python-in-visual-studio-code-january-2019-release/
This post was written by Luciana Abud, Program Manager for the Python Extension in Visual Studio Code
We are pleased to announce that the January 2019 release of the Python Extension for Visual Studio
Link: https://blogs.msdn.microsoft.com/pythonengineering/2019/01/29/python-in-visual-studio-code-january-2019-release/
This post was written by Luciana Abud, Program Manager for the Python Extension in Visual Studio Code
We are pleased to announce that the January 2019 release of the Python Extension for Visual Studio
Python
Python in Visual Studio Code – January 2019 Release | Python
We are pleased to announce that the January 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 directly from the extension gallery in Visual Studio Code.
PyCoder’s Weekly: Issue #353 (Jan. 29, 2019)
Link: https://pycoders.com/issues/353
#353 – JANUARY 29, 2019 View in Browser » Several Stdlib Methods With Only Positional Arguments Will Be 30-70% Faster in Python 3.8 Wow, this is great. Optimization work done by Serhiy Storchaka
Link: https://pycoders.com/issues/353
#353 – JANUARY 29, 2019 View in Browser » Several Stdlib Methods With Only Positional Arguments Will Be 30-70% Faster in Python 3.8 Wow, this is great. Optimization work done by Serhiy Storchaka
Pycoders
PyCoder’s Weekly | Issue #353
Issue #353 of the PyCoder’s Weekly newsletter, published Jan. 29, 2019.
gamingdirectional: Create the game background Part 2
Link: http://gamingdirectional.com/blog/2019/01/30/create-the-game-background-part-2/
Hello and welcome back to part two of this chapter. In this chapter, we will finish up the background rendering process for our new pygame project. If you have missed out the first part of the tutoria
Link: http://gamingdirectional.com/blog/2019/01/30/create-the-game-background-part-2/
Hello and welcome back to part two of this chapter. In this chapter, we will finish up the background rendering process for our new pygame project. If you have missed out the first part of the tutoria
Gaming Directional
Create the game background Part 2
The background images for the new pygame project
codingdirectional: Return odd or even position from a list of numbers
Link: http://codingdirectional.info/2019/01/30/return-odd-or-even-position-from-a-list-of-numbers/
Hello and welcome back to one day one answer series. In this chapter, we will need to return the position of either an odd or even number from a list of numbers following the below condition.
If there
Link: http://codingdirectional.info/2019/01/30/return-odd-or-even-position-from-a-list-of-numbers/
Hello and welcome back to one day one answer series. In this chapter, we will need to return the position of either an odd or even number from a list of numbers following the below condition.
If there
Real Python: Python "for" Loops (Definite Iteration)
Link: https://realpython.com/python-for-loop/
This tutorial will show you how to perform definite iteration with a Python for loop.
In the previous tutorial in this introductory series, you learned the following:
Repetitive execution of the same
Link: https://realpython.com/python-for-loop/
This tutorial will show you how to perform definite iteration with a Python for loop.
In the previous tutorial in this introductory series, you learned the following:
Repetitive execution of the same
Realpython
Python for Loops: The Pythonic Way – Real Python
In this tutorial, you'll learn all about the Python for loop. You'll learn how to use this loop to iterate over built-in data types, such as lists, tuples, strings, and dictionaries. You'll also explore some Pythonic looping techniques and much more.
Codementor: 5 Best Python Frameworks for WebView Testing
Link: https://www.codementor.io/saifsadiq1995/5-best-python-frameworks-for-webview-testing-rp182gqxa
A look into several different testing frameworks that are compatible with the Python programming language, looking at how they help to test hybrid applications.
Link: https://www.codementor.io/saifsadiq1995/5-best-python-frameworks-for-webview-testing-rp182gqxa
A look into several different testing frameworks that are compatible with the Python programming language, looking at how they help to test hybrid applications.
www.codementor.io
5 Best Python Frameworks for WebView Testing | Codementor
A look into several different testing frameworks that are compatible with the Python programming language, looking at how they help to test hybrid applications.
Codementor: Introduction to Machine Learning with Python and repl.it
Link: https://www.codementor.io/garethdwyer/introduction-to-machine-learning-with-python-and-repl-it-rln7ywkhc
We walk step-by-step through an introduction to machine learning using Python and scikit-learn, explaining each concept and line of code along the way. You'll learn to build a text classifier that can
Link: https://www.codementor.io/garethdwyer/introduction-to-machine-learning-with-python-and-repl-it-rln7ywkhc
We walk step-by-step through an introduction to machine learning using Python and scikit-learn, explaining each concept and line of code along the way. You'll learn to build a text classifier that can
www.codementor.io
Introduction to Machine Learning with Python and repl.it
| Codementor
| Codementor
We walk step-by-step through an introduction to machine learning using Python and scikit-learn, explaining each concept and line of code along the way. You'll learn to build a text classifier that can tell the difference between positive and negative sentences…
Python Data: Stationary Data Tests for Time Series Forecasting
Link: https://pythondata.com/stationary-data-tests-for-time-series-forecasting/
I wasn’t planning on making a ‘part 2’ to the Forecasting Time Series Data using Autoregression post from last week, but I really wanted to show how to use more advanced tests to check for stationary
Link: https://pythondata.com/stationary-data-tests-for-time-series-forecasting/
I wasn’t planning on making a ‘part 2’ to the Forecasting Time Series Data using Autoregression post from last week, but I really wanted to show how to use more advanced tests to check for stationary
Python Data
Stationary Data Tests for Time Series Forecasting - Python Data
In this post, I provide a walkthrough of using statistical tests (like the Dickey-Fuller test) to check stationary data while forecasting time series.
Robin Wilson: Less than a week left to bid for a day’s work from me
Link: http://blog.rtwilson.com/less-than-a-week-left-to-bid-for-a-days-work-from-me/
Just a quick reminder that you’ve only got until next Tuesday to bid for a day’s work from me – so get bidding here.
The full details and rules are available in my previous post, but basical
Link: http://blog.rtwilson.com/less-than-a-week-left-to-bid-for-a-days-work-from-me/
Just a quick reminder that you’ve only got until next Tuesday to bid for a day’s work from me – so get bidding here.
The full details and rules are available in my previous post, but basical
PyCharm: PyCharm 2018.3.4
Link: http://feedproxy.google.com/~r/Pycharm/~3/eso6_sgqrZs/
We’re happy to announce general availability of our latest update to PyCharm 2018.3. In this update we’ve fixed a couple of issues, and some other small updates.
New in This Version
Pasting a new nam
Link: http://feedproxy.google.com/~r/Pycharm/~3/eso6_sgqrZs/
We’re happy to announce general availability of our latest update to PyCharm 2018.3. In this update we’ve fixed a couple of issues, and some other small updates.
New in This Version
Pasting a new nam
PyCharm Blog
PyCharm 2018.3.4
We’re happy to announce general availability of our latest update to PyCharm 2018.3. In this update we’ve fixed a couple of issues, and some other small updates. New in This Version Pas…
Stack Abuse: Understanding Recursive Functions with Python
Link: https://stackabuse.com/understanding-recursive-functions-with-python/
Introduction
When we think about repeating a task, we usually think about the for and while loops. These constructs allow us to perform iteration over a list, collection, etc.
However, there's another
Link: https://stackabuse.com/understanding-recursive-functions-with-python/
Introduction
When we think about repeating a task, we usually think about the for and while loops. These constructs allow us to perform iteration over a list, collection, etc.
However, there's another
Stack Abuse
Understanding Recursive Functions with Python
Introduction
When we think about repeating a task, we usually think about the for and while
loops. These constructs allow us to perform iteration over a list, collection,
etc.
However, there's another form of repeating a task, in a slightly different…
When we think about repeating a task, we usually think about the for and while
loops. These constructs allow us to perform iteration over a list, collection,
etc.
However, there's another form of repeating a task, in a slightly different…
Continuum Analytics Blog: Conda 4.6 Release
Link: https://www.anaconda.com/conda-4-6-release/
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
The post Con
Link: https://www.anaconda.com/conda-4-6-release/
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
The post Con
Anaconda
Conda 4.6 Release - Anaconda
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
Continuum Analytics Blog: RPM and Debian Repositories for Miniconda
Link: https://www.anaconda.com/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its d
Link: https://www.anaconda.com/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its d
Anaconda
RPM and Debian Repositories for Miniconda - Anaconda
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its dependencies.…
EuroPython Society: Announcing the Guido van Rossum Core Developer Grant
Link: https://www.europython-society.org/post/182445627020
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.We all love Pyth
Link: https://www.europython-society.org/post/182445627020
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.We all love Pyth
EuroPython Society
Announcing the Guido van Rossum Core Developer Grant
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences. We all love...
EuroPython: Announcing the Guido van Rossum Core Developer Grant
Link: https://blog.europython.eu/post/182445638102
europythonsociety:
At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.
We all love Pytho
Link: https://blog.europython.eu/post/182445638102
europythonsociety:
At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.
We all love Pytho
EuroPython Blog
Announcing the Guido van Rossum Core Developer Grant europythonsociety: “ At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in...