I’m about to start teaching Intro to Programming with Python to high schoolers. Running on Windows 10, what’s the best IDE/editor for this?: https://www.reddit.com/r/Python/comments/ag9w76/im_about_to_start_teaching_intro_to_programming/
reddit
I’m about to start teaching Intro to Programming with Python to...
It must be free to download and install on the computers. After installation, the computers will not have access to the internet.
I created a Youtube Playlist that mimics the top posts from r/videos: https://www.reddit.com/r/Python/comments/ag9wi4/i_created_a_youtube_playlist_that_mimics_the_top/
reddit
r/Python - I created a Youtube Playlist that mimics the top posts from r/videos
0 votes and 1 comment so far on Reddit
Telegram Client was Outdated, So Created Another One: https://www.reddit.com/r/Python/comments/ag9h71/telegram_client_was_outdated_so_created_another/
reddit
r/Python - Telegram Client was Outdated, So Created Another One
3 votes and 1 comment so far on Reddit
Python Data Profiling with just one single command: https://www.reddit.com/r/Python/comments/aga5nf/python_data_profiling_with_just_one_single_command/
reddit
r/Python - Python Data Profiling with just one single command
1 vote and 0 comments so far on Reddit
Is this display module and its testing written in a pythonic manner?: https://www.reddit.com/r/Python/comments/ag9zjn/is_this_display_module_and_its_testing_written_in/
reddit
r/Python - Is this display module and its testing written in a pythonic manner?
7 votes and 0 comments so far on Reddit
[Question] How do I convert my Print statements into proper unit tests?: https://www.reddit.com/r/Python/comments/agb82h/question_how_do_i_convert_my_print_statements/
reddit
r/Python - [Question] How do I convert my Print statements into proper unit tests?
1 vote and 1 comment so far on Reddit
How can I remove all strings that fit certain format from a list?: https://stackoverflow.com/questions/53659253/how-can-i-remove-all-strings-that-fit-certain-format-from-a-list
Stack Overflow
How can I remove all strings that fit certain format from a list?
Question:
Say I have a list a = ['abd', ' the dog', '4:45 AM', '1234 total', 'etc...','6:31 PM', '2:36']
How can I go about removing elements such as 4:45 AM and 6:31 PM and '2:36'? i.e, how can I
Say I have a list a = ['abd', ' the dog', '4:45 AM', '1234 total', 'etc...','6:31 PM', '2:36']
How can I go about removing elements such as 4:45 AM and 6:31 PM and '2:36'? i.e, how can I
Can a Tensorflow variable be trained using the Tensorflow keras functional API?: https://stackoverflow.com/questions/54050325/can-a-tensorflow-variable-be-trained-using-the-tensorflow-keras-functional-api
Stack Overflow
Can a Tensorflow variable be trained using the Tensorflow Keras functional API model? Can a Tensorflow operation be used in the…
I am wondering if Keras model compile/training with the functional API train variables defined by tf.get_variable? Can Keras training also incorporate Tensorflow operations?
BackGround
It looks ...
BackGround
It looks ...
Pythonistas who have secretly automated all their work tasks and now just cruise, what do you do and what did you program?: https://www.reddit.com/r/Python/comments/agc9ft/pythonistas_who_have_secretly_automated_all_their/
reddit
r/Python - Pythonistas who have secretly automated all their work tasks and now just cruise, what do you do and what did you program?
1 vote and 0 comments so far on Reddit
No really, pathlib is great (a follow up post in defense of pathlib): https://www.reddit.com/r/Python/comments/agces0/no_really_pathlib_is_great_a_follow_up_post_in/
reddit
r/Python - No really, pathlib is great (a follow up post in defense of pathlib)
1 vote and 0 comments so far on Reddit
I wrote an article explaining Python decorators, focusing on the fundamentals: https://www.reddit.com/r/Python/comments/agcetj/i_wrote_an_article_explaining_python_decorators/
reddit
I wrote an article explaining Python decorators, focusing on the...
Posted in r/Python by u/SkullTech101 • 434 points and 62 comments
I want to develop a "Divinity 2-esque" game in Python. Is this doable?: https://www.reddit.com/r/Python/comments/agcsng/i_want_to_develop_a_divinity_2esque_game_in/
reddit
r/Python - I want to develop a "Divinity 2-esque" game in Python. Is this doable?
0 votes and 5 comments so far on Reddit
How to check if all elements of a string are in a list?: https://www.reddit.com/r/Python/comments/agcood/how_to_check_if_all_elements_of_a_string_are_in_a/
reddit
r/Python - How to check if all elements of a string are in a list?
1 vote and 0 comments so far on Reddit