Catalin George Festila: Python 3.7.3 : Using the win32com - part 001.
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-001.html
The tutorial is about win32com python module using the python 3.7.3.
First exameple is simple:
import sys
import win32com.client
from win32com.client import constants
speaker = win32com.client.Dispat
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-001.html
The tutorial is about win32com python module using the python 3.7.3.
First exameple is simple:
import sys
import win32com.client
from win32com.client import constants
speaker = win32com.client.Dispat
Blogspot
Python 3.7.3 : Using the win32com - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Yasoob Khalid: Running Python in the Browser
Link: https://pythontips.com/2019/05/22/running-python-in-the-browser/
Running Python in the web browser has been getting a lot of attention lately. Shaun Taylor-Morgan knows what he’s talking about here – he works for Anvil, a full-featured application platform for writ
Link: https://pythontips.com/2019/05/22/running-python-in-the-browser/
Running Python in the web browser has been getting a lot of attention lately. Shaun Taylor-Morgan knows what he’s talking about here – he works for Anvil, a full-featured application platform for writ
yasoob.me
Running Python in the Browser - Yasoob Khalid
Running Python in the web browser has been getting a lot of attention lately. Shaun Taylor-Morgan knows what he’s talking about here - he works for Anvil, a full-featured application platform for writing full-stack web apps with nothing but Python. So I invited…
Test and Code: 75: Modern Testing Principles - Alan Page
Link: https://testandcode.com/75
Software testing, if done right, is done all the time, throughout the whole life of a software project. This is different than the verification and validation of a classical model of QA teams. It's mo
Link: https://testandcode.com/75
Software testing, if done right, is done all the time, throughout the whole life of a software project. This is different than the verification and validation of a classical model of QA teams. It's mo
Test & Code
Test & Code 75: Modern Testing Principles - Alan Page
Alan Page explains how the Modern Testing Principles reflect the how testing actually happens in a healthy way in modern software development teams.
EuroPython: EuroPython 2019: Monday and Tuesday activities for main conference attendees
Link: https://blog.europython.eu/post/185080400427
Although the main conference starts on Wednesday, July 10th, there’s already so much to do for attendees with the main conference ticket on Monday 8th and Tuesday 9th.Beginners’ Day and Sponsored Trai
Link: https://blog.europython.eu/post/185080400427
Although the main conference starts on Wednesday, July 10th, there’s already so much to do for attendees with the main conference ticket on Monday 8th and Tuesday 9th.Beginners’ Day and Sponsored Trai
EuroPython Blog
EuroPython 2019: Monday and Tuesday activities for main conference attendees
Although the main conference starts on Wednesday, July 10th, there’s already so much to do for attendees with the main conference ticket on Monday 8th and Tuesday 9th. Beginners’ Day and Sponsored...
Catalin George Festila: Python 3.7.3 : Using the pelican python module and GitHub.
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-pelican-python-module.html
This tutorial follows a similar tutorial from the web.
I tested that tutorial to see if it works.
This tutorial is focused on GitHub but can also be used independently on another python platform.
You
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-pelican-python-module.html
This tutorial follows a similar tutorial from the web.
I tested that tutorial to see if it works.
This tutorial is focused on GitHub but can also be used independently on another python platform.
You
Blogspot
Python 3.7.3 : Using the pelican python module and GitHub.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: Building Machine Learning Data Pipeline using Apache Spark
Link: https://www.codementor.io/ayushpandey/building-machine-learning-data-pipeline-using-apache-spark-umfe20qtn
Apache Spark (.) is increasingly becoming popular in the field of Data Sciences because of its ability to deal with the huge datasets and the capability to run computations in memory which is...
Link: https://www.codementor.io/ayushpandey/building-machine-learning-data-pipeline-using-apache-spark-umfe20qtn
Apache Spark (.) is increasingly becoming popular in the field of Data Sciences because of its ability to deal with the huge datasets and the capability to run computations in memory which is...
www.codementor.io
Building Machine Learning Data Pipeline using Apache Spark | Codementor
Apache Spark (.) is increasingly becoming popular in the field of Data Sciences because of its ability to deal with the huge datasets and the capability to run computations in memory which is...
Wingware Blog: Remote Development with Wing Pro
Link: https://wingware.com/blog/remote-dev-2
In this issue of Wing Tips we take a quick look at Wing Pro's remote
development capabilities.
Setting up SSH Access
Wing Pro's remote development support requires using an SSH public/private key pai
Link: https://wingware.com/blog/remote-dev-2
In this issue of Wing Tips we take a quick look at Wing Pro's remote
development capabilities.
Setting up SSH Access
Wing Pro's remote development support requires using an SSH public/private key pai
Wingware
Wing Tips: Remote Development with Wing Pro - Wing Python IDE
Learn how to use Wing Pro to develop, test, and debug Python code running
on a remote host, virtual machine, or container.
on a remote host, virtual machine, or container.
Codementor: Python 2.7 vs Python 3.4 ─ What should Python Beginners choose?
Link: https://www.codementor.io/gaurav_kedia/python-2-7-vs-python-3-4-what-should-python-beginners-choose-v8w9cvcj0
Python 2.x Vs Python 3.x
Link: https://www.codementor.io/gaurav_kedia/python-2-7-vs-python-3-4-what-should-python-beginners-choose-v8w9cvcj0
Python 2.x Vs Python 3.x
www.codementor.io
Python 2.7 vs Python 3.4 ─ What should Python Beginners choose? | Codementor
Python 2.x Vs Python 3.x
Data School: Data science best practices with pandas (video tutorial)
Link: https://www.dataschool.io/data-science-best-practices-with-pandas/
The pandas library is a powerful tool for multiple phases of the data science workflow, including data cleaning, visualization, and exploratory data analysis. However, the size and complexity of the p
Link: https://www.dataschool.io/data-science-best-practices-with-pandas/
The pandas library is a powerful tool for multiple phases of the data science workflow, including data cleaning, visualization, and exploratory data analysis. However, the size and complexity of the p
Data School
Data science best practices with pandas (video tutorial)
Learn how to use Python's pandas library to effectively explore, clean, and visualize your data. Become more fluent at using pandas to answer data science questions.
Codementor: It is easier to gather package meta-data from PyPI package ecosystem, once know the right way
Link: https://www.codementor.io/ruturajkiranvaidya/it-is-easier-to-gather-package-meta-data-from-pypi-package-ecosystem-once-know-the-right-way-v21blsm59
It is easier to gather package meta-data from PyPI package ecosystem, once know the right way
Link: https://www.codementor.io/ruturajkiranvaidya/it-is-easier-to-gather-package-meta-data-from-pypi-package-ecosystem-once-know-the-right-way-v21blsm59
It is easier to gather package meta-data from PyPI package ecosystem, once know the right way
www.codementor.io
It is easier to gather package meta-data from PyPI package ecosystem, once know the right way | Codementor
Catalin George Festila: Python 3.7.3 : Using the win32com - part 002.
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-002.html
Today I tested the win32com python module with python 3.7.3.
I'll show you two scripts I tested with this python module.
import win32com.client
strComputer = "."
objWMIService = win32com.client.Dispat
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-002.html
Today I tested the win32com python module with python 3.7.3.
I'll show you two scripts I tested with this python module.
import win32com.client
strComputer = "."
objWMIService = win32com.client.Dispat
Blogspot
Python 3.7.3 : Using the win32com - part 002.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Caktus Consulting Group: Be Quick or Eat Potatoes: A Newbie’s Guide to PyCon
Link: http://www.caktusgroup.com/blog/2019/05/23/newbies-guide-pycon/
Pictured above: The PyCon 2019 exhibit hall.
This year I attended PyCon for the first time. It’s rather amazing that I haven’t been before, since I’ve been using Python professionally for over 15 yea
Link: http://www.caktusgroup.com/blog/2019/05/23/newbies-guide-pycon/
Pictured above: The PyCon 2019 exhibit hall.
This year I attended PyCon for the first time. It’s rather amazing that I haven’t been before, since I’ve been using Python professionally for over 15 yea
Caktusgroup
Be Quick or Eat Potatoes: A Newbie’s Guide to PyCon | Caktus Group
PyCon 2019 was held in Cleveland from May 1–9. Here's a guide to PyCon from a newbie perspective, including six lessons learned.
EuroPython Society: EuroPython 2019: First batch of accepted sessions
Link: https://www.europython-society.org/post/185058521150
europython:
Our program work group (WG) has been working hard over the weekend to select the sessions for EuroPython 2019.
We’re now happy to announce the first batch with:
112 talks,
12 trainings,
6
Link: https://www.europython-society.org/post/185058521150
europython:
Our program work group (WG) has been working hard over the weekend to select the sessions for EuroPython 2019.
We’re now happy to announce the first batch with:
112 talks,
12 trainings,
6
EuroPython Society
EuroPython 2019: First batch of accepted sessions europython: “ Our program work group (WG) has been working hard over the weekend to select the sessions for EuroPython 2019. We’re now happy to...
EuroPython: EuroPython 2019: Financial Aid Program starts today
Link: https://blog.europython.eu/post/185103282697
We are happy to announce the start of our financial aid program for this year’s EuroPython.As part of our commitment to the Python community, we are pleased to announce that we offer special grants fo
Link: https://blog.europython.eu/post/185103282697
We are happy to announce the start of our financial aid program for this year’s EuroPython.As part of our commitment to the Python community, we are pleased to announce that we offer special grants fo
EuroPython Blog
EuroPython 2019: Financial Aid Program starts today
We are happy to announce the start of our financial aid program for this year’s EuroPython. As part of our commitment to the Python community, we are pleased to announce that we offer special grants...
Catalin George Festila: Python 3.7.3 : Using the win32com - part 003.
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-003.html
This is another python script with win32com python module and python version 3.7.3 .
The script shows us info about the drive:
import win32com
from win32com import client
strComputer = "."
objWMIServi
Link: http://python-catalin.blogspot.com/2019/05/python-373-using-win32com-part-003.html
This is another python script with win32com python module and python version 3.7.3 .
The script shows us info about the drive:
import win32com
from win32com import client
strComputer = "."
objWMIServi
Blogspot
Python 3.7.3 : Using the win32com - part 003.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
EuroPython Society: EuroPython 2019: Financial Aid Program starts today
Link: https://www.europython-society.org/post/185103328785
europython:
We are happy to announce the start of our financial aid program for this year’s EuroPython.
As part of our commitment to the Python community, we are pleased to announce that we offer spec
Link: https://www.europython-society.org/post/185103328785
europython:
We are happy to announce the start of our financial aid program for this year’s EuroPython.
As part of our commitment to the Python community, we are pleased to announce that we offer spec
EuroPython Society
EuroPython 2019: Financial Aid Program starts today europython: “ We are happy to announce the start of our financial aid program for this year’s EuroPython. As part of our commitment to the Python...
Andre Roberge: Avant-IDLE: an experiment
Link: https://aroberge.blogspot.com/2019/05/avant-idle-experiment.html
This is a follow-up from a previous post where I showed just a screenshot made after one hacking session. A week later, much has changed.As noted at the end of the video, the code is not (yet) availa
Link: https://aroberge.blogspot.com/2019/05/avant-idle-experiment.html
This is a follow-up from a previous post where I showed just a screenshot made after one hacking session. A week later, much has changed.As noted at the end of the video, the code is not (yet) availa
Blogspot
Avant-IDLE: an experiment
[Edit: this post has an embedded video, which is not visible for PlanetPython readers.] This is a follow-up from a previous post where I...
Continuum Analytics Blog: Intake: Discovering and Exploring Data in a Graphical Interface
Link: https://www.anaconda.com/intake-discovering-and-exploring-data-in-a-graphical-interface/
Motivation Do you have data that you’d like people to be able to explore on their own? Are you always passing around snippets of code to load specific data files? These are problems that people…
The p
Link: https://www.anaconda.com/intake-discovering-and-exploring-data-in-a-graphical-interface/
Motivation Do you have data that you’d like people to be able to explore on their own? Are you always passing around snippets of code to load specific data files? These are problems that people…
The p
Anaconda
Intake: Discovering and Exploring Data in a Graphical Interface - Anaconda
Motivation Do you have data that you’d like people to be able to explore on their own? Are you always passing around snippets of code to load specific data files? These are problems that people…
Ned Batchelder: Why Python class syntax should be different
Link: https://nedbatchelder.com//blog/201905/why_python_class_syntax_should_be_different.html
If you’ve used any programming language for a long enough time, you’ve found
things about it that you wish were different. It’s true for me with Python.
I have ideas of a number of things I would cha
Link: https://nedbatchelder.com//blog/201905/why_python_class_syntax_should_be_different.html
If you’ve used any programming language for a long enough time, you’ve found
things about it that you wish were different. It’s true for me with Python.
I have ideas of a number of things I would cha
Talk Python to Me: #213 WebAssembly and CPython
Link: https://talkpython.fm/episodes/show/213/webassembly-and-cpython
On the last episode, we explored Pyodide. A project whose goal is to bring the CPython scientific stack to the browser via WebAssembly.
Link: https://talkpython.fm/episodes/show/213/webassembly-and-cpython
On the last episode, we explored Pyodide. A project whose goal is to bring the CPython scientific stack to the browser via WebAssembly.
talkpython.fm
WebAssembly and CPython
On the last episode, we explored Pyodide. A project whose goal is to bring the CPython scientific stack to the browser via WebAssembly.