Python Beginner Exercises to Solve — Test your skill
https://medium.com/@technologynous/python-beginner-exercises-to-solve-test-your-skill-178017f9117e
https://medium.com/@technologynous/python-beginner-exercises-to-solve-test-your-skill-178017f9117e
Medium
Python Beginner Exercises to Solve — Test your skill
So, for what purpose are you learning python? Here, solve 15 python beginner exercises and test your coding skill.
Use These 5 Python Code Conventions to Make Your Codebase Better
https://betterprogramming.pub/use-these-5-python-code-conventions-to-make-your-codebase-better-c9bc5f30dc74
https://betterprogramming.pub/use-these-5-python-code-conventions-to-make-your-codebase-better-c9bc5f30dc74
Medium
Use These 5 Python Code Conventions to Make Your Codebase Better
Write concise clean code
Time Series Forecasting with ARIMA Models In Python [Part 1]
https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-1-c2940a7dbc48
https://pub.towardsai.net/time-series-forecasting-with-arima-models-in-python-part-1-c2940a7dbc48
Medium
Time Series Forecasting with ARIMA Models In Python [Part 1]
A practical guide for time series forecasting using ARIMA models in Python
Consistency of Starting 11: A look at Shannon Entropy and Football
https://medium.com/@davecarbery/consistency-of-starting-11-a-look-at-shannon-entropy-and-football-bd0df6067d17
https://medium.com/@davecarbery/consistency-of-starting-11-a-look-at-shannon-entropy-and-football-bd0df6067d17
Medium
Consistency of Starting 11: A look at Shannon Entropy and Football
Does keeping a regular starting 11 in football make much difference. Attitudes have changed with fixture congestion, finance and squad size…
Getting Started with PyTest in Python
https://medium.com/tauk-blog/getting-started-with-pytest-in-python-b3b2681aef76
https://medium.com/tauk-blog/getting-started-with-pytest-in-python-b3b2681aef76
Medium
Getting Started with PyTest in Python
When you are working with a large project, you need to able to write unit tests for your code with ease and have increased readability for…
Cómo empaquetar aplicaciones de Python
https://medium.com/@juanmaniglia1989/c%C3%B3mo-empaquetar-aplicaciones-de-python-181de03e5ec
https://medium.com/@juanmaniglia1989/c%C3%B3mo-empaquetar-aplicaciones-de-python-181de03e5ec
Medium
Cómo empaquetar aplicaciones de Python
Les ha pasado alguna vez que hacen una app genial en Python y cuando quieren mostrarsela a otra persona o bien no pueden, o simplemente nos…
Playing with Datetime module in Python.
https://medium.com/@shubhambirhade/playing-with-datetime-module-in-python-9afb6e1aaea8
https://medium.com/@shubhambirhade/playing-with-datetime-module-in-python-9afb6e1aaea8
Medium
Playing with Datetime module in Python.
Python has a module named datetime to work with dates and times. The datetime module supplies classes for manipulating dates and times.
ดึงข้อมูลพอร์ต Crypto จาก Binance ด้วย Python
https://medium.com/qunt-i-love-u/%E0%B8%94%E0%B8%B6%E0%B8%87%E0%B8%82%E0%B9%89%E0%B8%AD%E0%B8%A1%E0%B8%B9%E0%B8%A5%E0%B8%9E%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%95-crypto-%E0%B8%88%E0%B8%B2%E0%B8%81-binance-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-python-4ce5b2cca08a
https://medium.com/qunt-i-love-u/%E0%B8%94%E0%B8%B6%E0%B8%87%E0%B8%82%E0%B9%89%E0%B8%AD%E0%B8%A1%E0%B8%B9%E0%B8%A5%E0%B8%9E%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%95-crypto-%E0%B8%88%E0%B8%B2%E0%B8%81-binance-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-python-4ce5b2cca08a
Medium
ดึงข้อมูลพอร์ต Crypto จาก Binance ด้วย Python
สำหรับใครที่สนใจ Binance api คลิ๊กเลยpython-binance api เบื้องต้นคลิ๊กที่นี้เลยนะครับ หรือถ้าอยากรู้วิธีการดึงราคาเหรียญแบบ Real Time…
Python Shorts — Playing with a Full Deck
https://jccraig.medium.com/python-shorts-playing-with-a-full-deck-1b4c5e200913
https://jccraig.medium.com/python-shorts-playing-with-a-full-deck-1b4c5e200913
Medium
Python Shorts — Playing with a Full Deck
A series of short Python programming examples. Today we’ll deal cards from a shuffled deck, with no repeats, and any number of jokers…
Aprenda como trabalhar com listas em Python de maneira simples — Parte 2
https://medium.com/nathaliasutto/aprenda-como-trabalhar-com-listas-em-python-de-maneira-simples-parte-2-2a6b3956380d
https://medium.com/nathaliasutto/aprenda-como-trabalhar-com-listas-em-python-de-maneira-simples-parte-2-2a6b3956380d
Medium
Aprenda como trabalhar com listas em Python de maneira simples — Parte 2
Veja quais métodos utilizar em listas Python.
Python installation on Mac using Commands & on windows
https://sachinjoshi12687.medium.com/python-installation-on-mac-using-commands-56a7286e31dd
https://sachinjoshi12687.medium.com/python-installation-on-mac-using-commands-56a7286e31dd
Medium
Python installation on Mac using Commands & on windows
When I was writing this article, already python2 version 2.7.18 was & python3 3.10.4 version(stable) was released.
An In-Depth Tutorial to Python Decorators That You Can Actually Use
https://towardsdatascience.com/an-in-depth-tutorial-to-python-decorators-that-you-can-actually-use-1e34d3d2d305
https://towardsdatascience.com/an-in-depth-tutorial-to-python-decorators-that-you-can-actually-use-1e34d3d2d305
Medium
An In-Depth Tutorial to Python Decorators That You Can Actually Use
Going knee-deep into the internals of Python