Convert Scientific Numbers to Numeric Values in Pandas
https://jabirjamal.medium.com/convert-scientific-numbers-to-numeric-values-in-pandas-d6fa023f02d4
https://jabirjamal.medium.com/convert-scientific-numbers-to-numeric-values-in-pandas-d6fa023f02d4
Medium
Convert Scientific Numbers to Numeric Values in Pandas
When you import Pandas Dataframe from a CSV file, it often displays values in scientific notation. This can be tricky to read at times.
10 Things You Might Not Know About Wikipedia Library In Python
https://towardsdatascience.com/10-things-you-might-not-know-about-wikipedia-library-in-python-61af5d46037d
https://towardsdatascience.com/10-things-you-might-not-know-about-wikipedia-library-in-python-61af5d46037d
Medium
10 Things You Might Not Know About Wikipedia Library In Python
Fetching data is much simpler with a line of code using Wikipedia API!
Ganhando Dinheiro com Bitcoin e Python (II) — Backtrader
https://arthuremanuel-carosia.medium.com/ganhando-dinheiro-com-bitcoin-e-python-ii-backtrader-ea9d6c783eda
https://arthuremanuel-carosia.medium.com/ganhando-dinheiro-com-bitcoin-e-python-ii-backtrader-ea9d6c783eda
Medium
Ganhando Dinheiro com Bitcoin e Python (II) — Backtrader
Montar um sistema para guiar seus investimentos e testar estratégias pode ser uma excelente abordagem antes de sair comprando cripto no…
Python: Use a Dictionary to Control Function Calling
https://medium.com/@cruepprich/python-use-a-dictionary-to-control-function-calling-82cfb060adfd
https://medium.com/@cruepprich/python-use-a-dictionary-to-control-function-calling-82cfb060adfd
Medium
Python: Use a Dictionary to Control Function Calling
Rather than using a long list of if-then or case statements, you can use a Python dictionary to control which function is called depending…
Logging should be lazy (because programmers are)
https://medium.com/@alessio.izzo86/logging-should-be-lazy-bc6ac9816906
https://medium.com/@alessio.izzo86/logging-should-be-lazy-bc6ac9816906
Medium
Logging should be lazy (because programmers are)
Logging is one of the most important thing in programming. I like to call it an “art”. This is because if you are good at logging things…
Reddit bot to fight Hindi-English code-mixed Hate Speech with Bert
https://medium.com/@barua.aindriya/reddit-bot-to-fight-hindi-english-code-mixed-hate-speech-with-bert-214624392c3a
https://medium.com/@barua.aindriya/reddit-bot-to-fight-hindi-english-code-mixed-hate-speech-with-bert-214624392c3a
Medium
Reddit bot to fight Hindi-English code-mixed Hate Speech with Bert
Social media and cheaper internet have brought the world at our fingertips, quite literally. As it has decentralized the power to…
오픈소스 컨트리뷰션 : 오픈스택 커맨드 개발 후기
https://equus3144.medium.com/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-%EC%BB%A8%ED%8A%B8%EB%A6%AC%EB%B7%B0%EC%85%98-%EC%98%A4%ED%94%88%EC%8A%A4%ED%83%9D-%EC%BB%A4%EB%A7%A8%EB%93%9C-%EA%B0%9C%EB%B0%9C-%ED%9B%84%EA%B8%B0-93a41abafe85
https://equus3144.medium.com/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-%EC%BB%A8%ED%8A%B8%EB%A6%AC%EB%B7%B0%EC%85%98-%EC%98%A4%ED%94%88%EC%8A%A4%ED%83%9D-%EC%BB%A4%EB%A7%A8%EB%93%9C-%EA%B0%9C%EB%B0%9C-%ED%9B%84%EA%B8%B0-93a41abafe85
Medium
오픈소스 컨트리뷰션 : 오픈스택 커맨드 개발 후기
인프라 구축 오픈소스 프로젝트 오픈스택의 커맨드 라인 만들기
How 2D interpolation predicts unrecorded data?
https://medium.com/@bikrambora26/how-2d-interpolation-predicts-unrecorded-data-62fa75e7a917
https://medium.com/@bikrambora26/how-2d-interpolation-predicts-unrecorded-data-62fa75e7a917
Medium
How does 2D interpolation predict unrecorded data?
“Data is the new oil” — an untapped valuable asset whose utility is of prime concern to most multinational corporations and organizations…
Book Review: The Big Book of Small Python Projects: 81 Easy Practice Programs
https://www.analyticsinsight.net/book-review-the-big-book-of-small-python-projects-81-easy-practice-programs
https://www.analyticsinsight.net/book-review-the-big-book-of-small-python-projects-81-easy-practice-programs
Finding and reporting an asyncio bug in Python 3.10
http://simonwillison.net/2021/Oct/9/finding-and-reporting-a-bug
http://simonwillison.net/2021/Oct/9/finding-and-reporting-a-bug
simonwillison.net
Finding and reporting an asyncio bug in Python 3.10
I found a bug in Python 3.10 today! Some notes on how I found it and my process for handling it once I figured out what was going on. Testing …