PyCon Pakistan & The First Meetup in Lahore
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
A guide to eight essential ES6 features for JavaScript developers, including let/const, arrow functions, and destructuring.
Explores how to write Pythonic code by effectively using the Python standard library's built-in modules for tasks like CSV handling.
Presentation slides and code samples from an ng-conf 2017 talk on integrating a MIDI controller with an Angular application.
A guide for developers on how to start contributing to open source projects, covering finding projects, selecting issues, and open source etiquette.
A technical guide to implementing a CHIP-8 emulator's CPU in Common Lisp, covering core data structures and instruction handling.
Announcing the launch of the book 'Laravel: Up & Running', now available for purchase in print and eBook formats.
Introduction to a new Java newsletter by editor Nicolai, discussing its purpose and the global Java developer community.
A developer reflects on attending Swift Summit SF 2016, discussing insights from the conference and the value of reading Swift's open-source standard library code.
A developer's introductory blog post announcing a focus on Java, JavaScript, and general programming topics.
A programmer's personal reflections and key takeaways from reading the book 'Coders at Work' while on vacation.
A guide to migrating Swift 2.3 code to Swift 3.0, focusing on replacing C-style for-loops and operators with modern Swift alternatives.
A tutorial on extending Common Lisp's Iterate library by creating a custom 'averaging' clause for calculating running averages in loops.
Analyzing the relationship between age and desired job roles among new coders using the 2016 Kaggle survey data.
A developer reflects on the pressure to learn coding quickly, arguing that focusing on deep understanding is more important than speed.
A deep dive into Python exception handling, covering the BaseException hierarchy, internal implementation, and best practices for defining custom exceptions.
The author reflects on the global reach of their book 'Intermediate Python', which has been read in 181 countries and used for training.
Explains JavaScript's mutator array methods like pop(), push(), sort(), and splice() that modify the original array.
Explains the new tuple syntax and ValueTuple type in C# 7, highlighting performance benefits and named elements over older Tuple classes.
A GitHub employee shares a curated list of recommended books for hackers, geeks, and open source developers on technology and business.