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
NumFOCUS: NumFOCUS Summit 2019
Link: https://numfocus.org/blog/numfocus-summit-2019
The post NumFOCUS Summit 2019 appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-summit-2019
The post NumFOCUS Summit 2019 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Summit 2019 - NumFOCUS
The 2019 NumFOCUS Summit was a gathering of leaders focused on promoting sustainability for our open source scientific computing projects.
Andre Roberge: Abolishing SyntaxError: invalid syntax ...
Link: https://aroberge.blogspot.com/2019/06/abolishing-syntaxerror-invalid-syntax.html
... and other cryptic messages.Do you remember when you first started programming (possibly with Python) and encountered an error message that completely baffled you? For some reason, perhaps because
Link: https://aroberge.blogspot.com/2019/06/abolishing-syntaxerror-invalid-syntax.html
... and other cryptic messages.Do you remember when you first started programming (possibly with Python) and encountered an error message that completely baffled you? For some reason, perhaps because
Blogspot
Abolishing SyntaxError: invalid syntax ...
... and other cryptic messages. Do you remember when you first started programming (possibly with Python) and encountered an error message...
IslandT: Sort list alphabetically with python
Link: https://kibiwebgeek.com/sort-list-alphabetically-with-python/
You will be given a vector of string(s). You must sort it alphabetically (case-sensitive!!) and then return the first value.
The returned value must be a string and have “***” between each of its lett
Link: https://kibiwebgeek.com/sort-list-alphabetically-with-python/
You will be given a vector of string(s). You must sort it alphabetically (case-sensitive!!) and then return the first value.
The returned value must be a string and have “***” between each of its lett
Wingware Blog: Navigating Python Code with Wing Pro 7 (part 2 of 3)
Link: https://wingware.com/blog/code-navigation-2
Last week we looked at goto-definition, find uses, and
project-wide search as tools for navigating Python code in Wing 7. This time, we'll take a
look at the code indices that Wing provides.
Code Ind
Link: https://wingware.com/blog/code-navigation-2
Last week we looked at goto-definition, find uses, and
project-wide search as tools for navigating Python code in Wing 7. This time, we'll take a
look at the code indices that Wing provides.
Code Ind
Wingware
Wing Tips: Navigating Python Code with Wing Pro 7 (part 2 of 3) - Wing Python IDE
Get around Python code quickly with Wing's code index menus and source browser.
NumFOCUS: Now Hiring: Matplotlib Research Software Engineering Fellow
Link: https://numfocus.org/blog/now-hiring-matplotlib-research-software-engineering-fellow
The post Now Hiring: Matplotlib Research Software Engineering Fellow appeared first on NumFOCUS.
Link: https://numfocus.org/blog/now-hiring-matplotlib-research-software-engineering-fellow
The post Now Hiring: Matplotlib Research Software Engineering Fellow appeared first on NumFOCUS.
NumFOCUS
Now Hiring: Matplotlib Research Software Engineering Fellow - NumFOCUS
The Digital Cat: Punch 2.0.0 is out
Link: https://www.thedigitalcatonline.com/blog/2019/11/21/punch-2-0-0/
Punch 2.0.0 is out!
This is the latest release of the project that I started to replace bumpversion. Update your version while having a drink!
Punch is a configurable version updater, and you can use
Link: https://www.thedigitalcatonline.com/blog/2019/11/21/punch-2-0-0/
Punch 2.0.0 is out!
This is the latest release of the project that I started to replace bumpversion. Update your version while having a drink!
Punch is a configurable version updater, and you can use
py.CheckIO: 11 Ways How To Make Home Education More Effective
Link: http://py.checkio.org/blog/11-ways-how-make-home-education-more-effective/
Link: http://py.checkio.org/blog/11-ways-how-make-home-education-more-effective/
Py.CheckiO - games for coders
11 Ways How To Make Home Education More Effective. python coding challenges - Py.CheckiO
The most beneficial techniques to use when you study at home.
PyCharm: PyCharm 2019.3 Release Candidate
Link: http://feedproxy.google.com/~r/Pycharm/~3/dtKlGPBmQTY/
The release of PyCharm 2019.3 is right around the corner and we’re excited to announce we now have available a release candidate version. Check it out by downloading it from our website!
Improvements
Link: http://feedproxy.google.com/~r/Pycharm/~3/dtKlGPBmQTY/
The release of PyCharm 2019.3 is right around the corner and we’re excited to announce we now have available a release candidate version. Check it out by downloading it from our website!
Improvements
PyCharm Blog
PyCharm 2019.3 Release Candidate
The release of PyCharm 2019.3 is right around the corner and we’re excited to announce we now have available a release candidate version. Check it out by downloading it from our website! Impr…
Python Anywhere: System update on 21 November 2019
Link: https://blog.pythonanywhere.com/183/
This morning's system update went smoothly; some websites did take a bit longer than we expected to start up afterwards, but all is well now.
There are two big new features that we have introduced whi
Link: https://blog.pythonanywhere.com/183/
This morning's system update went smoothly; some websites did take a bit longer than we expected to start up afterwards, but all is well now.
There are two big new features that we have introduced whi
Pythonanywhere
System update on 21 November 2019 - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Codementor: Python, Javascript, and Web automation
Link: https://www.codementor.io/satwikkansal/python-javascript-and-web-automation-10zfvpeq0g
Comparing Python and Javascript in the context of web automation.
Link: https://www.codementor.io/satwikkansal/python-javascript-and-web-automation-10zfvpeq0g
Comparing Python and Javascript in the context of web automation.
www.codementor.io
Python, Javascript, and Web automation | Codementor
Comparing Python and Javascript in the context of web automation.
Ian Ozsvald: Higher Performance Python (ODSC 2019)
Link: https://ianozsvald.com/2019/11/22/higher-performance-python-odsc-2019/
Building on PyDataCambridge last week I had the additional pleasure of talking on Higher Performance Python at ODSC 2019 yesterday. I had a brilliant room of 300 Pythonic data scientists at all levels
Link: https://ianozsvald.com/2019/11/22/higher-performance-python-odsc-2019/
Building on PyDataCambridge last week I had the additional pleasure of talking on Higher Performance Python at ODSC 2019 yesterday. I had a brilliant room of 300 Pythonic data scientists at all levels
Entrepreneurial Geekiness
Higher Performance Python (ODSC 2019)
Building on PyDataCambridge last week I had the additional pleasure of talking on Higher Performance Python at ODSC 2019 yesterday. I had a brilliant room of 300 Pythonic data scientists at all levels who asked an interesting array of questions:This talk…
Jaime Buelta: “Hands-On Docker for Microservices with Python” is now available!
Link: https://wrongsideofmemphis.com/2019/11/22/hands-on-docker-for-microservices-with-python-is-now-available/
Last year I published a book, and I liked the experience, so I wrote another! The book is called Hands-On Docker for Microservices with Python, and it goes through the different steps to move from a M
Link: https://wrongsideofmemphis.com/2019/11/22/hands-on-docker-for-microservices-with-python-is-now-available/
Last year I published a book, and I liked the experience, so I wrote another! The book is called Hands-On Docker for Microservices with Python, and it goes through the different steps to move from a M
Wrong Side of Memphis
Hands-On Docker for Microservices with Python Book
Last year I published a book, and I liked the experience, so I wrote another! I like the cover. Look at all those micro services! The book is called Hands-On Docker for Microservices with Python, a…
Mike C. Fletcher: Getting Twitch out the Door (but not as Twitch)
Link: http://blog.vrplumber.com/b/2019/11/22/getting-twitch-out-door-not-twitch/
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I las
Link: http://blog.vrplumber.com/b/2019/11/22/getting-twitch-out-door-not-twitch/
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I las
Vrplumber
Plumbing Life's Depths - Getting Twitch out the Door (but not as Twitch)
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I last worked on it, the original package name got used on...
Stack Abuse: Dimensionality Reduction in Python with Scikit-Learn
Link: https://stackabuse.com/dimensionality-reduction-in-python-with-scikit-learn/
Introduction
In machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data
Link: https://stackabuse.com/dimensionality-reduction-in-python-with-scikit-learn/
Introduction
In machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data
Stack Abuse
Dimensionality Reduction in Python with Scikit-Learn
Dimensionality reduction selects the most important components of the feature space, preserving them, to combat overfitting. In this article, we'll reduce the dimensions of several datasets using a wide variety of techniques in Python using Scikit-Learn.