Real Python: Finding the Perfect Python Code Editor
Link: https://realpython.com/courses/finding-perfect-python-code-editor/
Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python using IDLE or the Python REPL is great for simple things, but not ideal for larger programmi
Link: https://realpython.com/courses/finding-perfect-python-code-editor/
Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python using IDLE or the Python REPL is great for simple things, but not ideal for larger programmi
Realpython
Finding the Perfect Python Code Editor – Real Python
Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python using IDLE or the Python REPL is great for simple things, but not ideal for larger programming projects. With this course you'll get an overview of…
EuroPython: EuroPython 2020: Presenting our conference logo for Dublin
Link: https://blog.europython.eu/post/190894113857
We’re pleased to announce our official conference logo for EuroPython 2020, July 20-26, in Dublin, Ireland:The logo is inspired by the colors and symbols often associated with Ireland: the shamrock an
Link: https://blog.europython.eu/post/190894113857
We’re pleased to announce our official conference logo for EuroPython 2020, July 20-26, in Dublin, Ireland:The logo is inspired by the colors and symbols often associated with Ireland: the shamrock an
EuroPython Blog
EuroPython 2020: Presenting our conference logo for Dublin
We’re pleased to announce our official conference logo for EuroPython 2020, July 20-26, in Dublin, Ireland: The logo is inspired by the colors and symbols often associated with Ireland: the shamrock...
Podcast.__init__: APIs, Sustainable Open Source and The Async Web With Tom Christie
Link: https://www.pythonpodcast.com/apis-sustainable-open-source-and-the-async-web-with-tom-christie/
Tom Christie is probably best known as the creator of Django REST Framework, but his contributions to the state the web in Python extend well beyond that. In this episode he shares his story of gettin
Link: https://www.pythonpodcast.com/apis-sustainable-open-source-and-the-async-web-with-tom-christie/
Tom Christie is probably best known as the creator of Django REST Framework, but his contributions to the state the web in Python extend well beyond that. In this episode he shares his story of gettin
The Python Podcast.__init__
The Python Podcast.__init__: APIs, Sustainable Open Source and The Async Web With Tom Christie
An interview with Tom Christie about his experiences as an open source maintainer of API and asynchronous web frameworks in the Python ecosystem
Codementor: Wanted: Microsoft Dynamics data in Python scripts
Link: https://www.codementor.io/anananet/wanted-microsoft-dynamics-data-in-python-scripts-13qtznw4q2
There is plenty of exciting stuff in Microsoft Dynamics that you can use for data analysis or data visualization projects in large organizations. So how do you get your hands on it using a Python scri
Link: https://www.codementor.io/anananet/wanted-microsoft-dynamics-data-in-python-scripts-13qtznw4q2
There is plenty of exciting stuff in Microsoft Dynamics that you can use for data analysis or data visualization projects in large organizations. So how do you get your hands on it using a Python scri
www.codementor.io
Wanted: Microsoft Dynamics data in Python scripts | Codementor
There is plenty of exciting stuff in Microsoft Dynamics that you can use for data analysis or data visualization projects in large organizations. So how do you get your hands on it using a Python script? Good news, it is not that complicated!
Wing Tips: Using "python -m" in Wing 7.2
Link: https://wingware.com/blog/python-m
Wing version 7.2 has been released, and the
next couple Wing Tips look at some of its new features.
We've already looked at reformatting with Black and YAPF and Wing 7.2's expanded support for
virtual
Link: https://wingware.com/blog/python-m
Wing version 7.2 has been released, and the
next couple Wing Tips look at some of its new features.
We've already looked at reformatting with Black and YAPF and Wing 7.2's expanded support for
virtual
Wingware
Wing Tips: Using
Wing 7.2 added support for launching modules from the IDE in a way that
simulates running
simulates running
Roberto Alsina: Airflow By Example (II)
Link: https://ralsina.me/weblog/posts/airflow-by-example-ii.html
Second twitter thread about following a simple example to learn Apache Airflow.
Read more… (2 min remaining to read)
Link: https://ralsina.me/weblog/posts/airflow-by-example-ii.html
Second twitter thread about following a simple example to learn Apache Airflow.
Read more… (2 min remaining to read)
Lateral Opinion
Airflow By Example (II)
Second twitter thread about following a simple example to learn Apache Airflow.
So, let's talk a bit more about watching TV using Apache Airflow (which is not a very good idea legally, but has good
So, let's talk a bit more about watching TV using Apache Airflow (which is not a very good idea legally, but has good
PyCoder’s Weekly: Issue #408 (Feb. 18, 2020)
Link: https://pycoders.com/issues/408
#408 – FEBRUARY 18, 2020 View in Browser » Finding the Perfect Python Code Editor Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python usin
Link: https://pycoders.com/issues/408
#408 – FEBRUARY 18, 2020 View in Browser » Finding the Perfect Python Code Editor Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python usin
Pycoders
PyCoder’s Weekly | Issue #408
Issue #408 of the PyCoder’s Weekly newsletter, published Feb. 18, 2020.
PyCon: The Hatchery Returns with Nine Events!
Link: https://pycon.blogspot.com/2020/02/the-hatchery-returns-with-nine-events.html
Since its start in 2018, 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. In keepin
Link: https://pycon.blogspot.com/2020/02/the-hatchery-returns-with-nine-events.html
Since its start in 2018, 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. In keepin
Blogspot
The Hatchery Returns with Nine Events!
Since its start in 2018, the PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the ...
Michał Bultrowicz: Universal app reload with entr
Link: https://bultrowicz.com/universal_reload_with_entr/
A useful feature many web frameworks have is auto-reload.
Your app is running in the background, you change the code,
and the app is restarted with those changes, so you can try them out immediately.
Link: https://bultrowicz.com/universal_reload_with_entr/
A useful feature many web frameworks have is auto-reload.
Your app is running in the background, you change the code,
and the app is restarted with those changes, so you can try them out immediately.
Kushal Das: Which verison of Python are you running?
Link: https://kushaldas.in/posts/which-verison-of-python-are-you-running.html
The title of the is post is misleading.
I actually want to ask you which version of Python3 are you running? Yes, it
is a question I have to ask myself based on projects I am working on. I am
sure th
Link: https://kushaldas.in/posts/which-verison-of-python-are-you-running.html
The title of the is post is misleading.
I actually want to ask you which version of Python3 are you running? Yes, it
is a question I have to ask myself based on projects I am working on. I am
sure th
Test and Code: 101: Application Security - Anthony Shaw
Link: https://testandcode.com/101
Application security is best designed into a system from the start.
Anthony Shaw is doing something about it by creating an editor plugin that actually helps you write more secure application code whi
Link: https://testandcode.com/101
Application security is best designed into a system from the start.
Anthony Shaw is doing something about it by creating an editor plugin that actually helps you write more secure application code whi
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 101: Application Security - Anthony Shaw
Application security is best designed into a system from the start. Anthony Shaw is doing something about it by creating an editor plugin that actually helps you write more secure application code while you are coding. We discuss his security plugin, but…
Catalin George Festila: Python 3.7.5 : The PyQtChart from python Qt5.
Link: http://python-catalin.blogspot.com/2020/02/python-375-pyqtchart-from-python-qt5.html
The PyQtChart is a set of Python bindings for The Qt Company’s Qt Charts library and is implemented as a single module.
Let's install this python package with the pip3 tool:
[mythcat@desk ~]$ pip3 ins
Link: http://python-catalin.blogspot.com/2020/02/python-375-pyqtchart-from-python-qt5.html
The PyQtChart is a set of Python bindings for The Qt Company’s Qt Charts library and is implemented as a single module.
Let's install this python package with the pip3 tool:
[mythcat@desk ~]$ pip3 ins
Blogspot
Python 3.7.5 : The PyQtChart from python Qt5.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Peter Bengtsson: Build pyenv Python versions on macOS Catalina 10.15
Link: https://www.peterbe.com/plog/build-pyenv-python-versions-on-macos-catalina-10.15
I'm still working on getting pyenv in my bloodstream. It seems like totally the right tool for having different versions of Python available on macOS that don't suddenly break when you run brew upgrad
Link: https://www.peterbe.com/plog/build-pyenv-python-versions-on-macos-catalina-10.15
I'm still working on getting pyenv in my bloodstream. It seems like totally the right tool for having different versions of Python available on macOS that don't suddenly break when you run brew upgrad
Peterbe
Build pyenv Python versions on macOS Catalina 10.15
Stuff in Peter's head
Real Python: Null in Python: Understanding Python's NoneType Object
Link: https://realpython.com/null-in-python/
If you have experience with other programming languages, like C or Java, then you’ve probably heard of the concept of null. Many languages use this to represent a pointer that doesn’t point to anythin
Link: https://realpython.com/null-in-python/
If you have experience with other programming languages, like C or Java, then you’ve probably heard of the concept of null. Many languages use this to represent a pointer that doesn’t point to anythin
Realpython
Null in Python: Understanding Python's NoneType Object – Real Python
In this tutorial, you'll learn about the NoneType object None, which acts as the null in Python. This object represents emptiness, and you can use it to mark default parameters and even show when you have no result. None is a tool for doing everything with…
Python Bytes: #169 Jupyter Notebooks natively on your iPad
Link: https://pythonbytes.fm/episodes/show/169/jupyter-notebooks-natively-on-your-ipad
Link: https://pythonbytes.fm/episodes/show/169/jupyter-notebooks-natively-on-your-ipad
pythonbytes.fm
Jupyter Notebooks natively on your iPad
News and announcements from the Python community for the week of Feb 19th, 2020
Mike Driscoll: Python 101 2nd Edition Fully Funded + Stretch Goals
Link: http://www.blog.pythonlibrary.org/2020/02/19/python-101-2nd-edition-fully-funded-stretch-goals/
The second edition of my book, Python 101, has been successfully funded on Kickstarter. As is tradition, I have added a couple of stretch goals for adding more content to this already hefty book.
Her
Link: http://www.blog.pythonlibrary.org/2020/02/19/python-101-2nd-edition-fully-funded-stretch-goals/
The second edition of my book, Python 101, has been successfully funded on Kickstarter. As is tradition, I have added a couple of stretch goals for adding more content to this already hefty book.
Her
The Mouse Vs. The Python
Python 101 2nd Edition Fully Funded + Stretch Goals - The Mouse Vs. The Python
The second edition of my book, Python 101, has been successfully funded on Kickstarter. As is tradition, I have added a couple of stretch goals for adding more content to this already hefty book. Here are the goals: 1) $5000 – Get 4 Bonus Chapters These chapters…
Moshe Zadka: Forks and Threats
Link: https://orbifold.xyz/forks-and-threats.html
What is a threat?
From a game-theoretical perspective,
a threat is an attempt to get a better result by saying:
"if you do not give me this result,
I will do something that is bad for both of us".
Not
Link: https://orbifold.xyz/forks-and-threats.html
What is a threat?
From a game-theoretical perspective,
a threat is an attempt to get a better result by saying:
"if you do not give me this result,
I will do something that is bad for both of us".
Not
orbifold.xyz
Orbifolds and Other Games - Forks and Threats
Codementor: The Best Android Apps for Learning How to Code
Link: https://www.codementor.io/johnselawsky/the-best-android-apps-for-learning-how-to-code-13swfm4b3y
As a senior software developer, I’m often asked for advice on learning programming. Since I believe that the tech market always benefits from having more high-quality developers, I’m happy to share ti
Link: https://www.codementor.io/johnselawsky/the-best-android-apps-for-learning-how-to-code-13swfm4b3y
As a senior software developer, I’m often asked for advice on learning programming. Since I believe that the tech market always benefits from having more high-quality developers, I’m happy to share ti
www.codementor.io
The Best Android Apps for Learning How to Code | Codementor
As a senior software developer, I’m often asked for advice on learning programming. Since I believe that the tech market always benefits from having more high-quality developers, I’m happy to share tips and hacks that helped me become a better software engineer.
Codementor: Learn To Code By Playing These Games
Link: https://www.codementor.io/johnselawsky/learn-to-code-by-playing-these-games-13sy0z894w
Apart from an ambition to become a programmer and have an interesting well-paid job, there are plenty of reasons to learn coding even for those who see themselves in other professions.
Link: https://www.codementor.io/johnselawsky/learn-to-code-by-playing-these-games-13sy0z894w
Apart from an ambition to become a programmer and have an interesting well-paid job, there are plenty of reasons to learn coding even for those who see themselves in other professions.
www.codementor.io
Learn To Code By Playing These Games | Codementor
Apart from an ambition to become a programmer and have an interesting well-paid job, there are plenty of reasons to learn coding even for those who see themselves in other professions.