http://www.bufgix.space/python-dataclasses
Public Links
Hepsiburada Micro Frontends Dönüşümü - hepsiburadatech - Medium
Nedir Bu Micro Frontends?
NumPy, SciPy, and Pandas: Correlation With Python – Real Python
In this tutorial, you'll learn what correlation is and how you can calculate it with Python. You'll use SciPy, NumPy, and Pandas correlation methods to calculate three different correlation coefficients. You'll also see how to visualize data, regression lines, and correlation matrices with Matplotlib.
Run Python Versions in Docker: How to Try the Latest Python Release – Real Python
In this tutorial, you'll learn how to run different Python versions in Docker. By following the examples, you'll see how you can play with the latest development version of Python, and how to use Dockerfiles to set up Python environments and package your own scripts.
Hakancelik96/django-turkey - none | issue
TOR'u Nasıl Bilirsiniz? Onion Servislerinin Perde Arkası
TOR servisi günümüze kadar nasıl bir gelişim gösterdi, kullanıcılar TOR servisinden nasıl faydalanıyor.
Ön Yüz Yazılımcısı - Front-end Developer - Mülakat Soruları ★ Front-end Job
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
Functional Binding in JavaScript - DEV Community ????
If you already spent some time coding with JavaScript, you should come across a bind() function. For...
How to Create a Simple React Calendar with Styled Component - DEV Community
Visit my Blog for the original post: How to Create a Simple React Calendar with Styled Component I f...
Configure Role Based Access Control In Django | Hashedin Technologies
Improve your application’s security by adding a role-based access control, using Django user authentication, authorization and built-in models.
70 JavaScript Interview Questions - DEV Community ????
Hi Guys Good Day and a Happy New Year 🎆🎆🎆! This is a long one, so bear with me for a secon...
The Document Object Model - DEV Community ????
An introduction to the Document Object Model
Base Web - Base Web React UI Framework
Flask-Seeder ile Test Verisi Yükleme - Peptr Blog
Seeding, veritabanına test verisi yüklemek için kullanılan özelliklere verilen isimdir. Proje test aşamasında iken Seeder’lar kullanılarak uygulamaya test verileri yüklenir. Böylece her test işlemi sırasında verilerin tek tek girilmesi zahmetinden bizi kurtarır.
Running oh-my-fish on Ubuntu on Windows - Emanuel Jöbstl - Medium
Having a proper shell when working on a Unix environment is a must, especially as a software developer. That’s the reason great shells like…
Medulus Online Check-Up Robotu
Anında on-line soru cevaplayarak kolayca muayene olun, hastalığınızı öğrenin!
Creating a custom Powerline segment - DevPro Media
The Powerline status line provides useful information in your terminal prompt. In this post, learn how to create your custom Powerline segment using Python.
Tmux Cheat Sheet & Quick Reference
Latest shortcuts, quick reference, examples for tmux terminal multiplexer which runs on Linux, OS X, OpenBSD, FreeBSD, NetBSD, etc...
GhostMods | Custom OS made by you!
Different ways of Reading a text file in Java - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Python Descriptors: An Introduction – Real Python
In this step-by-step tutorial, you'll learn what Python descriptors are and how they're used in Python's internals. You'll learn about the descriptor protocol and how the lookup chain works when you access an attribute. You'll also see a few practical examples where Python descriptors can come in handy.
Threed.io - Generate custom 3D Device Mockups.
Generate custom 3D Device Mockups in your Browser.
Write Your Own Promisify Function from Scratch
IntroductionIn this article, you will learn how to write your own promisify function from scratch. Promisification helps in dealing with callback-based APIs while keeping code consistent with promises. We could just wrap any function with new Promise() and not worry about it at all. But doing that when we have
Awesome Python
A curated list of awesome Python frameworks, libraries and software
Run Python Versions in Docker: How to Try the Latest Python Release – Real
In this tutorial, you'll learn how to run different Python versions in Docker. By following the examples, you'll see how you can play with the latest development version of Python, and how to use Dockerfiles to set up Python environments and package your own scripts.
pygit: Just enough of a Git client to create a repo, commit, and push itsel
pygit implements just enough of a Git client (in 500 lines of Python) to create a repo, commit, and push itself to GitHub.
Floating Point Math
Roadmaps to becoming a modern developer - roadmap.sh
Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve.
Going From JavaScript to TypeScript - Better Programming - Medium
TypeScript is something you’ve likely been meaning to learn—start here
Multithreading VS Multiprocessing in Python - Contentsquare Engineering - M
Revealing the true face of Multithreading