Proglog: a Python logger and progress bar manager for console, notebooks and servers: https://www.reddit.com/r/Python/comments/9qfm7e/proglog_a_python_logger_and_progress_bar_manager/
reddit
r/Python - Proglog: a Python logger and progress bar manager for console, notebooks and servers
1 vote and 0 comments so far on Reddit
Specify shape for categorical feature columns?: https://stackoverflow.com/questions/52785019/specify-shape-for-categorical-feature-columns
Stack Overflow
Specify shape for categorical feature columns?
I know that I can use a categorical_column_with_identity to turn a categorical feature into a series of one-hot features.
For instance, if my vocabulary is ["ON", "OFF", "UNKNOWN"]:
"OFF" -> [0, 1...
For instance, if my vocabulary is ["ON", "OFF", "UNKNOWN"]:
"OFF" -> [0, 1...
A visualization of my home town's walk-ability hampering areas I made with Python (code in comments): https://www.reddit.com/r/Python/comments/9qglwr/a_visualization_of_my_home_towns_walkability/
reddit
r/Python - A visualization of my home town's walk-ability hampering areas I made with Python (code in comments)
1 vote and 0 comments so far on Reddit
What program or programs should i start learning code in?: https://www.reddit.com/r/Python/comments/9qgbhw/what_program_or_programs_should_i_start_learning/
reddit
r/Python - What program or programs should i start learning code in?
1 vote and 0 comments so far on Reddit
Handy dandy guide to working with time in Pandas: https://www.reddit.com/r/Python/comments/9qh1zb/handy_dandy_guide_to_working_with_time_in_pandas/
reddit
r/Python - Handy dandy guide to working with time in Pandas
1 vote and 0 comments so far on Reddit
‘Getting Started With Testing In Python’, a very in depth tutorial: https://www.reddit.com/r/Python/comments/9qh6dv/getting_started_with_testing_in_python_a_very_in/
reddit
r/Python - ‘Getting Started With Testing In Python’, a very in depth tutorial
38 votes and 5 comments so far on Reddit
So I just learned basic math in python and made a calculator, whats another basic project I can start on?: https://www.reddit.com/r/Python/comments/9qiluc/so_i_just_learned_basic_math_in_python_and_made_a/
reddit
r/Python - So I just learned basic math in python and made a calculator, whats another basic project I can start on?
1 vote and 0 comments so far on Reddit
Question On Accessing and Modifying Local Variables: https://www.reddit.com/r/Python/comments/9qjz4h/question_on_accessing_and_modifying_local/
reddit
r/Python - Question On Accessing and Modifying Local Variables
1 vote and 0 comments so far on Reddit
RPG dice roller / coin flipper. I'm still pretty new to coding, so any constructive criticism or ideas of things to add would be appreciated: https://www.reddit.com/r/Python/comments/9qkcoc/rpg_dice_roller_coin_flipper_im_still_pretty_new/
reddit
r/Python - RPG dice roller / coin flipper. I'm still pretty new to coding, so any constructive criticism or ideas of things to…
2 votes and 0 comments so far on Reddit
An example project for incorporating Selenium WebDriver for web automation in Python 3.: https://www.reddit.com/r/Python/comments/9qk85a/an_example_project_for_incorporating_selenium/
reddit
r/Python - An example project for incorporating Selenium WebDriver for web automation in Python 3.
1 vote and 0 comments so far on Reddit
If you're learning requests, Marvel has a gigantic free API comprising information about all of their comics!: https://www.reddit.com/r/Python/comments/9qk29c/if_youre_learning_requests_marvel_has_a_gigantic/
reddit
r/Python - If you're learning requests, Marvel has a gigantic free API comprising information about all of their comics!
677 votes and 28 comments so far on Reddit
Question on open source etiquette. Contributing to pandas on github.: https://www.reddit.com/r/Python/comments/9qkr2u/question_on_open_source_etiquette_contributing_to/
reddit
r/Python - Question on open source etiquette. Contributing to pandas on github.
1 vote and 0 comments so far on Reddit
Two Numpy performance pitfalls: https://www.reddit.com/r/Python/comments/9qksmv/two_numpy_performance_pitfalls/
reddit
Two Numpy performance pitfalls • r/Python
I've noticed two Numpy performance pitfalls and I wanted to share them you all. ## Indexing with Numpy is slow The first is that indexing in...