Slickdeals is community-supported.  We may get paid by brands for deals, including promoted items.
expired Posted by semsem28 • Sep 14, 2021
expired Posted by semsem28 • Sep 14, 2021

International Day of the Programmer eBook Bundle

Free

Fanatical
38 Comments 68,948 Views
Visit Fanatical
Good Deal
Save
Share
Deal Details
Fanatical is offering their International Day of the Programmer eBook Bundle for Free when you click on the 'Add to cart' link.

Thanks to community member semsem28 for finding this deal

Note, must be logged into your Fanatical account to claim offer

Includes
  • Modern Python Cookbook (Second Edition) (Value $34.99)
  • Mastering Assembling Programming (Value $31.99)
  • The PHP Workshop (Value $20.99)
  • 20% Off Coupon on your next Packt eBook Bundle

Editor's Notes

Written by Discombobulated | Staff
  • Lifetime ownership w/ instant delivery, available to read in minutes. You can choose how you want to read these in multiple file types
  • Learn from expert and trusted authors
  • This bundle is valued at around ~$87.97
  • Offer valid through September 19, 2021 or while promotion last
Additional Notes
  • Please refer to the forum thread for additional details - Discombobulated

Original Post

Written by semsem28
Community Notes
About the Poster
Deal Details
Community Notes
About the Poster
Fanatical is offering their International Day of the Programmer eBook Bundle for Free when you click on the 'Add to cart' link.

Thanks to community member semsem28 for finding this deal

Note, must be logged into your Fanatical account to claim offer

Includes
  • Modern Python Cookbook (Second Edition) (Value $34.99)
  • Mastering Assembling Programming (Value $31.99)
  • The PHP Workshop (Value $20.99)
  • 20% Off Coupon on your next Packt eBook Bundle

Editor's Notes

Written by Discombobulated | Staff
  • Lifetime ownership w/ instant delivery, available to read in minutes. You can choose how you want to read these in multiple file types
  • Learn from expert and trusted authors
  • This bundle is valued at around ~$87.97
  • Offer valid through September 19, 2021 or while promotion last
Additional Notes
  • Please refer to the forum thread for additional details - Discombobulated

Original Post

Written by semsem28

Community Voting

Deal Score
+211
Good Deal
Visit Fanatical

Leave a Comment

Unregistered (You)

Top Comments

Vasto
128 Posts
32 Reputation
Cookbooks give you examples of how to accomplish common things (reading a file for example).

Assembly, if you don't require it then skip this. It's very low level and doesn't transfer to many other languages.

PHP is mainly for web developers. If you want to tweak Wordpress this may be useful. In general PHP has fallen out of favor with many developers but it is still common to find.

If you want to learn programming, JavaScript and Python are two good languages to start with. JavaScript because it's used in both the browser and backend. Python because it's widely used for data manipulation.
SirMarvinHaggler
532 Posts
260 Reputation
I'm gonna echo this last sentence and say the following:

If you want to learn how a computer really works — down to the level how data is stored in memory, C is the best language ever created. Anyone who knows C can transfer that skill set into **anything** in the computing world, from high level web applications using C-based languages to low-level microcontroller/embedded development.

C has always been and will always the the best language for beginners who have a serious interest in development.

If you just want to learn how to do stuff, perhaps to get a job or just to say you're a programmer, I think Python is probably the best 'new' language that is easy to access, very easy on the eyes, and has enough versatility to teach you most of the basics.
DNC
19358 Posts
2829 Reputation
So much pushing and popping.

37 Comments

Sign up for a Slickdeals account to remove this ad.

Sep 14, 2021
2,395 Posts
Joined May 2015
Sep 14, 2021
justye
Sep 14, 2021
2,395 Posts
Can anyone give an overview of these books and how good they are? Who are they recommended for?
1
Sep 14, 2021
4,836 Posts
Joined Feb 2006

This comment has been rated as unhelpful by Slickdeals users.

Sep 14, 2021
128 Posts
Joined Mar 2010
Sep 14, 2021
Vasto
Sep 14, 2021
128 Posts

Our community has rated this post as helpful. If you agree, why not thank Vasto

Cookbooks give you examples of how to accomplish common things (reading a file for example).

Assembly, if you don't require it then skip this. It's very low level and doesn't transfer to many other languages.

PHP is mainly for web developers. If you want to tweak Wordpress this may be useful. In general PHP has fallen out of favor with many developers but it is still common to find.

If you want to learn programming, JavaScript and Python are two good languages to start with. JavaScript because it's used in both the browser and backend. Python because it's widely used for data manipulation.
4
1
Sep 14, 2021
8 Posts
Joined Apr 2021
Sep 14, 2021
NeatActivity3143
Sep 14, 2021
8 Posts

Our community has rated this post as helpful. If you agree, why not thank NeatActivity3143

PHP development is still awesome and enjoyable with popular frameworks such as Laravel. There is much more to it than WordPress (and even so, WordPress is still very popular and widely used).
1
3
Sep 14, 2021
827 Posts
Joined Nov 2015
Sep 14, 2021
itsssmeee
Sep 14, 2021
827 Posts
I took Assembly in school and that was the only time I ever coded in Assembly so I don't think it'll be of much use for most people who's just starting out - weirdly, it was and still is my favorite language though.

Python isn't a bad place to start either but that's more for data science/analyst because it's geared toward data related work.

Like the person above me, JavaScript is a good language to start with due its capability for front and back end usage, but you miss out on the fundamentals of typed language, which isn't that big of a deal - unless you TypeScript.

