Introduction to NumPy in Python
https://medium.com/analytics-vidhya/introduction-to-numpy-in-python-db8aa7ffd91f
https://medium.com/analytics-vidhya/introduction-to-numpy-in-python-db8aa7ffd91f
I wrote a Network Packet Sniffer for ethical hacking in Python 3 that exclusively uses built-in libraries.
https://www.reddit.com/r/Python/comments/jxobtr/i_wrote_a_network_packet_sniffer_for_ethical/
https://www.reddit.com/r/Python/comments/jxobtr/i_wrote_a_network_packet_sniffer_for_ethical/
reddit
I wrote a Network Packet Sniffer for ethical hacking in Python 3...
The greatest problem when looking for implementations of network packet sniffers in Python 3 is that nearly all of them rely heavily in...
Monte Carlo Methods and Simulations explained in real-life: modeling insomnia
https://towardsdatascience.com/monte-carlo-methods-and-simulations-explained-in-real-life-modeling-insomnia-f49685b321d0
https://towardsdatascience.com/monte-carlo-methods-and-simulations-explained-in-real-life-modeling-insomnia-f49685b321d0
lucidrains / stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://github.com/lucidrains/stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://github.com/lucidrains/stylegan2-pytorch
GitHub
GitHub - lucidrains/stylegan2-pytorch: Simplest working implementation of Stylegan2, state of the art generative adversarial network…
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement - lucidrains/stylegan2-pytorch
Obtain 40+ Technical Indicators for a Stock Using Python
Using the Technical Analysis (TA) library, we…
https://medium.com/automated-trading/obtain-40-technical-indicators-for-a-stock-using-python-247b32e85f30
Using the Technical Analysis (TA) library, we…
https://medium.com/automated-trading/obtain-40-technical-indicators-for-a-stock-using-python-247b32e85f30
Hari-Nagarajan / fairgame
Tool to help us buy a GPU in 2020
https://github.com/Hari-Nagarajan/fairgame
Tool to help us buy a GPU in 2020
https://github.com/Hari-Nagarajan/fairgame
GitHub
GitHub - Hari-Nagarajan/fairgame: Tool to help us buy hard to find items.
Tool to help us buy hard to find items. . Contribute to Hari-Nagarajan/fairgame development by creating an account on GitHub.
Basic Linear Programming in Python with PuLP
PuLP is a python library which can be used to solve…
https://towardsdatascience.com/basic-linear-programming-in-python-with-pulp-d398d144802b
PuLP is a python library which can be used to solve…
https://towardsdatascience.com/basic-linear-programming-in-python-with-pulp-d398d144802b
Dask – How to handle large dataframes in python using parallel computing
Dask provides efficient parallelization for data analytics in python. Dask Dataframes allows you to ...
https://www.machinelearningplus.com/python/dask-tutorial/
Dask provides efficient parallelization for data analytics in python. Dask Dataframes allows you to ...
https://www.machinelearningplus.com/python/dask-tutorial/
Machine Learning Plus
Dask – How to handle large dataframes in python using parallel computing
Learn Data Science Online
Kalman Filter in a Nutshell
Taking a tour through Kalman filter with an everyday example.
https://towardsdatascience.com/kalman-filter-in-a-nutshell-e66154a06862
Taking a tour through Kalman filter with an everyday example.
https://towardsdatascience.com/kalman-filter-in-a-nutshell-e66154a06862
PyQt Layouts: Create Professional-Looking GUI Applications – Real Python
https://www.reddit.com/r/Python/comments/k0thko/pyqt_layouts_create_professionallooking_gui/
https://www.reddit.com/r/Python/comments/k0thko/pyqt_layouts_create_professionallooking_gui/
How to improve software engineering skills as a researcher
Hello! You’re here because I rambled on how you can improve your software
skills as a researcher. ...
https://ljvmiranda921.github.io/notebook/2020/11/15/data-science-swe/
Hello! You’re here because I rambled on how you can improve your software
skills as a researcher. ...
https://ljvmiranda921.github.io/notebook/2020/11/15/data-science-swe/
ljvmiranda921.github.io
How to improve software engineering skills as a researcher
This blogpost is for researchers or data scientists who ask me how to improve their software engineering knowledge. I'll talk about a particular exercise tha...
OpenCV Super Resolution with Deep Learning
In this tutorial you will learn how to perform super resolution in images and real-time video ...
https://www.pyimagesearch.com/2020/11/09/opencv-super-resolution-with-deep-learning/
In this tutorial you will learn how to perform super resolution in images and real-time video ...
https://www.pyimagesearch.com/2020/11/09/opencv-super-resolution-with-deep-learning/
The Art of Accessing APIs
Everything you need to know to become a master of APIs.
https://codeburst.io/the-art-of-accessing-apis-bf1a25338fac
Everything you need to know to become a master of APIs.
https://codeburst.io/the-art-of-accessing-apis-bf1a25338fac
Automate your economic report using Python!
Automating the simple analysis of recent economic…
https://towardsdatascience.com/automate-your-economic-report-using-python-36933c11a815
Automating the simple analysis of recent economic…
https://towardsdatascience.com/automate-your-economic-report-using-python-36933c11a815
How to Create Decorators in Python That You Can Actually Use
Going knee-deep into the internals of Python!
https://towardsdatascience.com/tearing-the-mask-off-python-decorators-c964344853c3
Going knee-deep into the internals of Python!
https://towardsdatascience.com/tearing-the-mask-off-python-decorators-c964344853c3
Intro to Computer Vision: Take Your First Steps With OpenCV for Python
Understanding the main library…
https://medium.com/better-programming/intro-to-computer-vision-take-your-first-steps-with-opencv-for-python-cd481a9b30e
Understanding the main library…
https://medium.com/better-programming/intro-to-computer-vision-take-your-first-steps-with-opencv-for-python-cd481a9b30e
10 Steps To Master Python For Data Science
The 10 step procedure to become a master in Python for Data…
https://towardsdatascience.com/10-steps-to-master-python-for-data-science-f54199bb328d
The 10 step procedure to become a master in Python for Data…
https://towardsdatascience.com/10-steps-to-master-python-for-data-science-f54199bb328d
A Comprehensive Guide to Profiling Python Programs
Understand what parts of your code are problematic
https://medium.com/better-programming/a-comprehensive-guide-to-profiling-python-programs-f8b7db772e6
Understand what parts of your code are problematic
https://medium.com/better-programming/a-comprehensive-guide-to-profiling-python-programs-f8b7db772e6
These Modern Programming Languages Will Make You Suffer
Welcome to the ultimate rating of modern…
https://medium.com/better-programming/modern-languages-suck-ad21cbc8a57c
Welcome to the ultimate rating of modern…
https://medium.com/better-programming/modern-languages-suck-ad21cbc8a57c