Moshe Zadka: Staying Safe with Open Source
Link: https://orbifold.xyz/open-source-safety.html
A couple of months ago,
a successful attack against the Node ecosystem
resulted in stealing an undisclosed amount
of bitcoins from
CoPay wallets.
The technical flow of the attack is well-summarized
by
Link: https://orbifold.xyz/open-source-safety.html
A couple of months ago,
a successful attack against the Node ecosystem
resulted in stealing an undisclosed amount
of bitcoins from
CoPay wallets.
The technical flow of the attack is well-summarized
by
orbifold.xyz
Orbifolds and Other Games - Staying Safe with Open Source
Stack Abuse: Stacks and Queues in Python
Link: https://stackabuse.com/stacks-and-queues-in-python/
Introduction
Data structures organize storage in computers so that we can efficiently access and change data. Stacks and Queues are some of the earliest data structures defined in computer science.
Si
Link: https://stackabuse.com/stacks-and-queues-in-python/
Introduction
Data structures organize storage in computers so that we can efficiently access and change data. Stacks and Queues are some of the earliest data structures defined in computer science.
Si
Stack Abuse
Stacks and Queues in Python
Data structures organize storage in computers so that we can efficiently access and change data. Stacks and Queues are some of the earliest data structures def...
codingdirectional: Create a thread for the video editing application
Link: http://codingdirectional.info/2019/01/26/create-a-thread-for-the-video-editing-application/
Hello and welcome back to this final part of the video editing project. After this chapter, you will be good enough to continue to develop this application by yourself and hopefully, you can come out
Link: http://codingdirectional.info/2019/01/26/create-a-thread-for-the-video-editing-application/
Hello and welcome back to this final part of the video editing project. After this chapter, you will be good enough to continue to develop this application by yourself and hopefully, you can come out
Weekly Python StackOverflow Report: (clxii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/01/clxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-01-26 20:57:15 GMTDictionary infinite loop is exiting unexpectedly
Link: http://python-weekly.blogspot.com/2019/01/clxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-01-26 20:57:15 GMTDictionary infinite loop is exiting unexpectedly
Blogspot
(clxii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Python Bytes: #114 What should be in the Python standard library?
Link: https://pythonbytes.fm/episodes/show/114/what-should-be-in-the-python-standard-library
Link: https://pythonbytes.fm/episodes/show/114/what-should-be-in-the-python-standard-library
pythonbytes.fm
What should be in the Python standard library?
News and announcements from the Python community for the week of Jan 26th, 2019
codingdirectional: Given a list of numbers, find the one which is closest to zero
Link: http://codingdirectional.info/2019/01/27/given-a-list-of-numbers-find-the-one-which-is-closest-to-zero/
Hello, after we have completed the video editing project we will continue to explore those websites that provide python programming training for free, one of those websites which we will explore today
Link: http://codingdirectional.info/2019/01/27/given-a-list-of-numbers-find-the-one-which-is-closest-to-zero/
Hello, after we have completed the video editing project we will continue to explore those websites that provide python programming training for free, one of those websites which we will explore today
Real Python: Jupyter Notebook: An Introduction
Link: https://realpython.com/jupyter-notebook-introduction/
The Jupyter Notebook is an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text. Jupyter Notebook is maintained by the
Link: https://realpython.com/jupyter-notebook-introduction/
The Jupyter Notebook is an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text. Jupyter Notebook is maintained by the
Realpython
Jupyter Notebook: An Introduction – Real Python
In this step-by-step Python tutorial, you learn how to get started with The Jupyter Notebook, an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text.
Mike Driscoll: PyDev of the Week: Lorena Mesa
Link: http://www.blog.pythonlibrary.org/2019/01/28/pydev-of-the-week-lorena-mesa/
This week we welcome Lorena Mesa (@loooorenanicole) as our PyDev of the Week! Lorena is an organizer for the PyLadies Chicago group and a director at the Python Software Foundation. You can check out
Link: http://www.blog.pythonlibrary.org/2019/01/28/pydev-of-the-week-lorena-mesa/
This week we welcome Lorena Mesa (@loooorenanicole) as our PyDev of the Week! Lorena is an organizer for the PyLadies Chicago group and a director at the Python Software Foundation. You can check out
codingdirectional: Translate normal character to NATO phonetic alphabet with python
Link: http://codingdirectional.info/2019/01/28/translate-normal-character-to-nato-phonetic-alphabet-with-python/
Hello and welcome back, today we will create a NATO code translator program with python which will translate each character in any normal text into a NATO phonetic alphabet. This program will ignore t
Link: http://codingdirectional.info/2019/01/28/translate-normal-character-to-nato-phonetic-alphabet-with-python/
Hello and welcome back, today we will create a NATO code translator program with python which will translate each character in any normal text into a NATO phonetic alphabet. This program will ignore t
Zato Blog: Publish/subscribe logging options
Link: https://zato.io/blog/posts/pubsub-logging.html
Zato publish/subscribe message queues and topics
offer several ways to gain insight into the inner workings of all the components taking part in message delivery and this
article presents an overview
Link: https://zato.io/blog/posts/pubsub-logging.html
Zato publish/subscribe message queues and topics
offer several ways to gain insight into the inner workings of all the components taking part in message delivery and this
article presents an overview
Zato Blog
Publish/subscribe logging options
gamingdirectional: Create an animated game object in Pygame project
Link: http://gamingdirectional.com/blog/2019/01/28/create-an-animated-game-object-in-pygame-project/
Hello and nice to be back, it has been a while I am not writing any article on this site but I promise you that you will see more articles in the future. As I had promised you before I will create two
Link: http://gamingdirectional.com/blog/2019/01/28/create-an-animated-game-object-in-pygame-project/
Hello and nice to be back, it has been a while I am not writing any article on this site but I promise you that you will see more articles in the future. As I had promised you before I will create two
Gaming Directional
Create an animated game object in Pygame project
The animated image of Pygame project
Chris Moffitt: Updated: Using Pandas To Create an Excel Diff
Link: http://pbpython.com/excel-diff-pandas-update.html
Introduction
Several years ago, I wrote an article about using pandas to creating a diff
of two excel files. Over the years, the pandas API has changed and the diff script
no longer works with the la
Link: http://pbpython.com/excel-diff-pandas-update.html
Introduction
Several years ago, I wrote an article about using pandas to creating a diff
of two excel files. Over the years, the pandas API has changed and the diff script
no longer works with the la
Pbpython
Updated: Using Pandas To Create an Excel Diff
This is an updated article that shows how to use pandas to create a diff tool that compares two similar Excel spreadsheets.
Continuum Analytics Blog: Conda 4.6 Release
Link: https://www.anaconda.com/blog/developer-blog/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 major ones. A
Link: https://www.anaconda.com/blog/developer-blog/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 major ones. A
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 major ones. Activation script initialization Conda 4.4 introduced new…
Vasudev Ram: Daily Coding Problem #69: A functional programming solution
Link: http://jugad2.blogspot.com/2019/01/daily-coding-problem-69-functional.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingStock reduction image attributionHi, readers,I subscribed to the mailing list of the Daily Coding Problem site site a while ago
Link: http://jugad2.blogspot.com/2019/01/daily-coding-problem-69-functional.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingStock reduction image attributionHi, readers,I subscribed to the mailing list of the Daily Coding Problem site site a while ago
Blogspot
Daily Coding Problem #69: A functional programming solution
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Podcast.__init__: What You Need To Know About Open Source Licenses And Intellectual Property
Link: https://www.podcastinit.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.podcastinit.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
Podcast.__init__('The Python Podcast')
What You Need To Know About Open Source Licenses And Intellectual Property - 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 that is implicit in all creative works. Software licenses…
codingdirectional: Given a list of dictionary objects, return a string
Link: http://codingdirectional.info/2019/01/29/given-a-list-of-dictionary-objects-return-a-string/
Good morning again and today we are going to solve one of the fundamental problems on Codewars.
The question goes like this, given a list of directory objects consist of the name of a person, we need
Link: http://codingdirectional.info/2019/01/29/given-a-list-of-dictionary-objects-return-a-string/
Good morning again and today we are going to solve one of the fundamental problems on Codewars.
The question goes like this, given a list of directory objects consist of the name of a person, we need
Codementor: Installing a Dependency Library for Function Compute
Link: https://www.codementor.io/alibabacloud/installing-a-dependency-library-for-function-compute-rnv2k3p5l
In common programming practice, projects, libraries, and system environments must be installed and configured in synergy. Alibaba Cloud Function Compute runs in a prefabricated runtime environment,...
Link: https://www.codementor.io/alibabacloud/installing-a-dependency-library-for-function-compute-rnv2k3p5l
In common programming practice, projects, libraries, and system environments must be installed and configured in synergy. Alibaba Cloud Function Compute runs in a prefabricated runtime environment,...
www.codementor.io
Installing a Dependency Library for Function Compute | Codementor
In common programming practice, projects, libraries, and system environments must be installed and configured in synergy. Alibaba Cloud Function Compute runs in a prefabricated runtime environment,...
Codementor: Using Python to Connect Function Compute to SQL Server
Link: https://www.codementor.io/alibabacloud/using-python-to-connect-function-compute-to-sql-server-rnz15wgtc
Normally, a third-party module is required for establishing Python-based database connections. To connect to Microsoft SQL Server, pymssql is required. FreeTDS is required for pymssql versions...
Link: https://www.codementor.io/alibabacloud/using-python-to-connect-function-compute-to-sql-server-rnz15wgtc
Normally, a third-party module is required for establishing Python-based database connections. To connect to Microsoft SQL Server, pymssql is required. FreeTDS is required for pymssql versions...
www.codementor.io
Using Python to Connect Function Compute to SQL Server | Codementor
Normally, a third-party module is required for establishing Python-based database connections. To connect to Microsoft SQL Server, pymssql is required. FreeTDS is required for pymssql versions...
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