Stop Using datetime.now!
One of my favorite job interview questions is this:
Write a function that returns tomorrow's ...
https://hakibenita.com/python-dependency-injection
One of my favorite job interview questions is this:
Write a function that returns tomorrow's ...
https://hakibenita.com/python-dependency-injection
Hakibenita
Stop Using datetime.now!
Practical Dependency Injection in Python
Quickly label data in Jupyter Lab
Use pigeonXT to label all sorts of data in a bliss
https://towardsdatascience.com/quickly-label-data-in-jupyter-lab-999e7e455e9e
Use pigeonXT to label all sorts of data in a bliss
https://towardsdatascience.com/quickly-label-data-in-jupyter-lab-999e7e455e9e
The Python Standard Library — modules you should know as a data scientist
with usage examples
https://towardsdatascience.com/the-python-standard-library-modules-you-should-know-as-a-data-scientist-47e1117ca6c8
with usage examples
https://towardsdatascience.com/the-python-standard-library-modules-you-should-know-as-a-data-scientist-47e1117ca6c8
5 Advanced Operations Using Dictionaries in Python
Level up your skills when using dictionaries in…
https://medium.com/better-programming/5-advanced-operations-using-dictionaries-in-python-5f8edb4719fa
Level up your skills when using dictionaries in…
https://medium.com/better-programming/5-advanced-operations-using-dictionaries-in-python-5f8edb4719fa
Create your own COVID-19 tracker and data visualiser with Pandas and Matplotlib in Python!
https://medium.com/tech-iiitg/create-your-own-covid-19-tracker-and-data-visualiser-with-pandas-and-matplotlib-in-python-a1c6e3dbd378
https://medium.com/tech-iiitg/create-your-own-covid-19-tracker-and-data-visualiser-with-pandas-and-matplotlib-in-python-a1c6e3dbd378
2D Raycasting along with Rendered view - Visualization was done using Pygame! People who love games would definitely love this! Link to the Github repository in the comments!
https://www.reddit.com/r/Python/comments/grwueh/2d_raycasting_along_with_rendered_view/
https://www.reddit.com/r/Python/comments/grwueh/2d_raycasting_along_with_rendered_view/
reddit
2D Raycasting along with Rendered view - Visualization was done...
Posted in r/Python by u/anuj-99 • 1,481 points and 53 comments
ZULU MODULE IN PYTHON
Working with dates and times in programming can be cumbersome. Click here to…
https://medium.com/tech-iiitg/zulu-module-in-python-8840f0447801
Working with dates and times in programming can be cumbersome. Click here to…
https://medium.com/tech-iiitg/zulu-module-in-python-8840f0447801
sidetable - Create Simple Summary Tables in Pandas
Introduction
Today I am happy to announce the release of a new pandas utility library called ...
https://pbpython.com/sidetable.html
Introduction
Today I am happy to announce the release of a new pandas utility library called ...
https://pbpython.com/sidetable.html
Pbpython
sidetable - Create Simple Summary Tables in Pandas
Introducing sidetable, a pandas library that build summary tables of your DataFrames.
I configured my terminal to teach me a new word everyday! Every time I open a new terminal window, I have a python script that scrapes dictionary.com and gives me the word of the day. On top of that, I have a motivational quote displayed as well :)
https://www.reddit.com/r/Python/comments/gu9nzq/i_configured_my_terminal_to_teach_me_a_new_word/
https://www.reddit.com/r/Python/comments/gu9nzq/i_configured_my_terminal_to_teach_me_a_new_word/
reddit
I configured my terminal to teach me a new word everyday! Every...
Posted in r/Python by u/ImportantDesk • 2,065 points and 264 comments
How Much Math do I need in Data Science?
Math skills are essential in…
https://medium.com/towards-artificial-intelligence/how-much-math-do-i-need-in-data-science-d05d83f8cb19
Math skills are essential in…
https://medium.com/towards-artificial-intelligence/how-much-math-do-i-need-in-data-science-d05d83f8cb19
What I think is good and bad
I’m in the #python IRC channel on Freenode a lot. The people there are often
quite ...
https://nedbatchelder.com//blog/202005/what_i_think_is_good_and_bad.html
I’m in the #python IRC channel on Freenode a lot. The people there are often
quite ...
https://nedbatchelder.com//blog/202005/what_i_think_is_good_and_bad.html
Web App Development in Python
Introduction to building a front-end user experience
https://towardsdatascience.com/web-app-development-in-python-469e1cf2116b
Introduction to building a front-end user experience
https://towardsdatascience.com/web-app-development-in-python-469e1cf2116b
5 Fabulous Python Packages For Data-Science Nobody Knows About
Do you know about these packages?
https://towardsdatascience.com/5-fabulous-python-packages-for-data-science-nobody-knows-about-9fa192f312e4
Do you know about these packages?
https://towardsdatascience.com/5-fabulous-python-packages-for-data-science-nobody-knows-about-9fa192f312e4
Machine Learning Algorithms For Beginners with Code Examples in Python
Overview of the major machine…
https://medium.com/towards-artificial-intelligence/machine-learning-algorithms-for-beginners-with-python-code-examples-ml-19c6afd60daa
Overview of the major machine…
https://medium.com/towards-artificial-intelligence/machine-learning-algorithms-for-beginners-with-python-code-examples-ml-19c6afd60daa
Python For Data Science — A Guide to Plotly Dash Interactive Visualizations
Build your first web app!
https://towardsdatascience.com/python-for-data-science-a-guide-to-plotly-dash-interactive-visualizations-66a5a6ecd93e
Build your first web app!
https://towardsdatascience.com/python-for-data-science-a-guide-to-plotly-dash-interactive-visualizations-66a5a6ecd93e
What does “__name__” mean in Python?
How and why we use name=='main'
https://towardsdatascience.com/what-does-name-mean-in-python-c3f80377b46b
How and why we use name=='main'
https://towardsdatascience.com/what-does-name-mean-in-python-c3f80377b46b
Level up your code with Python decorators
Logging, type checking, exception handling and more!
https://towardsdatascience.com/level-up-your-code-with-python-decorators-c1966d78607
Logging, type checking, exception handling and more!
https://towardsdatascience.com/level-up-your-code-with-python-decorators-c1966d78607
Can you solve these 3 (seemingly) easy Python problems?
The solution can surprise you.
https://levelup.gitconnected.com/can-you-solve-these-3-seemingly-easy-python-problems-2c793967cd2c
The solution can surprise you.
https://levelup.gitconnected.com/can-you-solve-these-3-seemingly-easy-python-problems-2c793967cd2c