Part 4 Deployment — Build and Monitor an Affordable Battery-Solar System with a Raspberry Pi
https://medium.com/technology-hits/part-4-deployment-build-and-monitor-an-affordable-battery-solar-system-with-a-raspberry-pi-88afd1899dd4
https://medium.com/technology-hits/part-4-deployment-build-and-monitor-an-affordable-battery-solar-system-with-a-raspberry-pi-88afd1899dd4
Medium
Part 4 Deployment — Build and Monitor an Affordable Battery-Solar System with a Raspberry Pi
Build a capable battery-solar system with energy flow monitoring for less than £150… Oh, and have fun!
Finding the root cause of hung Python test
https://korytkin.medium.com/finding-the-root-cause-of-hung-python-test-be40549d5004
https://korytkin.medium.com/finding-the-root-cause-of-hung-python-test-be40549d5004
Medium
Finding the root cause of hung Python test
How many times did you face a test that hanging for some reason? And how many times did you wonder what was the root cause of this? 🤷♂
Python: Basics of How to handle Classes(Object Orientation)
https://mishraravibhushan.medium.com/python-basics-of-how-to-handle-classes-object-orientation-7d06a95b4c4
https://mishraravibhushan.medium.com/python-basics-of-how-to-handle-classes-object-orientation-7d06a95b4c4
Medium
Python: Basics of How to handle Classes(Object Orientation)
Object orientation is one of the most useful things in programming. We are going to discuss how classes are handled in python.
How to Create a Virtual Environment on an AWS EC2 Ubuntu 20.04 Instance
https://medium.com/@nafis_ansari/how-to-create-a-virtual-environment-on-an-aws-ec2-ubuntu-20-04-instance-134c774cb6da
https://medium.com/@nafis_ansari/how-to-create-a-virtual-environment-on-an-aws-ec2-ubuntu-20-04-instance-134c774cb6da
Medium
How to Create a Virtual Environment on an AWS EC2 Ubuntu 20.04 Instance
Overview:
Making Concurrent Web API Requests in Python, I Recommend AioHTTP
https://jerryan.medium.com/making-concurrent-web-api-requests-in-python-i-recommend-aiohttp-43f2d46ef4da
https://jerryan.medium.com/making-concurrent-web-api-requests-in-python-i-recommend-aiohttp-43f2d46ef4da
Medium
Making Concurrent Web API Requests in Python, I Recommend AioHTTP
Comparison between the two python web request packages, the Request, and the Aiohttp
Tutorial: NFT Metadata, IPFS, and Pinata
https://medium.com/scrappy-squirrels/tutorial-nft-metadata-ipfs-and-pinata-9ab1948669a3
https://medium.com/scrappy-squirrels/tutorial-nft-metadata-ipfs-and-pinata-9ab1948669a3
Medium
Tutorial: NFT Metadata, IPFS, and Pinata
Disclaimer: This article serves as a sequel to our tutorial on creating generative NFT art. If you haven’t read it, we suggest you do so…
Make the most of the first 6 months in your data science journey
https://medium.com/@max.lutz./make-the-most-of-the-first-6-months-in-your-data-science-journey-fe539e2c4faa
https://medium.com/@max.lutz./make-the-most-of-the-first-6-months-in-your-data-science-journey-fe539e2c4faa
Medium
Make the most of the first 6 months in your data science journey
How I spent my time learning data science and what you can learn from it
Using python and geoPandas to mapping public green spaces in Manchester
https://medium.com/@neperiana/using-python-and-geopandas-to-mapping-public-green-spaces-in-manchester-d1b262340c48
https://medium.com/@neperiana/using-python-and-geopandas-to-mapping-public-green-spaces-in-manchester-d1b262340c48
Medium
Using python and geoPandas to map public green spaces in Manchester
How to use python, geoPandas and open data to analysis access to green space in Manchester.
A look at sklearn’s LabelPropogation method to carry out semi-supervised learning
https://tracyrenee61.medium.com/a-look-at-sklearns-labelpropogation-method-to-carry-out-semi-supervised-learning-3f2892ee889c
https://tracyrenee61.medium.com/a-look-at-sklearns-labelpropogation-method-to-carry-out-semi-supervised-learning-3f2892ee889c
Medium
A look at sklearn’s LabelPropogation method to carry out semi-supervised learning
Python’s premier machine learning library, sklearn, so far has three functions to carry out semi-supervised learning, being the…
Зачем в Python столько знаков подчеркивания?
https://medium.com/nuances-of-programming/%D0%B7%D0%B0%D1%87%D0%B5%D0%BC-%D0%B2-python-%D1%81%D1%82%D0%BE%D0%BB%D1%8C%D0%BA%D0%BE-%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2-%D0%BF%D0%BE%D0%B4%D1%87%D0%B5%D1%80%D0%BA%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F-ab1012e054be
https://medium.com/nuances-of-programming/%D0%B7%D0%B0%D1%87%D0%B5%D0%BC-%D0%B2-python-%D1%81%D1%82%D0%BE%D0%BB%D1%8C%D0%BA%D0%BE-%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%B2-%D0%BF%D0%BE%D0%B4%D1%87%D0%B5%D1%80%D0%BA%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F-ab1012e054be
Medium
Зачем Python столько знаков подчеркивания?
Неочевидные примеры использования символа нижнего подчеркивания для обеспечения инкапсуляции и улучшения читаемости вашего кода на Python
Beating C and Java, Python Becomes the #1 Most Popular Programming Language, Says TIOBE
https://developers.slashdot.org/story/21/10/09/0029238/beating-c-and-java-python-becomes-the-1-most-popular-programming-language-says-tiobe
https://developers.slashdot.org/story/21/10/09/0029238/beating-c-and-java-python-becomes-the-1-most-popular-programming-language-says-tiobe
developers.slashdot.org
Beating C and Java, Python Becomes the #1 Most Popular Programming Language, Says TIOBE
ZDNet reports that Python "is now the most popular language, according to one popularity ranking." "For the first time in more than 20 years we have a new leader of the pack..." the TIOBE Index announced this month. "The long-standing hegemony of Java and…
Using Pygame to Build an Asteroids Game in Python
https://realpython.com/courses/asteroids-game-python-pygame/
https://realpython.com/courses/asteroids-game-python-pygame/
Realpython
Using Pygame to Build an Asteroids Game in Python – Real Python
In this course, you'll build a clone of the Asteroids game in Python using Pygame. Step by step, you'll add images, input handling, game logic, sounds, and text to your program.