Wingware Blog: Dark Mode and Color Configuration in Wing Python IDE
Link: https://wingware.com/blog/dark-mode
Wing 7 added four new dark color palettes and the ability to quickly toggle between light
and dark mode using the menu icon in the top right of the IDE window. When
Dark Mode is selected, Wing switch
Link: https://wingware.com/blog/dark-mode
Wing 7 added four new dark color palettes and the ability to quickly toggle between light
and dark mode using the menu icon in the top right of the IDE window. When
Dark Mode is selected, Wing switch
Wingware
Wing Tips: Dark Mode and Color Configuration in Wing Python IDE - Wing Python IDE
A look at how to quickly switch between light and dark mode and the
options for color configuration in Wing Python IDE.
options for color configuration in Wing Python IDE.
EuroPython: EuroPython 2019: Please send in your feedback
Link: https://blog.europython.eu/post/187438617892
EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t a
Link: https://blog.europython.eu/post/187438617892
EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t a
EuroPython Blog
EuroPython 2019: Please send in your feedback
EuroPython 2019 is over now and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2019, please take a few moments and fill in our feedback form, if you haven’t...
Reuven Lerner: Reminder: Only one day left for early-bird pricing on Weekly Python Exercise A3 (objects for beginners)
Link: https://lerner.co.il/2019/09/02/reminder-only-one-day-left-for-early-bird-pricing-on-weekly-python-exercise-a3-objects-for-beginners/
The biggest problem with software today isn’t writing code. It’s maintaining — debugging, improving, and expanding — existing code. It’s hard to maintain someone else’s code. Heck, it’s even hard to
Link: https://lerner.co.il/2019/09/02/reminder-only-one-day-left-for-early-bird-pricing-on-weekly-python-exercise-a3-objects-for-beginners/
The biggest problem with software today isn’t writing code. It’s maintaining — debugging, improving, and expanding — existing code. It’s hard to maintain someone else’s code. Heck, it’s even hard to
Reuven Lerner
Reminder: Only one day left for early-bird pricing on Weekly Python Exercise A3 (objects for beginners) — Reuven Lerner
The biggest problem with software today isn’t writing code. It’s maintaining — debugging, improving, and expanding — existing code. It’s hard to maintain someone else’s code. Heck, it’s even hard to maintain your own code. (Who among us hasn’t looked at code…
Real Python: Natural Language Processing With spaCy in Python
Link: https://realpython.com/natural-language-processing-spacy-python/
spaCy is a free and open-source library for Natural Language Processing (NLP) in Python with a lot of in-built capabilities. It’s becoming increasingly popular for processing and analyzing data in NLP
Link: https://realpython.com/natural-language-processing-spacy-python/
spaCy is a free and open-source library for Natural Language Processing (NLP) in Python with a lot of in-built capabilities. It’s becoming increasingly popular for processing and analyzing data in NLP
Realpython
Natural Language Processing With spaCy in Python – Real Python
In this step-by-step tutorial, you'll learn how to use spaCy. This free and open-source library for natural language processing (NLP) in Python has a lot of built-in capabilities and is becoming increasingly popular for processing and analyzing data in NLP.
Podcast.__init__: Combining Python And SQL To Build A PyData Warehouse
Link: https://www.pythonpodcast.com/pydata-warehouse-episode-227/
The ecosystem of tools and libraries in Python for data manipulation and analytics is truly impressive, and continues to grow. There are, however, gaps in their utility that can be filled by the capab
Link: https://www.pythonpodcast.com/pydata-warehouse-episode-227/
The ecosystem of tools and libraries in Python for data manipulation and analytics is truly impressive, and continues to grow. There are, however, gaps in their utility that can be filled by the capab
The Python Podcast.__init__
The Python Podcast.__init__: Combining Python And SQL To Build A PyData Warehouse
An interview about how data warehouses fit into the PyData ecosystem for advanced analytics on big data
PyBites: How to Cleanup S3 Objects and Unittest it
Link: https://pybit.es/guest-cleanup-s3-objects.html
In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his code. E
Link: https://pybit.es/guest-cleanup-s3-objects.html
In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his code. E
pybit.es
How to Cleanup S3 Objects and Unittest it - PyBites
In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his...
Codementor: 9 Django Concepts Part 3 - Read Time: 3 Mins
Link: https://www.codementor.io/maxongzb/9-django-concepts-part-3-read-time-3-mins-ygm9bfd1u
The final part of a 3 part series on 9 concepts of Django to help any aspiring Django developer to accelerate their learnings
Link: https://www.codementor.io/maxongzb/9-django-concepts-part-3-read-time-3-mins-ygm9bfd1u
The final part of a 3 part series on 9 concepts of Django to help any aspiring Django developer to accelerate their learnings
www.codementor.io
9 Django Concepts Part 3 - Read Time: 3 Mins | Codementor
The final part of a 3 part series on 9 concepts of Django to help any aspiring Django developer to accelerate their learnings
Kushal Das: When governments attack: malware campaigns against activists and journalists
Link: https://kushaldas.in/posts/when-governments-attack-malware-campaigns-against-activists-and-journalists.html
This year at Nullcon Eva gave her talk on When
governments attack: malware campaigns against activists and journalists.
After introducing EFF, she explained about Dark
Caracal,
a possibly state-spon
Link: https://kushaldas.in/posts/when-governments-attack-malware-campaigns-against-activists-and-journalists.html
This year at Nullcon Eva gave her talk on When
governments attack: malware campaigns against activists and journalists.
After introducing EFF, she explained about Dark
Caracal,
a possibly state-spon
Kushal Das: stylesheet for nmap output
Link: https://kushaldas.in/posts/stylesheet-for-nmap-output.html
nmap is the most loved network discovery, and security
auditing tool out there. It is already 22 years old and has a ton of
features. It can generate output in various formats, including one which is
Link: https://kushaldas.in/posts/stylesheet-for-nmap-output.html
nmap is the most loved network discovery, and security
auditing tool out there. It is already 22 years old and has a ton of
features. It can generate output in various formats, including one which is
Stack Abuse: Python for NLP: Working with Facebook FastText Library
Link: https://stackabuse.com/python-for-nlp-working-with-facebook-fasttext-library/
This is the 20th article in my series of articles on Python for NLP. In the last few articles, we have been exploring deep learning techniques to perform a variety of machine learning tasks, and you s
Link: https://stackabuse.com/python-for-nlp-working-with-facebook-fasttext-library/
This is the 20th article in my series of articles on Python for NLP. In the last few articles, we have been exploring deep learning techniques to perform a variety of machine learning tasks, and you s
Stack Abuse
Python for NLP: Working with Facebook FastText Library
This is the 20th article in my series of articles on Python for NLP. In the last few articles, we have been exploring deep learning techniques to perform a vari...
PyCharm: Webinar: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy
Link: http://feedproxy.google.com/~r/Pycharm/~3/_Ga9VNVdMDs/
Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right tool f
Link: http://feedproxy.google.com/~r/Pycharm/~3/_Ga9VNVdMDs/
Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right tool f
PyCharm Blog
Webinar: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy
Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right too…
ListenData: Pandas Tutorial : Step by Step Guide (50 Examples)
Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html
Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan
Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html
Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan
ListenData
Best Pandas Tutorial | Learn with 50 Examples
In this pandas tutorial, you will learn various functions of pandas package along with 50+ examples to get hands-on experience in data analysis in python using pandas
ListenData: Object Oriented Programming in Python : Learn by Examples
Link: https://www.listendata.com/2019/08/python-object-oriented-programming.html
This tutorial outlines object oriented programming (OOP) in Python with examples. It is a step by step guide which was designed for people who have no programming experience. Object Oriented Programmi
Link: https://www.listendata.com/2019/08/python-object-oriented-programming.html
This tutorial outlines object oriented programming (OOP) in Python with examples. It is a step by step guide which was designed for people who have no programming experience. Object Oriented Programmi
ListenData
Object Oriented Programming in Python : Learn by Examples
This tutorial outlines object oriented programming (OOP) in Python with examples. It is a step by step guide which was designed for people who have no programming experience. Object Oriented Programming is popular and available in other programming languages…
Codementor: Django Optimization: Or how we avoided memory mishaps
Link: https://www.codementor.io/pritishc/django-optimization-or-how-we-avoided-memory-mishaps-yh6fwfxet
(Cross-posted from my blog on Medium)
Working in a tech startup is akin to fighting a series of fires that crop up every now and then (faster, if you're iterating at breakneck speeds). Each time...
Link: https://www.codementor.io/pritishc/django-optimization-or-how-we-avoided-memory-mishaps-yh6fwfxet
(Cross-posted from my blog on Medium)
Working in a tech startup is akin to fighting a series of fires that crop up every now and then (faster, if you're iterating at breakneck speeds). Each time...
www.codementor.io
Django Optimization: Or how we avoided memory mishaps | Codementor
(Cross-posted from my blog on Medium)
Working in a tech startup is akin to fighting a series of fires that crop up every now and then (faster, if you're iterating at breakneck speeds). Each time...
Working in a tech startup is akin to fighting a series of fires that crop up every now and then (faster, if you're iterating at breakneck speeds). Each time...
Real Python: Lists and Tuples in Python
Link: https://realpython.com/courses/lists-tuples-python/
In this course, you’ll learn about working with lists and tuples. Lists and tuples are arguably Python’s most versatile, useful data types. You’ll find them in virtually every non-trivial Python progr
Link: https://realpython.com/courses/lists-tuples-python/
In this course, you’ll learn about working with lists and tuples. Lists and tuples are arguably Python’s most versatile, useful data types. You’ll find them in virtually every non-trivial Python progr
Realpython
Lists and Tuples in Python – Real Python
In this course, you'll cover the important characteristics of lists and tuples in Python 3. You'll learn how to define them and how to manipulate them. When you're finished, you'll have a good feel for when and how to use these object types in a Python program.
Red Hat Developers: Using the STOMP Protocol with Apache ActiveMQ Artemis Broker
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Red Hat Developer
Using the STOMP Protocol with Apache ActiveMQ Artemis Broker | Red Hat Developer
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP
Red Hat Developers: Use the Kubernetes Python client from your running Red Hat OpenShift pods
Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/
Red Hat OpenShift is part of the Cloud Native Computing Foundation (CNCF) Certified Program, ensuring portability and interoperability for your container workloads. This also allows you to use Kuberne
Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/
Red Hat OpenShift is part of the Cloud Native Computing Foundation (CNCF) Certified Program, ensuring portability and interoperability for your container workloads. This also allows you to use Kuberne
Red Hat Developer
Use the Kubernetes Python client from your running Red Hat OpenShift pods - Red Hat Developer
Learn how to create a Flask application running on OpenShift, which will use the Kubernetes Python client to interact with the OpenShift API.
Red Hat Developers: Controlling Red Hat OpenShift from an OpenShift pod
Link: https://developers.redhat.com/blog/2019/07/25/controlling-red-hat-openshift-from-an-openshift-pod/
This article explains how to configure a Python application running within an OpenShift pod to communicate with the Red Hat OpenShift cluster via openshift-restclient-python, the OpenShift Python clie
Link: https://developers.redhat.com/blog/2019/07/25/controlling-red-hat-openshift-from-an-openshift-pod/
This article explains how to configure a Python application running within an OpenShift pod to communicate with the Red Hat OpenShift cluster via openshift-restclient-python, the OpenShift Python clie
Red Hat Developer
Controlling Red Hat OpenShift from an OpenShift pod - Red Hat Developer
How to configure a Python application running within Red Hat OpenShift to communicate with the OpenShift cluster via the openshift-restclient-python.
PyCoder’s Weekly: Issue #384 (Sept. 3, 2019)
Link: https://pycoders.com/issues/384
#384 – SEPTEMBER 3, 2019 View in Browser » CPython Release 3.8.0b4 This is the last beta before 3.8 RC1. PYTHON.ORG Natural Language Processing With spaCy in Python In this step-by-step tuto
Link: https://pycoders.com/issues/384
#384 – SEPTEMBER 3, 2019 View in Browser » CPython Release 3.8.0b4 This is the last beta before 3.8 RC1. PYTHON.ORG Natural Language Processing With spaCy in Python In this step-by-step tuto
Pycoders
PyCoder’s Weekly | Issue #384
Issue #384 of the PyCoder’s Weekly newsletter, published Sept. 3, 2019.
Roberto Alsina: Complicame la vida!
Link: https://ralsina.me/weblog/posts/complicame-la-vida.html
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Link: https://ralsina.me/weblog/posts/complicame-la-vida.html
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Lateral Opinion
Complicame la vida!
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida