Coming from Node.js/Dart/Rust world - packages and installation questions!: https://www.reddit.com/r/Python/comments/689mcp/coming_from_nodejsdartrust_world_packages_and/
reddit
Coming from Node.js/Dart/Rust world - packages and... • r/Python
Hello, just wanted to say I'm not entirely new to Python, I know my stuff, but I lack experience. I wanted to ask what is the community's current...
BOOKS vs VIDEO TUTORIALS- Which will you recommend to learn coding?: https://www.reddit.com/r/Python/comments/68anfs/books_vs_video_tutorials_which_will_you_recommend/
reddit
BOOKS vs VIDEO TUTORIALS- Which will you recommend to... • r/Python
1 points and 0 comments so far on reddit
My university is thinking of teaching the engineering students python instead of matlab - How to help convince them?: https://www.reddit.com/r/Python/comments/68ahc5/my_university_is_thinking_of_teaching_the/
reddit
My university is thinking of teaching the engineering... • r/Python
Hey all As the title suggests, the teaching committee at my university are thinking of moving from teaching undergrad engineering students python...
Exploring MongoDB design patterns with Rick Copeland [audio]: https://www.reddit.com/r/Python/comments/68akf5/exploring_mongodb_design_patterns_with_rick/
reddit
Exploring MongoDB design patterns with Rick Copeland... • r/Python
1 points and 0 comments so far on reddit
Don't be a dinosaur in today's ever-changing world. Learn to code with these free, interactive programming courses and experiment as you go.: https://www.reddit.com/r/Python/comments/684ua9/dont_be_a_dinosaur_in_todays_everchanging_world/
reddit
Don't be a dinosaur in today's ever-changing world.... • r/Python
1 points and 0 comments so far on reddit
Script to fool google (or atleast I hope so): https://www.reddit.com/r/Python/comments/68bupf/script_to_fool_google_or_atleast_i_hope_so/
reddit
Script to fool google (or atleast I hope so) • r/Python
import webbrowser import os import time num = 20 website = "WEBSITE NAME GOES HERE" browserExe = "chrome" for i in xrange(0,num): ...
Important differences in Python relative to Ruby, Elixir, Haskell, C : https://www.reddit.com/r/Python/comments/68bvcd/important_differences_in_python_relative_to_ruby/
reddit
Important differences in Python relative to Ruby,... • r/Python
I am a programmer who has worked in quite a few languages over the years: At the web-development company I work most of our current projects are...
What other book should I read to learn Python?: https://www.reddit.com/r/Python/comments/68c8x1/what_other_book_should_i_read_to_learn_python/
reddit
What other book should I read to learn Python? • r/Python
Hello r/Python!! I just finished "Automate the Boring Stuff" and made my first ever python project. I feel pretty solid after reading this book,...
scrape - command-line web crawling and information extraction with builtin tools for manipulating content and format conversion: https://www.reddit.com/r/Python/comments/68c5zg/scrape_commandline_web_crawling_and_information/
reddit
scrape - command-line web crawling and information... • r/Python
1 points and 0 comments so far on reddit
Free Wolfram Alpha clone written in Python. How is this not more popular?: https://www.reddit.com/r/Python/comments/68cgsn/free_wolfram_alpha_clone_written_in_python_how_is/
reddit
Free Wolfram Alpha clone written in Python. How is this... • r/Python
29 points and 3 comments so far on reddit
My attempt at getting a better handle on integrals by implementing a way to solve them in Python: https://www.reddit.com/r/Python/comments/68cnpr/my_attempt_at_getting_a_better_handle_on/
reddit
My attempt at getting a better handle on integrals by... • r/Python
1 points and 0 comments so far on reddit
A simple multi-threaded Python script to delete all your tweets!: https://www.reddit.com/r/Python/comments/68ddfh/a_simple_multithreaded_python_script_to_delete/
reddit
A simple multi-threaded Python script to delete all... • r/Python
1 points and 0 comments so far on reddit
stdout format changing when sending a file using smtplib - python2.7: http://stackoverflow.com/questions/43669251/stdout-format-changing-when-sending-a-file-using-smtplib-python2-7
Stackoverflow
stdout format changing when sending a file using smtplib - python2.7
Python2.7 output format not getting as expected if body of email read from a file. user_info.txt is a file generated by another job which contains all the details of users. The output format of use...
Survey on first programming languages.: https://www.reddit.com/r/Python/comments/68emhx/survey_on_first_programming_languages/
reddit
Survey on first programming languages. • r/Python
Hi r/Python, I am currently doing a research project for University around whether there is a best first programming language or whether the...