Test and Code: 94: The real 11 reasons I don't hire you - Charity Majors
Link: https://testandcode.com/94
You've applied for a job, maybe lots of jobs.
Depending on the company, you've gotta get through:
a resume review
a coding challange
a phone screen
maybe another code example
an in person interview
Link: https://testandcode.com/94
You've applied for a job, maybe lots of jobs.
Depending on the company, you've gotta get through:
a resume review
a coding challange
a phone screen
maybe another code example
an in person interview
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 94: The real 11 reasons I don't hire you - Charity Majors
Charity Majors, CTO and cofounder of Honeycomb.io, discusses reasons why she doesn't hire people. This is a very informative episode both for people who job hunt in the future and for hiring managers and people on the interview team.
Python Engineering at Microsoft: Python in Visual Studio Code – November 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2019-release/
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2019-release/
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Python
Python in Visual Studio Code – November 2019 Release | Python
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.…
Podcast.__init__: From Simple Script To Beautiful Web Application With Streamlit
Link: https://www.pythonpodcast.com/streamlit-web-application-episode-238/
Building well designed and easy to use web applications requires a significant amount of knowledge and experience across a range of domains. This can act as an impediment to engineers who primarily wo
Link: https://www.pythonpodcast.com/streamlit-web-application-episode-238/
Building well designed and easy to use web applications requires a significant amount of knowledge and experience across a range of domains. This can act as an impediment to engineers who primarily wo
The Python Podcast.__init__
The Python Podcast.__init__: From Simple Script To Beautiful Web Application With Streamlit
An interview about how the Streamlit framework simplifies the work of creating intuitive and attractive web applications out of Python scripts
The No Title® Tech Blog: Book review – Supercharged Python, by Brian Overland and John Bennet
Link: https://no-title.victordomingos.com/articles/2019/book_review_supercharged_python
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
Link: https://no-title.victordomingos.com/articles/2019/book_review_supercharged_python
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
The No Title® Tech Blog
Book review – Supercharged Python, by Brian Overland and John Bennet
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
Codementor: teach your kids to build their own game with Python - 1
Link: https://www.codementor.io/mustafakharnoub/teach-your-kids-to-build-their-own-game-with-python-1-10vphy48to
how to teach your kids to build their own game with Python
Link: https://www.codementor.io/mustafakharnoub/teach-your-kids-to-build-their-own-game-with-python-1-10vphy48to
how to teach your kids to build their own game with Python
www.codementor.io
teach your kids to build their own game with Python - 1 | Codementor
how to teach your kids to build their own game with Python
Python Software Foundation: Python Software Foundation Fellow Members for Q3 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/T3r7qZxo-xg/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members for Q3!
Q3 2019
Abigail Mesrenyame Dogbe
Twitter
Anton Caceres
Twitter, Website
Bruno Oliveira
GitHub
Gautier Hayoun
Twitter, Pers
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/T3r7qZxo-xg/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members for Q3!
Q3 2019
Abigail Mesrenyame Dogbe
Anton Caceres
Twitter, Website
Bruno Oliveira
GitHub
Gautier Hayoun
Twitter, Pers
Blogspot
Python Software Foundation Fellow Members for Q3 2019
We are happy to announce our newest PSF Fellow Members for Q3! Q3 2019 Abigail Mesrenyame Dogbe Twitter Anton Caceres Twitter ...
Codementor: Lesson 101: Everything You Need To Learn About Programming Guidance
Link: https://www.codementor.io/myhomeworkhelponline21/lesson-101-everything-you-need-to-learn-about-programming-guidance-10vx5zzs1l
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
Link: https://www.codementor.io/myhomeworkhelponline21/lesson-101-everything-you-need-to-learn-about-programming-guidance-10vx5zzs1l
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
www.codementor.io
Lesson 101: Everything You Need To Learn About Programming Guidance | Codementor
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
Real Python: Threading in Python
Link: https://realpython.com/courses/threading-python/
Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Link: https://realpython.com/courses/threading-python/
Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Realpython
Threading in Python – Real Python
In this intermediate-level course, you'll learn how to use threading in your Python programs. You'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading.
Catalin George Festila: Python 3.7.5 : Display a file in the hexadecimal and binary output.
Link: http://python-catalin.blogspot.com/2019/11/python-375-display-file-in-hexadecimal.html
This is an example with a few python3 modules that display a file in the hexadecimal and binary output:
import sys
import os.path
import argparse
parser = argparse.ArgumentParser()
parser.add_argumen
Link: http://python-catalin.blogspot.com/2019/11/python-375-display-file-in-hexadecimal.html
This is an example with a few python3 modules that display a file in the hexadecimal and binary output:
import sys
import os.path
import argparse
parser = argparse.ArgumentParser()
parser.add_argumen
Blogspot
Python 3.7.5 : Display a file in the hexadecimal and binary output.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PyCharm: PyCharm 2019.2.5
Link: http://feedproxy.google.com/~r/Pycharm/~3/N0nas2L-yyo/
A new version for PyCharm 2019.2 is now available!
New in this Version
TypedDict support for Python 3.8
Following our continuous efforts to keep up with Python latests features, this time we added sup
Link: http://feedproxy.google.com/~r/Pycharm/~3/N0nas2L-yyo/
A new version for PyCharm 2019.2 is now available!
New in this Version
TypedDict support for Python 3.8
Following our continuous efforts to keep up with Python latests features, this time we added sup
PyCharm Blog
PyCharm 2019.2.5
A new version for PyCharm 2019.2 is now available! New in this Version TypedDict support for Python 3.8 Following our continuous efforts to keep up with Python latests features, this time we added …
Stack Abuse: Using cURL in Python with PycURL
Link: https://stackabuse.com/using-curl-in-python-with-pycurl/
Introduction
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to and from a server and for maki
Link: https://stackabuse.com/using-curl-in-python-with-pycurl/
Introduction
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to and from a server and for maki
Stack Abuse
Using cURL in Python with PycURL
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to an...
PyCoder’s Weekly: Issue #395 (Nov. 19, 2019)
Link: https://pycoders.com/issues/395
#395 – NOVEMBER 19, 2019 View in Browser » Threading in Python Learn how to use threading in your Python programs. You’ll see how to create threads, how to coordinate and synchronize them, and h
Link: https://pycoders.com/issues/395
#395 – NOVEMBER 19, 2019 View in Browser » Threading in Python Learn how to use threading in your Python programs. You’ll see how to create threads, how to coordinate and synchronize them, and h
Pycoders
PyCoder’s Weekly | Issue #395
Issue #395 of the PyCoder’s Weekly newsletter, published Nov. 19, 2019.
Sumana Harihareswara - Cogito, Ergo Sumana: My New Title, Improving pip, Availability For Work, And SSL (No, The Other One)
Link: https://www.harihareswara.net/sumana/2019/11/12/0
A few professional announcements.
Seeking developers for paid contract on pip; apply by Nov. 22
One is that I helped the Packaging Working Group of the Python Software Foundation get funding for a lo
Link: https://www.harihareswara.net/sumana/2019/11/12/0
A few professional announcements.
Seeking developers for paid contract on pip; apply by Nov. 22
One is that I helped the Packaging Working Group of the Python Software Foundation get funding for a lo
Programiz: Python CSV
Link: https://www.programiz.com/python-programming/csv
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
Link: https://www.programiz.com/python-programming/csv
In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
Programiz
Python CSV: Read and Write CSV files
The CSV (Comma Separated Values) format is a common and straightforward way to store tabular data. In this tutorial, we will learn how to read and write into CSV files in Python with the help of examples.
Janusworx: #100DaysOfCode, Day 001 – Dates & Times
Link: https://janusworx.com/100daysofcode-day-001-201920/
Watched videos for the tiny projects to do over the next two days.
We begin with a date/time project.
Python has objects (primitives) to deal with dates and times.
They are part of the datetime modu
Link: https://janusworx.com/100daysofcode-day-001-201920/
Watched videos for the tiny projects to do over the next two days.
We begin with a date/time project.
Python has objects (primitives) to deal with dates and times.
They are part of the datetime modu
Janusworx
#100DaysOfCode, Day 001 – Dates & Times
Watched videos for the tiny projects to do over the next two days.
We begin with a date/time project.
Python has objects (primitives) to deal with dates and times.
They are part of the datetime modu
We begin with a date/time project.
Python has objects (primitives) to deal with dates and times.
They are part of the datetime modu
Robin Wilson: A couple of handy zsh/bash functions for Python programmers
Link: http://blog.rtwilson.com/a-couple-of-handy-zsh-bash-functions-for-python-programmers/
Just a quick post today, to tell you about a couple of simple zsh functions that I find handy as a Python programmer.
First, pyimp – a very simple function that tries to import a module in Python and
Link: http://blog.rtwilson.com/a-couple-of-handy-zsh-bash-functions-for-python-programmers/
Just a quick post today, to tell you about a couple of simple zsh functions that I find handy as a Python programmer.
First, pyimp – a very simple function that tries to import a module in Python and
PyCon: Registration for PyCon US 2020 is open!
Link: https://pycon.blogspot.com/2019/11/registration-for-pycon-us-2020-is-open.html
We are excited to announce the opening of PyCon US 2020 registration. The registration site has been updated, tweaked, and tested all in the effort to provide you a seamless experience.The new system
Link: https://pycon.blogspot.com/2019/11/registration-for-pycon-us-2020-is-open.html
We are excited to announce the opening of PyCon US 2020 registration. The registration site has been updated, tweaked, and tested all in the effort to provide you a seamless experience.The new system
Blogspot
Registration for PyCon US 2020 is open!
We are excited to announce the opening of PyCon US 2020 registration. The registration site has been updated, tweaked, and tested all in t...
Real Python: Invalid Syntax in Python: Common Reasons for SyntaxError
Link: https://realpython.com/invalid-syntax-python/
Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into s
Link: https://realpython.com/invalid-syntax-python/
Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into s
Realpython
Invalid Syntax in Python: Common Reasons for SyntaxError – Real Python
In this step-by-step tutorial, you'll see common examples of invalid syntax in Python and learn how to resolve the issue. If you've ever received a SyntaxError when trying to run your Python code, then this is the guide for you!
TechBeamers Python: Top 25 Python Libraries for Data Science Projects
Link: https://www.techbeamers.com/top-python-libraries-data-science/
This post is attempting to enlighten you about the most useful and popular Python libraries used by data scientists. And why only Python, because it has been the leading programming language for solvi
Link: https://www.techbeamers.com/top-python-libraries-data-science/
This post is attempting to enlighten you about the most useful and popular Python libraries used by data scientists. And why only Python, because it has been the leading programming language for solvi
TechBeamers
Top 25 Python Data Science Libraries (2025)
Explore the best 25 Python libraries for data science such as Spacy, NumPy, Pandas, Matplotlib, PyTorch, TensorFlow, Lime, Django, and more.
Codementor: Scraping dynamic websites using Scraper API and Python
Link: https://www.codementor.io/pknerd/scraping-dynamic-websites-using-scraper-api-and-python-10xb43t1ij
Learn how to efficiently and easily scrape modern Javascript enabled websites or Single Page Applications without installing a headless browser and Selenium
Link: https://www.codementor.io/pknerd/scraping-dynamic-websites-using-scraper-api-and-python-10xb43t1ij
Learn how to efficiently and easily scrape modern Javascript enabled websites or Single Page Applications without installing a headless browser and Selenium
www.codementor.io
Scraping dynamic websites using Scraper API and Python | Codementor
Learn how to efficiently and easily scrape modern Javascript enabled websites or Single Page Applications without installing a headless browser and Selenium
Python Bytes: #157 Oh hai Pandas, hold my hand?
Link: https://pythonbytes.fm/episodes/show/157/oh-hai-pandas-hold-my-hand
Link: https://pythonbytes.fm/episodes/show/157/oh-hai-pandas-hold-my-hand
pythonbytes.fm
Oh hai Pandas, hold my hand?
News and announcements from the Python community for the week of Nov 20th, 2019