13 Advanced Snippets to Automate the Cool Stuff with Python
https://python.plainenglish.io/13-advanced-snippets-to-automate-the-cool-stuff-with-python-5d8ea3d389e9
https://python.plainenglish.io/13-advanced-snippets-to-automate-the-cool-stuff-with-python-5d8ea3d389e9
Medium
13 Advanced Snippets to Automate the Cool Stuff with Python
A guide to automating Google Search Result, speed testing, getting Wi-Fi Password, downloading from YouTube, converting Text to Art, etc.
Become an NFT Developer with Best Practice Way Part 2: Implement How Blockchain works using Python
https://medium.com/remote-worker-indonesia/become-an-nft-developer-with-best-practice-way-part-2-implement-how-blockchain-works-using-python-d75e30037b28
https://medium.com/remote-worker-indonesia/become-an-nft-developer-with-best-practice-way-part-2-implement-how-blockchain-works-using-python-d75e30037b28
Medium
Become an NFT Developer with Best Practice Way Part 2: Implement How Blockchain works using Python
in the previous chapter, we discuss the fundamental of blockchain, so in this chapter, we will discuss how to implement Blockchain Works…
7 Hidden Hacks of Python You Probably Never Used
https://python.plainenglish.io/7-hidden-hacks-of-python-you-probably-never-used-32638811877e
https://python.plainenglish.io/7-hidden-hacks-of-python-you-probably-never-used-32638811877e
Medium
7 Hidden Hacks of Python You Probably Never Used
Some Lesser-Know Python Snippets Codes
CNN BASED CHARACTER RECOGNITION FOR ISOLATED HANDWRITTEN GUJARATI CHARACTERS AND NUMERALS
https://medium.com/@helikunalshah/cnn-based-character-recognition-for-isolated-handwritten-gujarati-characters-and-numerals-ed94002b2e32
https://medium.com/@helikunalshah/cnn-based-character-recognition-for-isolated-handwritten-gujarati-characters-and-numerals-ed94002b2e32
Medium
CNN BASED CHARACTER RECOGNITION FOR ISOLATED HANDWRITTEN GUJARATI CHARACTERS AND NUMERALS
Contributors: Heli Shah & Devanshi Shah
25 Interesting Python Codes to Solve Complex Tasks
https://python.plainenglish.io/25-interesting-python-lines-of-code-733f5b2956b6
https://python.plainenglish.io/25-interesting-python-lines-of-code-733f5b2956b6
Medium
25 Interesting Python Codes to Solve Complex Tasks: Part 1
A list of Python codes for solving complex tasks.
The Fastest Way to Create and Run a Python API Server in 5 Minutes
https://medium.com/@victor.teo/the-fastest-way-to-create-and-run-a-python-api-server-in-5-minutes-dd062e09a32d
https://medium.com/@victor.teo/the-fastest-way-to-create-and-run-a-python-api-server-in-5-minutes-dd062e09a32d
Medium
The Fastest Way to Create and Run a Python API Server in 5 Minutes
The killer backend framework in Python, JSONClasses is released this year. It’s a declarative data validation, ORM and API framework…
Optimizing Bitcoin trading bot model and reward strategy to increase profitability #4
https://rokasbalsys.medium.com/optimizing-bitcoin-trading-bot-model-and-reward-strategy-to-increase-profitability-4-9fc4276e5b01
https://rokasbalsys.medium.com/optimizing-bitcoin-trading-bot-model-and-reward-strategy-to-increase-profitability-4-9fc4276e5b01
Medium
Optimizing Bitcoin trading bot model and reward strategy to increase profitability #4
Let’s improve our deep RL Bitcoin trading agent code to make even more money with a better reward strategy and test different model structures. In the previous tutorial, we used deep reinforcement…
File Transfer using TCP Socket in Python3 — Idiot Developer
https://nikhilroxtomar.medium.com/file-transfer-using-tcp-socket-in-python3-idiot-developer-c5cf3899819c
https://nikhilroxtomar.medium.com/file-transfer-using-tcp-socket-in-python3-idiot-developer-c5cf3899819c
Medium
File Transfer using TCP Socket in Python3 — Idiot Developer
In today’s tutorial, we are going to learn to do file transfer using a TCP socket in the python3 programming language. This is the most…