Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
AI Pool: How to install Tensorflow on windows with anaconda?

Link: https://ai-pool.com/d/how-to-install-tensorflow-on-windows-with-anaconda-

I'm using Windows OS and Anaconda on my pc. I want to install TensorFlow and can't find how to make it....
John Ludhi/nbshare.io: How To Convert Python List To Pandas DataFrame

Link: https://www.nbshare.io/notebook/917862980/How-To-Convert-Python-List-To-Pandas-DataFrame/








How To Convert Python List To Pandas Dataframe








Pandas dataframe is a very useful data structure.








In this notebook, I will show with examples how to convert Python List to Pandas
death and gravity: Python sentinel objects, type hints, and PEP 661

Link: https://death.andgravity.com/sentinels

PEP 661 "Sentinel Values"
recently brought to attention the sentinel object pattern.1
While by no means new2,
this time the pattern appears in the context of typing,
so it's worth taking a look at how
Python for Beginners: How to Delete a Specific Line in a File

Link: https://www.pythonforbeginners.com/files/how-to-delete-a-specific-line-in-a-file


Because Python provides no direct method for deleting a specific line in a file, it’s necessary to find our own approach.
In this guide, we’ll cover several ways of removing lines from a text file us
Test and Code: 157: pre-commit - Anthony Sottile

Link: https://testandcode.com/157

pre-commit started as a framework for running linters and code formatters during git actions via git hooks. It's grown and expanded and now supports an extensive list of languages and actions and man
Real Python: The Real Python Podcast – Episode #64: Detecting Deforestation With Python & Using GraphQL With Django and Vue

Link: https://realpython.com/podcasts/rpp/64/

Are you looking for an in-depth data science project to practice your skills on? Perhaps you would like to add new tools to your Python web development projects instead? This week on the show, David A
Python for Beginners: Packing in Python

Link: https://www.pythonforbeginners.com/basics/packing-in-python


Packing is a technique in python with which we put several values into a single iterator. If we talk of packing in literal terms, Just like we pack certain items into a box in the real world, In pyth
Codementor: Top Tech Skills for the Future of Work

Link: https://www.codementor.io/mjamilmoughal786/top-tech-skills-for-the-future-of-work-1irvzkzs1k

The rate of technological change is accelerating and lots of new technologies and skills are coming. It is almost unpredictable to tell which technical skill will be in demand in future and which...
Doug Hellmann: sphinxcontrib-datatemplates 0.8.1

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/N9vDLkADWx8/

This release adds a load() function to the template context for
loading additional data sources from within a template.
Weekly Python StackOverflow Report: (cclxxix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/06/cclxxix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-06-12 13:48:30 GMTHow to use df.loc (or some other method) to make
Talk Python to Me: #320: Python in the Electrical Energy Sector

Link: https://talkpython.fm/episodes/show/320/python-in-the-electrical-energy-sector

In this episode, we cover how Python is being used to understand the electrical markets and grid in Australia. Our guest, Jack Simpson, has used Python to uncover a bunch of interesting developments a
AI Pool: Dynamic learning rate in training

Link: https://ai-pool.com/d/dynamic_learning_rate_in_training

I'm using Keras 2.1.* and want to change the learning rate during training. I know about the scheduled callback, but I don't use the fit function and I don't have callbacks. I use train_on_batch. Is
AI Pool: Cuda Version

Link: https://ai-pool.com/d/cuda_version

How to know the version of Cuda installed on your pc? I'm using Keras with TensorFlow back-end, but I need to detect the version of Cuda in my code. It does not matter the solution is with Keras o
AI Pool: Multiple cuda versions installed in machine

Link: https://ai-pool.com/d/multiple_cuda_versions_installed_in_machine

I'm using TensorFlow and I have some old projects which are written with TensorFlow 1.4 and older. Some of them don't work with a new version of Cuda . Can I have multiple Cuda with different versi
AI Pool: Why network overfits too early?

Link: https://ai-pool.com/d/why_network_overfits_too_early_

I want to train a neural network model, which basically does binary classification. I can't understand why my network overfits too early. I thought my network is too big and it memorizes the dataset,
AI Pool: What to do when you have small dataset

Link: https://ai-pool.com/d/what_to_do_when_you_have_small_dataset

I'm trying to train a classifier with a neural network, but I've got too small datasets. Each class has about ~1k examples. What is the best approach?...
Python Software Foundation: The 2021 Python Language Summit: What Should I Work on as a Core Dev?

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ntiuibWUuVc/the-2021-python-language-summit-what.html

At the 2021 Python Language Summit, Eric Snow gave a presentation about how core developers can receive guidance to help them work on improvements to the language that will bring the most benefit to t