I started out with C and even though it was a pain in the ass to learn, it set a good foundation to pick up other programming languages.
1
2
Sep 14, 2021
19,358 Posts
Joined Sep 2003
Sep 14, 2021
DNC
Sep 14, 2021
19,358 Posts
Quote from gallymimus :
The lowest and most intimate of languages.
So much pushing and popping.
1
1
Sep 14, 2021
532 Posts
Joined Nov 2013
Sep 14, 2021
SirMarvinHaggler
Sep 14, 2021
532 Posts

Our community has rated this post as helpful. If you agree, why not thank SirMarvinHaggler

Quote from itsssmeee :
I took Assembly in school and that was the only time I ever coded in Assembly so I don't think it'll be of much use for most people who's just starting out - weirdly, it was and still is my favorite language though.

Python isn't a bad place to start either but that's more for data science/analyst because it's geared toward data related work.

Like the person above me, JavaScript is a good language to start with due its capability for front and back end usage, but you miss out on the fundamentals of typed language, which isn't that big of a deal - unless you TypeScript.

I started out with C and even though it was a pain in the ass to learn, it set a good foundation to pick up other programming languages.
I'm gonna echo this last sentence and say the following:

If you want to learn how a computer really works — down to the level how data is stored in memory, C is the best language ever created. Anyone who knows C can transfer that skill set into **anything** in the computing world, from high level web applications using C-based languages to low-level microcontroller/embedded development.

C has always been and will always the the best language for beginners who have a serious interest in development.

If you just want to learn how to do stuff, perhaps to get a job or just to say you're a programmer, I think Python is probably the best 'new' language that is easy to access, very easy on the eyes, and has enough versatility to teach you most of the basics.
4
1
4

Sign up for a Slickdeals account to remove this ad.

Sep 14, 2021
334 Posts
Joined Jan 2012
Sep 14, 2021
meerkat
Sep 14, 2021
334 Posts
Still 15% in assembly in my daily work. ARM, IA64, PPC. Yeah, if I stop for a few months, need to refresh on details.
1
Sep 14, 2021
10 Posts
Joined Aug 2010
Sep 14, 2021
turbocon
Sep 14, 2021
10 Posts
Quote from Vasto :
Cookbooks give you examples of how to accomplish common things (reading a file for example).

Assembly, if you don't require it then skip this. It's very low level and doesn't transfer to many other languages.

PHP is mainly for web developers. If you want to tweak Wordpress this may be useful. In general PHP has fallen out of favor with many developers but it is still common to find.

If you want to learn programming, JavaScript and Python are two good languages to start with. JavaScript because it's used in both the browser and backend. Python because it's widely used for data manipulation.
re: PHP not being as popular, I thought this was true too but it seems it's still overwhelming common still https://arstechnica.com/gadgets/2...languages/
Sep 14, 2021
14 Posts
Joined Nov 2019
Sep 14, 2021
DealofFaith
Sep 14, 2021
14 Posts
Quote from justye :
Can anyone give an overview of these books and how good they are? Who are they recommended for?
Look for PackT bundle reviews on humble bundle deals. I will just say that its not favorable.
Sep 14, 2021
39 Posts
Joined May 2017
Sep 14, 2021
Xperiae5
Sep 14, 2021
39 Posts
Didn't realize how many e-books i already have (unread) but that collection grows every week
1
Sep 14, 2021
110 Posts
Joined Mar 2017
Sep 14, 2021
Tyros
Sep 14, 2021
110 Posts
Quote from turbocon :
re: PHP not being as popular, I thought this was true too but it seems it's still overwhelming common still https://arstechnica.com/gadgets/2...languages/
It's widely used. But it's a terrible language. Not that JavaScript is a lot better. Both have a lot of legacy code out there. Modern code is written in TypeScript.
1
Sep 14, 2021
1 Posts
Joined Nov 2018
Sep 14, 2021
Lt_zen
Sep 14, 2021
1 Posts
Quote from justye :
Can anyone give an overview of these books and how good they are? Who are they recommended for?
So as a software engineer I might have some insight onto this package.

Assembly is not widely used in the slightest, typically it's a course one takes (myself included) in college and you really do understand how blessed we are to have high level la gauges like java and even php. Assembly is taught in weeder courses, I have never heard of anyone using it professionally. It's not easy to understand un the slightest. Would not recommend unless u wanted to learn about hacking or do software development in security.

Php: I personally am not the biggest fan, but it is still used in industry. Facebook and slack are two examples of companies that code in php.

Python: very widely used in many companies, it's widely used in data science as there are a bunch of good libraries. Also good for NLP (natural language processing). I would say a good starter language to learn. Can be used to also build websites as well (django)
Sep 14, 2021
3 Posts
Joined Jul 2019
Sep 14, 2021
oMando
Sep 14, 2021
3 Posts
Quote from gallymimus :
What a weird bundle of 2x python books, about as high level of programming as you can get, bundled with assembly language. The lowest and most intimate of languages.

It is certainly a bad combination of books for beginners. You'd want c and c++ to complete a spectrum of language types.

I didn't check reviews of these books so they might be great or crap.
"The lowest and most intimate of languages."

Verilog would like to disagree with that assertion.
1

Sign up for a Slickdeals account to remove this ad.

Sep 14, 2021
146 Posts
Joined Jul 2016
Sep 14, 2021
LordDarksbane
Sep 14, 2021
146 Posts
I read "Modern Python Cookbooks" five times and I swear it said Monty Python cookbook. Seems appropriate.
2

Leave a Comment

Unregistered (You)

Popular Deals

View All

Trending Deals

View All