Programming Resources
21.8K subscribers
1.78K photos
6 videos
4 files
108 links
Here I share my programming related resources during working or at my free times ☺️

Talk to me if you have any query: @Mojtabaeuler
Download Telegram
http://learncodethehardway.org #site #tutorial #clang #python #ruby #SQL #regex
learn code the hard way
یادگیری تجربی زبان های C و python و SQL و Ruby
@pythony
buildyourownlisp.com #site #tutorial #clang #book
good online book for learn C language
یک کتاب خوب آنلاین برای یادگیری زبان C با روشی متفاوت
@pythony
learnpython.org #tutorial #interactive #python #java #clang #javascript #php #shell #csharp
Interactive programming tutorials
سایتی برای یادگیری زبانهای مختلف برنامه نویسی بصورت interacrive
@pythony
Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language

یادگیری و پیاده‌سازی الگوریتم‌ها و ساختمان‌داده‌های معروف با زبان‌های برنامه‌نویسی مختلف نظیر پایتون، جاوااسکریپت،سی‌پلاس‌پلاس

#algorithm #python #java #cpp #cplusplus #js #javascript #go #golang #clang
@pythony

github.com/TheAlgorithms
So you think you know C? take this test. It only has 5 questions.
5 تا سوال تستی جالب در مورد زبان C. فقط بعدش منو فحش ندین خواهشا :)

#fun #clang #question #challenge
@pythony

https://wordsandbuttons.online/so_you_think_you_know_c.html
Dive into CPython internals, trying to illustrate every detail of CPython implementation.
توضیح عملی در مورد اینکه سورس کد پایتون که با سی زده شده چه شکلی کار میکنه و انواع و اقسام object ها و module ها و خود interpreter چه شکلی کار میکنه.

#python #cpython #internal #internals #interpreter #c #clang
@pythony

github.com/zpoint/CPython-Internals
Educational hobby C compiler written in Python 3 that supports a subset of the C11 standard and generates reasonably efficient binaries, including some optimizations. ShivyC also generates helpful compile-time error messages.
یک کامپایلر برای زبان C که با پایتون نوشته شده و برای مقاصد آموزشی و یادگیری نحوه کارکرد کامپایلرها میتونه عالی باشه. به راحتی میتونین دیباگ‌اش کنید با Pycharm و کلی چیز جدید یاد بگیرید.

#compiler #python #c #clang #assembler #linker #hobby #c11 #lexer #parser #IL
@pythony

https://github.com/ShivamSarodia/ShivyC