Talk Python to Me: #196 Datalore: Hosted smart notebooks
Link: https://talkpython.fm/episodes/show/196/datalore-hosted-smart-notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me
Link: https://talkpython.fm/episodes/show/196/datalore-hosted-smart-notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me
talkpython.fm
Datalore: Hosted smart notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me rave about PyCharm as an editor too. Well, on this episode…
codingdirectional: The final user interface of this video editing application
Link: http://codingdirectional.info/2019/01/24/the-final-user-interface-of-this-video-editing-application/
Sorry for not posting anything yesterday as I had suffered from the flu and today although I still feel a little bit tired and sick I need to at least post a post on this site. After a day of hard wor
Link: http://codingdirectional.info/2019/01/24/the-final-user-interface-of-this-video-editing-application/
Sorry for not posting anything yesterday as I had suffered from the flu and today although I still feel a little bit tired and sick I need to at least post a post on this site. After a day of hard wor
gamingdirectional: Finally, the mesh has been exported to Panda3D
Link: http://gamingdirectional.com/blog/2019/01/24/finally-the-mesh-has-been-exported-to-panda3d/
These two days I am really busy working on the new video editing project and I also had suffered a flu yesterday, therefore, I have missed out a few posts on this website. I promise you that starting
Link: http://gamingdirectional.com/blog/2019/01/24/finally-the-mesh-has-been-exported-to-panda3d/
These two days I am really busy working on the new video editing project and I also had suffered a flu yesterday, therefore, I have missed out a few posts on this website. I promise you that starting
Gaming Directional
Finally, the mesh has been exported to Panda3D
We have finally exported the blender mesh to Panda 3D
Python Software Foundation: Python in Education - Request for Ideas
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Y6UYQ_uYO7Y/python-in-education-request-for-ideas.html
The Python Software Foundation Board Committee for Python in Education wants to hear how the PSF can help members of our community increase the presence of Python in education.
Our first goal is to
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Y6UYQ_uYO7Y/python-in-education-request-for-ideas.html
The Python Software Foundation Board Committee for Python in Education wants to hear how the PSF can help members of our community increase the presence of Python in education.
Our first goal is to
Blogspot
Python in Education - Request for Ideas
The Python Software Foundation Board Committee for Python in Education wants to hear how the PSF can help members of our community increase...
PyCharm: PyCharm 2019.1 EAP Starts Now!
Link: http://feedproxy.google.com/~r/Pycharm/~3/dY6PY7QxuWE/
PyCharm development continues! As we are working on PyCharm 2019.1, we’d like to invite you to try what we’ve worked on so far. Our EAP helps you to try new features before they’re in the stable relea
Link: http://feedproxy.google.com/~r/Pycharm/~3/dY6PY7QxuWE/
PyCharm development continues! As we are working on PyCharm 2019.1, we’d like to invite you to try what we’ve worked on so far. Our EAP helps you to try new features before they’re in the stable relea
PyCharm Blog
PyCharm 2019.1 EAP Starts Now!
PyCharm development continues! As we are working on PyCharm 2019.1, we’d like to invite you to try what we’ve worked on so far. Our EAP helps you to try new features before they’r…
Mike Driscoll: Python 101: Episode #43 Creating Executables with PyInstaller
Link: http://www.blog.pythonlibrary.org/2019/01/24/python-101-episode-43-creating-executables-with-pyinstaller/
In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project.
You can also read the chapter this video is based on here or get the book o
Link: http://www.blog.pythonlibrary.org/2019/01/24/python-101-episode-43-creating-executables-with-pyinstaller/
In this screencast, we will learn how to turn your Python code into a Windows executable file using the PyInstaller project.
You can also read the chapter this video is based on here or get the book o
Stack Abuse: The Best Data Science Libraries in Python
Link: https://stackabuse.com/the-best-data-science-libraries-in-python/
Preface
Due to its exceptional abilities, Python is the most commonly used programming language in the field of Data Science these days. While Python provides a lot of functionality, the availability
Link: https://stackabuse.com/the-best-data-science-libraries-in-python/
Preface
Due to its exceptional abilities, Python is the most commonly used programming language in the field of Data Science these days. While Python provides a lot of functionality, the availability
Stack Abuse
The Best Data Science Libraries in Python
Preface
Due to its exceptional abilities, Python is the most commonly used programming
language in the field of Data Science these days. While Python provides a lot of
functionality, the availability of various multi-purpose, ready-to-use libraries
is what…
Due to its exceptional abilities, Python is the most commonly used programming
language in the field of Data Science these days. While Python provides a lot of
functionality, the availability of various multi-purpose, ready-to-use libraries
is what…
Codementor: Python SQLite3 tutorial (Database programming)
Link: https://www.codementor.io/likegeeks/python-sqlite3-tutorial-database-programming-riqdhwx9z
In this tutorial, you will lean how to create,select,update, and delete SQLite3 databases using Python. You will lean how to list, drop, and fetch tables.
Link: https://www.codementor.io/likegeeks/python-sqlite3-tutorial-database-programming-riqdhwx9z
In this tutorial, you will lean how to create,select,update, and delete SQLite3 databases using Python. You will lean how to list, drop, and fetch tables.
www.codementor.io
Python SQLite3 tutorial (Database programming) | Codementor
In this tutorial, you will lean how to create,select,update, and delete SQLite3 databases using Python. You will lean how to list, drop, and fetch tables.
Python Data: Forecasting Time Series Data using Autoregression
Link: https://pythondata.com/forecasting-time-series-autoregression/
This is (yet) another post on forecasting time series data (you can find all the forecasting posts here). In this post, we are going to talk about Autoregression models and how you might be able to a
Link: https://pythondata.com/forecasting-time-series-autoregression/
This is (yet) another post on forecasting time series data (you can find all the forecasting posts here). In this post, we are going to talk about Autoregression models and how you might be able to a
Python Data
Forecasting Time Series Data using Autoregression - Python Data
This post provides an introduction to forecasting time series using autoregression models. A walkthrough is provided along with sample code.
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