PyCharm: PyCharm 2019.1 RC 2
Link: http://feedproxy.google.com/~r/Pycharm/~3/f8dDmlZm2a4/
New in PyCharm 2019.1: completely redesigned Jupyter Notebooks, improved HTML & CSS quick documentation, custom themes, and more. Get the release candidate from our website
New in PyCharm
Custom Theme
Link: http://feedproxy.google.com/~r/Pycharm/~3/f8dDmlZm2a4/
New in PyCharm 2019.1: completely redesigned Jupyter Notebooks, improved HTML & CSS quick documentation, custom themes, and more. Get the release candidate from our website
New in PyCharm
Custom Theme
PyCharm Blog
PyCharm 2019.1 RC 2
New in PyCharm 2019.1: completely redesigned Jupyter Notebooks, improved HTML & CSS quick documentation, custom themes, and more. Get the release candidate from our website New in PyCharm Custo…
Anarcat: Securing registration email
Link: https://anarc.at/blog/2019-03-20-locking-down-registration-mail/
I've been running my own email server basically forever. Recently,
I've been thinking about possible attack vectors against my personal
email. There's of course a lot of private information in that em
Link: https://anarc.at/blog/2019-03-20-locking-down-registration-mail/
I've been running my own email server basically forever. Recently,
I've been thinking about possible attack vectors against my personal
email. There's of course a lot of private information in that em
Python Data: Comparing Machine Learning Methods
Link: https://pythondata.com/comparing-machine-learning-methods/
When working with data and modeling, its sometimes hard to determine what model you should use for a particular modeling project. A quick way to find an algorithm that might work better than others i
Link: https://pythondata.com/comparing-machine-learning-methods/
When working with data and modeling, its sometimes hard to determine what model you should use for a particular modeling project. A quick way to find an algorithm that might work better than others i
Python Data
Machine Learning: Comparing methods - Python Data
In this post, I provide an overview of comparing different machine learning methods.
Continuum Analytics Blog: Announcing Public Anaconda Package Download Data
Link: https://www.anaconda.com/announcing-public-anaconda-package-download-data/
I’m very happy to announce that starting today, we will be publishing summarized download data for all conda packages served in the Anaconda Distribution, as well as the popular conda-forge and biocon
Link: https://www.anaconda.com/announcing-public-anaconda-package-download-data/
I’m very happy to announce that starting today, we will be publishing summarized download data for all conda packages served in the Anaconda Distribution, as well as the popular conda-forge and biocon
Anaconda
Announcing Public Anaconda Package Download Data - Anaconda
I’m very happy to announce that starting today, we will be publishing summarized download data for all conda packages served in the Anaconda Distribution, as well as the popular conda-forge and bioconda channels. The dataset…
Mike Driscoll: Book Review: Mission Python
Link: http://www.blog.pythonlibrary.org/2019/03/20/book-review-mission-python/
A couple of months ago, No Starch Press asked me if I would be interested in reading one of their new books called Mission Python: Code a Space Adventure Game! by Sean McManus. I enjoy reading new tec
Link: http://www.blog.pythonlibrary.org/2019/03/20/book-review-mission-python/
A couple of months ago, No Starch Press asked me if I would be interested in reading one of their new books called Mission Python: Code a Space Adventure Game! by Sean McManus. I enjoy reading new tec
Stack Abuse: Python for NLP: Vocabulary and Phrase Matching with SpaCy
Link: https://stackabuse.com/python-for-nlp-vocabulary-and-phrase-matching-with-spacy/
This is the third article in this series of articles on Python for Natural Language Processing. In the previous article, we saw how Python's NLTK and spaCy libraries can be used to perform simple NLP
Link: https://stackabuse.com/python-for-nlp-vocabulary-and-phrase-matching-with-spacy/
This is the third article in this series of articles on Python for Natural Language Processing. In the previous article, we saw how Python's NLTK and spaCy libraries can be used to perform simple NLP
Stack Abuse
Python for NLP: Vocabulary and Phrase Matching with SpaCy
This is the third article in this series of articles on Python for Natural Language Processing. In the previous article, we saw how Python's NLTK and spaCy libr...
Real Python: Intro to Object-Oriented Programming (OOP) in Python
Link: https://realpython.com/courses/intro-object-oriented-programming-oop-python/
Object-oriented programming is one of the biggest and most important subjects in all of programming. This series will provide you with a basic conceptual understanding of Object-Oriented Programming s
Link: https://realpython.com/courses/intro-object-oriented-programming-oop-python/
Object-oriented programming is one of the biggest and most important subjects in all of programming. This series will provide you with a basic conceptual understanding of Object-Oriented Programming s
Realpython
Intro to Object-Oriented Programming (OOP) in Python – Real Python
In this video course, you'll learn the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and constructors.
Dataquest: Tutorial: Introduction to Git and Github
Link: https://www.dataquest.io/blog/tutorial-introduction-learn-git-github
Learn the basics of version control with Git and Github in this introductory tutorial designed to get you up and running fast.
The post Tutorial: Introduction to Git and Github appeared first on Dataq
Link: https://www.dataquest.io/blog/tutorial-introduction-learn-git-github
Learn the basics of version control with Git and Github in this introductory tutorial designed to get you up and running fast.
The post Tutorial: Introduction to Git and Github appeared first on Dataq
Dataquest
Introduction to Git and Github – Dataquest
Learn the basics of version control with Git and Github in this introductory tutorial designed to get you up and running fast.
PyCharm: Deep-dive tutorial series on React, TypeScript, and TDD
Link: http://feedproxy.google.com/~r/Pycharm/~3/-rJMvKrCkl0/
React is obviously super-hot, TypeScript has recently become super-hot, and the combination is attracting increasing interest. Combined with Jest for test-driven development (TDD)…great developer expe
Link: http://feedproxy.google.com/~r/Pycharm/~3/-rJMvKrCkl0/
React is obviously super-hot, TypeScript has recently become super-hot, and the combination is attracting increasing interest. Combined with Jest for test-driven development (TDD)…great developer expe
PyCharm Blog
Deep-dive tutorial series on React, TypeScript, and TDD
React is obviously super-hot, TypeScript has recently become super-hot, and the combination is attracting increasing interest. Combined with Jest for test-driven development (TDD)…great developer e…
Talk Python to Me: #204 StaticFrame, like Pandas but safer
Link: https://talkpython.fm/episodes/show/204/staticframe-like-pandas-but-safer
Remember back in math class when you would take a test? It wasn't enough to just write down the answer. What's the limit of this infinite summation? pi/2 Yes, but how did you get that number.
Link: https://talkpython.fm/episodes/show/204/staticframe-like-pandas-but-safer
Remember back in math class when you would take a test? It wasn't enough to just write down the answer. What's the limit of this infinite summation? pi/2 Yes, but how did you get that number.
talkpython.fm
StaticFrame, like Pandas but safer
Remember back in math class when you would take a test? It wasn't enough to just write down the answer. What's the limit of this infinite summation? pi/2 Yes, but how did you get that number.
Caktus Consulting Group: Coding for Time Zones & Daylight Saving Time — Oh, the Horror
Link: http://www.caktusgroup.com/blog/2019/03/21/coding-time-zones-and-daylight-saving-time/
In this post, I review some reasons why it's really difficult to program correctly when using times, dates, time zones, and daylight saving time, and then I'll give some advice for working with them
Link: http://www.caktusgroup.com/blog/2019/03/21/coding-time-zones-and-daylight-saving-time/
In this post, I review some reasons why it's really difficult to program correctly when using times, dates, time zones, and daylight saving time, and then I'll give some advice for working with them
Caktusgroup
Coding for Time Zones & Daylight Saving Time — Oh, the Horror | Caktus Group
This blog post covers some of the difficulties of programming times, dates, time zones, and daylight saving time, and offers some advice for working with them in Python and Django.
Test and Code: 69: The Pragmatic Programmer - Andy Hunt
Link: https://testandcode.com/69
Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer. Together they founded The Pragmatic Programmers and are well known as founders of the agile movement an
Link: https://testandcode.com/69
Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer. Together they founded The Pragmatic Programmers and are well known as founders of the agile movement an
Test & Code in Python
Test & Code in Python 69: Andy Hunt - The Pragmatic Programmer
Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer, were original authors of the Agile Manifesto, and started a publishing company.
Andy discusses the book, their publishing company, the future of agile development…
Andy discusses the book, their publishing company, the future of agile development…
Reuven Lerner: Seven ways to improve your team’s Python
Link: https://blog.lerner.co.il/seven-ways-to-improve-your-teams-python/
If you’re a manager, then you’re always trying to find ways that’ll help your team do more in less time. That’s why you use Python — because it makes your developers more productive. They can spend
Link: https://blog.lerner.co.il/seven-ways-to-improve-your-teams-python/
If you’re a manager, then you’re always trying to find ways that’ll help your team do more in less time. That’s why you use Python — because it makes your developers more productive. They can spend
Reuven Lerner's Blog
Seven ways to improve your team's Python - Reuven Lerner's Blog
If you’re a manager, then you’re always trying to find ways that’ll help your team do more in less time. That’s why you use Python — because it makes your developers more productive. They can spend more time creating new features, and less time debugging…
leftmouseclickin: Plot the Aroon Up and the Aroon Down lines with Python
Link: http://leftmouseclickin.com/2019/03/22/plot-the-aroon-up-and-the-aroon-down-lines-with-python/
Our Own Score
In this chapter, we will continue to develop the ongoing Forex and Stock application with python. We will create a method used to plot the Aroon Up and the Aroon Down lines as well
Link: http://leftmouseclickin.com/2019/03/22/plot-the-aroon-up-and-the-aroon-down-lines-with-python/
Our Own Score
In this chapter, we will continue to develop the ongoing Forex and Stock application with python. We will create a method used to plot the Aroon Up and the Aroon Down lines as well
Leftmouseclickin
Plot the Aroon Up and the Aroon Down lines with Python
Create a method in python to plot the aroon line
Catalin George Festila: Using multiprocessing - a simple introduction.
Link: http://python-catalin.blogspot.com/2019/03/using-multiprocessing-simple.html
The multiprocessing module was added to Python in version 2.6 and can be used with new python versions.
It was originally defined in PEP 371 by Jesse Noller and Richard Oudkerk.
The multiprocessing pa
Link: http://python-catalin.blogspot.com/2019/03/using-multiprocessing-simple.html
The multiprocessing module was added to Python in version 2.6 and can be used with new python versions.
It was originally defined in PEP 371 by Jesse Noller and Richard Oudkerk.
The multiprocessing pa
Blogspot
Using multiprocessing - a simple introduction.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Detect nudity with nudepy python module.
Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html
Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html
Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Blogspot
Detect nudity with nudepy python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: Setup your Raspberry Pi Model B as Google Colab (Feb '19) to work with Tensorflow, Keras and OpenCV
Link: https://www.codementor.io/ferrorodolfo/setup-your-raspberry-pi-model-b-as-google-colab-feb-19-to-work-with-tensorflow-keras-and-opencv-tb2nwpbyb
Setup OpenCV, Tensorflow and Keras as in Google Colab but in your Raspberry Pi, LOL.
Link: https://www.codementor.io/ferrorodolfo/setup-your-raspberry-pi-model-b-as-google-colab-feb-19-to-work-with-tensorflow-keras-and-opencv-tb2nwpbyb
Setup OpenCV, Tensorflow and Keras as in Google Colab but in your Raspberry Pi, LOL.
www.codementor.io
Setup your Raspberry Pi Model B as Google Colab (Feb '19) to work with Tensorflow, Keras and OpenCV | Codementor
Setup OpenCV, Tensorflow and Keras as in Google Colab but in your Raspberry Pi, LOL.
Codementor: Instant Whitenoise
Link: https://www.codementor.io/mikebell66/instant-whitenoise-tb4fv3umd
A rant and ramble about how I sleep at night with a whitenoise file
Link: https://www.codementor.io/mikebell66/instant-whitenoise-tb4fv3umd
A rant and ramble about how I sleep at night with a whitenoise file
www.codementor.io
Instant Whitenoise | Codementor
A rant and ramble about how I sleep at night with a whitenoise file
Python Bytes: #122 Give Me Back My Monolith
Link: https://pythonbytes.fm/episodes/show/122/give-me-back-my-monolith
Link: https://pythonbytes.fm/episodes/show/122/give-me-back-my-monolith
pythonbytes.fm
Give Me Back My Monolith
News and announcements from the Python community for the week of Mar 22nd, 2019
Abhijeet Pal: Configuring Django Templates
Link: https://djangocentral.com/configuring-django-templates/
Django is among the most recommended full stack web development frameworks at the moment. Django follows Model-Template-View (MTV) architecture. This is something similar to the traditional MVC( Model
Link: https://djangocentral.com/configuring-django-templates/
Django is among the most recommended full stack web development frameworks at the moment. Django follows Model-Template-View (MTV) architecture. This is something similar to the traditional MVC( Model
Djangocentral
Configuring Django Templates
Django is among the most recommended full stack web development frameworks at the moment. Django follows Model-Template-View (MTV) architect