3 Practical Differences Between astype() and to_datetime() in Pandas
https://towardsdatascience.com/3-practical-differences-between-astype-and-to-datetime-in-pandas-fe2c0bfc7678
https://towardsdatascience.com/3-practical-differences-between-astype-and-to-datetime-in-pandas-fe2c0bfc7678
Medium
3 Practical Differences Between astype() and to_datetime() in Pandas
The differences you need to know for effective data analytics
Cracking Caesar Cipher with Frequency Analysis and the implementation in Python
https://medium.com/@pradityo.adi/cracking-caesar-cipher-with-frequency-analysis-and-the-implementation-in-python-d65a17f37d12
https://medium.com/@pradityo.adi/cracking-caesar-cipher-with-frequency-analysis-and-the-implementation-in-python-d65a17f37d12
Medium
Cracking Caesar Cipher with Frequency Analysis and the implementation in Python
In 9th century, an Arab philosopher named Al-Kindi pioneered the field of cryptanalysis. Particularly in the context of breaking…
Revit + Python — Selecting elements from Model
https://medium.com/@efdiloreto/revit-python-selecting-elements-from-model-755f8e48c563
https://medium.com/@efdiloreto/revit-python-selecting-elements-from-model-755f8e48c563
Medium
Revit + Python — Selecting elements from Model
There are several ways to get elements from the model using the Revit API. Here we are going to explore some of them.
4 Python Concepts that you need to Understand
https://medium.com/@nebulaanish/4-python-concepts-that-you-must-understand-e51278b9497e
https://medium.com/@nebulaanish/4-python-concepts-that-you-must-understand-e51278b9497e
Medium
4 Python Concepts that you need to Understand
You expect things to work a certain way. They mostly do. But there are a few scenarios in python in which they don’t quite work the way you…
PySpark vs. Pandas: Comparing Two Powerful Data Analysis Tools
https://medium.com/@projects.reazon.2/pyspark-vs-pandas-comparing-two-powerful-data-analysis-tools-88048f508f63
https://medium.com/@projects.reazon.2/pyspark-vs-pandas-comparing-two-powerful-data-analysis-tools-88048f508f63
Medium
PySpark vs. Pandas: Comparing Two Powerful Data Analysis Tools
In the world of data analysis and manipulation, two popular tools have emerged as go-to options for data scientists and analysts: PySpark…
Classification airline passenger satisfaction survey using a random forest in Python
https://medium.com/@farrelrafa03/classification-airline-passenger-satisfaction-survey-using-a-random-forest-in-python-d925c6033f45
https://medium.com/@farrelrafa03/classification-airline-passenger-satisfaction-survey-using-a-random-forest-in-python-d925c6033f45
Medium
Classification
airline passenger satisfaction survey using a random forest in Python
airline passenger satisfaction survey using a random forest in Python
Machine learning (ML) is an umbrella term for solving problems for which development of algorithms by human programmers would be…
Python programming language exercises
https://medium.com/@avitabsarmah/python-programming-language-exercises-14f504f50168
https://medium.com/@avitabsarmah/python-programming-language-exercises-14f504f50168
Medium
Python programming language exercises
In this blog, we will focus on five python exercises that will help us to understand python code for finding count of each word in a text…
Python Data Types in Depth: List, Tuple, Set, Dictionary: Week 1, Day 4
https://medium.com/@afterhourscoding/python-data-types-in-depth-list-tuple-set-dictionary-week-1-day-4-64141fb23562
https://medium.com/@afterhourscoding/python-data-types-in-depth-list-tuple-set-dictionary-week-1-day-4-64141fb23562
Medium
Python Data Types in Depth: List, Tuple, Set, Dictionary: Week 1, Day 4
Welcome to Day 4 of our intensive "Python for Data Science: 100 Days to Mastery" program. After a thorough understanding of basic data…
Logging in Python: A Comparison of the Top 6 Libraries
https://betterstack.com/community/guides/logging/best-python-logging-libraries
https://betterstack.com/community/guides/logging/best-python-logging-libraries
Betterstack
Logging in Python: A Comparison of the Top 6 Libraries | Better Stack Community
There are many different logging libraries available for Python, each with its own strengths and weaknesses. Learn about the top 6 options in this article.
Polars vs Pandas. Inside an AWS Lambda.
https://www.confessionsofadataguy.com/polars-vs-pandas-inside-an-aws-lambda
https://www.confessionsofadataguy.com/polars-vs-pandas-inside-an-aws-lambda
Confessions of a Data Guy
Polars vs Pandas. Inside an AWS Lambda. - Confessions of a Data Guy
Nothing gives me greater joy than rocking the boat. I take pleasure in finding what people love most in tech and trying to poke holes in it. Everything is sacred. Nothing is sacred. I also enjoy doing simple things, things that have a “real-life” feel to…
PyDPainter - A remake of Deluxe Paint by Electronic Arts in 1985, written in Python & Pygame
https://www.pygame.org/project/5157/8216
https://www.pygame.org/project/5157/8216
www.pygame.org
PyDPainter - Release 1.1.1
A usable pixel art program written in Python
Top 7 AI Open Source Projects to Contribute to in 2023 ⭐
https://dev.to/thenomadevel/top-7-ai-open-source-projects-to-contribute-to-in-2023-3ff5
https://dev.to/thenomadevel/top-7-ai-open-source-projects-to-contribute-to-in-2023-3ff5
DEV Community
Top 7 AI Open Source Projects to Contribute to in 2023 ⭐
Hey there, Nomadev here! If you're reading this, you're probably as excited about AI and open source...
The costly mistake so many make with numpy and pandas
https://www.bitecode.dev/p/the-costly-mistake-so-many-makes
https://www.bitecode.dev/p/the-costly-mistake-so-many-makes
www.bitecode.dev
The costly mistake so many make with numpy and pandas
What happens next() will shock you
Kraken Technologies: How we organise our very large Python monolith
https://blog.europython.eu/kraken-technologies-how-we-organize-our-very-large-pythonmonolith
https://blog.europython.eu/kraken-technologies-how-we-organize-our-very-large-pythonmonolith
EuroPython Blog
Kraken Technologies: How we organise our very large Python
monolith
monolith
By David Seddon from Kraken Technologies.
Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a
Python application which has, at last count, 27,637 modules. Yes, you read that
right: nearly 28k separate Python files - not including…
Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a
Python application which has, at last count, 27,637 modules. Yes, you read that
right: nearly 28k separate Python files - not including…
Solving the Zebra Puzzle using Python and a SAT solver
https://medium.com/@dimitri2431/solving-the-zebra-puzzle-using-python-and-a-sat-solver-3ff444589fee
https://medium.com/@dimitri2431/solving-the-zebra-puzzle-using-python-and-a-sat-solver-3ff444589fee
Medium
Solving the Zebra Puzzle using Python and a SAT solver
You probably have heard of the Zebra Puzzle. Usually, people solve it using some sort of Excel table. In this article, we solve the puzzle…