10 Great Programming Projects to Improve Your Resume and Learn to Program
Improve your skills in web…
https://levelup.gitconnected.com/10-great-programming-projects-to-improve-your-resume-and-learn-to-program-74b14d3e9e16
Improve your skills in web…
https://levelup.gitconnected.com/10-great-programming-projects-to-improve-your-resume-and-learn-to-program-74b14d3e9e16
I made a python script that organizes a folder like Downloads based on file extensions
https://www.reddit.com/r/Python/comments/g4pfjj/i_made_a_python_script_that_organizes_a_folder/
https://www.reddit.com/r/Python/comments/g4pfjj/i_made_a_python_script_that_organizes_a_folder/
reddit
I made a python script that organizes a folder like Downloads...
Posted in r/Python by u/MrCynicalEggplant • 1,668 points and 155 comments
53 Python Interview Questions and Answers
Python questions for data scientist and software engineers
https://towardsdatascience.com/53-python-interview-questions-and-answers-91fa311eec3f
Python questions for data scientist and software engineers
https://towardsdatascience.com/53-python-interview-questions-and-answers-91fa311eec3f
kiwicom / schemathesis
A tool that generates and runs test cases for Open API / Swagger based apps
https://github.com/kiwicom/schemathesis
A tool that generates and runs test cases for Open API / Swagger based apps
https://github.com/kiwicom/schemathesis
GitHub
GitHub - schemathesis/schemathesis: Catch API bugs before your users do
Catch API bugs before your users do. Contribute to schemathesis/schemathesis development by creating an account on GitHub.
❤1
An Essential Guide on Python for Beginners
A Guide To Learn Python From The Nature
https://towardsdatascience.com/a-complete-walk-through-in-python-93f9e413ebdf
A Guide To Learn Python From The Nature
https://towardsdatascience.com/a-complete-walk-through-in-python-93f9e413ebdf
My Professor wants hand written assignments. So I made MyhandWriting.. that can write in myway on a A4 sheet paper.
https://www.reddit.com/r/Python/comments/g5bbss/my_professor_wants_hand_written_assignments_so_i/
https://www.reddit.com/r/Python/comments/g5bbss/my_professor_wants_hand_written_assignments_so_i/
Reddit
From the Python community on Reddit: My Professor wants hand written assignments. So I made MyhandWriting.. that can write in myway…
Explore this post and more from the Python community
ovh / celery-director
Simple and rapid framework to build workflows using Celery
https://github.com/ovh/celery-director
Simple and rapid framework to build workflows using Celery
https://github.com/ovh/celery-director
GitHub
GitHub - ovh/celery-director: Simple and rapid framework to build workflows with Celery
Simple and rapid framework to build workflows with Celery - ovh/celery-director
Automate Your Python Script with Process Manager 2 (PM2)
https://towardsdatascience.com/automate-your-python-script-with-pm2-463238ea0b65
https://towardsdatascience.com/automate-your-python-script-with-pm2-463238ea0b65
Python Fundamentals for Data Science
Essentials of fundamental python programming to get started with…
https://towardsdatascience.com/python-fundamentals-for-data-science-6c7f9901e1c8
Essentials of fundamental python programming to get started with…
https://towardsdatascience.com/python-fundamentals-for-data-science-6c7f9901e1c8
Logging Algorithmic Experiments in Python
When your head is so busy thinking of clever solutions, you…
https://towardsdatascience.com/logging-algorithmic-experiments-in-python-9ab1f0e55b89
When your head is so busy thinking of clever solutions, you…
https://towardsdatascience.com/logging-algorithmic-experiments-in-python-9ab1f0e55b89
First Game Ever! I know it's boring but gotta start somewhere.
https://www.reddit.com/r/Python/comments/g84spe/first_game_ever_i_know_its_boring_but_gotta_start/
https://www.reddit.com/r/Python/comments/g84spe/first_game_ever_i_know_its_boring_but_gotta_start/
reddit
First Game Ever! I know it's boring but gotta start somewhere.
Posted in r/Python by u/sentient-primate • 1,549 points and 105 comments
I wrote a program on python to show how the number of swearwords differs across each breaking bad episode to see if there was any kind of correlation - turns out there isn't and this was a complete flop
https://www.reddit.com/r/Python/comments/g78ih1/i_wrote_a_program_on_python_to_show_how_the/
https://www.reddit.com/r/Python/comments/g78ih1/i_wrote_a_program_on_python_to_show_how_the/
reddit
I wrote a program on python to show how the number of swearwords...
Posted in r/Python by u/jackpick15 • 2,212 points and 308 comments
Six months into Python and Data science, my first Dashboard Web App with covid19 data using python only
https://www.reddit.com/r/Python/comments/g5ymoy/six_months_into_python_and_data_science_my_first/
https://www.reddit.com/r/Python/comments/g5ymoy/six_months_into_python_and_data_science_my_first/
reddit
Six months into Python and Data science, my first Dashboard Web...
Posted in r/Python by u/mrgadgety • 1,721 points and 144 comments
Diagram as Code
Diagrams lets you draw the cloud system architecture in Python code.
https://diagrams.mingrammer.com/
Diagrams lets you draw the cloud system architecture in Python code.
https://diagrams.mingrammer.com/
Mingrammer
Diagrams · Diagram as Code
RIP correlation. Introducing the Predictive Power Score
An open-source alternative that finds more…
https://towardsdatascience.com/rip-correlation-introducing-the-predictive-power-score-3d90808b9598
An open-source alternative that finds more…
https://towardsdatascience.com/rip-correlation-introducing-the-predictive-power-score-3d90808b9598
Are you still using Pandas for big data?
Pandas doesn’t have multiprocessing support and it is slow…
https://towardsdatascience.com/are-you-still-using-pandas-for-big-data-12788018ba1a
Pandas doesn’t have multiprocessing support and it is slow…
https://towardsdatascience.com/are-you-still-using-pandas-for-big-data-12788018ba1a
CodeForPhilly / chime
COVID-19 Hospital Impact Model for Epidemics
https://github.com/CodeForPhilly/chime
COVID-19 Hospital Impact Model for Epidemics
https://github.com/CodeForPhilly/chime
GitHub
GitHub - CodeForPhilly/chime: COVID-19 Hospital Impact Model for Epidemics
COVID-19 Hospital Impact Model for Epidemics. Contribute to CodeForPhilly/chime development by creating an account on GitHub.
Detect and remove duplicate images from a dataset for deep learning
In this tutorial, you will learn how to detect and remove duplicate images from a dataset for ...
https://www.pyimagesearch.com/2020/04/20/detect-and-remove-duplicate-images-from-a-dataset-for-deep-learning/
In this tutorial, you will learn how to detect and remove duplicate images from a dataset for ...
https://www.pyimagesearch.com/2020/04/20/detect-and-remove-duplicate-images-from-a-dataset-for-deep-learning/